=== zz_DenBeiren is now known as DenBeiren === markthomas is now known as markthomas|away === markthomas|away is now known as markthomas [01:31] i'm trying to add a service to upstart [01:31] http://upstart.ubuntu.com/cookbook/#id169 [01:31] i follwed these instructions to figure out the number of times the executable forks [01:31] i don't get 0,1 or 2... i get "3" [01:32] what do i do? === markthomas is now known as markthomas|away [01:53] <|aaron> can someone help me out? i really screwed up the mysql packages / installation on my ubuntu 15 box. i was trying to do a clean reinstall, made the mistake of deleting /etc/mysql.. now any time i try to add or remove mysql related packages apt-get complains about missing config files from the directory.. the only way to get it to run is if i create empty versions of those files... but then after the install is complete my.cnf, mysql.cnf etc are all [01:53] <|aaron> empty. help! [05:39] hi [05:40] i have installed postfix and i want to send email to yahoo account but it can not, i put in relayhost smtp.yahoo.com === DenBeiren is now known as zz_DenBeiren [07:06] tch3k: what does your mail-log say? - I would assume "relaying not allowed" [07:07] tch3k: Start by configuring your postfix to send directly [07:28] it says something like my ip address is banned [07:29] i don't know if it exists free relays so i can't put it in the relayshost field so it will send the mail by it self [08:14] Does anyone know C/C++, Computer Vision/Image Processing, Machine Learning, AI, linux systems programming, or electronics? I'm looking for a programmer to join my Startup. We're going to China (manufacturing is there) from July to November. We're a team of 4. We're building a flying computer. A drone that you can play games with and install apps on. [08:23] Ah, is it http://erlerobotics.com/blog/product/erle-copter-ubuntu/? [08:23] That looks nice. === kickinz1|afk is now known as kickinz1 === Lingo is now known as IronDev === ashleyd is now known as ashd === ashleydrees is now known as ashd === ashleyd is now known as ashd === ashleyd is now known as ashd === ashleyd is now known as ashd [12:03] silly question... is it normal that if I set my ubuntu server to do automatic critical updates for the machine to tell me that it needs to be restarted? [12:03] it's happened at least twice in the last 3 weeks === ashleyd is now known as ashd [12:12] DammitJim: if you're using unattended-upgrades, you can configure for automatic reboots when required if you like. [12:13] DammitJim: apart from that, what else do you expect to happen? [12:13] rbasak, I guess my question is more with regards to if this is normal? [12:13] DammitJim: kernel updates are normal, and updating a kernel requires a reboot. [12:13] I'm new to Ubuntu with a configuration like this [12:13] I understand that kernel updates are normal [12:14] but are there that many updates going on all the time? [12:14] I don't mind the updates... just trying to figure out what is normal [12:14] Yes, updates are common. [12:14] so that I can have an expectation as to how often I need to schedule a maintenance window [12:14] If you want to see what's going on, take a look in /var/log/apt/history.log [12:14] rbasak, that's very helpful [12:14] For a given package, you can see its changelog in /usr/share/doc//changelog.Debian.gz [12:16] man, that's a job in itself, huh? to keep up with all the updates that need to be done to the servers... [12:16] is there a good URL where "critical" updates are posted? [12:16] unattended-upgrades works nicely :) [12:16] so I know when I definitely need to apply some? [12:17] http://www.ubuntu.com/usn/ [12:17] yeah, they sound great... but I don't want my servers rebooting w/o me knowing [12:17] thanks! that link is bookmarked! [12:17] You can configure whether you want automatic updates or not. [12:17] Also whether you just want security updates or all updates. [12:17] For example you can set unattended-upgrades to do security updates only, and do manual updates yourself. [12:17] (for non-security update) [12:17] I have security updates only [12:18] to be applied automatically [12:18] how about the reboot part [12:18] can you schedule the reboot to only happen at a specific time? === ashleyd is now known as ashd [12:20] Looks like it, in /etc/apt/apt.conf.d/50unattended-upgrades [12:20] Unattended-Upgrade::Automatic-Reboot-Time "02:00"; [12:21] nice! [12:22] separate question... this is a file server... I guess if someone was using something on that file server, they'll just loose connectivity to this samba share === ashleyd is now known as ashd === ashleyd is now known as ashd === ashleyd is now known as ashd === NiTeMaRe is now known as trobotham === ashleyd is now known as ashd === ashleyd is now known as ashd [13:34] can I run a dhcp server without having an IP address on the interface dhcp is listening on? [13:39] bananapie: oh, intresting question. I dont think so. - but try it =) === ashleyd is now known as ashd === ashleyd is now known as ashd === ksx4system is now known as Guest46434 === ksx4system_ is now known as ksx4system === ashleyd is now known as ashd [14:48] i ve a problem with ubuntu server a raid0 during installation ... referred to grub and how to set it [14:58] [B111[B142111133 [14:58] 5aaaaaaaa1[B[B [14:58] err [14:59] Pici: Cat typing ? [15:00] genii: putty froze up for a moment. === markthomas|away is now known as markthomas [16:16] 14.04 how do I restart an interface, I am not getting updates on the aliases [16:19] sudo ifconfig eth0:0 down; sudo ifconfig eth0:0 up [16:22] would be nice if they didn't rename the interfaces [16:23] tarvid: You can revert the naming by putting grub option of biosdevname=0 [16:24] trying to avoid a road trip [16:24] This is typical with Dell systems that have the Consistent Network Device Naming [16:27] genii, thanks, you're sharp [16:28] * genii makes a fresh pot of coffee and hands out the mugs [17:55] dell r310 ubuntu 14.04 em1 not coming up [18:10] ifdown em1 && ifup em1 fails interface em1 not configured [18:10] rtnetlink file exists [18:11] i need help [18:24] loading iptables rules fail - how do i find out where === Lcawte is now known as Lcawte|Away [19:01] Hello gents, [19:01] My infrastructure is a mix of ubuntu 12 and 14 lts. I'm working on a motd chef cookbook, which utilizes the update-motd.d paradigm to generate a dynamic motd on login. I'm seeing the dynamic motd file get generated intermittently. [19:01] both /etc/pam.d/login and /etc/pam.d/ssh have pam_motd.so included. I've not found a rhyme or reason for when it gets updated and when it doesn't. [19:02] If I didn't want to display real-time ish information at login, it wouldn't REALLY matter that much [19:02] and if I can't get this working, I'll likely just have chef generate /etc/motd statically, and rip out the more dynamic things. === Wolfspyre1 is now known as Wolfspyre [19:02] I'd _LIKE_ to get to the bottom of the intermittent updates though. Does anyone know how the pam_motd magic works well enough to help me sort out what I'm doing wrong? [19:03] (appreciate the help, and this channel's existence regardless) === ashleyd is now known as ashd [19:07] Wolfspyre: you may need to modify the individual scripts that update-motd runs [19:07] Wolfspyre: see the bit about caching output inthe update-motd(5) manpage [19:09] Hi sarnold. Thanks for the pointer. Lemme look real quick and see if that seems like the culprit. === ashleyd is now known as ashd [19:20] Hm. I don't THINK that's quite relevant in this case. Chef is currently generating a script which does an echo, then cat < root@ops-c1:~# egrep '^session.*motd' /etc/pam.d/* [19:20] /etc/pam.d/login:session optional pam_motd.so motd=/var/run/motd [19:20] don't forget login is used only by *getty-spawned logins... [19:25] sarnold: Thanks! I' [19:26] d initially had pam_motd.so in sshd, but wasn't specifying motd=/var/run/motd in that entry. [19:26] now: [19:26] Wolfspyre: all sorted? :) [19:26] root@ops-c1:~# egrep '^session.*motd' /etc/pam.d/* [19:26] /etc/pam.d/login:session optional pam_motd.so motd=/var/run/motd [19:26] /etc/pam.d/sshd:session optional pam_motd.so motd=/var/run/motd [19:26] that seems to work much closer to the way I'd anticipated. [19:27] thank you VERY much for pointing me in the right direction. it's sincerely apprecaited. [19:27] nice :) === markthomas is now known as markthomas|away === ashleyd is now known as ashd [21:17] Hello ubuntu-server channel. Does some one know a guide or manual about using OpenStack with Ubuntu please? === JexSys is now known as Faylite === markthomas|away is now known as markthomas [21:43] jathan: check the official Openstack docs? http://docs.openstack.org/kilo/install-guide/install/apt/content/ [21:44] dasjoe: Thanks ;) [21:46] Sure :) === Rob__ is now known as robertj