[00:29] Hello, I was going to install Ubuntu to a software raid 1 drive, where the /boot could be on the same drive(s)/partition or on a seperate. I was wondering if there was a guide/how-to on how to do this with Ubuntu 13.04 [00:30] Devioustaste: there's some general guidelines here: https://help.ubuntu.com/12.04/serverguide/advanced-installation.html [00:31] Thanks sarnold, I'll read up on it. [00:40] sarnold, a little confused. Shouldn't /boot be the first partition on the drive? Or is it not possible to do a boot partition on a softraid on Ubuntu? [00:42] Devioustaste: you should be able to do it.. [00:43] Devioustaste: it used to be necessary to be the first partition, in case your other partitions went past what was accessible to the blocklists or something horribly annoying like that, but I think modern grub2 doesn't have that limitation. [00:44] Hm, alright. [00:44] I just want to make sure that I have everything backed up at this point. Really the biggest things would be to back up /home, /var, /etc correct? [00:45] Devioustaste: yes [00:45] Devioustaste: maybe /usr/local/ if you've done anything in there.. [00:45] I don't think so. [00:45] I probably should have done a dpkg -l before I started this. === gary_poster|away is now known as gary_poster [01:01] Hm... it sees the 72GB Partitions on the drives, but it doesn't see them in Software Raid. :/ [01:44] zul: ping [01:45] zul: you lied in bug 1180381, the package wasn't ready to be synced as we still have to maintain the dh_python2 delta [01:45] Launchpad bug 1180381 in python-fixtures "Sync python-fixtures 0.3.12-0.2 (main) from Debian unstable (main)" [Wishlist,Fix released] https://launchpad.net/bugs/1180381 [01:50] stgraber: shoot sorry about that [01:51] zul: can you please upload a fix? [01:51] stgraber: yep i will [02:03] Hm, I am getting this after booting to a softraid ubuntu server system: http://i.imgur.com/jPMWZji.jpg [02:03] Had followed this guide: https://help.ubuntu.com/12.04/serverguide/advanced-installation.html [02:10] The above message occurs after Grub, when I select to boot to Ubuntu [02:41] If I am configuring softraid on two drives that I want to have use / and /boot should I make everything primary and have the first primary partition be Bootable, and the third Partition be bootable if it contains /? [02:42] Cause unfortunately, following this guide https://help.ubuntu.com/12.04/serverguide/advanced-installation.html led me to have this problem after the installer finished, and ejected the disc, and got past grub: http://i.imgur.com/jPMWZji.jpg === himcesjf_ is now known as himcesjf [02:54] zul, jamespage: did a check of our havana packages, filed some MPs, bugs and some notes: http://pad.ubuntu.com/openstack-dependency-hell. the cheetah bug is the one thing that needs to get fixed outside of our pkg branches [02:55] Daviey, ^ maybe you can look at my cheetah fix @ https://bugs.launchpad.net/ubuntu/+source/cheetah/+bug/1183634 [02:55] Launchpad bug 1183634 in cheetah "cheetah pkg does not depend on markdown, but egg requires.txt does" [Undecided,New] === bigbrovar__ is now known as bigbrovar === wedgwood is now known as wedgwood_away [05:17] I am implementing a web server ,Need I deploy database on one seperate server from logic server and put mamcached one the logic server [05:18] logic server get data by from memcached , which will update to database server by interval . [05:31] svbito, Hello thanks for the help you gave me yesterday. [05:32] The problem was indeed the switch. My server host had forgotten to do something with it (perhaps power it on). And now the internal network works perfectly with the same unmodified configuration I showed you. [06:47] Hey, I want to set up an email address, i.e. "Smrtz@smrtz.com" the cheapest way to do this is to set up an email server right? === huats_ is now known as huats [07:30] Cay: nice to hear back from you :) [07:30] Cay: and even nicer that it works now! [07:32] Senor: You dont have to seperate them, but it has scalability-advantages if you do [07:43] svbito :If I do it , how can I update memcache at logic server to database server? [07:43] Senor: what do you mean by "logic server"? [07:52] deal with logic stuff [07:52] Senor: an App Server? Apache? [07:53] tcp server [07:54] Senor: doing what? a raw tcp connection to a server wont do much [07:58] gameserver [08:14] 2 [08:20] svbito:what do you mean by raw tcp connection ? === egersdorfer_ is now known as egersdorfer [08:22] jamespage: Hey, if i can cast you back to 2011.. You looked at MIR'ing Markdown, but but decided against it.. Do you remember why? [08:35] Senor: Sry, I did not understand that it was a infrastructure for a game [08:36] Senor: Could you sketch out what you have and what you need to clarify your question? [08:49] my server updates for everu 3seconds , the frequent i/o with database will down its performence [08:51] Hello [08:51] is this command supposed to install the latest versions "sudo apt-get install apache2 && mysql-server && php5 php5-mysql && phpmyadmin" [08:51] So I use memcached , and put database on seperate server to resolve large scale data's bottleneck [08:53] your server writes every 3s to the database? thats not much... [08:53] Syria: if you do apt-get update before and remove the &&s. [08:53] Daviey, hmm [08:53] Syria: && is used to say "if the former command succeeded, execute this" [08:53] * jamespage tries to remember [08:54] svbito: Then I can use the same command? [08:54] Syria: just use "sudo apt-get install apache2 mysql-server php5 php5-mysql phpmyadmin"" [08:55] jamespage: does this help, http://irclogs.ubuntu.com/2011/10/25/%23ubuntu-release.txt ? [08:55] svbito: Thank you. [08:55] Syria: you can install multiple packages at once by just concatenating them after apt-get install - seperated by spaces [08:55] Syria: np [08:55] Daviey, I think 'markdown' lacked any active maintenance and is written in perl [08:56] so it was not worthy for main inclusion [09:04] just to be clear 'written in perl' is not a reason for not including in main [09:04] it was more the lack of maintenance both in Ubuntu and upstream [09:07] hi! I just got an email from ubuntu-server maillist saying that i've been unsubscribed. I did not ask for it. any ideas? [09:08] jamespage: hmm, markdown or python-markdown? [09:08] Daviey, markdown [09:08] jamespage: I think i reread the log.. I thought you decided against python-markdown [09:09] no [09:09] jamespage: So i am thinking that it makes sense to reconsider a MIR for bug 1183634... What do you think? [09:09] Launchpad bug 1183634 in cheetah "cheetah pkg does not depend on markdown, but egg requires.txt does" [Undecided,New] https://launchpad.net/bugs/1183634 [09:11] Daviey, I think so - its only two new source packages for main [09:12] jamespage: ok, cool [09:12] Daviey, commented [09:12] I was installing web server tools on my VPS and suddenly lost the connection, Now when I try to update I get E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [09:12] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [09:12] jamespage: cool [09:13] svbito: Hi there! [09:14] Syria1: wait a couple of minutes. Your old install is running in the background [09:14] Syria1: you cant connect back to this session, but its still there. [09:15] svbito: Is this command going to solve the issue? "sudo fuser -cuk /var/lib/dpkg/lock; sudo rm -f /var/lib/dpkg/lock" [09:15] Syria1: it might break your apt install [09:16] Syria1: its basically just "overriding" the safety-net which forbids concurrent uses of apt [09:16] svbito: I have been waiting for ten minutes is this enough? What about rebooting the VPS? [09:17] Syria1: yeah, 10min should be enough. Rebooting would also help. But if you waited for 10mins, the command you mentioned would also resolve the issue [09:17] svbito: I will wait for another 10 minutes then. [09:18] Syria1: in the future, if you have an unreliable connection, use "screen" [09:18] Syria1: https://help.ubuntu.com/community/Screen [09:18] Syria1: it will allow you to reconnect to a previous ssh session [09:19] svbito: Thats cool. [09:20] Syria1: and helpful - imagine dist-upgrading a big production server and loosing connection [09:22] Try byobu - it's a handy front-end to screen and tmux [09:23] (hi kirkland :) [09:29] svbito: phpmyadmin is installed but when I navigate to "siteaddress/phmyadmin" the page just keeps loading. [09:32] svbito: It works now but it is very slow!! weird. [09:37] Syria: is the servers uplink slow? [09:38] svbito: It's fine now, Maybe I have to be more patient. :P [09:40] Syria: if you call the site the first time, it could take a while [09:40] Syria: maybe phpmyadmin caches some things on first execution [10:54] hallyn: reported bug 1183766 and bug 1183767 for some new lxc test failures. [10:54] Launchpad bug 1183766 in ubuntu-test-cases "test_lxc_api failures in saucy smoke tests" [Undecided,New] https://launchpad.net/bugs/1183766 [10:54] Launchpad bug 1183767 in ubuntu-test-cases "test_lxc_simple failures in saucy smoke tests" [Undecided,New] https://launchpad.net/bugs/1183767 [10:55] two bugs because there are two failures and I am not sure if they are related. please feel free to merge them if you feel appt. thanks [12:05] psivaa: I think they're due to the same thing stgraber brought up yesterday - dhclient on older release is failing on saucy kernel now [12:06] stgraber: did you have an open bug for that that I can mark these a dup of? [12:10] now what, is NETIF_F_HW_VLAN_STAG_TX the problem there? [12:13] hallyn: ok, not aware of that. thanks for looking into it anyway :) [12:14] psivaa: I'm not sure it's the case, reproducing in an instance. [12:14] hallyn: ack [12:15] actually no this seems different: [12:15] May 24 04:40:21 utah-9186-saucy-server-i386 utah: lxc-execute: failed to attach 'veth8wW9iy' to the bridge 'lxcbr0' : No such device [12:22] I just discovered 'atop'. This is a fantastic tool for identifying performance bottlenecks. It supports a long term monitoring mode, in which it logs data to a binary log. I would like to be able to visualize these data in a graph. Is this possible? If so, how? I cannot seem to find out what format the log is saved in. It is binary, but nothing that 'file' will detect. [12:44] jamespage/Daviey: did you guys see adam_g etherpad notes last night? [12:46] psivaa: actually I htink it's a dup of bug 1183807 [12:46] Launchpad bug 1183807 in lxc "lxcbr0 is not created on package install" [High,Triaged] https://launchpad.net/bugs/1183807 [12:48] I have installed ubuntu 12.04 server and i have installed another guest (centos 6.4)on ubuntu now i want to install windows on ubuntu as a another guest but how doi configure networking with windows [12:48] psivaa: marked them as dups [12:49] i have only 1 nic i have configure br0 on eht0 with dhcp from external server [12:49] hallyn: ok thanks. === wedgwood_away is now known as wedgwood [14:01] What is the code name for Ubuntu Server 12.04 LTS? Is it Lucid Lynx? [14:02] !precise | vic_78552 [14:02] vic_78552: Ubuntu 12.04 LTS (Precise Pangolin) is the current !LTS release of Ubuntu. Download http://releases.ubuntu.com/12.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1204 [14:05] I'm looking for firmware to install B320i HP Smart Array RAID adapter, so that Ubuntu 12.04 can see my arrays. Looking at http://cdimage.debian.org/cdimage/unofficial/non-free/firmware/ I don't know which directory has that RAID driver. [14:09] This adapter is installed into our HP DL360e ProLiant Gen8 server. [14:10] And I've installed Ubuntu Server 12.04 LTS 64-bit as its OS onto a USB flash disk drive. [14:10] But, I'd like to move the OS onto the RAID arrays. [14:11] Without the RAID driver, the OS doesn't see the arrays. [14:44] hey guys [14:45] I'm trying to put ubuntu server 13 on my hp micro server and can't really seems to get it booting from the usb its on doing it from unetbootin on osx and when i plug it in the micro server just dosnt see it any ideas ? [14:45] im currently looking at how to use Disk Utility to flag the usb as bootable [14:47] Sounds like it could be UEFI related? [14:54] rbasak, I uploaded your facter merge for saucy [14:56] jamespage: i filed the MIR for d2to1 and pbr this morning [14:56] zul, great! [14:57] zul, you're feeding your python3 porting stuff back to Debian as well right? [14:57] jamespage: i will be [14:57] zul, great [14:58] jamespage: its slow going right now [14:59] jamespage: great - thanks! [15:24] you guys know of any guides for ubuntu server network install [15:24] i can't see to get my hp micro server to recognise my usb === Ursinha_ is now known as Ursinha [15:32] bitbyte: https://help.ubuntu.com/community/Installation/LocalNet [15:40] hi [15:40] does someone know about AWS and RDS ? [15:45] I'm trying to use this ubuntu mini-PC as a wifi access point. I got the wifi part working, but wlan0 doesn't have an ip address. [15:46] hostapd is running and other devices show the relevant ssid [15:46] (I followed http://nims11.wordpress.com/2012/04/27/hostapd-the-linux-way-to-create-virtual-wifi-access-point/ ) [15:46] I haven't set up dhcpd yet... that's not how the interface gets an ip address, is it? [15:48] * DanC_ gives it a try... [15:53] oh. silly me... I see the ifconfig up thingy now... [15:55] hi [15:56] I am having problem with lxc container not getting network address (12.04 LTS with 3.8 kernel, ubuntu-cloud raring container) [15:57] any ideas what could be wrong? here is log https://gist.github.com/dz0ny/fac7d6fb57e79b1689a3 [15:58] you guys know how i can set my hods to check nedt reboot [16:03] Hi guys, I have a really stupid question, I'm quite lost, as it's 2nd day in Debian-like repo. I want to set up a xen bridge via Ubuntu's suggested /etc/network/interfaces. I configure stuff, it works after first reboot, but after second reboot whole network table gets messed up and additional interfaces (xenbr1, xenbr2) get spawned. [16:06] Well, strangely enough # route looks good, but neither host-only bridge, nor lan-bridge work anymore, so I can't ssh to the virtual machine I want to run as dom0 from host. :( [16:07] I guess I can iptables my way out of that madness, but I'd like to know the reason of such behaviour and suggested way to deal with it. ) [16:07] dz0ny: probably best to file a bug showing exactly how the host and containers are set up. [16:07] (i'm running out but will look for the bug when i get back) [16:29] greetings [16:30] I run a buch of ubuntu servers, including a dns server. My reverse zone stopped working and need urgent help debugging. [16:30] for instance dig @localhost +trace -x 177.135.94.73 does nothing [16:31] it just happended out of the blue, nothing has changed, and have no clue what's wrong, please help me! [16:31] named-checkzone says zone is ok [16:32] mmerlone: is there any information in the logs? [16:33] yes, zone 64-27.94.135.177.in-addr.arpa/IN: loaded serial 2013032604 [16:33] zone 64-27.94.135.177.in-addr.arpa/IN: sending notifies (serial 2013032604) [16:33] server in question is ns1.a1.ind.br [16:34] everything seems fine, but the world and even localhost is unable to resolve any reverse [16:35] smells like upstream problem, but not sure. [16:38] mmerlone: Host 73.94.135.177.in-addr.arpa not found: 5(REFUSED) [16:38] funny, dig @localhost 64-27.94.135.177.in-addr.arpa axfr dumps the zone ok.... [16:39] sarnold: which host are you quering? [16:39] mmerlone: that was "host 177.135.94.73 ns2.a1.ind.br" [16:46] tested on http://network-tools.com/nslook/Default.asp?domain=177.135.94.73&type=12&server=ns1.a1.ind.br.&class=1&port=53&timeout=5000&advanced=true&go.x=21&go.y=9 [16:46] it says it is not authoritative [16:47] why would it not be authoritative? [16:52] hello folks [16:52] is there any repo for 12.04 with zend-framework 1.12? [16:56] sarnold: I'm still stuck [16:56] it should be authoritative for that zone, but not able even to get an answer from localhost [16:57] your test got refused bcause authoritative problem.... [16:57] mmerlone: does netstat -lnup show the server even listening? [16:57] yes, you can test a1.ind.br just fine [16:59] why would a reverse zone stop being authoritative? [17:29] hallyn: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1183941 [17:29] Launchpad bug 1183941 in lxc "LXC container fails to get network address" [Undecided,New] [17:43] wom 3 [17:44] zul: http://people.canonical.com/~agandelman/ca/folsom/2012.2.4_rebase/keystone_2012.2.4-0ubuntu2~cloud1/ [17:45] adam_g: +1 [18:04] is there a ppa out there for apache 2.4 with php5 for 12.04? I found one with apache 2.4 but I can't find a libapache-mod-php5 that is compatible [18:28] What are the minimum packages needed for KDE? Just KDE-workspace I would guess? I don't want the -full package. [18:43] !info kde-plasma-desktop [18:43] kde-plasma-desktop (source: meta-kde): KDE Plasma Desktop and minimal set of applications. In component universe, is optional. Version 5:76~pre1ubuntu10 (raring), package size 2 kB, installed size 37 kB [18:43] Devioustaste: probably that, according to https://help.ubuntu.com/community/InstallingKDE: (iii) kde-plasma-desktop --- This will install the core -- the bare-minimum required-- of KDE. That is, kdebase-apps, kdebase-runtime, kdebase-workspace and kdm. [18:47] Cool, thank you sw === wedgwood is now known as wedgwood_away === wedgwood_away is now known as wedgwood [19:11] sw, what would kde-standard be and such? [19:22] Devioustaste: probably the 'standard' selection of kde + tools [19:36] !info kde-standard | Devioustaste [19:36] Devioustaste: kde-standard (source: meta-kde): KDE Plasma Desktop and standard set of applications. In component universe, is optional. Version 5:76~pre1ubuntu10 (raring), package size 1 kB, installed size 37 kB === guntbert_ is now known as guntbert [22:01] Hey - what the best command line tool for disk admin. Fdisk shows no disks - I'm on an SSD with a 20 TB raid somewhere. [22:06] xeberdee: fdisk doesn't 'show disks' -- it works on a disk that you specify.. [22:06] xeberdee: fdisk is my favorite, but it doesn't understand gpt partition tables, for that I thnk you need gparted or parted or something. (I have to look it up each time I need it..) [22:07] xeberdee: to see the disks available to work with, ls -l /dev/disks/by-id -- or one of the other subdirectories there, depending upon how you'd like to identify the drives [22:07] sarnold: yeah I'm a bit rusty. I just lookedd at sda [22:08] xeberdee: sda is fine, if you've got few enough drives that you can tell unambigiously what it is.. :) [22:09] sarnold: Trying to remember how hardware raid looks in dev. [22:12] Guys, this might not be the correct channel for this but I'll give it a go anyway; would the following in /etc/smartd.conf send me an email whenever one of my disks is presumed to be failing? "/dev/sda -d sat -t -H -f -l error -l selftest -o on -S on -s (S/../.././01|L/../../6/03) -m email@domain.com" === xeberdee_ is now known as xeberdee === wedgwood is now known as wedgwood_away === Ng_ is now known as Ng