[00:13] when using parted rescue command if you want to start at the beginning but dont know what number the end it what should be inputted [00:40] About this architecture: http://www.ubuntu.com/cloud/openstack/reference-architecture [00:40] Is okay to deploy maas under a hypervisor? [00:41] Like in hyper 1? === markthomas is now known as markthomas|away === markthomas|away is now known as markthomas === markthomas is now known as markthomas|away [01:36] Okay so, I'm now trying to install Open-VPN Server on Ubuntu server 12.04. The issue is, i go to 'source vars' I then run sudo ./clean-all and then it tells me I must source var first [01:36] any ideas anybody :O [01:39] heh [01:48] Cloudka82: are you compiling from source or somehting? why not "apt-get install openvpn"? [01:49] hmmm well [01:50] https://help.ubuntu.com/12.04/serverguide/openvpn.html [01:50] that's the guide I'm following [01:50] I'm now at the var ./clean-all ./build-ca phase [01:51] Cloudka82: ah! good. Then I made incorrect assumptions :) [01:51] Cloudka82: did you edit the /etc/openvpn/easy-rsa/vars file? [01:51] Well, I added a few things. [01:51] But, I'm unsure whether or not I have to edit anything in particular [01:51] also [01:52] could it be that i'm trying to clean all as sudo? [01:52] Cloudka82: ah, could be [01:52] I'm forced to do this since I get tons of permission denied errors if i don't [01:52] Cloudka82: run "sudo -s" and do all these operations in the resulting shell [01:52] kk 1 sec [01:52] Cloudka82: "source vars" will read the file, execute it -- in this case, setting environment variables [01:53] Cloudka82: 'sudo' trims a ton of variables -- or throws away all but a few variables, I forget -- so they might not be set on the next 'sudo ...' execution if you're putting 'sudo' in front of everything [01:53] so if i run sudo -s, will that force everything in the current directory to run as sudo? [01:53] and sorry, I'm a complete rookie XD Been using linux for roughly 4-5 months [01:54] ah welcome aboard :) [01:54] thank you, I'm making the switch from the Windows world [01:54] I'm a jr sys admin [01:54] in the default configuration, the shell prompt will show you -- # for root, $ for usre [01:55] OMG it worked [01:55] i love you [01:55] <3 [01:56] <3 [01:58] sarnold: would you advise debian server or ubuntu server for a linux rookie that wants to change his career path from windows to linux [01:58] ;O [01:58] I know a lot of people have been saying they're completely different, but i don't feel that they are as far as commands and paths go [01:58] it kinda feels the same to me [01:58] Cloudka82: either; both. :) [01:58] ok :) [02:00] Cloudka82: debian and ubuntu are more similar than different, especially in the larger ecosystem of e.g. centos, suse, gentoo, arch, and less-related BSDs, illumos, etc... [02:00] Ic ;O [02:19] Sorry, was eating dinner [02:19] Very interesting, sarnold [03:02] Question: So I successfully installed OpenVPN server on my ubuntu 12.04 server. I know understand that I must take, ca.key client.key client.ca and use those on the client's end that would like to connect to my server [03:03] However, my client is using windows and it is looking for an .opvn extension in windows [03:11] nvm figured it out [03:11] thanks === kickinz1|afk is now known as kickinz1 [06:53] Hey guys got an issue and was hoping I could get some help. Im getting a 552 (disk usage error) when trying to upload to my server (14.04). The disk is not full however. Any ideas on how i could fix this? === Lcawte|Away is now known as Lcawte [07:16] hello, kernel on ubuntu 14.04 havent ta module? I dont understand why i have tun0 without tun module [07:19] Good morning. [07:38] hi guys any help..Enter your Mysql PATH: (default: /usr/bin/mysql)Defautl press Enter <----------- this install si for centos, but for ubuntu what shoudl be the PATH the same..? === bilde2910|away is now known as bilde2910 [07:40] ruben23: The server or the client? [07:41] ruben23: Client is in the same directory, /usr/bin/mysql [07:43] the server [07:43] im installing in teh server [07:43] maybe learn to use `which` or `find` ? [07:44] yes i did..im just worreid if /usr/bin/mysql is centos mysql client also..? [07:44] ruben23: I think so. [07:46] ruben23: /usr/sbin/mysqld seems to be the server. [07:46] so if mysql only its client..? [07:47] /usr/bin/mysql <--- this is client only [07:47] what does `man mysql` and `man mysqld` say? [07:47] ^ [08:12] after booting my machine, the network device eth3 is up as described in network/interfaces [08:12] but somehow I can't control it with ifup/ifdown [08:13] the device is up (can show it by ip link or ifconfig) [08:13] but ifdown: interface eth3 not configured [08:13] strange.... === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte [10:17] My problem is i did an "apt-get install sendmail" on a server running plesk admin panel. Now my admin panel has no mail settings anymore :( I'm an idiot, I know :( [11:05] morning === kickinz1 is now known as kickinz1|afk [11:12] coreycb, oh joy I just realized websockify is not in main [11:12] (and I added it to the nova BD's for rc1) [11:12] arrrgggghhhh! === kickinz1|afk is now known as kickinz1 === kickinz1 is now known as kickinz1|afk === kickinz1|afk is now known as kickinz1 [11:19] hi, i'm running ubuntu server 13.10 with zentyal small business server on top of it and I can access it via lan with ssh. The problem is when i authenticate via ssh it says permission denied on /home/mymainuser 's home dir. I sudo su and then I've even tried to set chmod 777 perms but when i tried to login with myuser it also said "permission denie [11:19] d" (plz help - desperate guy here! :S) [11:25] jamespage, ah great [11:26] syspanic: First of all, Ubuntu 13.10 is no longer supported. No security updates (including recent bash vulnerabilities, for instance). [11:26] syspanic: Second of all, you've probably lost the execute bit on /, /home, and/or /home/mymainuser. [11:27] syspanic: Share the output of: ls -ld / /home /home/mymainuser [11:27] drwxr-xr-x 22 root root 4096 Jul 30 19:48 / [11:27] drwxrwx---+ 36 root __USERS__ 4096 Jul 25 10:46 /home [11:27] drwx--x--- 18 deepzen deepzen 4096 Oct 3 13:25 /home/deepzen [11:28] syspanic: "groups deepzen" (as root) [11:29] syspanic: And then "getfacl /home" (again as root) === Lcawte is now known as Lcawte|Away [11:29] deepzen : deepzen adm cdrom sudo dip plugdev lpadmin sambashare fuse [11:29] Getting warmer. [11:29] # file: home [11:29] # owner: root [11:29] # group: __USERS__ [11:29] user::rwx [11:29] user:ebox:rwx [11:29] user:nobody:r-x [11:29] group::rwx [11:29] deepzen has no execute rights on /home (unless granted via ACL's, which getfacl will tell us) [11:29] mask::rwx [11:29] other::--- [11:29] Yup, there's your problem. [11:30] With no execute privs, you can't reference anything in the directory. [11:30] "sudo chmod o+x /home" and you're done. [11:30] chmod o?? [11:30] others. [11:30] ah ok [11:30] I.e. not the owner, not the group. Everyone else. [11:31] (owner would be "u", intuitively) [11:31] All better? [11:32] yeah i just didnt recognize it cause i always use octal syntax [11:32] Try not to do that. [11:33] Yup!! thnx i was so paniced and i couldn't realize one simple thing.... [11:33] No no, I mean try not to use octal. [11:33] y not? [11:33] Far too often have I seen people remove execute bits from directories or add them to files where they don't belong, etc. [11:33] ah ok [11:34] If you use [uog][+-=][rwxs] you know exactly what you're setting and unsetting. [11:34] Well... [11:34] If you use [uog][+-][rwxs] you know exactly what you're setting and unsetting, rather. [11:35] = has pretty much the same problems. [11:35] hmmm i see, propably i should change some ηαββιτσ [11:36] habbits** [11:36] *blink* [11:36] What was that? :) [11:36] greek :P [11:36] Oh :) [11:36] Of course. [11:37] i just wanted to write habits but i was switched to greek.... [11:37] Happens all the time. [11:39] jamespage, know of a debian/rules target that runs before patches are applied? [11:39] can i dist-upgrade ubuntu 13.10 to 14.04 LTS ? Is it wise to do it with all these services running ? [11:39] coreycb, no such thing [11:39] atleast I don't think so [11:39] coreycb, what's your problem? [11:40] jamespage, bash tools/config/generate_sample.sh -b . -p ceilometer -o etc/ceilometer [11:40] syspanic: It's not wise to stay with 13.10, that's for sure. [11:40] jamespage, ^ we have patches that patch the conf file and it's not there when patches are applied [11:40] so I need to generate the conf file before patches [11:54] syspanic: i mean... is it safe or what's the possibility of failure after dis-upgrade ? [12:00] syspanic: Depends on what you have running, really. [12:00] syspanic: There are no guarantees. [12:00] syspanic: Well, I guarantee there won't be more security updates, but that's probably not very helpful. [12:03] soren: it's all in one super duper mega server :SSSSS openldap, smb4, dns, squid [12:03] well the good thing is that is running on kvm [12:37] hi - is it possible to prevent apt-get update past a certain date? I think /something/ has broken in my install and I like to reinstall, but only with those packages that were available ~3 weeks ago. [12:41] frobware, never seen it done, but there's got to be a way ... if no answer here, ask ##linux [12:43] cfhowlett: ok, thanks, will trying downgrading particular packages (e.g., qemu-system) first. [12:54] jamespage, zul: heat is ready for review - https://code.launchpad.net/~corey.bryant/heat/2014.2-rc1 [12:57] jamespage, zul: ceilometer updates are also ready for review - https://code.launchpad.net/~corey.bryant/ceilometer/2014.2-rc1-2/+merge/236964 [13:03] I don't think that is possible [13:03] normally older packages are replaced [13:03] or maybe that is just a mirroring thing [14:43] jamespage, zul: neutron is ready for review - https://code.launchpad.net/~corey.bryant/neutron/2014.1.3/+merge/237079 [14:59] jamespage, zul: ceilometer is ready for review - https://code.launchpad.net/~corey.bryant/ceilometer/2014.1.3/+merge/237085 === kickinz1 is now known as kickinz1|afk [15:08] jamespage, zul: cinder is ready for review - https://code.launchpad.net/~corey.bryant/cinder/2014.1.3/+merge/237087 === kickinz1|afk is now known as kickinz1 === kickinz1 is now known as kickinz1|afk === Lcawte|Away is now known as Lcawte [15:32] jamespage, zul: horizon is ready for review - https://code.launchpad.net/~corey.bryant/horizon/2014.1.3/+merge/237088 [15:33] jamespage, zul: glance is ready for review - https://code.launchpad.net/~corey.bryant/glance/2014.1.3/+merge/237090 [15:46] Anybody got working experience with Ubuntu OpenStack, particularly the Orange Box? Trying to replicate an Orange Box-like environment to PoC OpenStack, and I've found myself stuck in a chicken-and-egg scenario. [15:46] Any pointers would be most appreciated. [15:52] hello what is the basic difference between snapshot raid and hardware raid 1 [15:52] what is are the weaknesses of snapraid [15:52] snapraid, not snapshot raid [15:53] anyone knows? [15:54] why would snapraid be better (if it is better)? [15:57] !best [15:57] !poll [15:57] * patdk-wk blames the bot [15:59] tatie: http://snapraid.sourceforge.net/faq.html#diffraid === markthomas|away is now known as markthomas [16:08] ok but why would it not be good? [16:12] coreycb, ok I have 48 minutes to get the last few rc1's in for juno [16:12] coreycb, you did heat and ceilometer right? [16:12] jamespage, yep [16:13] jamespage, ok want me to time you? :) [16:13] jamespage, I'll have time this afternoon to do some juno work too [16:13] tatie: Your data doesn't get copied in time? [16:15] jamespage, zul: keystone is ready for review - https://code.launchpad.net/~corey.bryant/keystone/2014.1.3/+merge/237097 [16:16] no we are just figuring out what to setup RAID 1 or SnapRaid [16:16] tatie: You asked why it wouldn't be good. [16:16] coreycb, [16:17] cp debian/ceilometer.conf.sample etc/ceilometer/ceilometer.conf [16:17] [16:17] ? [16:17] tatie: One reason why I think snapraid wouldn't be good is that if your main drive fails and you lose some data because it wasn't copied across in time. [16:17] that just overrwrites the version you just generated I think [16:18] jamespage, oh... [16:18] tatie: The proper answer to your question is this though: [16:18] jamespage, I'll fix it and test it [16:18] tatie: Try both, and decide which one's best for your use case after experimenting. [16:20] :-) [16:21] jamespage, that should be correct as is. the generated file is ceilometer.conf.sample [16:21] coreycb, yeah but the install file installs: [16:21] etc/ceilometer/ceilometer.conf etc/ceilometer [16:22] so why are we bothering to generate one? [16:22] jamespage, we generate ceilometer.conf.sample and copy it to etc/ceilometer/ceilometer.conf [16:22] coreycb, I must be missing something - I can't see that copy step [16:24] jamespage, I think it's correct, but I'm going to install it and see [16:25] coreycb, I'm not getting the ceilometer.conf.sample in debian folder thing === Ursinha is now known as Ursinha-afk [16:28] jamespage, oh yeah that cp is wrong, sorry [16:29] should be copying from etc/ [16:31] jamespage, so do we want to use the generated one in etc/ or the static one from debian/ ? [16:32] coreycb, generated I should think [16:32] jamespage, yeah [16:38] coreycb, hmm [16:41] jamespage, I pushed a new ceilometer === beisner- is now known as beisner [17:08] hey anyone good at observium? i have a basic n00b question === matsubara is now known as matsubara-lunch [17:47] !ask | Zune [17:47] Zune: 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 [17:54] hi [17:55] zul, jdstrand: have we tried to MIR websockify before? [17:55] jamespage: long time ago i think [17:55] not to my knowledge. sarnold? ^ [17:55] ah yes [17:55] https://bugs.launchpad.net/ubuntu/+source/websockify/+bug/1108935 [17:56] Launchpad bug 1108935 in websockify "[MIR] websockify" [High,New] [17:56] hi, can i ask something about ubuntu here ? [17:57] zul, jdstrand: https://bugs.launchpad.net/ubuntu/+source/websockify/+bug/1108935 [17:57] Launchpad bug 1108935 in websockify "[MIR] websockify" [High,New] [17:57] ressurected... [17:57] SweetLips: If it's to do with Ubuntu Server or other server-type things in Ubuntu [17:57] genii : oh okay [17:58] SweetLips: If it's to do with regular Ubuntu instead, please use the #ubuntu channel [18:00] genii : thank you [18:01] SweetLips: You're welcome. [18:01] coreycb, if you can polish up your heat and ceilometer juno rc1's, I'll sort them out first thing monday [18:02] coreycb, most other rc1's are in the queue now [18:03] zul, any ideas - https://launchpadlibrarian.net/186474578/buildlog_ubuntu-utopic-i386.openstack-trove_2014.2~rc1-0ubuntu1~ubuntu14.10.1~ppa2_FAILEDTOBUILD.txt.gz [18:04] jamespage: nope [18:04] zul, any chance you could take a look - I need to eod [18:05] zul, the rest of the rc1 is here - lp:~james-page/trove/juno-rc1 [18:05] jamespage: sure [18:05] zul, ta - resolution of that means 100% test success! [18:05] jamespage: sweet === Ursinha-afk is now known as Ursinha === matsubara-lunch is now known as matsubara === Ursinha is now known as Ursinha-afk [19:08] zul, jamespage: nova is ready for review - https://code.launchpad.net/~corey.bryant/nova/2014.1.3/+merge/237127 === Ursinha-afk is now known as Ursinha [19:11] coreycb: they built all fine? [19:12] zul, um, yeah [19:12] coreycb: are you sure? :) [19:12] zul, ok what's failing [19:13] coreycb: nothing im just asking [19:13] zul, ok [19:24] omg I found it [19:24] Guys !!1 [19:24] Installing OpenVPN server on Ubuntu 12.04 server. During the last phase, I go to start OpenVPN's services by issuing /etc/init.d/openvpn start and recieve the following error, "SIOCSIFADDR: No Such Device: ERROR while getting interface flags: No such device [19:24] Halp :( [19:29] welcome back Cloudka82 :) check the log files.. sounds like an error from earlier in the process might have been overlooked.. [19:29] LOL [19:29] kk [19:30] openvpn-status.log doesn't contain anything [19:30] perhaps I must enable logging first? [19:32] nvm found the lo [19:32] g === Ursinha is now known as Ursinha-afk [19:44] hallyn, or stgraber is lxc mounting /run for me when i boot an ubuntu cloud image ? [19:45] smoser: I don't believe so [19:45] i didn't think so either. [19:45] lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0 [19:45] lxc.mount.entry = sysfs sys sysfs defaults 0 0 [19:45] lxc.mount.entry = /sys/fs/fuse/connections sys/fs/fuse/connections none bind,optional 0 0 [19:45] lxc.mount.entry = /sys/kernel/debug sys/kernel/debug none bind,optional 0 0 [19:46] lxc.mount.entry = /sys/kernel/security sys/kernel/security none bind,optional 0 0 [19:46] lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0 [19:46] that's what we mount for Ubuntu containers, the rest we let mountall deal with === Ursinha-afk is now known as Ursinha === Catdaemon is now known as Catdaemon` === mfisch is now known as Guest86318 === Ursinha is now known as Ursinha-afk [20:33] ciao [20:33] !list [20:33] andreagi: No warez here! This is not a file sharing channel (or network); read the channel topic. If you're looking for information about me, type « /msg ubottu !bot ». If you're looking for a channel, see « /msg ubottu !alis ». === Ursinha-afk is now known as Ursinha [20:45] I would like to install cacti, but why is also mysql-server installed? [20:45] mysql-client should be enough, not? === bilde2910 is now known as bilde2910|away [20:57] is there a global option in fail2ban to set the email address? currently it defaults to fail2ban@ but that doesn't work for my situation === mfisch is now known as Guest49899 === markthomas is now known as markthomas|away === markthomas|away is now known as markthomas === Lcawte is now known as Lcawte|Away