[00:10] Hi everyone [00:10] so i am wondering if i can execute a python script when a command outtup shows text on the screen and not saved to a file [00:11] Is this possible? [00:12] yes [00:12] really [00:12] what are you doing? [00:12] how [00:12] jvwjgames: use tee to pipe the output to both the python command and the screen? [00:12] so i am having a command minimodem listen for tones and it prints it on the screen in realtime the decoded tones but can't save to a file [00:13] how is it printing to the screen? [00:13] rtty [00:13] it listen from the mic and prints to the screen [00:13] *listens [00:13] or heck, just have the python echo what it reads as well as process it. [00:14] what command [00:14] the easy approach may be to edit the source and change it from using curses or whatever to just print [00:14] slightly harder may use the script program to capture the output [00:14] but that may not actualy work [00:14] ok [00:18] if it is this, it looks like it justs prints to stdout: https://github.com/kamalmostafa/minimodem/blob/master/src/minimodem.c [00:22] jrwren: hrm, so why didn't redirecting its output work? [00:46] let me reiterate my question [00:46] so if a file reads a word in seismicdata.txt if the word in that file reads seismicdata then execute a curl command [00:46] that's what i want and seems to be easier [00:48] cause i got the stdout to redirect to a file [00:48] now i want the curl command to run if word in file contains seismicdata [00:49] jrwren: try this: grep -q seismicdata && curl http://.... [00:51] thanks it works [00:52] thank you for your help sarnold [00:52] great ;) have fun jvwjgames :) [00:52] sigh jrwren sorry, tabmisfire [01:05] jcastro: wow, the juju credentials features look nice [01:35] i misunderstood something. Sorry. [03:23] heh, not fun, nfs issues [03:35] https://lkml.org/lkml/2015/12/4/759 [03:35] getting that same exact issue on 16.04 :( [03:38] though, I don't get any of those oversized read request log lines === prince is now known as King` === King` is now known as King === King is now known as King- === King- is now known as prince === prince is now known as King- === mwhudson_ is now known as mwhudson === mwhudson is now known as Guest85752 === Guest85752 is now known as mwhudson === athairus is now known as afkthairus [08:46] Good morning. === FManTropyx2 is now known as FMan [11:36] "System load: 0.0" [11:38] FMan: And? :) [11:39] help me think of something to do with my server :D [11:39] What does it do normally? [11:39] idle [11:40] it's a VPS [11:40] And what do you have that VPS for, if you arent using it? [11:46] good question... I have a web server running on it for testing now so far [13:05] hallyn: know anything about it? https://bugs.launchpad.net/serverguide/+bug/1571135 [13:05] Launchpad bug 1571135 in Ubuntu Server Guide "Follow-up to Bug #1300369: Server guide misleading/incorrect" [Undecided,New] === ejat_ is now known as ejat [13:51] hello, is there a tutorial about administrate a server ? Because I want to host a home-server, but I don't know how to do it. [13:52] A server serving which pupose? [13:52] bekks: hosting a Cozycloud (www.cozy.io) + owncloud + ftp +ssh [13:53] bekks: and maybe a VPN [13:53] TheSuperGeek: https://help.ubuntu.com/lts/serverguide/ might not be a bad place to start. [13:53] At home? [13:53] bekks: and maybe LDAP [13:53] bekks: yes [13:54] TheSuperGeek: https://debian-handbook.info/ is a really good read, and mostly apply towards Ubuntu servers as well. [13:54] andol: It seems to be something I search [13:54] (the 1st link) [13:56] andol: Oh the 2 links are in french, that's very good. Thank you ! [14:09] pmatulis: the section id=lxd-uid, "UID mappings and Privileged containers" explains how to do it. [14:10] pmatulis: if you feel it needs more explanation please feel free to assign it to me. [15:59] hallyn: so it's in the LXD chapter but not in the LXC chapter iiuc [15:59] pmatulis: oh the complaint was about the lxc section? [16:00] i only looked at the source, not the doc. [16:00] so didn't notice that [16:00] i can still cross-reference right? pls feel free to assign to me, i'll propose something and you can tell me it's horrible :) [16:00] hallyn: ok [16:00] thx === afkthairus is now known as athairus [19:28] how can I make /srv placed on a different hard disk but without making a partition and mounting it? [20:43] has anyone integrated jetbrain's hub with ldap? === Monthrect is now known as Piper-Off [23:44] hi there, looking at moving my windows server over to a linux server and am just going about setting up samba with acl, was just wondering if there was an easy way for me to copy all current user acl's that are in place on the windows server over to the new samba linux box please or do i need to redo all acl for all users on all directories, using ubuntu server 15.10 [23:46] for now the ubuntu server will just start off for file serving so i will continue using the windows server for ldap and a couple of other bits as i slowly migrate away