[00:02] what is the differnces between ubuntu-server vs ubuntu enterpise cloud server??? [00:04] reyeryshs: there's no real difference. UEC is just the integration of Eucalyptus with Ubuntu Server [00:08] anyone know a guide/pdf for free on web for ubuntu server and for ubuntu epnterpise cloud [00:17] I've guess I should just install ubuntu server [00:36] hello i am installing mrtg and i have it problem Use of uninitialized value $first in hash element at /usr/bin/indexmaker line 353 [00:36] could you any help me please [00:46] New bug: #775993 in apache2 (main) "package apache2.2-common 2.2.17-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/775993 [01:31] New bug: #776020 in bacula (main) "package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/776020 [01:41] Hello. I got another stupid question. [01:42] anyone on the channel? [01:48] i'm here but most likely i am to new to help [01:48] shoot though.. i got nothing else going on. [01:48] i want to hear your problem [01:55] andygraybeal_: a veteran would just say "!anybody" :P [01:57] nice, is it a prompt for someone not to ask about anybody? [02:00] !anybody [02:00] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? See also !details, !gq, and !poll. [02:22] how come whenever I login to my server it displays a time that isn't correct even thought it gets the last logged in time perfect? [02:25] timezone? [02:26] What does date --rfc-3339=seconds report? [02:33] the correct time. [02:33] eastern US [02:34] good evening guys i loaded up my site on ubuntu 10.10 server with a godaddy cert upload and configured the sites-available to the best i could and i still get the selfsigned cert not the gd oone [02:36] DAVdaBRAV: not sure which time is wrong, then [02:37] well it seems to know what time it is at least. [02:37] Angryfurby: /etc/apache2/conf.d/security [02:39] twb: ok what do i look there [02:39] Angryfurby: er, where it refers to snakeoil certs? [02:39] twb: want me to pastbin it [02:39] Maybe it doesn't by default [02:39] Mine apache2 config is a little odd [02:40] it used to be in the ssl site config [02:40] but I don't know on the latest stuff [02:41] twb: it says: Linux computername 2.6.32-28-generic-pae #55-Ubuntu SMPP Mon Jan 10 22:34:08 UTC 2011 i686 GNU/Linux [02:41] I guess that's not reporting the time. :S what is it? [02:41] DAVdaBRAV: that's UTC time [02:42] UTC = GMT = +0000 [02:44] Any idea why I can't do: sudo /etc/init.d/mysql stop ?! >:{ [02:44] not without the error message [02:45] also, that method is being deprecated [02:45] the service command works with both sysvinit and upstart, so that's what I recommend [02:46] well what am I supposed to do then? I have no idea how to use the service command to stop mysql I try and it returns unrecognized instance or some such. [02:46] then it's not running [02:46] at least not as a service [02:47] also, `sudo service [service] [start|stop|restart|...]` [02:47] any idea how to show running sevices so I can get what it's called? [02:48] ps aux | grep mysql [02:48] also, service has tab completion [02:48] in fact, most things have tab completion now [02:48] it's incredibly convenient [02:49] qman__: i noticed that heh. pretty nice to have [02:49] tab ftw [02:49] what is tab completiong? [02:49] start typing something in a shell and press tab [02:49] :O [02:49] it's only the most useful thing ever [02:49] wow [02:49] tap it twice to show ambiguous results [02:50] you're a freaking genius qman! :D [02:51] that's just shell 101 [02:52] though if you've never learned from a book, class, or another person, I guess you wouldn't have known [02:52] true [02:53] haha [02:54] it is odd because i am right in front of my kubuntu desktop and i am still using my phone for irc [02:54] now: mysqld_safe --skip-grant-tables & doesn't work. [02:54] I prefer screen + irssi, and I use an ssh app on my phone [02:55] me too [02:55] running xchat here because I'm too lazy to configure it on this computer [02:55] that is what im doing [02:55] ew [02:55] i havent used a ui irc client in years [02:55] set it up like five years ago and haven't touched it [02:55] ever since ircii [02:56] any ideas how I can start mysql server w/o password now? [02:56] IIRC there is an external password reset command [02:56] but I haven't used it in a while, don't know off the top of my head [02:56] DAVdaBRAV: try #mysql [02:57] they might know more than us [02:57] ok [02:57] thanks [02:57] other than setting up a quick db for wp i never really used it [02:57] but i have been where you are and it sucks to lose the root pw to mysql [02:57] for future reference, "it doesn't work" isn't very useful without the error message or other output you get [02:58] that's critical to finding out why [02:59] android sure has come along since my old g1 :) [02:59] for future reference, it was "command not found" [03:00] find / | grep mysqld_safe [03:00] or [03:00] locate mysqld_safe [03:00] it's probably /usr/sbin, but it could be somewhere else [03:00] I don't have time to look for it myself right now [03:03] it is there [03:04] then try it with the full path, `sudo /usr/sbin/mysqld_safe --skip-grant-tables &` [03:04] it says starting :D [03:05] I tried without sudo the first time. thanks. [03:05] ah, yeah, daemons need root [03:05] (How can I be such a noob not to always do sudo when it doesn't work the first time) [03:12] thanks qman_. there's no one in #mysql, and this tutorial (http://www.cyberciti.biz/tips/recover-mysql-root-password.html) didn't work, so unless you have a clue why, do I need to re-install Ubuntu or just mysql? [03:14] if you purge and reinstall mysql, it should solve the problem [03:14] simply removing it will not, though [03:15] what's the difference? [03:15] removing software leaves configuration files and databases behind [03:15] purging deletes them [03:16] can you please tell me how to purge mysql and phpmyadmin so that I can reinstall them correctly? [03:16] pastebin the output of `dpkg -l | grep mysql` [03:16] or just list the package names [03:17] O_O pastebin? [03:17] !pastebin [03:17] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [03:17] dpkg -l | grep mysql [03:17] dang wrong keyboard [03:17] you just need the package names it lists [03:18] then `sudo apt-get purge [those package names] phpmyadmin` [03:18] ok [03:19] then install again after that's done [03:19] it should start the debconf bit over and ask you for a new root mysql password [03:19] ok... this will take a while... but thanks :) [03:20] wait [03:20] "" [03:20] " then `sudo apt-get purge [those package names] phpmyadmin`" including phpmyadmin? [03:20] yes [03:21] if you want to start over with phpmyadmin as well [03:21] if not, don't [03:21] wait, don't I have to purge mysql and phpmyadmin separately? [03:21] nope [03:21] :O [03:21] you can apply any number of package changes in one action [03:22] that's the benefit of a good package management system [03:22] it's not bulletproof, bugs do happen [03:22] Even if I didn't use apt-get to get myadmin? [03:22] but it's designed so that you should be able to [03:22] if you didn't, you should delete the files you installed and use apt to reinstall it [03:23] everywhere except here says not to use apt-get [03:23] the biggest benefit to doing it that way is when updates happen, you get them [03:24] that's because most other places aren't ubuntu and debian centric [03:24] and most other distributions don't have a nice package to make it easy [03:24] so even though the project hasn't been updated if 4 versions apt-get is actually better for updates o.O ? [03:24] as a system administrator, the more you can use apt-get, the better [03:25] that's not always black and white [03:25] it may be an older version, but it's likely that the ubuntu package has been patched separately [03:26] Not so much using apt-get, as using apt and dpkg with official packages [03:26] for example, php [03:26] You lose a large part of the benefits if you go around installing PPAs from e.g. webmin or zimbra [03:26] ok then. :) [03:26] the current PHP version in ubuntu is not the same version as on PHP's site [03:26] Because they do not adhere to the strict packaging policies that Debian has created to ensure that packages work well together [03:26] it's a couple behind, but it has a -ubuntu1 or -ubuntu2, etc on the end [03:27] because the ubuntu maintainers patched the holes [03:27] qman__: and performed integration testing [03:27] once in a while you run into something that is packaged but horribly out of date [03:27] but it's not very often, and it's definitely not the case for popular software like phpmyadmin [03:28] phpbb3 guys said the 4 versions thing. [03:28] IMO you shouldn't be performing administration from a web UI [03:29] Especially not for a database, especially not from PHP [03:29] you can go the other route, but then it's up to you to update the software manually each time a patch comes out [03:29] with apt, you can just run it in one sweep with your system updates [03:29] less work and still reasonably up to date and secure [03:30] so you think I should ditch the wget version of phpbb3 too? [03:30] I would, but I have a lot of servers to maintain, and not much time to maintain them [03:32] I will do the easy way too then. [03:32] most of the security holes that get patched can be mitigated by good practice anyway [03:33] and if you're really paranoid, just pull the admin panel out of the web root when you're not using it [03:34] or use some other authentication method, or restrict hosts that can connect [03:34] something like that [03:35] anyway, I must be going, good luck with your server [03:36] thank you. [04:53] good evinging guys i am having a issue with apache loading the default self signed cert and not the cert i configured for. on ubuntu 10.10 [05:35] all: for ubuntu server 11.04, what's the best way to start a program in screen on boot? [05:51] Yo [05:51] Is there a way to install Ubuntu Server on a headless box? [05:53] wjlafrance: yes [05:55] twb: care to give me a pointer? [05:57] http://www.debian.org/releases/stable/amd64/apb.html.en [05:57] Or just install it normally then transplant the HDD [05:57] Cool, thanks. [06:20] is there a metapackage to install ubuntu-server from a minimal install? [06:21] micahg: er, just don't install anything. [06:21] micahg: it probably enables ubuntu-standard by default, but you can opt out of that [06:21] The ubuntu-minimal package, plus a kernel, should be enough to boot and install additional packages [06:22] yeah, I've got minimal and I can install stuff [06:22] Oh, I misread your question [06:23] servers are diverse enough that a single "server" metapackage wouldn't be helpful (cf. "ubuntu-desktop"). [06:23] You can run tasksel or aptitude to see separate tasks for e.g. www or dns server [06:25] twb: ok, was just a misconception in my head then, np [06:35] can I use apt-get to install to a particular directory? like: /var/www so that I can use URL: Http:///phpBB3/ and actually see phpBB3? [06:39] DAVdaBRAV: /var/www is not used in Ubuntu [06:40] DAVdaBRAV: rather, apache2 (assuming you use that httpd) will be told in /etc/apache2/sites-available/ to serve specific filesystem trees for specific HTTP dirs/vhosts/whatever. [06:42] twb: Huh? [06:43] New bug: #513486 in unixodbc (main) "select query did not return correct uid datatype" [Undecided,Fix released] https://launchpad.net/bugs/513486 [06:43] ok, but how? [06:43] DAVdaBRAV: so for example phpbb3 will install itself to somewhere like /usr/lib/phpbb3/bin and /usr/share/phpbb3/data, and apache will be told to serve the former as cgi-bin and the latter as / [06:43] exactly how will depend on how the package maintainer has set it up [06:44] Try reading the README.Debian in /usr/share/doc// [06:44] ok..... [06:45] wouldn't I need to read apache docs instead? [06:48] Those too [07:00] hi i even installed ubuntu-server, when start the system i have now the problem, that i have the english layout, but i need the german one [07:01] how to change this now (and permanently) [07:02] STF: on the console? [07:02] STF: dpkg-reconfigure console-setup [07:02] yes [07:02] Good luck typing it tho :-) [07:05] ehm that doesn't help me [07:06] there i cannot change the language, i need qwertz support not qwerty [07:14] STF: there should be an option to pick the keyboard type [07:15] is the change immediately? [07:15] or does it need a reboot [07:15] ? [07:17] It's immediate if you're in the tty [07:17] If you're in screen, no [07:17] Run "tty" and see if it reports /dev/tty[1-6] [07:17] it do [07:18] Not sure then [07:18] "/dev/tty1 [07:18] It should be immediate [07:18] it isn't and it is not after restart [07:18] I suppose you might not have the relevant packages installed, but unless you've gone through removing things, you should have them [07:18] IIRC they would be console-setup, xkb-data, and kbd or console-tools [07:19] i chat with you over the secondary pc [07:19] Whatever [07:25] i give it up [07:25] Too bad [07:25] Sorry I couldn't help [07:37] twb; you wasn't totaly wrong, but it is console-data, which need to be installed an reconfigure ;) [07:38] Ah, sorry [07:38] wait, it wasn't permanent, oh man that so stupid# [07:38] It's console-setup in debian sid [08:19] RoAkSoAx: pong [08:26] When using libvirtd on a headless server, and a remote virt-install with qemu+ssh://twb@theta/system, how do you convince virt-install the disks are on the server, not the client? === RoyK is now known as Guest96655 === RoyK^ is now known as RoyK [08:32] AHA [08:32] --disk pool=default,format=qcow2,size=1 === bsodmike_ is now known as bsodmike === smb` is now known as smb [09:21] New bug: #776194 in ntp (main) "Error mails after changing the ntp server" [Undecided,New] https://launchpad.net/bugs/776194 [09:40] Hey guys. On my ubuntu 11.04 server, when i add a ppa, via add-apt-repository, apt-get doenst use it. Or, not fully anyways. As you can see here: https://gist.github.com/952345 I add the repository and update, but its not on the list over loaded repos. I did a strace that shows it actually does "see" the repo: http://paste.ubuntu.com/602496/ [09:40] Can you guys help me out? [09:41] New bug: #776202 in mysql-5.1 (main) "package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1" [Undecided,New] https://launchpad.net/bugs/776202 === TeTeT_ is now known as TeTeT [10:02] Please make logs with LC_ALL=C so they're in English [10:02] how to make a bootable usb drive for windows 7 from ubuntu [10:02] pracrash: last time I looked, Windows did not support booting from USB [10:03] twb, really but my cd rom doesnt works is there any other solution [10:04] pracrash twb: sure you can make a windows 7 usb pen (or drive) [10:04] but i dont know about doing it from ubuntu [10:05] ChrisBuchholz, twb i searched in google there r but im a new user n ubuntu so i don kno [10:06] pracrash: but it can be done. This guide shows how to make an usb-pen installer for windows, and how can you make an usb pen "bootable": http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/ [10:06] maybe it can help you [10:06] ChrisBuchholz thanks man === zz_eagles0513875 is now known as eagles0513875 [10:12] ChrisBuchholz, but is there any way to make it from ubuntu [10:13] ChrisBuchholz, cuz the link u gave only has how to make from windows [10:14] Really oneiric ? Do you expect the unwashed to even be able to SPELL that correctly? [10:15] * twb grumles [10:15] *grumbles [10:16] Mark Shuttleworth is expanding our vocabularies, one adjective at a time? :-) [10:16] At least it's not another synonym for dapper [10:18] GOod heavens, natty's installer has a magenta background instead of blue [10:18] That amused me too :-) [10:18] pracrash: as i said, i dont know how to make from ubuntu. But it can might give you some ideas [10:19] I would use lucid except fb=false is broken in lucid d-i :-/ [10:19] Can you do an oem install from d-i? [10:20] Where's the syslinux file from a conventional install CD... [10:30] Looks like I just ensure the preseed installs oem-config [10:31] New bug: #776226 in mysql-5.1 (main) "package mysql-server 5.1.54-1ubuntu4 failed to install/upgrade: проблемы зависимостей -- оставляем не настроенным" [Undecided,New] https://launchpad.net/bugs/776226 [10:33] OR, I include oem-config-udeb in the installer component list [10:39] after installing 11.04 server and selecting de:nodeadkeys during installation, the keyboard layout is set to us per default. How can i fix this? [10:39] is this a known issue (i couldn't find anything related on lp) [10:43] 16:37 twb; you wasn't totaly wrong, but it is console-data, which need to be installed an reconfigure ;) [10:43] pimperle: dpkg-reconfigure console-data [10:43] twb: console-data is not installed [10:44] Then I guess you need to install it [10:46] twb: after installation i could select the correct layout, but it didn't change / fix the problem [10:46] Shrug [10:46] now i tried reconfigure and it worked... lets see, if it sustains a reboot [10:48] after a reboot the changes are gone [10:48] 16:18 I suppose you might not have the relevant packages installed, but unless you've gone through removing things, you should have them [10:48] 16:18 IIRC they would be console-setup, xkb-data, and kbd or console-tools [10:56] the box was freshly installed, so i can say i didn't manually remove them [10:57] i'll check if they are installed [10:57] all are there [10:57] i already noticed this behaviour on the betas and it didn't vanish [10:58] #740818 is the same issue [10:58] but it doesn't seem to get a lot of attention [11:41] Hi all, when I try and boot Ubuntu Server 10.04.02 LTS I get the error : No common CD-ROM drive was detected . anyone know how I can fix this? [11:48] put a CD in? [11:58] lol [11:59] its a bug [11:59] that first came up in 8.04 [12:06] New bug: #776297 in libgoogle-collections-java (main) "Sync libgoogle-collections-java 1.0-2 (main) from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/776297 [12:42] does anyone have any idea why rsync seems to always fail to files/dirs permission [12:42] --chmod=Da+rwx,Fa+wr [12:43] am i missing something? [13:09] amero: dunno, never tried --chmod with rsync, i'm guessing you don't have the permissions to do that [13:11] don't have the permission? im syncing folders in the same user acc as i run rsync with [13:12] amero: use --verbose to get more info [13:15] amero: --chmod will have no effect if --perms is not also used [13:16] not much useful info. just list of folder/files being synced [13:16] and these [13:16] sent 31787052 bytes received 755 bytes 21191871.33 bytes/sec [13:16] total size is 31780310 speedup is 1.00 [13:17] that's what it showed with the verbose flag [13:18] amero: what is the complete command you're using? [13:20] nice -n 19 rsync -r --chmod=Duo+rwx,Fa+wr --delete --delete-excluded --size-only --verbose --exclude-from '/home/user/serverfiles/sync_exclude.txt' syncthis/ /home/user/rsynctest/ [13:24] amero: right, so use --perms [13:25] amero: this is the global directive to manage permissions [13:25] amero: usually used to preserve source permissions [13:25] amero: but if you're creating your own, you still need that option [13:30] aha it works now :) [13:31] is it possible to exclude or auto delete empty dirs in the dest dirs? [13:32] their contents get excluded by the exclude list but rsync created those folders anyway [13:33] amero: probably, read the man page (that's how i answered your first question) [13:36] :p [13:43] morning [13:43] moi zul [13:43] hey hggdh you are up early [13:44] aye [13:58] anyone tried luks on raid5? i'm getting like 1/6th non-encrypted performance. any pointers in the right direction would be appreciated. [14:05] liekzomg, luks is limited to a single cpu, per luks volume [14:05] patdk-wk: it's only using like 5% cpu in top [14:11] how can i manipulate the keymap.sh in that way that i have my german layout [14:16] lynxman: howdy! So I was looking into the orchestra stuff and I was wondering if the import script should be setting the preseed automatically? [14:16] RoAkSoAx: hey :) [14:17] RoAkSoAx: it does set the preseed automatically afaik [14:17] RoAkSoAx: there's an import-isos script that takes care of that, I think it's not running on install though [14:18] RoAkSoAx: we're working towards having orchestra stable for next week's event [14:18] lynxman: cool. I have installed it yesterday (only the provisioning server) and seems stable enough to me so far [14:19] RoAkSoAx: we're still missing some pieces, rsyslog and collectd and also polish a bit the puppet integration [14:19] lynxman: and importing mini ISO's is not setting the preseed automatically because the script imports mini.iso's. But I'll take care of that ;) [14:20] RoAkSoAx: yeah, that's the bug we filled up, I think you're following that one up right? [14:20] lynxman: yeah but i've seen you guys have done quite a bit already so I don't think you'll have major issues. [14:21] RoAkSoAx: yeah the week with kirkland was extra fruitful [14:21] lynxman: yeah I already release a fix for the mini iso import though, the issue is given when trying to create repos. Since the mini.iso does not have any info about it, then we still have to import it by specifying breed and os_version, and we need to speicfy kickstart too [14:30] hi i need to know how to manipulate my ubuntu-server that i have my de-latin1-nodeadkeys and not the stupid, through bugs in the install routine setted, qwerty-default [14:32] can anyone of you give me a step-by-step introduction, cause reconfigure console-data, or sth else doesn't work [14:45] STF: "sudo dpkg-reconfigure console-setup" will allow you to select the keyboard you want if you chose the wrong one during the install [14:48] somebody using mysql with ipv6? [14:49] I am using ubuntu 10.04 and want that my mysql server listens on the ipv6 interface. [14:50] zoopster: you don't listening to me that doesn't work, and i am do not know why, in the procedure of console-setup, i won't get the question after layout it self [14:51] STF: you are right. I'm reading and you never said you used dpkg-reconfigure console-setup so good luck. [14:52] zoopster: sry for failing information [14:53] question for you guys. anyone happen to know the success rate offhand of upgrading from 10.10 to 11.04 using do-release-upgrade? [14:54] 50% - either it works or it doesn't [14:55] just kidding...doubt there are metrics on it - it's word of mouth [14:55] >.< [14:55] in testing they likely need a pretty high success rate [14:55] yeah well I have been burned in the past when trying to go LTS to LTS [14:56] im hoping going from release to release is a bit easier [14:56] there are many factors as you know so your mileage may vary [14:56] yeah [14:56] I've not had much trouble, but my setup is rather simple [14:56] most of my VMs are pretty simple. the only thing even marginally complex is the KVM server [14:56] KVM + LVM for disk [14:57] it's impractical to test all of the possible scenarios [15:01] STF: if you know the layout, then just change /etc/default/console-setup and restart it [15:04] zoopster: where need i change /etc/default/console-setup [15:07] STF: in my 10.10 server the last section is the keyboard configuration section but I don't know the exact syntax you need for your keyboard layout so you'll need to search on it - that's why using the reconfigure option helps with it's picklist [15:11] zoopster: i am not sure if did the right things in the right order, or if had only luck. now i have my german layout [15:13] STF: well...computers don't know about luck so you must have done the right thing. [15:14] zoopster: first i had edit the /etc/default/keyboard, than i run dpkg-reconfigure keyboard-configuration, after this i run dpkg-reconfigure console-setup, and now it is fine [15:17] zoopster: maybe and here i am not sure, but i also the reconfigure of console-setup at beginning, but this i think should not have any effects on the following commands [15:32] New bug: #488696 in autofs5 (main) "syntax error in nsswitch config near [ syntax error ]" [Undecided,Fix released] https://launchpad.net/bugs/488696 [15:40] is there already any 5.5 backport for mysql? [15:48] Is there much difference in performance between Ext4 with journaling turned off and Ext2? [15:53] damn :( imp 5.0.2 broke :( [15:53] mtecknology, yes, but not much, mainly just extents [15:54] oh, performance :) [15:54] dunno [16:02] well, my session with Ungika went nowhere, it ended with him saying "I'll hack the ban and change ip" [16:02] dissapointed [16:16] oops, wrong channel [16:25] MTecknology, you're assuming that EXT4 hasn't made any improvements in other areas in the meantime. [16:26] MTecknology, best way to find out is test [16:26] MTecknology, just for the sake of supportability, you might want to stick with the newer incarnation of the filesystem [16:27] ppetraki: the system we're dealing with defaults to installing with ext2; that's why the curiousity [16:29] MTecknology, it's a curious observation, though short of an FS expert, the next best way to get the requisite data is to test, or ask on the ext mailing list [16:29] morning guys i am having a issue of apache on ubuntu 10.10 not loading the correct certificates [16:29] even though the configs are correct [16:38] it does not look like motd gets updated.. [16:38] it is showing old message [16:38] 20 packages can be updated. [16:38] 7 updates are security updates. [16:38] I already updated them few days ago [16:38] it is 10.04.2 LTS [17:05] does anyone know what ubuntu renamed the httpd binarys too [17:09] apache2 === ahs3 is now known as ahs3-afk [17:11] how do i run the httpd -S command on ubuntu [17:11] sorry newbie question [17:26] apache2 -S [17:26] When I try to "modprobe amd64_edac_mod" I get this error: "FATAL: Error inserting amd64_edac_mod (/lib/modules/2.6.38-8-server/kernel/drivers/edac/amd64_edac_mod.ko): No such device". Why is this happening? [17:28] kirkland: where you able to test squid-deb-proxy? [17:30] RoAkSoAx: arg, no, i had to reinstall my desktop yesterday [17:30] nijaba: are you filing (or have you filed) blueprints for PaaS stacks for UDS? [17:31] anyone know how to fix apache2: bad user name ${APACHE_RUN_USER} [17:32] kirkland: no worries ;). just let me know if you want me to work on something related before UDS [17:32] RoAkSoAx: how about a wiki page in http://help.ubuntu.com/community/Cobbler ? [17:32] RoAkSoAx: with a step-by-step how-to on getting Cobbler running on 11.04? [17:32] * RoAkSoAx checks [17:33] RoAkSoAx: *that* would be outstanding before UDS ;-) [17:33] kirkland: sure I can do that [17:33] RoAkSoAx: poke me as soon as you do, and I'll walk through the instructions and enhance as necessary [17:35] kirkland: will do [17:41] RoAkSoAx: rock [17:49] zul: ping [17:55] any1 who could help with configuring a ircd-hybrid server? [17:58] koolhead17: pong [17:59] zul: saw your blog regarding cobbler install on natty. [18:00] koolhead17: cool [18:00] I am also following http://michaeldehaan.net/2009/09/17/travelling-linux-lab-controller-in-a-box/ blog. i wanted to know do i have to manually install dhcp server? [18:00] i am not touching koan as of now :P [18:00] i just need to see PXEinstall running via virtualbox enviornment [18:01] i find the GUI for the same overloaded with infos so what will be your suggestion :) [18:03] koolhead17: as a matter of fact I'm in the process of writing documentation on how to get cobbler up and running, and importing ISO's === ahs3-afk is now known as ahs3 [18:03] koolhead17: deploying VM's with koan in KVM [18:03] etc [18:04] RoAkSoAx: cool. when is it coming? [18:06] wanna give it a try on virtualbox right away :P [18:08] koolhead17: I expect it to have it finished in the next couple of days [18:10] RoAkSoAx: nice. but can you suggest me if i really need to install dhcp server saperately? i don`t want koan to run pxe install i suppose. koan creats a virtual bridge as well [18:10] Um hey. [18:11] koolhead17: koan uses a virtual bridge [18:12] RoAkSoAx: yes. i want to know in order to use simple PXEinstall(without koan) do i need to install dhcp server as well on system which has cobbler installed? [18:12] koolhead17: in KVM for example, you need to PXE from a VM that uses br0 (the bridge), while with koan, we can make the VM use both, the bridge (br0) or NAT (virbr0) [18:13] koolhead17: yes you would need a DHCP server somewhere, not necessarily in the machine running cobbler [18:13] koolhead17: however, you need to tell that dhcp server that the PXE is the machine running cobbler [18:13] RoAkSoAx: /etc/cobbler/settings [18:14] New bug: #776558 in tomcat6 (main) "Sync tomcat6 6.0.32-3 (main) from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/776558 [18:14] and i can use the dhcp template available with cobbler to run my dhcp server at same time [18:14] koolhead17: by default in the installation you won't need a dhcp server [18:16] koolhead17: for example, in my case, my DHCP server is a router running dd-wrt. For it to allow me to PXE, I need to tell my router's DNSMasq that the PXE server is *another* machine [18:16] hmm but when am defining my system i have to tell it the IP it should use? [18:16] koolhead17: so, I added this as additional DNSMasq options = "dhcp-boot=pxelinux.0,,192.168.X.X" where 192.168.X.X is the address of my cobbler server [18:17] koolhead17: so, I added this as additional DNSMasq options = "dhcp-boot=pxelinux.0,,192.168.X.X" where 192.168.X.X is the address of my cobbler server [18:17] it mean i should not install saperate dhcp server [18:18] koolhead17: if you don't have a DHCP server already somewhere in the network, yes you need one [18:18] koolhead17: if you *do have* one already, then you don't need one. You just need to tell it to use the cobbler server as the PXE server [18:19] RoAkSoAx: i will install one, then and put the same credentials in inside the cobbler settings file. [18:20] koolhead17: i haven' [18:20] RoAkSoAx: https://answers.launchpad.net/cobbler/+question/155633 i also have this issue [18:20] koolhead17: i haven't personally used cobbler with DHCP, but let me know how it goes! [18:20] RoAkSoAx: doing right away [18:20] i will simply install cobbler not koan though :P [18:20] koolhead17: that's nothing to worry about [18:21] ooh ok [18:21] lemme install cobbler then [18:25] RoAkSoAx: aah. my modem has dhcp server running. :) [18:26] Is there anyone here with the time to help me sort of a problem or two with this cloud/cluster setup? [18:26] koolhead17: ahh that might be a problem if you are not able to tell your DHCP server that the PXE server is your cobbler machine [18:26] @ask | Blulix [18:27] !ask | Blulix [18:27] Blulix: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [18:27] Uh okay? Just wondered since this is ubuntu-server, but there's not many active people in ubuntu-cloud [18:28] Blulix: yeah just ask your qestion and if someone knows the answer we'll be happy to help ;) [18:28] Blulix: :) [18:28] * koolhead17 is on ubuntu-cloud too :P [18:28] Ehehe, I'll try to summarise then. [18:28] sure :P [18:29] RoAkSoAx, o/ [18:30] Basically I have my controller and node controller connected to my router which is on the internet but during node controller install it refuses to see the controller and if i type in the controller host name it then sees it but says that walrus isn't running or something, even though the controller has everytbign except the node-controller installed. [18:30] * Blulix just realised that isn't actually a question. xD [18:30] is it eucalyptus [18:30] Yup [18:30] marrusl: o/ [18:31] Blulix: have you tried to register everything manually? [18:31] marrusl: how's it going? [18:32] RoAkSoAx: Yes, and that causes another myriad of problems where it sees the node but refuses to connect to it becuase the creds are missing even though they arent. >.> [18:32] Blulix: what ubuntu release are you running? [18:32] 10.04 [18:32] Blulix: uhmmm I think that the keys are synced in the wrong place then [18:33] I remember seeing something similar [18:33] though I don't recall what was the exact fix [18:33] RoAkSoAx, things are good. busy but good. you? [18:33] marrusl: pretty good actually, not as busy as you I pressume :) (at least not yet) [18:34] RoAkSoAx, haha. well, it comes in waves sometimes. it's gotten quieter since our sprint. if only there were no customers calling. [18:34] RoAkSoAx: by any chance i have to disable apparmor in order to get dhcp working without any issue :D [18:35] marrusl: hehehe I guess that's one of the benefits of being in my position (not having to deal with customers as much as ytou do :)) [18:35] koolhead17: I don't really think so [18:35] actually, speaking of that I have a question (for anyone really)... /etc/network/if-up.d/ethtool. it seems like it's not running at all or at the right time on boot up. [18:36] dhcp should work just fine with apparmor enabled (client and server). if not, file a bug [18:36] Actually, is there possibly another system I could use for a cluster running client VM's? [18:36] they're trying to apply HARDWARE_DMA_RING_ rx 512 via /etc/network/interfaces [18:36] New bug: #776579 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/776579 [18:36] it doesn't apply on boot, but if you ifdown and back up, they apply. [18:36] might be a question for #upstart :) [18:37] jdstrand: sure [18:37] ugh. i didn't even look for a bug first. maybe I should do that first. :) [18:38] RoAkSoAx: are you using web interface for your work? i find it with soo many options :) [18:39] koolhead17: I use both (command line and the web interface) [18:42] ok [18:47] marrusl: you going to UDS this time? [18:49] can anyone help me with a ubuntu server ec2 instance? [18:55] InYourGroove, dunno [18:56] RoAkSoAx, yes! leaving on saturday. [18:56] marrusl: cool, same here [18:56] excellent. [18:56] marrusl: I'm actually flyiung to NY first [18:57] RoAkSoAx, are you flying from JFK saturday night? [18:57] marrusl: morning... flight to budapest leaves afternoon === medberry is now known as med_out [18:58] marrusl: flight to budapest leaves at 6:40, maybe we are in the same flight? [18:58] RoAkSoAx, aha. yup. same flight. [18:58] cool [18:59] RoAkSoAx, Roberto from presales will be there too. [18:59] RoAkSoAx, so we'll have company trying to figure out what the heck is going on when we get there :) [18:59] marrusl: there's quite a few other ppl [18:59] marrusl: I know of at least 2 other ppl from florida in the same flight. One is community member though [19:00] RoAkSoAx, ah, right... makes sense. i'm so lucky I have a single direct flight :-D [19:01] marrusl: hehe yeah you're lucky as most flights to europe are either from JFK or Ohare [19:01] JFK++ [19:02] marrusl: as long as my bags don't get lose I'm fine with layovers [19:02] marrusl: last time coming from austing I left like 9.30 and arrived to MIA like 10.30 [19:02] RoAkSoAx, that's the danger I guess. [19:02] * RoyK just setup a nice quad-server-box, 2U thing from supermicro with 4 mobos with 64GB and 2 x 12-core opterons - COOL [19:03] RoAkSoAx, yes. I also had a *grueling* 43 minute flight from NY to MTL for the sprint. so tired after that. ;) [19:04] marrusl: hehe well I guess those just oour "occupational hazards" [19:04] hehe [19:04] s/our/our only [19:04] RoAkSoAx, yep. actually UDS this time will be my first big jet lag for work. i've been lucky so far. [19:05] marrusl: don't sleep when we get there. Try to stay awake you wont be jetlagged the rest of the week [19:05] marrusl: I did that when we went to Belgium... [19:05] and had an amazing, not jetlagged week [19:06] RoAkSoAx, nice. I will give it a try. [19:07] I can't reproduce my customer's ethtool error it seems. grrr. [19:07] the weirdness of upstart [19:08] * marrusl zips lip. [19:09] hi guys! anyone working with vmware esx? [19:09] every time i upgrade kernel of a vm i need to reinstall vmware tools... any idea on how to avoid this? [19:11] marrusl: i usually go walk around the hotel when i get there [19:12] marrusl: btw.. where you guys able to test the CLC HA?? [19:12] zul, my walk will probably go as long as it takes to find a good bar. [19:13] * RoAkSoAx wants to check the city === NG_ is now known as ng_ [19:13] marrusl: to each their own ;) [19:13] RoAkSoAx, I haven't. You might ask TREllis or TeTeT. [19:13] :-/ sorry! [19:14] marrusl: well I guess it doesn't make muchg sense now since Eucalyptus will release their own HA stuff [19:14] zul, maybe I'll hold off right off the plane though, it will be morning. :) [19:14] marrusl: heh hasnt stopped me before [19:15] RoAkSoAx, well, there's that. bet you learned more than you wanted to know about Euca working on it! [19:16] marrusl: yeah you can say that hehe [19:16] marrusl: i think they probably learned more about HA after doing that [19:17] (after I released the blogpost and saw that it is simple to do HA ;) ) [19:20] ok, off to do some dishes before my wife gets home! === marrusl is now known as marrusl_afk [19:20] marrusl_afk: hahah enjoy!! [19:22] New bug: #768296 in cloud-init "Setting hostname via config is not reflected in /etc/hosts" [Medium,Confirmed] https://launchpad.net/bugs/768296 [19:46] New bug: #776632 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/776632 [19:53] i'm using unbound to serve my LAN with dns resolving.. if i get a servfail on a well known website *facebook.com ..how do i tell it, hey stupid facebook is at IP: ...... [20:00] bastidrazor: there's probably several ways to do that with unbound. i think i'd find out why you got a servfail first, though. [20:09] ahs3: how might i accomplish that? [20:09] hi everyone, can anyone tell me how you deal with your servers dns suddenly dying, even though the dns servers are still functional? [20:13] bastidrazor: dig is your friend -- e.g., dig @server A www.facebook.com [20:16] New bug: #776642 in php5 (main) "segfaults from 5.2.4-2ubuntu5.15" [Undecided,New] https://launchpad.net/bugs/776642 [20:23] I think I'm hitting max open file descriptors limit in my server [20:23] "sudo cat /proc/sys/fs/file-nr" gives me "1024 0 38001" and it doesn't go over 1024 [20:23] I thought that the 1024 limit is per user [20:23] on my server several users are using the file descriptors so how do I hit the limit? [20:24] depends on your configuration? limits.conf or cgroups [20:25] ahs3: weird. all is working well now. i was using dig beforehand as well. [20:25] alamar: in /etc/security/limits.conf I have "root hard nofile 30000" and "root soft nofile 30000" [20:26] alamar: "ulimit -a" gives me 1024 [20:28] did you login as root? [20:28] alamar: no, but I'm using sudo === med_out is now known as medberry [20:33] bastidrazor: very possible. unbound does pre-fetching of some entries and does some other optimizations so it's possible that it took a bit for the cache to fill [20:35] bencc: as root you can change the ulimits anyway. as user you cannot define your ulimits. ulimits are set on LOGIN. so sudo doesnt change your limits [20:37] alamar: I didn't know that [20:38] alamar: I still don't understand why am I hitting the 1024 limit if each user uses only part of it [20:38] I thought the 1024 limit is per user and not a global limit [20:38] "more /proc/sys/fs/file-max" gives me 38001 [20:39] bencc: depends on the limit configuration in your limits.conf [20:40] and or other restrictions by your environment (like openvz/cgroups or whatever) [20:40] in /etc/security/limits.conf I have "root hard nofile 30000" and "root soft nofile 30000" [20:40] I'm running ubuntu on slicehost. not sure about openvz/cgroups [20:45] 21:45:48 up 5:00, 2 users, load average: 24.51, 24.42, 22.64 [20:47] RoyK: cool :P [20:47] (well, probably things are getting hot instead) [20:48] JanC: it took those scientists a couple of hours to fill all the new compute nodes to the rim [20:48] 96 cores in 2U is rather nice :D [20:48] RoyK: wait, how many cores do you have? :P [20:49] lol [20:49] it's four 2x12core + 64GB RAM servers in 2U [20:49] so 24 is 30% usage or so? ☺ [20:49] JanC: no, that's per node [20:49] ah [20:50] right [20:50] so a total of 96 cores and 256GB RAM in 2U [20:50] pretty dense [20:50] uhu [20:50] 24 cores & load 24 is nice [20:51] we have another 24core pizzabox and an older 16core pizzabox (1U both) [20:51] so, you playing Doom on it? :P [20:51] nah - met models, mostly [20:52] backed by 60TB of storage, perhaps half of it in use atm [20:53] RoyK: when I talked to some guy from sara.nl some years ago, they also did "mostly" scientific stuff, but also an occasional game of Quake in their VR room to "test" it ;) [20:53] lol [20:53] perhaps I should try that ;) [20:53] they do have slightly more computing power than you have though [20:54] I can guess - I'm working for nilu.no - not too much compute power needed here yet [20:54] but the more they get, they more they crave.... [20:54] haha [20:55] RoyK: not using graphics cards for computation? [20:55] a year back, we had something like 10% of what we have now, but then, the more power, the better the models get, and the more data they feed the models, the more CPU power they need, et cetera, et cetera, ad infinitum [20:56] JanC: we're not there yet, a lot of the models are still based on old f77 code. they're working on rewriting that [20:56] Jevons paradox [20:56] When you acquire or discover more efficient ways of doing "stuff" you just end up doing more of it. [20:57] http://www.engadget.com/2009/12/14/university-of-antwerp-stuffs-13-gpus-into-fastra-ii-supercompute/ --> 12 teraflops on a 6000 € "supercomputer" [20:57] Not *exactly* the same, but very much similar. [20:58] soren: well, I'm not sure that's the case - in a met model, if you can use smaller cells, you get far better results [20:59] but I know - GPUs are the best way as of now - we just don't have the code for it (Yet) [20:59] window 6 [20:59] adam_g: add a / to that [20:59] of course! [20:59] lol [21:00] RoyK: in theory GPUs aren't as fast as possible, but they easily beat other vector processors in price/performance because of volume [21:00] because of volume of sales [21:01] JanC: I know, and modelling windfields, which is the thing they mostly do, is the perfect application for GPUs [21:02] putting a GPU-like processor on a multiprocessor bus instead of on PCI/PCIE would make them even more performant ;) [21:02] pci-e is pretty fast, though [21:03] so long as you have enough local memory for the GPU [21:06] hm... running at 100% for an hour or so, these half-width 1U units show a system temperature of 53 degrees C (2x12-core opterons) [21:06] not that bad [21:07] that's inside the case? [21:07] not bad [21:09] JanC: as reported by IPMI [21:09] aka ILOM aka ALOM aka iLO [21:09] aka BMC... [21:12] supermicro ILOM is pretty neat - remote console to all four machines earlier today with vitual media - an .iso file with ubuntu 10.04 server x64 - installing all of them in less than an hour - all at once [21:12] kirkland: is the approach to use cobbler assuming that there's already a DHCP server on the network, or use cobbler as the DHCP too? [21:15] RoyK: my SuperMicro board doesn't have ILOM, but then again, it's a workstation board, not a server board ;) [21:15] all (or most) of supermicro server boards have IPMI [21:16] there is software-based IPMI for the workstation boards [21:16] I have two supermicros without it, one is two years old, the other with a desktop board [21:16] that doesn't count :P [21:16] right [21:16] hardware-based would have been cool, but probably somewhat uncommon for a desktop ;) [21:17] no need for that for most desktops, though [21:17] RoyK: it could be useful in large companies [21:17] with centralised IT [21:17] RoAkSoAx: around [21:18] JanC: there are some systems for that - centralised desktops - get a 1U system with VGA over TP and centralise it all [21:18] even for high-end graphical workstations [21:18] koolhead17: yes [21:19] RoAkSoAx: am having strange issue in configuring the standalone dhcp server [21:19] koolhead17: how so [21:19] RoyK: well, I have played FPS games on a multiseat... ;) [21:20] hehe [21:20] RoAkSoAx: no subnet declaration for eth0(ip) and also not configured to listen on any interface. [21:20] unfortunately that's getting more & more complicated since XGL is abandoned... [21:21] koolhead17: you might wanna follow: https://help.ubuntu.com/11.04/serverguide/C/dhcp.html and add the following to point to the cobbler server: [21:21] next-server 172.28.1.103; filename "pxelinux.0" [21:21] ; [21:22] koolhead17: in different lines. anyways I'm off to lunch [21:22] * RoAkSoAx starving [21:22] ok. [21:22] JanC: what about aigxl? [21:23] RoyK: that's not a nested X server that supports GL [21:24] JanC: sorry, I don't get it - what's the difference? [21:24] RoyK: putting different users on each head of a multi-head graphics cards [21:25] IC [21:25] current max. is 14 users on 7 dual head nvidia cards; and only Asus has a mobo with 7 16x PCIE slots [21:25] perhaps redhat comes up with a solution for that for just $1k per user per year :P [21:25] AFAIK ;) [21:26] JanC: IIRC supermicro has one too [21:26] or at least 6x [21:26] we have a few of those [21:26] there are several that have 6x [21:27] but my knowledge might be outdated [21:28] I remember telling the owner of the company that sells Ubuntu multiseats here in Belgium about the 7x mobo last year [21:28] (he's a sponsor of our locoteam) [21:29] that current max, is that om XGL or AIXGL? [21:30] XGL [21:30] on AIXGL, what would you get? [21:30] probably 7 [21:30] wtf did they change that? [21:31] AIGLX never was a nested X server [21:31] I'd guess you could go even further with a proper board [21:31] ic [21:31] and xephyr & xnest don't support GL [21:32] and ATI graphics cards don't support XGL (they have triple head cards) [21:32] http://www.multiseatcomputer.be/multiseat-voor-twaalf-gebruikers.html to see some pics of a 12-seat machine ;) [21:32] I don't get it - what's the point of something with X not supporting GL nowadays? [21:32] it's not that simpel I guess [21:32] simple [21:33] 410 W for 12 users [21:33] if XGL did it, and the source is open, it should be pretty simple to redo it [21:33] heh so < 40W per user (minus the monitor, I guess) [21:33] well, somebody was working on GL support in Xephyr last year, but... [21:34] RoyK: including the monitors AFAIK [21:34] * RoyK still guesses redhat will come up with a 'genuine solution' soon that will cost a lot [21:36] hi. Is there any way to show the differences between a config file from a repo package and the current config file? [21:38] talcite: if you've installed the package and then changed the config, not directly, but you could move the config file to somewhere else and reinstall the package (apt-get remove --purge xxx; apt-get install xxx), or perhaps install the source code for the package (apt-get source xxx) and find the config file and look for changes [21:38] RoyK: ah. Can't do that. It's a production server [21:38] talcite: then install the source and look for the config file [21:39] RoyK: hmm I can do that. Thanks! [21:39] the source will install in current directory (from where you run apt-get source) [21:39] I see. I'll keep that in mind. === ng_ is now known as NG_ [22:03] hello [22:03] can anyone help me w/ a slight problem on aws> [22:03] ? [22:05] there seems to be a problem with the new natty ami [22:05] !help [22:05] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [22:06] I have an ec2 setup with natty ami , 64bit EBS... whenever i "stop" (shutdown) the instance, it can never recover again [22:06] it loads up with mounting problems and then kills itself restarting again and again... [22:07] here's the startup log excerpt: http://pastebin.com/Acv87Cdr [22:07] any ideas how to battle that? [22:08] reboots work fine, until the first shutdown... from the first shutdown one cannot recover... [22:09] i forgot to mention this is done on an "m1.large" [22:19] jdstrand: apparmor is creating the issue with permission denied mknod [22:20] hi. I was wondering if anyone had some input on my installation problem : Im trying to install ubuntu server 11.04 on a brand new HP DL380G7 via a usb key. Under the installation menu, if i select installl or boot via usb, i get a screen blink, then nuthing happenes.. anyone have any idea? [22:24] teb7030 how long are you waiting and what did you use to make the USB installer? [22:26] metalf88011 : i used that tool ubuntu linked on their website [22:26] metalf88011 : the menu came up straight after boot, install, boot via usb.. etc.. both blink with a flash (tried 10.4 too) same issue [22:27] There are 2 did you use Unetbootin? [22:27] did the flash driving come with U3 on it? [22:27] http://www.youtube.com/watch?v=zP0sqRMzkwo [22:30] metalf88011 : used Universal usb installer [22:30] metalf88011 : no u3 on it [22:32] koolhead17: ok, please file a bug against the source package (dhcp3 or isc-dhcp) and add the 'apparmor' tag. please include your dmesg/kern.log as well and if it is a non-standard configuration, your dhcpd.conf === cloakable_ is now known as cloakable [22:33] teb7030: Did you check the MD5SUM of the Ubuntu ISO after you downloaded it? This is most likely not the problem since you tried 2 different version but it still worth looking at [22:33] jbernard: i will confirm it once from my side before reporting it as bug :) [22:38] metalf88011 : ill check that, and ill check with another usb key and another "burner" program [22:39] I've had problems using USB drives for installing software in the past when with the same hardware a CD has work just fine [22:39] have you guys encountered a "no instance data found in start-local" trying to start ec2 w/ ubuntu [22:39] ? [22:40] kirkland: ping [22:41] vorlov: I haven't sorry [22:41] kirkland: never mind :) [22:41] metalf88011: thanks anyways! [22:41] sure thing good luck [22:42] RoAkSoAx: howdy [22:43] kirkland: haven't yet finished but is comming together [22:43] https://help.ubuntu.com/community/Cobbler [22:43] RoAkSoAx: sweet ;-) [22:43] kirkland: should be assume a DHCP server is in the network or should cobbler be the DCHP serveR? [22:43] RoAkSoAx: hmm, well, that's a toughie [22:44] RoAkSoAx: i don't think we can automatically be the DHCP server [22:44] RoAkSoAx: we should debconf that, eventually [22:44] RoAkSoAx: perhaps even check on the network if there's already a DHCP server [22:44] kirkland: i;ll just add a pointer that if there's an external DHCP to configure it to point to cobbler as the PXE then for now [22:44] RoAkSoAx: and set the default answer in debconf accordingly [22:44] RoAkSoAx: right [22:45] RoAkSoAx: we could put a screenshot for something like dd-wrt, and pointers to how to configure other DHCP servers [22:45] kirkland: will do [22:45] kirkland: and yeah, maybe autodetecting a DHCP server and configuring accordingly would be awesome [22:56] teb7030 Ubuntu has it's own program for making Live USB keys called " Startup Disk Creator" but I think you need to be running Ubuntu or another version of Linux to be able to use it [23:47] Hi everyone [23:49] have anyone tried to install mysql cluster? [23:54] anyone? [23:54] noone? [23:58] apocalipsys: yes [23:59] apocalipsys: I'm guessing you had problems because it conflicts w/ the mysql clients / libraries [23:59] actually i'm wondering to have a good guide to beging a test with 3 mysql server [23:59] s