=== n0ts is now known as n0ts_off === cpg|away is now known as cpg === cpg is now known as cpg|away [02:08] hallyn: there? [02:09] hallyn: hi, basic question. how do i convert a dnsmasq-managed lxc container to using the host's network bridge? i'm not using libvirt === matsubara is now known as matsubara-afk === cpg|away is now known as cpg === n0ts_off is now known as n0ts [02:25] pmatulis: assuming eth0 is bridged to br0, you just say 'lxc.network.link = br0' instead of 'lxc.network.link = lxcbr0' in the container config. [02:26] to make it happen on new containers, change it in /etc/lxc/lxc.conf === cpg is now known as cpg|away === cpg|away is now known as cpg === cpg is now known as cpg|away [03:27] installed the ubuntu server 12.04.1 64bit twice. and but failed to boot into OS.. [03:27] no active partition found [03:27] http://paste.ubuntu.com/1288401/ <-- details of the layout and error [03:27] what gives? [03:30] Is /boot on raid supported? [03:30] * ScottK isn't sure. [03:30] ScottK: yes [03:31] The most likely suspect is grub installed on the wrong drive to start the boot process. [03:31] Can you control the boot device order in bios? [03:32] during install it presented 8 disks.. i picked sda and sdb [03:32] i guess bios sees different disk as the first one [03:32] That can happen. [03:34] bios only sees the controller.. [03:35] is there a way to install grub from grub> ? the system is in different state .. and there is no net boot server on same subnet.. [03:35] cdrom is already ejected after install.. wish it would give me the choice [03:35] I think there is, but I don't know it. [03:36] ScottK: cdrom is the first in boot priority [03:36] What's next? [03:37] RAID: ASR-5805 PCI- [03:37] i need to go to the raid menu .. but i doubt i can change the priority there [03:38] Dunno what to tell you. [03:38] i need to find a way to install grub on all the disks [03:39] from grub> prompt [03:40] but i cant get to grub.. doh! [03:40] i will have the site take out all the other disks and then boot.. lol [03:40] and then put them back in and then it will be easy to put grub then [03:41] unless i can find a way to configure the stupid controller [03:43] * ScottK thought the server installer gave you an option to install grub ~everywhere. === n0ts is now known as n0ts_off [04:36] cool ctrl-A let me change the disk order.. just reshuffle the first two disk did the trick [04:36] ScottK: thanks for your help === n0ts_off is now known as n0ts [04:38] Very nice. [04:38] Glad it worked out. === cpg|away is now known as cpg === n0ts is now known as n0ts_off [05:20] Hey there, I need help with ssh. I am trying to set up ssh so I don't need a password when running rsync. I followed a 3 step guide, but now not only does it still ask for a password, but it says my password is wrong [05:21] I can still fish into the computer with Dolphin [05:22] Hey there, I need help with ssh. I am trying to set up ssh so I don't need a password when running rsync. I followed a 3 step guide, but now not only does it still ask for a password, but it says my password is wrong === n0ts_off is now known as n0ts [05:35] any body with QNAP experience? I asked on #qnap. no replied [05:36] Hey there, I need help with ssh. I am trying to set up ssh so I don't need a password when running rsync. I followed a 3 step guide, but now not only does it still ask for a password, but it says my password is wrong === bigjools-afk is now known as bigjools === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts [06:03] I upgraded ubuntu server to 12.10 and now when I boot, my server hangs at "atkbd seri0: >Unknown key pressed (translated set 2, code 0x9e on isa0060/serio0)" "Use 'setkeycodes e059 ' to make it known." I can only fully boot in recovery mode which is of course not ideal.. i have no idea how to fix this. I tried booting by using nomodeset from the grub command line but that doesn't help [06:07] devslash: if you have a way to connect a different keyboard (maybe a USB keyboard?) to the server instead of the one it has now, try that? [06:07] no i don't have a usb keyboard [06:07] this is a headless server [06:08] OK... strange that a headless server thinks a key is being pressed! I don't know what else to suggest... [06:09] the server i discovered something [06:09] the key it thinks is bing pressed is a special key on this computer to enable or disable the wifi chip [06:10] but I'm not pressing it at boot up. if I'm not mistaken, i think linux is doing something because i saw the led flash at boot up [06:10] some kind of hotkey set up maybe ? [06:10] I'm not sure if theres such a thing built into ubuntu [06:13] Hello [06:13] how do I hide that I'm using ubuntu in the server header? [06:13] rm -rf / [06:14] that will take care of that [06:14] I'd like for browsers to not know [06:14] server signature [06:14] how do you modify that Cryptics_? [06:15] start by reading the apache docs or use google? [06:16] im using nginx [06:16] s/apache/nginx/ docs [06:16] thank you for your help in advanced [06:17] so if I run "s/apache/nginx/ docs" it will tell me how? [06:18] wow... seriously? [06:18] * CrypticS_ wanders off [06:20] lol [06:20] I was just asking if you could point me in the directions to the docs so I can learn how to do this === n0ts is now known as n0ts_off === bigjools-afk is now known as bigjools === n0ts_off is now known as n0ts === smb` is now known as smb [07:03] hallyn, At some point we should get together on a sep. channel to step through what the charm does (not having pull the bzr branch and not having any clue what format to expect) [08:17] anybody has experience with QNAP LDAP log in from windows clients? [08:18] Hi, is it possible to save/restore an ssl certificate ? I'm going to change my server and want to restore it. Is it possible ? [08:21] ludolan: it's just files [08:22] ludolan: iirc under /etc/ssl [08:22] RoyK, yes, it's a signed certifcate by a valid CA. [08:23] RoyK, i thought that it will not be very "secure" if a simple copy of file allow me to use my certificate on an other server. isn't it ? [08:23] how my certificate is "attached" to my server ? [08:23] well, so long the server has the same name, it's secure [08:23] RoyK, well.... i'll try. i hope you'r right ^^. [08:23] it's attached to the server name (something.your.domain.com) [08:24] RoyK, Ok. thanks a lot for your answer. [08:25] so if someone steals your certificate *and* reprograms or spoofs DNS, they have your server looking authentic [08:32] root@dev:~# do-release-upgrade -c … Checking for a new Ubuntu release … No new release found [08:36] oh ok... it's an LTS, you have to pass -d === n0ts is now known as n0ts_off === n0ts_off is now known as n0ts [11:54] hi guys.. i have my gateway setup .. and i would like to allow outgoing ssh to a system .. unable to get it to work .. ping works, ssh doesn't [11:54] plz help [11:59] I am able to get to the target server from the gateway pc.. the systems behind the gateway are not able to get to the target system .. [12:02] ping is going thru .. ssh is not.. [12:03] iptables + ubuntu is my gateway :| === mcclurmc is now known as mcclurmc_away [13:11] smb: ok. is in 2 hours ok for you? [13:12] hallyn, If you think 15 minutes is enough... That much is left then from Friday beer 'o clock ;) [13:12] (at least in my world) [13:13] smb: hm, not sure about that [13:16] hallyn, Lets see in which mood I am until then, then. Just generally, with bridging in newer kernel code there was a change that at least one port needed to be up to make the bridge go up. That has caused already other problems in some cases. Maybe moving from being external to in-kernel vswitch has picked up some different behaviour === zz_KristianDK is now known as KristianDK === Ursinha is now known as Ursinha-afk === Ursinha-afk is now known as Ursinha === n0ts_off is now known as n0ts [13:53] http://pastebin.com/dW9CAQJ1 any ideas why I dont get the choice to upgrade to 12.10? [13:54] never mind, i had to edit edit /etc/update-manager/release-upgrades [13:56] can someone help me with setup of samba4 on 12.10 server? i get strange NT_STATUS_NO_MEMORY error while trying to execute "smbclient4 -UAdministrator -Llocalhost === n0ts is now known as n0ts_off === Tzunamii- is now known as Tzunamii === Tzunamii_ is now known as Tzunamii === n0ts_off is now known as n0ts [14:31] Hey there, I need help with ssh. I am trying to set up ssh so I don't need a password when running rsync. I followed a 3 step guide, but now not only does it still ask for a password, but it says my password is wrong [14:33] Clicking "Ubuntu Server" and "Cloud infrastructure" on the download page both give me a download called "ubuntu-12.10-server-amd64.iso", is there any difference between the two isos? [14:38] imgx64, i think one's built for the cloud, i assume you're installing on-prem (on an actual box) [14:40] imgx64, if you're not installing on, say, an Amazon AWS instance, go for just 'server' [14:40] otherwise, go for 'cloud' [14:40] that's what i'd say, at least. [14:42] Yes, I know, I'm just wondering if the two iso files are different. [14:42] they probably are [14:43] if i remember how the ISOs are generated, they probably contain slightly different ISOs [14:43] s/ISOs/packages for installation/ [14:43] There is only one called "ubuntu-12.10-server-amd64.iso" in here: http://releases.ubuntu.com/12.10/ [14:44] I'll download the cloud one and see if it has the same checksum. [14:46] Also, is 32-bit deprecated for servers starting from 12.10? [14:49] heh? I just downloaded 32bit server iso yesterday [14:50] patdk-wk, it's not here (http://www.ubuntu.com/download/server ), I had to go to (http://releases.ubuntu.com/12.10/ ) to download it. [14:51] hmm, itsn't that explained at the top of the page [14:51] if your looking for SPECIFIC versions, click here [14:52] But there is choice of 64-bit/32-bit for 12.04 on that same page. [14:56] Is there anything potentially lifechanging in 12.10 that I can't live without on 12.04 LTS? [14:56] particularly when running over EC2 [14:57] personally, FDE support in grub :) [15:04] yeah that's cool, but that wouldnt really be relevant to EC2 [15:06] I'll probably just stick on LTS then [15:06] seems all the major changes are on the desktop side === frankban_ is now known as frankban [15:21] im having trouble getting my eth1 interface up. i tried ifup eth1 and i get ignoring unknown interface eth1=eth1 === fjlacoste is now known as flacoste [15:38] hi .. I am setting up a ubuntu network gateway, I would like to block all outgoing except ssh traffic... plz advice .. thanks :-) [15:42] jits: sudo ufw default deny outgoing [15:42] jits: sudo ufw allow out 22 [15:43] jussi: sudo ufw allow in 22 [15:43] jits: sudo ufw enable [15:43] thats all? [15:43] jits: Pretty much. [15:44] does it take care of established state etc ? [15:45] the lan is on nat .. [15:50] jits: this is a routing firewall? see 'man ufw-framework'. the ufw cli command doesn't handle the FORWARD chain, but the man page has various examples to get you started [15:51] eventually it boils down to iptavles ? [15:51] iptables ? [15:51] ufw uses iptables. iptables configures netfilter in the kernel [15:52] more precisely, ufw uses iptables-restore [15:52] (along with iptables) [15:52] can i get iptables command to allow ssh ? [15:52] i have rest things figured out.. [15:53] sure [15:53] iptables -A INPUT -p tcp --dport 22 -i eth0 -j ACCEPT [15:53] that allows ssh to the firewall system itself [15:53] ok.. [15:55] but i want outgoing ssh .. [15:56] you'll need to poke holes in the firewall in the FORWARD chain [15:56] gateway shd block all outgoing traffic except ssh.. [15:57] something like: [15:57] iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT [15:58] new state ? [15:58] iptables -A FORWARD -p tcp -i eth1 -s 10.0.0.0/8 -o eth0 -m state --state NEW --dport 22 -j ACCEPT [15:58] where eth1 and 10.0.0.0/8 is your internal network and eth0 is your external [15:58] i was doing new input :-| [15:59] you'll also need to add something to the nat table [16:00] iptables -t nat -A POSTROUTING -s 10.0.0.0/8 -o eth0 -j MASQUERADE [16:00] (you did say you are doing nat...) [16:00] ya [16:00] let me try in a min [16:03] jits: if you are using iptables alone, you may want to read https://help.ubuntu.com/community/IptablesHowTo, especially the pages in Further Information [16:04] (well, anyone setting up a firewall should really read the stuff in Further Information) [16:04] * jdstrand wanders off [16:04] SpamapS, around? [16:12] how do I man (5) [16:12] Skaag: man 5 foo [16:13] weird I tried that [16:13] man -s 5 foo if you're on a more traditional unix machine.. [16:13] works, thanks [16:24] Is this relevant to Ubuntu One Cloud? [16:24] !ubuntu-one [16:24] Ubuntu One is a service where you can back up, store, sync and share your data with other Ubuntu One users - For more see https://one.ubuntu.com/ support and help available at #ubuntuone [16:24] Thanks. [16:24] not sure, but if you have questions on ubuntu one, you may want to try that channel the bot said. === matsubara is now known as matsubara-lunch === KristianDK is now known as zz_KristianDK === Ursinha-afk is now known as Ursinha [17:16] Doing some troubleshooting here ... could someone with a new/vanilla UbuSvr12 install share the output of : `aptitude search netcat` ? === n0ts is now known as n0ts_off === matsubara-lunch is now known as matsubara [17:46] pgnd: are you expecting a divergence or something? [17:47] pgnd: I'm checking to make sure I've got the right netcat 'stuff' installed ... and that I haven't inadvertenty fubar'd something. Just need a reference point. [17:48] Oops. TheLordOfTime [17:48] this is what my 12.04 server (cloud instance) says: [17:48] http://paste.ubuntu.com/1289946/ [17:48] and this is what my 12.04 GUI + server packages install says (started out as plain Ubuntu 12.04, then I added server packages): http://paste.ubuntu.com/1289939/ [17:49] (gallifrey's the system i'm on now) [17:49] (in case you're curious about that first line) [17:50] :i386 means 32bit. [17:50] * TheLordOfTime is running 64bit everywhere [17:50] TheLordOfTime: THanks. So 'netcat-openbsd' *is* the default install ... === lifeless_ is now known as life === life is now known as lifeless === cpg is now known as cpg|away [18:37] I upgraded ubuntu server to 12.10 and now when I boot, my server hangs at "atkbd seri0: >Unknown key pressed (translated set 2, code 0x9e on isa0060/serio0)" "Use 'setkeycodes e059 ' to make it known." I can only fully boot in recovery mode which is of course not ideal.. i have no idea how to fix this. I tried booting by using nomodeset from the grub command line but that doesn't help [18:39] devslash: when you say it hangs there.. what other messages precede that? [18:42] just a message that its mounting /dev/sda1 [18:42] and activating swap' [18:46] hello i downloaded ubuntu-12.10-server-i386, checked md5sum, burned to a CD-RW, but it wont boot up in this computer...help please [18:47] stiv2k: Does it begin to boot at all? [18:47] stiv2k: do other discs work? [18:47] genii-around, no, it does not find anything bootable on the cd or something [18:47] sarnold, dunno [18:48] i used the same CD RW when i installed ubuntu 12.04 [18:49] for some reason it says its 705 MB [18:49] the iso [18:50] stiv2k: Are you using the cd-rw on the same machine which burnt it, or in another cd drive? ( eg: perhaps the drive doesn't do -rw ) [18:50] when on the website it says 672 MB [18:50] could that have something to do with it? [18:50] genii-around good point, i should check that [18:50] genii-around yes i think it does read RW [18:50] it says DVD RW and compact disc rewritable [18:51] stiv2k: 674 * 1024 * 1024 == 706740224 [18:51] means what [18:52] bah. 672 and and 7056.... [18:52] simple power-of-ten vs power-of-two problems :) [18:52] hm [18:52] im going to md5sum the cd [18:53] don't be surprised if the md5sum of the disc doesn't match what you burned; I read a while back that the generated ISOs may be a block or two short of some magic happy number of blocks, and reading back from the disc can give you a different length, different md5sum, but still have all the data you need. :-/ [18:54] sarnold, what do i do? [18:55] stiv2k: ideally, try the disc in another piece of hardware and try another disc in your current piece of hardware. :) [18:55] im sorta downgrading my server [18:55] its on a netbook right now that i want to sell, so i dug up an old HP laptop [18:55] to install it on [18:55] http://stats.stiv2k.info [18:56] [steve@ASRockH67 ~]$ md5sum /dev/cdrom [18:56] b3d4d4edfc8f291af0b83f8a2ba19a2f /dev/cdrom [18:56] b3d4d4edfc8f291af0b83f8a2ba19a2f *ubuntu-12.10-server-i386.iso [18:56] looks like it matches up [18:56] Interesting [18:57] Looks like some hardware fail then [18:57] must be the optical drive in there or something [18:57] That would be my guess. === cpg|away is now known as cpg [18:58] * stiv2k is somewhat confused [18:59] stiv2k: I had a couple like that before where only one of the lasers went kaput. So it will do weird stuff like read a DVD but not a CD-RW [19:00] yes [19:00] i may have to just use a CD-R [19:00] im going to see if the OS can read the cd first [19:01] stiv2k: heh, maybe less of an issue for you, but i had trouble booting my desktop on disc this weekend; randomly moving the drive to another sata port let it boot no trouble. it made no sense. :/ [19:01] (I moved the drive to another port for unrelated reasons; I just wanted to more easily fiddle with the hard drive cables....) [19:02] yeah the OS cant see it either [19:02] im going to try a CD-R [19:03] the laptop is too old that it doesnt support usb booting unfortunately [19:04] yea, it reads a different CD i put in, so a CD-R should work [19:05] does the drive need a different laser for CD-RW than CD-R? [19:05] good luck :) [19:05] stiv2k: , yes they are usually different wavelength [19:05] i see [19:08] wow that CD-R burned fast\ [19:13] sarnold genii-around, its working now, thanks :) [19:13] stiv2k: excellent! :) [19:14] stiv2k: Cool! Might want to replace that cd unit at some point.. [19:15] nah [19:15] its not worth it [19:16] its a super old HP DV5000 that im going to run into the ground as my server [19:16] i actually made it work using spare parts... when i first received it the RAM and hard drive were bad, and the LCD was cracked [19:16] Yeah, I understand. [19:17] I ended up finding a similarly sized LCD from a DELL that i rigged to fit in the hp [19:17] i had to custom fit the inverter and stuff... lol [19:17] yeah, its a franken laptop === Ursinha is now known as Ursinha-afk [20:49] hey [20:49] how do i get the wifi working on my ubuntu server? [20:49] it loaded the driver and i installed the firmware but theres no wlan0 [20:54] nevermind [21:58] Latest Ubuntu came with openstack folsom. How do i locate thw openstack after installing the ubuntu server [22:01] Lavvy: does anything interesting show up with "apt-cache search openstack" ? [22:03] No sarnold [22:04] Sarnold have tried it? [22:05] Have you tried it? [22:05] Lavvy: no, I haven't updated my vms after release... [22:06] Sarnold which version are you using? [22:09] Lavvy: I assumed you wanted The Latest... my 12.10 VM shows a pile of interesting looking packages, cinder-api for storage, glance for "image registry", nova-compute for compute nodes, quantum-server for virtual network service, swift distributed virtual object store.. [22:11] sarnold: yes