[00:07] slangasek: fix is already in precise :) [00:08] grr, i keep doing that [00:10] yes, shame on you hallyn for fixing things [00:10] ;f2 is devel, ;f1 is server... keep mixing them up today [00:14] I am following this, but I can't get the log to fill up with anything? https://help.ubuntu.com/community/BIND9ServerHowto#Logging [00:21] I think apparmor is the problem, just found something that might work [00:36] elz89: apparmor how? [00:37] Ahh [00:37] elz89: please update that wiki to include the needed changes to the apparmor profile to allow bind to write to said query log. [01:05] has anyone setup mysql replication between servers running ubuntu 10.04 server and mysql5? [01:09] ya, follow the instructions on mysql website [01:09] it's been the same since like mysql 3 [01:13] someone in #mysql told me today that binlog-do-db= isn't wise to use [01:14] I mean, replicate-do-db [01:14] but that's how I used it on some debian boxes ... setting up on ubuntu for first time, and my slave's mysqld won't start if the slave config is in my.cnf, but the moment I take it out, it will start up :( === sagaci_ is now known as sagaci === aarcane__ is now known as aarcane [02:31] where is the cron log on ubuntu server? === Resistance is now known as EvilResistance [06:36] Hi, I would like to build a private cloud desktop in my home server. Something like this: http://www.youtube.com/watch?v=uDfsMNQ3SrU How would it be possible with Ubuntu? === himcesjf1 is now known as himcesjf|py [09:42] $ svn co http://svn.runuo.com/repos/runuo/devel/ [09:42] svn: Can't find a temporary directory: Internal error [09:42] what's this? [11:25] how can I display what mount options a device was mounted with? [11:25] hey guys, i have 2 external static ips from my ISP, i want to dedicated one of the ips to my ubuntu server, anyone know how to assign an external ip to ubuntu server? [11:26] Xbert: use mount without arguments [11:26] oCean, thanks [11:27] Xbert: remember not to crosspost in #ubuntu- channels, thanks [11:27] smokie: Does the ubuntu-server have a direct connection? [11:28] Techdude101, what do you mean "direct connection" ? [11:28] this is the first time i deal with external ips, i only know how to assign local static ips [11:29] smokie: Direct connection to the modem etc.. i.e. not through a router [11:30] Techdude101, what i have is a router/modem compination and the ubuntu server is connected directly to that [11:32] smokie: The router needs to be setup to forward/route the traffic for that ip to the interface that your server is connected to [11:33] smokie: Once that's done, it's just a case of setting the static external ip on the server [11:34] Techdude101, lets assume ive done the first part and the traffic for that ip is forwarded to my server. how can i do the next step and assign that static external ip to the server? [11:35] smokie: same way you would do for a normal static ip (edit /etc/network/interfaces) [11:35] smokie: e.g. iface eth1 inet static address 1.1.1.1 netmask ... [11:36] Techdude101, hmm i dont need 2 ethernet cards on ubuntu server to do that, right? [11:38] smokie: It is better/easier to have 2 NICs but it is possible to do it with 1 [11:38] Techdude101, alright. so if i have a second NIC, id be setting it up the same way i setup a local ip except i exchange the IPs with my external IPs instead of my local IPs? [11:39] let me show you what i mean [11:39] smokie: Yeah [11:40] http://www.liberiangeek.net/2010/04/how-to-quickly-create-multiple-virtual-network-interfaces-in-ubuntu/ [11:40] That shows how to do it using 1 NIC [11:44] Techdude101, so my /etc/network/interfaces will looke like this: http://pastebin.com/XbpFxR6Z ? [11:44] let me read that link you provided [11:48] smokie: That looks like it should work [11:51] Techdude101, thats great man, thanks! now all i need is to find out how to forward/route the traffic in my router to the server [11:52] smokie: No probs [12:50] New bug: #902508 in samba (main) "package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')" [Undecided,New] https://launchpad.net/bugs/902508 [15:41] hey folks. So I was doing do-release-upgrade and lost my ssh connection. No screen sessions. The process appears to be still running. Is there any way I can resume it? My googling seems to indicate a lot of people have asked this question but not gotten any answers.... [17:31] any samba guys around? I've got samba installed and configured on server 1, and I'd like to have server 2 configured so that if server 1 dies, server 2 takes over. Can I copy over the samba db to server 2? Or do I need to do smbpasswd -a and smbpasswd -e on server 2 for everyone? [17:48] hmm just found out that ubuntu server comes with KVM [17:49] why am I trying to set up an environment for hosting multiple ubuntu server's with ESXI? :) [17:49] what advantages does KVM give me over that [17:49] and disadvantages [17:52] zastaph ESXi lets you set disk shares per VM, it's prob more stable and may be slightly faster as I believe KVM puts all drivers in the root VM whereas ESXi puts them in the hypervisor. Down side of the last point is that your hw might not support ESXi or might not work that well if it isn't server grade [17:52] tash: AFAIK the ubuntu cluster stack is still not stable so you'll prolly need to hack something. but the user information should be in LDAP at the very least [17:53] ESXI is way too complicated for my needs [17:53] zapotah what's complex about it? Just install then manage via the vsphere tools [17:55] there's so many options and settings im never going to use.. and i was just trying to do a clone with the free version [17:55] now vbox, that's something I like.. if I could find something as usable as that for servers [17:55] is vmware's hypervisor in upstream linux yet? If not then another consideration is that kvm is what is tested and optimised by the kernel authors, better integratin [17:55] yes KVM is officially supported by ubuntu [17:55] pmatulis: ok, I was thinking if I could just copy over the smbpasswd file or something it might do the trick. 'course, I don't know how exactly samba stores its users [17:56] so I'm reading about that. [17:56] http://www.ubuntu.com/business/server/virtualisation [17:56] im hosting on a HP Microserver, so of course it has to be not too slow [17:59] Don't think the tools are in the kernel but you have got: http://open-vm-tools.sourceforge.net/about.php === tash is now known as tash-away [18:01] troubleshooting problems when using vmware can be problematic. vmware folks may say problem is with the ubuntu guest, and ubuntu folks may say it's with the hypervisor [18:07] oh yeah the tools took me 2 days to get properly installed [18:07] so, im ready to try something else [18:10] zapotah sounds like KVM might be better for what you're doing but in case you ever go back to ESX for whatever reason, you might find the virtual appliance market place handy (just lets you download a fully working VM with the tools install) e.g.: http://www.vmware.com/appliances/directory/522823 [18:11] woops, I meant zastaph for the above not zapotah, bah you guys have too similar nicks :P [18:11] virtual appliances.. first of all. there's 500 appliances just for MySQL, and almost no votes.. how does one choose? :) and how does one get the overview of what's installed, and finally.. when a private person has compiled an appliance, dont you have to trust this person? [18:12] also.. stuff are not compiled for your hardware and maybe not running optimal [18:14] I thought about giving Xen a shot.. but didnt investigate it much [18:14] it seems im going to use ubuntu server for everything.. because i prefer to just setup one master OS to clone them all [18:15] It's a vm so don't worry too much about the hw but I see your point with trust, I suppose you choose a VM that is created by someone you trust but I've only used the market place for Vyatta which comes from the company that makes it so can't comment too much on that [18:17] companies can be 1 person too :p [18:18] ah ok didnt get the part that it was the same as made it [18:18] :) [18:18] but esxi is so complicated that it's something you need an education for :) [18:19] hehe well I wouldn't say that but anyway, I wouldn't worry anymore about it, install KVM, play with it and see what you think [18:19] indeed [18:29] im always pestered in freenode channel unintendently >.< [18:29] channels* [18:30] as compensation tell me how to troubleshoot iscsitarget setup on ubuntu and esxi 5.0 sw initiator [18:30] the initiator can connect to the target sometimes [18:31] but the adapter scan takes a small forever [18:31] and occasionally it sees all the luns [18:31] and occasionally it doesnt [18:32] after the esxi host connects to the target server the ietadm and everything related to iet just basically freezes [18:34] wondering if the problem is with my switch, config, the fact i use lvm volumes for luns which reside on a sw raid5 array created with mdadm [18:34] or smthng else entirely [19:10] I filed bug https://bugs.launchpad.net/ubuntu/+bug/902597 [19:10] Launchpad bug 902597 in ubuntu "opennebula-sunstone requested an impossible situation... apt-get" [Undecided,New] [19:10] how to fix? [19:11] i presume the first thing to do when installing KVM is to install ubuntu server as main OS on the machine? [19:25] tightwork, check your sources.list and apt-get update [19:26] the packages may be in sources that you have disabled or are otherwise unavailable [19:28] what about Ubuntu Enterprise CLoud, how does it compare to KVM? [19:30] zastaph, KVM is a standard virtualization system, where UEC is a distributed virtualization system [19:30] UEC is designed to scale VM deployments across lots of hardware [19:31] ok.. so UEC needs one server per OS, then its not really virtualization is it? :) [19:31] no, it doesn't [19:31] UEC requires at least two servers to start, and can run multiple VMs on a server [19:31] it's set up so that you can add more servers and run many more VMs, and it distributes them across your hardware [19:33] so if you had, say, 10 physical servers, and 120+ VMs to run, UEC would be a good choice for you [19:34] you can do plenty of other configurations, but if you don't have at least a 2:1 VM to server ratio, UEC is not going to show its benefits [19:35] it also requires at least one dedicated controller, so while you can do it with only two servers, it doesn't make a lot of sense unless you have more [19:50] Hey [19:50] Whats up? [19:51] any chance someone can help me with postfix? [19:52] !ask [19:52] 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. :-) See also !patience [19:52] Thanks [19:52] !patience [19:52] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [19:56] I want to integrate alterMIME to work together with postfix (in order to add disclaimer to outgoing/forwarded messages). I did exacly as postfix-altermine-howto describe but all the mails i send (using the mail command) are sent without the disclaimer. It looks like the script /etc/postfix/disclaimer is not even executed. Hope you can help me with this one :) [20:00] !postfix [20:00] postfix is the default !MTA and !MDA on Ubuntu. For help, read https://help.ubuntu.com/community/Postfix and https://help.ubuntu.com/community/PostfixBasicSetupHowto - See also !MailServer [20:09] qman__: this is a new install of ubuntu server, I have not disabled any source [20:16] koolhead17: I would guess Shbinky knows what postfix is if he's gotten so far as trying to integrate alterMIME... [23:02] how come sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils installs Postfix (mail server) and asks me to configurate it? [23:03] I can get wireless to work on this system, but I want to make a bridged interface for it, any tips on doing this? I'm coming up empty in searches. [23:05] MTecknology: install bridge-utils and then look at /usr/share/doc/README.Debian.gz [23:06] err, /usr/share/doc/bridge-utils/README.Debian.gz [23:06] http://ubuntuforums.org/showthread.php?t=1297005 [23:10] rbasak: I'm starting to get the impression that using wireless for this is just going to be a constant headache... i tried to revert to the old config so i could install something and I can't even get that to come up now [23:11] MTecknology: I've used bridging and wireless configured directly from /etc/network/interfaces and it has worked really well for me in the past [23:20] rbasak: restarted networking and it stayed working, rebooting to make sure it's working right :) [23:25] seems kvm is not easy to use aswell.. https://help.ubuntu.com/community/KVM/Networking the section how to do bridged networking [23:25] lots of commands required [23:27] rbasak: Whis is what I tried and it's not working, http://dpaste.com/671544/ -- from ifconfig wlan0 seems to grab an IP addy which should work, br0 shows the static ip, i can't ping anything except the ip wlan0 shows [23:28] This* [23:29] MTecknology: sorry I can't immediately see any problem with that. Maybe set bridge_ports explicitly rather than using all? Not sure if it'll match on wlan0 or not [23:29] MTecknology: after that I'd use ifconfig/tcpdump/brctl and the ip command to debug what you've got [23:29] I tried setting it to wlan0 before this [23:34] rbasak: hrm.. ifup br0 device br0 already exists: can't create bridge with same name run-parts: /etc/network/if-pre-up.d/bridge exited with return code 1 RTNETLINK answers: File exists Failed to bring up br0. [23:48] rbasak: out of curiousity... what version of ubuntu were you running for that? [23:48] It sounds like maybe later kernel versions make bridging much harder