=== thumper-afk is now known as thumper [00:42] i've a connexion problem with a DELL XPS 8700 while installing ubuntu server 12.10 [00:43] the configuration looks fine, but no way to access to internet for updates [00:44] RTNETLINK: File exists [00:44] Failed to bring up p2p1 [00:44] so? [00:45] w0rmie: unrelated, but are you sure you want to install 12.10 onto a server today? 12.10 is EOL in three months: https://wiki.ubuntu.com/Releases [00:47] it's the most stable release i think to build a beowulf cluster [00:51] do you have an idea about how to resolve this sarnold? :) [00:51] w0rmie: not off the top of my head; are there any more errors in dmesg? in the log files? what's the output of 'ip addr show', 'ip route show', etc? [00:56] $ ip addr show gives: 192.168.11.0/24 dev p2p1 proto kernel scope link src 192.168.11.111 [00:56] it's ip route show sorry [00:57] ah, good, I though that 192.168.11.0/24 looked pretty strange there.. [00:57] ;) [00:58] do you have a default route? [01:00] yes [01:01] can you ping or otherwise contact the router listed in the default route? [01:01] already done, unreachable [01:03] hrm, does dmesg say anything interesting about the interface? do you have ethtool installed? does it say anything interesting about your nic? [01:03] can you throw a 'known good' nic (laptop?) into that port on the switch? test the cable too? [01:04] the cable is tested and the network is fine, i am using windows and OSX too in the same net segment [01:06] ethtool says: Current message level: 0x00000033 (51) [01:06] ethtool says: drv probe ifdown ifup Link detected: yes [01:08] sorry w0rmie, I think I'm out of idas [01:10] it's ok sir, something goes wrong with the default kernel for RTL8111/8168B as i see on a forum here ;) [02:56] i'm trying to install ubuntu 13.10 on a supermicro MBD-H8SGL-F AMD socket G34 Opteron motherboard but the install freezes right after the initial loader [03:04] Lightsword: where exactly does it freeze? have you made any keyboard entry at this point? [03:04] right after I hit the install ubuntu right after boot [03:04] actually there must be a bug in 13.10 [03:04] 13.04 worked [03:06] are you able to get up another tty at the point it freezes? [03:07] I was installing using the internal KVM === wedgwood is now known as Guest44693 === thumper is now known as thumper-afk === Ursinha-afk is now known as Ursinha === Ursinha is now known as Guest49006 === huats_ is now known as huats [08:55] hi. I've locked myself out of a VM by setting SSH to refuse passwords, before I added my key. I've added the vdh to another instance of Ubuntu. How can I see it, and mount it, so I can add the key? [08:58] makara: is the drive showing up: sudo fdisk -l [08:59] hitsujiTMO, yeah, it's /dev/sdb [08:59] doesn't show in df [08:59] makara: which partition of that is the / ? [09:00] makara: sorry which partition of that is the /home ? [09:00] makara: could you pastebin the output: sudo fdisk -l [09:01] sdb1 [09:01] makara: sudo mount /dev/sdb1 /mnt [09:01] makara: is sdb1 the / so? [09:02] I've got the home directory here [09:02] no .ssh folder yet [09:02] i'm the same user on both machines [09:03] mkdir .ssh permission denied [09:03] what is your question? [09:04] makara: ok. whats the path to the home as its mounted now? [09:04] /mnt/home/ [09:04] makara: so: mkdir /mnt/home/makara/.ssh [09:05] permission denied [09:05] makara: ls -ld /mnt/home/makara [09:06] makara:makara [09:06] ls [09:06] makara: mount | grep /dev/sdb1 [09:07] /dev/sdb1 on /mnt type ext4 (rw) [09:07] makara: ls -l /mnt/home/makara/.ssh [09:08] no such file or directory [09:08] why would it be there? [09:08] that's the problem [09:08] I've edit sshd_config to allow passwords [09:08] I'm going to detach and reboot [09:08] thx 4 help [09:08] makara: cool. might be easiest. can't see why you're getting the errors [09:09] I ssh into one of our KVM host servers and perform a simple df -h ... but it just sits there without giving any output. I have to exit the terminal, open a new terminal and ssh back in to get any response again ... [09:09] Also if I cd into /mnt and then try to do ls -la the same behavior occurs ... will not show anything and the terminal session is frozen ... [09:09] I guess it knows the makara@pep is not makara@giz [09:09] zetheroo: check dmesg and /var/log/syslog for any errors related to the df -h [09:10] hitsujiTMO, I think i also encrypted the home directory. Would I be able to see the files in that case? [09:10] ok [09:10] makara: no, the filesystem isn't aware of the host [09:10] makara: ahh. if it was encrypted then you must load the encypted folder. the main folder is locked [09:11] hitsujiTMO: looks like one of the nfs mounts isn't responding ... thanks ;) [09:13] hitsujiTMO, there are two folders? [09:14] makara: with encrypted home folders, you encrypted home is mounted in place of /home/makara when you log in. the /home/makara on the drive is used as a mount point [09:37] hitsujiTMO, https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/364015 [09:37] real pity that. I won't be using encrypted home for a while [09:38] hi there [09:38] makara: ahh. yeah. thats a bit annoying. [09:39] makara: at least encrypted home is still valid for client devices === thumper-afk is now known as thumper [09:51] hitsujiTMO, i'm going to remove the encryption [09:51] but all the web pages show how to do it from a GUI [09:51] any idea how to cli this? [09:52] makara: afraid not. its not something a play with [09:58] hi [09:58] I would like to know how to set up and use mailx [09:58] with an existing smtp server [09:59] Tried searching internet.. [09:59] nothing worked [10:04] b00tbu9: why do you want to use it? [10:13] hallyn, I am on the libvirt update [10:16] smb: cool, thanks [10:16] smb: I just noticed it was only marked as affecting virt-manager while the patch was against libvirt :) [10:17] hallyn, Yeah, I was about to change it later when I got the package prepared and tested. So you changing it saved me the hassle. :) [10:17] hallyn, Just marked the virt-manager task invalid for that reason [10:22] how can I chroot into a mounted filesystem? I want to create a user for the mounted drive, not my working OS === Guest49006 is now known as Ursinha [10:24] smb: I didn't know offhand how to do that through the email api :) === keee is now known as w0rmie [10:25] hallyn, He, nor would I :) [10:26] I guess I could have just done a new 'affects' stanza followed by status invalid [10:32] hallyn, Got libvirt source package ready for quick sanity check and sponsoring up at chinstrap:~smb/4review [10:32] Got it verified on my machine at home [10:35] in this thread: http://ubuntuforums.org/showthread.php?t=1156240 [10:35] they mount /dev and /dev/pts separately [10:35] why? [10:43] smb: can you just pastebin the debdiff? [10:44] hallyn, I can, just did not think that would make things easier for you. A sec [10:46] hallyn, http://paste.ubuntu.com/6843117/ [10:53] smb: i'd rename the patch 9023-xen-fix-parsing-xend-http-response.patch, but other than that looks good [10:53] smb: oh wait, you need me to push it? [10:53] sorry i missed that :) ok, will push, thx [10:53] hallyn, Yeah, still got no power to upload [10:54] :) Feel free to change the name of the patch on that [11:13] smb: ok, just did a test build to make sure :) all's good, pushing. thanks [12:09] how can i create an user with home directory and no password. A system use? [12:10] *user [12:21] adac: I'd usually use 'useradd' for that (rather than 'adduser'). it has a --system flag, amongst others. if you don't specify a password, it'll have a disabled pass. usually you'll still have a $HOME though, eg www-data has /var/www as a home [12:21] of course, hit up the man page and see which flags meet your requirements [12:30] how to open pptp port .. i'm using ufw firewoll and iptables.. eth0 externel eth1 internal.. [12:31] i've done as documentation said but.. not working [12:37] hi how to find the grub version on my system? thx [12:39] how to install sunjava on Ubuntu 12.04 ? [12:52] !java | zetheroo oracle java instructions are here [12:52] zetheroo oracle java instructions are here: To just use java you need a "Java Runtime Environment" (JRE) and/or a browser plugin. If that is not sufficient you will need a "Java Development Kit" (JDK) aka "Software Development Kit" (SDK). Please see https://help.ubuntu.com/community/Java about how to install one of three current implementations. [12:53] hello [12:53] I have a question to koolhead17 regarding his OpenStack book [12:53] The book makes use of the ubuntu distribution [12:54] does the content of the book also applicable to other linux distributions ? [12:54] like opensuse or debian or Linux Mint ? [13:00] Hello, I'd like to run an Apache2 server as a different user, so I edited APACHE_RUN_USER, but how can I let this user restart his apache2 process without sudo? === gary_poster|away is now known as gary_poster [13:14] roaksoax, does this ring a bell? [13:14] https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1274499 [13:14] I thought we raised it last november but maybe not [13:17] jamespage: let me check [13:20] jamespage: uhmmm [13:24] rvba: ^^ [13:26] jamespage: roaksoax: yep, that's exactly what we think just happened with sparkiegeek's box. [13:27] good morning [13:27] When the pool of IPs is exhausted, isc-dhcp-server apparently just re-uses already taken IPs. [13:43] rvba, yup - that's where I raised it from [13:49] jamespage, do you have a suggstion for https://launchpad.net/~ubuntu-cloud-archive/+archive/cloud-tools-next/+build/5534963 ? [13:49] smoser, yes - I pushed a branch to ~ubuntu-cloud-archive for that in the icehouse pocket [13:50] can't actually remember if I uploaded it tho [13:52] jamespage, ok. ill follow that up. are you aware of https://launchpad.net/~ubuntu-cloud-archive/+archive/cloud-tools-next/+build/5534956 [13:52] i just uploaded a 1.17.1. [13:52] smoser, ah - you won't be able to backport that unchanged [13:52] the gccgo version in precise sucks [13:53] so you'll need to disable that bit of the packaging [13:53] hm.. [13:53] ok. i thikn thats ok. mans we don't get other arches in cloud archive. [13:53] for precise. which is probably ok. [13:55] jamespage: https://code.launchpad.net/~zulcss/python-cinderclient/1248519/+merge/203972 [14:02] zul, thanks [14:02] +1 [14:03] zul, nova is still in proposed btw [14:06] jamespage: wtf? [14:07] jamespage: adt tests failed [14:11] stgraber, can i just drop the whole arch checking from ubuntu-cloud template ? [14:12] you added that, i dont really think its necessary. [14:13] smoser: I'd rather not as otherwise people will end up downloading cloud images which they can't actually run and I prefer to be a bit more user friendly than that [14:14] they'lll download images they can't run when they *say* to do it [14:15] and they may have good reason for doing so [14:15] maybe they're going to patch in qemu-static [14:15] stgraber, ^ [14:17] jamespage: sorry do you have the bug number for the api issue that you were having [14:17] jamespage: nm found it [14:18] jamespage, i have forgotten [14:18] how do i un-cleanly 'debuild -S' the mongodb ? [14:26] smoser, "-nc" [14:29] zul: hello sir [14:29] hi koolhead17 [14:29] zul: got few mins? dm? [14:29] jamespage: hello sir :) [14:29] koolhead17: sure [14:31] jamespage, do you have toolage that helps you magically decide to use an lp: branch or straight backport ? [14:36] smoser, nothing official [14:37] we probably should have that [14:37] and a check in the backport-o-matic that looks for backport branches as well [14:37] second qustion [14:37] where would i disable the gccgo stuff for juju-core [14:38] in d/control and d/rules [14:46] jamespage: i have a fix for nova for adt tests failing just testing it now [14:50] yolanda_, please can you use http://bazaar.launchpad.net/~charm-helpers/charm-helpers/devel/view/head:/charmhelpers/core/host.py#L135 [14:50] instead of 'write' and then changing permissions please [14:51] jamespage, ok [14:54] jamespage, i'm confused by line 43 at http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/juju-core/trusty/view/head:/debian/rules [14:55] ah. never mind. [14:55] jamespage: https://code.launchpad.net/~zulcss/nova/nova-api-fix/+merge/203987 [14:55] everything will build with golang. and only non 'golang_archs' will build with gccgo [14:56] but that doens'tmake sense. [14:56] as my filed build took the gccgo path. [14:56] on amd64 [14:57] smoser, it did both actually [14:57] golang first and then gccgo [14:57] right. its just funny logic. [14:58] because the variable is named 'golang_archs'. but you're using that to determine you should use gccgo [14:59] would you be opposd to naming that 'gccgo_arches' ? [15:02] m. never mind thats wrong too === Core_Craig_ is now known as Core_Craig [15:43] jamespage: neutron fixed i think [15:51] jamespage, sorry for being dense. [15:51] http://paste.ubuntu.com/6844404/ [15:51] that results in [15:52] http://paste.ubuntu.com/6844406/ [15:52] jamespage/smoser: can i get a +1 https://code.launchpad.net/~zulcss/neutron/fix-tests-locking-issues/+merge/204012 [15:53] is that somehow going to work on the ppa builders ? [16:12] jamespage: https://code.launchpad.net/~zulcss/nova/nova-api-fix-too/+merge/204017 and https://code.launchpad.net/~zulcss/neutron/fix-tests-locking-issues/+merge/204012 (then we should be good for icehouse-2) [16:17] zul, can we bump that into the release please [16:17] https://code.launchpad.net/~zulcss/nova/nova-api-fix-too/+merge/204017 [16:18] neutron: +1 [16:20] jamespage: yeah im just going to have to back out the fix-requirements patch then (due to sqlalchemy) [16:21] stgraber, sent new patch. please check. [16:26] jamespage: done [16:28] brb i need to reboot [16:31] smoser: your new patch now allows arm64 on armhf/armel which isn't supported (the other way around is, which is why I proposed using two entries instead in my previous e-mail. [16:31] your previous logic was also broken [16:31] the stuff i was replacing [16:31] running armhf on armel [16:32] i really think bothering with this "i'm smarter than you" is just wrong. [16:32] let the user do what they want. rather than maintaining a hard coded list of "this works" [16:37] smoser: how's my logic broken? it may not be particularly readable in the arm64 case because it's done in two different if statements, the first checking for armel/armhf/arm64 on armel/armhf/arm64 and the second one ensuring that arm64 is never used on !arm64 [16:38] your logic was previously broken saying armhf would not run on armel [16:39] err.. that it would run [16:39] which i think is broken logic [16:39] anyhow [16:39] jamespage: so +1 for nova? [16:39] fix it up however you thikn is "right". [16:39] i dont care enoguh [16:39] smoser: it's not, armhf does run on armel [16:40] well, do whatever you like. again i think its wrong to care. [16:40] you'lll just fail early and possibly break someone who wanted to do something. [16:40] and thats the person you're going to stop. [16:43] hi all. i'd like to follow up on a MIR for glusterfs which has been around for two years... https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-glusterfs-mir [16:44] just yesterday there was some movement regarding building qemu with glusterfs support, which apparently depends on the glusterfs MIR [16:44] i'd like to know what's stopping the MIR for glusterfs, and if there's anything I (the upstream glusterfs deb packager) can do to help move things along [16:45] marcoceppi, jamespage: ^^^ [16:46] * semiosis is not with redhat btw, just a volunteer passionate about debian, ubuntu, and glusterfs [16:49] another related link: https://bugs.launchpad.net/ubuntu/+source/glusterfs/+bug/1274247 === hxm- is now known as hxm [17:20] smoser: ping https://code.launchpad.net/~zulcss/nova/nova-api-fix-too/+merge/204017 (to get nova out of -proposed) === Ursinha is now known as Ursinha-afk [18:56] hello guys.. i have one problem.. i setup pptp server on ubuntu 12.4 (i used ubuntu documentation) and setup ufw firewall .. when i scan my ports i have ssh open and 1723 closed .. i don't know how to open it .. what to do? [18:57] UchM0nd: sudo ufw 1723 [18:57] UchM0nd: sudo ufw allow 1723 sorry [18:57] already done this [18:57] but no luck [18:58] UchM0nd: can you pastebin the output of: sudo ufw status [18:58] is the process listening on 1723 stopeed by chance? [18:59] if so how to restart it [18:59] Let's start with the ufw status check :) [19:00] ufw status http://pastebin.com/Aqnsb3Wf [19:01] when i connecting vpn error is 807 [19:01] UchM0nd: no deny rules, so lets move onto the process. sudo service pptpd restart [19:02] next ? [19:02] UchM0nd: test... is it working ? [19:02] no same again [19:03] when i scan with nmap it shows that i hav 22 and closed 1723 [19:04] my ip tables is in /etc/rc.local [19:04] iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE [19:04] eth0 is public [19:04] UchM0nd: sudo netstat -an | grep 1723 === Smedles_ is now known as Smedles [19:05] nothing shown up [19:05] UchM0nd: then the server isn't listening. its not setup correctly [19:06] I wonder if it's not bound to the correct port. [19:06] Port as in eth0. [19:06] so.. should i remove pptp and redo everithing again ? [19:07] UchM0nd: no, just go through the the steps and verify your config first [19:07] hitsujiTMO ok i will return in a minute .. [19:08] thanks though :)) kind man :) [20:03] hitsujiTMO hey man.. i just resolved my problem :)) i followed this link http://www.linuxquestions.org/questions/linux-networking-3/pptp-packets-from-the-vpn-client-cannot-reach-the-vpn-server-944796 [20:03] http://www.linuxquestions.org/questions/linux-networking-3/pptp-packets-from-the-vpn-client-cannot-reach-the-vpn-server-944796/#post4677646 [20:04] ahh sweet [20:04] i had error configuring local and remote ip-es :)) [20:05] hitsujiTMO thanks .. [20:05] nice === thumper is now known as thumper-afk === lfaraone_ is now known as lfaraone === thumper-afk is now known as thumper === matanya_ is now known as matanya [21:55] hi [21:56] after restart mysql service I get this http://pastebin.com/MXbxTtYi [21:56] FATAL ERROR: Upgrade failed, no clue whats that [22:01] i verified the user debian-sys-maint has the correct password [22:07] hello..its since some hours i saw vswap at 100%. i could not ssh over the server. i then rebooted it. vswap is now 0%. site still down i can't ssh. i have launched the console. a netstat -antpl give me no result. a nmap localhost can't reach http://125.0.0.1/. i have disable firewall right now. still nothing.. i have restarted apache.. now a netstat -antpl shows apache listening [22:09] its still not working === thumper is now known as thumper-afk === JanC is now known as Guest9638