google-chrome-stable v 59 on centos7

2017-07-19 Thread bruce
Hey guys. (no. this isnt a typo!! sorry 'bout that earlier!) Got a bit of an issue that's apparently flumoxed other as well. I'm trying to set up a centos7 box to test out py+selenium+google-chrome. As far as I can tell, you essentially download/install the bits (yum) and you can fire up a

Re: hey guys.. ssh/key-gen question

2017-07-16 Thread bruce
On Sun, Jul 16, 2017 at 1:09 AM, Samuel Sieb <sam...@sieb.net> wrote: > On 07/15/2017 02:01 PM, bruce wrote: >> >> Testing Digitalocean >> >> I can create a ssh key I can create a remote instance and poulate it >> with the key to be able to do >> &g

waaaaaaay off topic!! (httpd infinite redirects)

2017-07-16 Thread bruce
to be a "doh" issue when I solve it! If you're bored, and have a few mins and want to take a stab, let me know. I've got paste files with the data I've got so far. Thanks -bruce -back to your normal channel!! ___ users mailing lis

hey guys.. ssh/key-gen question

2017-07-15 Thread bruce
Testing Digitalocean I can create a ssh key I can create a remote instance and poulate it with the key to be able to do ssh foo_user@1.2.3.4 and access the vm with no issue... however:: if i spin up 1.2.3.4, as well as 5.6.7.8 how can i be on box 1.2.3.4 and do ssh foo_user@5.6.7.8 if i'm

find exec rm

2017-07-13 Thread bruce
hey guys.. i'm missing something. thoughts/comments? trying to do a rm with find/exec. ssh crawl_user@1.2.3.4 " rm -f '/cloud_nfs/*hash*.dat' ; find /cloud_nfs -name '*austincc*master*book*.dat' -exec rm {} \; rm -f '/cloud_nfs_fetch/*hash*.dat' ; " i get find: paths must precede

Re: Linux anti-virus any good?

2017-07-12 Thread bruce
On Wed, Jul 12, 2017 at 6:28 PM, Doug wrote: > > On 07/12/2017 02:10 PM, Jon LaBadie wrote: >> >> On Wed, Jul 12, 2017 at 12:09:09PM -0500, Dave Ihnat wrote: >>> >>> On Wed, Jul 12, 2017 at 10:55:01AM -0400, Frank Pikelner wrote: It is not complicated finding

github/rupy project help!

2017-06-27 Thread bruce
I know. Way off base. I'm trying to find a resource to fix restore a github app. The app's Github url is. --- lockitron - https://github.com/lockitron I've placed requests on different sites. So thought I'd post here to see if anyone might have thoughts on where I can post as well. Basically

remote ssh awk!

2017-06-20 Thread bruce
Hey... Curious as to how to get the following to work remotely over SSH. The cmd is used to remove redundant lines, while maintaining order in the output file. The following works if I insert it in the remote term. cat /dog/aaa.dat | awk '!a[$0]++' > /dog/aaa.dat_tmp However I'm unable to

sed/regex question.. missing something simple...

2017-05-27 Thread bruce
Hi. I've got a file.. with a bunch of lines looking like: $bookVariable['asu']['Fall-2016']='link'; $bookVariable['lehmancuny']['Fall-2016']='1'; $bookVariable['uvu']['Fall-2016']='1'; $bookVariable['wmich']['Summer II 2017']='1'; $bookVariable['wmich']['Summer I 2017']='1';

curl question - curl processes not working as the browser does..

2017-05-17 Thread bruce
Hi. This isn't a Fed isue, but I am using a fed system to run the curls!!! Not sure if this is appropriate to the group/thread, but I'm flumoxed. I'm trying to replicate the process for the FF/chrome browser to generate the data for the final page. The target site is fairfied.edu, class data.

Thoughts/Opinions on Setting up a Fed/Centos7 box for an app!

2017-05-01 Thread bruce
Hey guys. I've got a Fed/Centox 7 box (should/hopefully be the same process) to setup for an open source "slack" app called "Rocket.chat" as well as "Mattermost". I've looked around a bit and kind of need skills of someone with much more sys admin cred! As an example, Mattermost, requires

Re: screen -- long running process... cpu way up there!!!

2017-04-13 Thread bruce
On Thu, Apr 13, 2017 at 1:46 PM, bruce <badoug...@gmail.com> wrote: > Hey guys/gals! > > Got a test that I'm running. The test has a remote box running an app > on a sep box (box2). Box2 has a screen session running so you can > access box2 and do a > > "s

screen -- long running process... cpu way up there!!!

2017-04-13 Thread bruce
Hey guys/gals! Got a test that I'm running. The test has a remote box running an app on a sep box (box2). Box2 has a screen session running so you can access box2 and do a "screen -r Session1" to access the running output. All of this works as expected. However, when I examine the "top"

Re: ssh stderr question

2017-04-10 Thread bruce
On Sun, Apr 9, 2017 at 10:49 PM, Samuel Sieb wrote: > On 04/09/2017 07:25 PM, JD wrote: >> >> On 04/09/2017 06:02 PM, Samuel Sieb wrote: >>> >>> ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l" 2> stderr.log >>> >>> would write any errors to the file "stderr.log" on the

Re: ssh stderr question

2017-04-09 Thread bruce
On Sun, Apr 9, 2017 at 6:23 PM, Cameron Simpson <c...@zip.com.au> wrote: > On 09Apr2017 13:57, Samuel Sieb <sam...@sieb.net> wrote: >> >> On 04/09/2017 07:23 AM, bruce wrote: >>> >>> the following test works.. >>> >>> ssh user_foo@1.2

ssh stderr question

2017-04-09 Thread bruce
hey... the following test works.. ssh user_foo@1.2.3.4 pgrep -f 'master_app' | wc -l however, i realized that in some cases I was seeing a "ssh connection timeout" so I looked into how to capture the complete STDERR from the local side. ssh user_foo@1.2.3.4 "pgrep -f 'master_app' | wc -l

arrow in the file/explorer window

2017-03-27 Thread bruce
Hey guys... Just noticed, in looking through the dialog for some dirs, I see a curved arrow in some of the folder icons. This appears to indicate previous versions of things like jre/jdk. Is this correct? Can't seem to find anything in SO on this.. Thanks

Re: Running local SSH as background process - possible??

2017-03-04 Thread bruce
On Sat, Mar 4, 2017 at 1:28 PM, bruce <badoug...@gmail.com> wrote: > On Sat, Mar 4, 2017 at 11:09 AM, Tom Horsley <horsley1...@gmail.com> wrote: >> On Sat, 4 Mar 2017 09:41:31 -0500 >> bruce wrote: >> >>> ssh user1@ipaddress command &

Re: Running local SSH as background process - possible??

2017-03-04 Thread bruce
On Sat, Mar 4, 2017 at 11:09 AM, Tom Horsley <horsley1...@gmail.com> wrote: > On Sat, 4 Mar 2017 09:41:31 -0500 > bruce wrote: > >> ssh user1@ipaddress command & (assuming that the '&' runs the local >> ssh in the background -- it doesn't!) > >

Running local SSH as background process - possible??

2017-03-04 Thread bruce
Ok guys, I know this isn't strictly "Fed" related, but the group might have suggestions. My use case, the process has a number of remote servers. I'd like to be able to run a bunch of commands on the remote servers as fast as posible. The initial thought was to loop through the different

Re: running ssh/remote cmd in the background

2017-02-28 Thread bruce
On Mon, Feb 27, 2017 at 11:44 PM, bruce <badoug...@gmail.com> wrote: > On Mon, Feb 27, 2017 at 2:56 PM, Rick Stevens <ri...@alldigital.com> wrote: >> On 02/27/2017 11:35 AM, Jon LaBadie wrote: >>> On Mon, Feb 27, 2017 at 09:41:11AM -0800, Rick Stevens wrote: >

Re: running ssh/remote cmd in the background

2017-02-27 Thread bruce
On Mon, Feb 27, 2017 at 2:56 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 02/27/2017 11:35 AM, Jon LaBadie wrote: >> On Mon, Feb 27, 2017 at 09:41:11AM -0800, Rick Stevens wrote: >>> On 02/26/2017 12:34 PM, bruce wrote: >>>> Hey Jon... >>>>

Re: running ssh/remote cmd in the background

2017-02-26 Thread bruce
as worked, so I have no reason to think the background process would be any different! Thanks On Sun, Feb 26, 2017 at 2:17 PM, Jon LaBadie <jo...@jgcomp.com> wrote: > On Sun, Feb 26, 2017 at 06:40:50PM +0100, Joachim Backes wrote: >> On 02/26/17 18:08, bruce wrote: >> >

running ssh/remote cmd in the background

2017-02-26 Thread bruce
Morn guys... The following works as a test ssh to fire off a remote cmd. However it waits for the cmd to complete befor returning. I'm looking to run th cmd as a background on the local/calling instance. Ultimaely, I'll be testing this from py/php scripts. ssh -t user1@67.205.151.05 'cat

system crashes - is there a way/app/process to restore the system?

2017-02-24 Thread bruce
Hey guys. Had a system crash, and was wondering, in the fed/centos world (v6 and above -guess that would be fed 22??) is there a process that can basically scan the system, so that if the system crashes, everything would be auto started on restart. Also, would it allow the gedit processes to be

sed question!

2017-02-12 Thread bruce
Hey guys. Thanks for the delete replies.. Got a quick sed question now.. test file:: head -2 sed.dat 228d98f0_f16a_11e6_9544_1ad613f05f7b,1486934882 22b93712_f16a_11e6_a6ad_1ad613f05f7b,1486934883 want to simply truncate/search/replace the end of each line starting with the "," to get

remove/delete files with dots "." in the name..

2017-02-11 Thread bruce
Hi. Test file with a name of: 67.205.168.80_PID.dat find . -name '*.dat' -exec ls {} \; displays the file but find . -name '*.dat' -exec rm -f {} \; doesn't delete it. thoughts? thanks ___ users mailing list -- users@lists.fedoraproject.org To

simple echo into multiple files...

2017-01-25 Thread bruce
morn/quick question... say you have aa.aa aaa.aa is there a "simple" way to do echo 'b' > *.aa this doesn't work, gets a redirection error I know one can write a quick bash/shell loop.. any other ways? thanks ___ users mailing list --

Re: find with regex to find files matching pattern

2016-12-26 Thread bruce
Thanks Ahmad Mind totally blew by the regextype attribute... simple works as expected.. 'ppreciate it.. On Mon, Dec 26, 2016 at 5:29 AM, Ahmad Samir <ahmadsamir3...@gmail.com> wrote: > On 26 December 2016 at 07:47, bruce <badoug...@gmail.com> wrote: >> ls /cloud_nfs/*PID

Re: find with regex to find files matching pattern

2016-12-25 Thread bruce
'm missing something... thanks On Sun, Dec 25, 2016 at 9:44 PM, Jon LaBadie <jo...@jgcomp.com> wrote: > On Sun, Dec 25, 2016 at 09:09:38PM -0500, bruce wrote: >> Ok.. >> >> Maybe too much xmas glee... >> >> Sample files >> 1.2.3.4_foo.dat &

find with regex to find files matching pattern

2016-12-25 Thread bruce
Ok.. Maybe too much xmas glee... Sample files 1.2.3.4_foo.dat 11.2.3.4_foo.dat 1.22.33.4_foo.dat etc. the fillenames follow the ipAddress format.. Trying to craft a simple find with regex/pattern to find the files. find / -name "*[0-9]{3}*" << doesn't work thoughts/comments thanks

nfs - stale file handles

2016-11-29 Thread bruce
Morning guys... Trying to get input regarding nfs (erver/client) and stale file handles.. Research indicates the stale file issue can arise when the nfs file changes and the client attempts to interact with an older/out of date file handle.. The usual solutions have information on doing a

Re: process not disappearing from proc tbl..

2016-11-28 Thread bruce
ok... nohup /cloud_nfs/child_test.php > /dev/null & nohup /cloud_nfs/child_test.php > /dev/null 2>&1 & both appear to work... in this use case.. thanks! On Mon, Nov 28, 2016 at 12:28 PM, bruce <badoug...@gmail.com> wrote: > Hey guys.. > > Maybe to

process not disappearing from proc tbl..

2016-11-28 Thread bruce
Hey guys.. Maybe too much food over the weekend.. Maybe brain cells are fried! Created a basic/simple 5 line php test, It runs so chown/chmod are ok. However, when I then run it as a background process, and check the procTBL, the PID is there.. the process never leaves, unless I manually kill

clusterssh

2016-11-21 Thread bruce
Hey Rick (and any others with thoughts!) Starting to fire up clusterSSH/cssh Couple of things.. 1) The app actually fires up sep xterm/term window sessions! So looking at X windows is going to take up space! might need a sep monitor! 2) I saw that the app has a "launcher" from the

Re: centos 6.8 - time - digital ocean..

2016-11-19 Thread bruce
Oh. My bad for got to mention that I tested UTC=false and true no diff. Thanks On Sat, Nov 19, 2016 at 7:47 PM, Samuel Sieb <sam...@sieb.net> wrote: > On 11/19/2016 02:10 PM, bruce wrote: >> >> I did all of that, and lo/behold, when I run the date cmd.. >> >>

Re: ssh/screen -- cmdline vs php

2016-11-19 Thread bruce
one out there!) On Fri, Nov 18, 2016 at 8:01 PM, bruce <badoug...@gmail.com> wrote: > Hey Rick... > > Thanks for the input. Really appreciate it. > > The issue I seem to have involves how to attach to a screen that's been > created. > > I start the base p

centos 6.8 - time - digital ocean..

2016-11-19 Thread bruce
Hey guys. I know most of the questions are fed based.. but I've got a centos 6.8 from digital ocean testing.. So, bear with me.. In setting up the instance to use EST I did the following steps. Is there anything else I missed... Change the date/time (as root) rm -rf /etc/localtime ln -s

Re: ssh/screen -- cmdline vs php

2016-11-18 Thread bruce
-t crawl_user@192.241.144.139 "screen -x -S crawlSession -X stuff '/crawl_tmp/screen_test.php'$(echo -ne '\015') " //--the above with the '-r' should work!! the above was tested as well as tested using just the "-X" without the stuff.. the \015 is for On Fri, Nov 18, 201

Re: ssh/screen -- cmdline vs php

2016-11-18 Thread bruce
but I've got questions, as to why this won't work with a vm that's hasn't been attached. Oh, just noticed, if I go in the vm attach and detach.. then the initial cmd works.. WTH!!! thanks On Fri, Nov 18, 2016 at 12:51 PM, bruce <badoug...@gmail.com> wrote: > hmm... > > Think

Re: ssh/screen -- cmdline vs php

2016-11-18 Thread bruce
screen -rD -S crawlSession &" The goal, to test if I can actually fire up/simulate the manual process that you get when you do ssh -t crawl_user@159.203.185.29 "screen -rD -S crawlSession" Which displays the screen session, and also has the actual "screen -rD...&

Re: ssh/screen -- cmdline vs php

2016-11-18 Thread bruce
ss runs.. So, I want to test how to simulate/perform the same process in a test script. Thanks.. On Thu, Nov 17, 2016 at 1:05 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 11/17/2016 09:47 AM, bruce wrote: >> Hey Rick... >> >> More testing >> >>

Re: ssh/screen -- cmdline vs php

2016-11-17 Thread bruce
the 300-400 colleges.. I know.. relatively trivial when you look at it.. On Thu, Nov 17, 2016 at 12:36 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 11/17/2016 07:14 AM, bruce wrote: >> aha!! >> >> ok.. more testing, more insight into whats going on... >&g

Re: ssh/screen -- cmdline vs php

2016-11-17 Thread bruce
> On 11/16/2016 05:58 PM, bruce wrote: >> >> when I run the cmd from a test php... using backticks.. the remote >> ssh/screen/app isn't run... >> > I suspect that when run that way, the process doesn't have a terminal so > some things might not work. Also, assuming y

ssh/screen -- cmdline vs php

2016-11-16 Thread bruce
Hey guys.. I crafted a test php app to generate the test cmdline to ssh into the remote box, attach to the screen, and fire off the testApp... This works as expected from the cmdline... I su - crawl_user, then run the cmd, take a look on another term, that's set to the ipAddress. When I

Re: devops/clusterSSH - (offtopic)

2016-11-15 Thread bruce
s"!! Really do appreciate the comments.!! On Tue, Nov 15, 2016 at 12:36 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 11/15/2016 07:39 AM, bruce wrote: >> Hey! >> >> --This is offtopic from fed -- >> >> Thanks to all who've commented on the SSH

Re: devops/clusterSSH - (offtopic)

2016-11-15 Thread bruce
you get that I do, but that said thanks for your reply. On Tue, Nov 15, 2016 at 12:09 PM, Pete Travis <li...@petetravis.com> wrote: > On Nov 15, 2016 09:40, "bruce" <badoug...@gmail.com> wrote: >> >> Hey! >> >> --This is offtopic from fed -- >&

devops/clusterSSH - (offtopic)

2016-11-15 Thread bruce
Hey! --This is offtopic from fed -- Thanks to all who've commented on the SSH/screen issue! Think I got that part resolved. Now, in order to use the ipAddresses that have been generated for the droplets, need to get opinions/thoughts on apps to use to handle connecting to the different numbers

Re: ssh/screen question - thread

2016-11-14 Thread bruce
echo -ne '\015' -- which generates the newline.. This checked out that the screen session was attached... So, I think this is ok... Thoughts/Comments On Mon, Nov 14, 2016 at 3:01 PM, Tom Horsley <horsley1...@gmail.com> wrote: > On Mon, 14 Nov 2016 14:13:48 -0500 > bruce wrote: &g

Re: ssh/screen question - thread

2016-11-14 Thread bruce
ified the behaviour. I'm missing something.. and I know it's subtle.. but I can't see it.. On Mon, Nov 14, 2016 at 1:21 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 11/14/2016 03:01 AM, bruce wrote: >> Hi Jakub >> >> So you're saying >> >>>&g

Re: ssh/screen question - thread

2016-11-14 Thread bruce
as actual test cmds/funcs that I can implement post, and I'll gladly test. But for now, can't seem to find the subtle error.. Thanks On Mon, Nov 14, 2016 at 3:05 AM, Jakub Jelen <jje...@redhat.com> wrote: > On 11/14/2016 02:17 AM, bruce wrote: >> >> I think I'm getting close

Re: ssh/screen question - thread

2016-11-13 Thread bruce
ts/comments??? THanks On Sun, Nov 13, 2016 at 1:00 PM, Patrick O'Callaghan <pocallag...@gmail.com> wrote: > On Sun, 2016-11-13 at 10:09 -0500, bruce wrote: >> The goal, to be able to reattach to a remote screen session, and to >> run a cmd in the remote screen session, and hav

Re: ssh/screen question - thread

2016-11-13 Thread bruce
81.214.49 'screen -r "testname" "nohup ls > aa.tmp 2>&1 > /dev/null " ' ssh -t crawl_user@192.81.214.49 'screen -r "testname" -X echo "hhh" > aa.tmp ' ssh -t crawl_user@192.81.214.49 'screen -r "testname" -X ls > aa.tmp '

ssh/screen question - thread

2016-11-12 Thread bruce
Hey Ladies/Gents. This follows the other thread i posted over the last few weeks on devOPS stuff for managing groups of remote droplets/vms. My approach for now to implement clusterSSH as well as screen to be able to auto gen the remote droplets, and to be able to ssh into them to view status,

Re: remote process/questions

2016-11-11 Thread bruce
On Tue, Nov 8, 2016 at 1:33 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 11/08/2016 10:00 AM, bruce wrote: >> Hey Rick!! >> >> Thanks for the reply... >> >> That was kind of going to be my thinking.. >> >> I came across some

Re: remote process/questions

2016-11-08 Thread bruce
houghts/Comments etc.. On Tue, Nov 8, 2016 at 12:12 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 11/08/2016 04:02 AM, bruce wrote: >> Hi. >> >> Trying to get my head around what should be basic/trivial process. >> >> I've got a remote VM. I can fire up a

remote process/questions

2016-11-08 Thread bruce
Hi. Trying to get my head around what should be basic/trivial process. I've got a remote VM. I can fire up a local term, and then ssh into the remote VM with no prob. I can then run the remote functions, all is good. However, I'd really like to have some process on the local side, that would

dev ops --thoughts??

2016-10-25 Thread bruce
Hi guys. Thanks for your inputs on the fetching/getting of a file from a dir! As Rick pointed out, the ultimate soln will be the use of gearman/rabbitMQ, or some other queueing process, with the clients popping the data off the queue.. I've got a different question/thought as well. Assume I

Re: Off Topic- Architectural Question..

2016-10-22 Thread bruce
On Sat, Oct 22, 2016 at 4:00 PM, jd1008 <jd1...@gmail.com> wrote: > > > On 10/22/2016 12:14 PM, Gordon Messmer wrote: >> >> On 10/22/2016 06:13 AM, bruce wrote: >> >>> I've thought of having a "pid" file on the nfs, where each clientApp >>

Off Topic- Architectural Question..

2016-10-22 Thread bruce
Hey List. This is off topic, but I noticed the list has been quiet!! Trying to get different thoughts on how to approach an issue. I've got a situation, where I'm going to have a shared nfs, with a bunch of files.. I'm going to have multiple client boxes/(vms) with each client, running apps

Re: starting remote firefox via SSH

2016-10-19 Thread bruce
onnection. However, if I already have Firefox running locally, then try to > start a remote Firefox via the SSH connection, it seems to want to action it > via the local Firefox instance > > On Wednesday 19 October 2016 11:23:32 bruce wrote: >> Hi. >> >> This is a &qu

starting remote firefox via SSH

2016-10-19 Thread bruce
Hi. This is a "continuation" of the issue of starting firefox for a diff user on a box. If one logs into (SSH) into a remote box, and wants to start firefox on the remote machine, such that all firefox operations occur on the remote machine.. Different sites suggest setting the DISPLAY var, as

Re: starting FF from command line...

2016-10-18 Thread bruce
6 PM, Rick Stevens <ri...@alldigital.com> wrote: > On 10/18/2016 03:11 PM, bruce wrote: >> Hi Samuel. >> >> Yes. My bad, The child term, is started by firing up the term as root, >> and then doing a su into the foo user. At which point, the test then >> does a &

Re: starting FF from command line...

2016-10-18 Thread bruce
Hi Samuel. Yes. My bad, The child term, is started by firing up the term as root, and then doing a su into the foo user. At which point, the test then does a firefox -p On Tue, Oct 18, 2016 at 4:31 PM, Samuel Sieb <sam...@sieb.net> wrote: > On 10/18/2016 12:57 PM, bruce wrote: &

starting FF from command line...

2016-10-18 Thread bruce
Hey guys.. Test laptop. login as root, start FF from the menu no prob. Start a term as user foo. Try to start FF from the term, and get gconf errors. I then create a "profile" thinking that would solve part of the issue(s). I can then do firefox -p -no-remote (using the created/default

off topic -- web testing/scraping question.

2016-10-15 Thread bruce
Hi guys. Dealing with an issue -- waay off topic fr fed! (but thought I' post, see if anyone has thoughts..) I'm dealing with a testing/scraping process of a target site. Collecting isbn data for college classes. The site has gone to using obfuscation/encryption/etc.. which requires

screen question?

2016-09-22 Thread bruce
Hey guys. Trying to get my heads around something. I'm looking to automate a process. Basically, I want to kick off/initiate a number of processes on remote boxes. I've looked at different online sites, but I'm missing something.. I can ssh into the box, trivial. I know I can create a "screen"

Re: bash/regex question..

2016-09-13 Thread bruce
Messmer <gordon.mess...@gmail.com> wrote: > On 09/13/2016 09:54 AM, bruce wrote: > >> everything's working as needed.. if i get a few spare cycles i'll run a >> few tests to see what the time/diff would be between a few of the posts.. >> > > > Your use case is

Re: bash/regex question..

2016-09-13 Thread bruce
pst...@gmail.com> wrote: > Good points. I wonder if it wouldn't be best to do it all in awk. Saves > CPU cycles and complexity, IMHO. > > Cheers, > > Boris. > > On Tue, Sep 13, 2016 at 12:26 PM, Gordon Messmer <gordon.mess...@gmail.com > > wrote: > >> On

bash/regex question..

2016-09-12 Thread bruce
Hey. Simple question. Got a basic string.. http://venturacollege.bncollege.com/webapp/wcs/stores/servlet/BNCBHomePage?storeId=78236=78236=-1002=10001=http:BNCBMultiCampusPageCmd trying to get the internal sub-string "78236" I can remove the beginning portion, but can't figureout the rest of

curl - sys env vars in a curl statement

2016-08-08 Thread bruce
hey peeps!! Got a prob, and maybe I'm just tired. As far as I can tell, sys env vars should be double quoted >"< inside a curl. I've got the following couple of statements. The curls pretty much work except the last curl, where I can't be sure exactly what the data for the post is, as I can't

Re: systemd vs. autofs/nfs

2016-07-28 Thread bruce
:09 -0400 > bruce wrote: > > > But, the whole systemd/dnf stuff... is that really useful, as opposed to > > the philosophy of some of the other flavors? > > There is no other flavor. Systemd will assimilate you. Every > distro uses it now (as near as I can tell). DNF is to

Re: systemd vs. autofs/nfs

2016-07-28 Thread bruce
Hey David.. Thanks for the thoughts on this... Would you mind posting/pasting what your code/shell scripts are/is.. I'm sure someone will need something similar in life! -Peace! On Thu, Jul 28, 2016 at 5:26 PM, David A. De Graaf wrote: > On Thu, Jul 28, 2016 at 02:53:34PM

Re: systemd vs. autofs/nfs

2016-07-28 Thread bruce
Hey guys... Not to start a flame war... But I've looked at different linux flavors.. ubuntu/mint/centos/etc.. and I'm thinking of taking the step to centos 7/fed24(or whatever it is...) But, the whole systemd/dnf stuff... is that really useful, as opposed to the philosophy of some of the other

allow wifi to run while laptop lid is closed?

2016-07-22 Thread bruce
How can this be accomplished? Can't find much via SO or the net. Found plenty on the suspend/etc. Curious as to how to do this. Thanks. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: conversion of notes.ics in a text format

2016-07-22 Thread bruce
Hey. Good to know the link was helpful. For others with this issue, could you detail the steps you used to resolve the prob? Was it running the perl script? Was it simply looking for the "dir" with the content, and doing a physical change of a few files to match the ID of a given file? As

Re: conversion of notes.ics in a text format

2016-07-21 Thread bruce
forgive me.. but i came across a perl article that was created for helping to solve this issue.. you're not the only one.. posting it here if you haven't seen it as it might shed light on the issue. been way too long for my perl fu to be of any use.

Re: sed question

2016-07-21 Thread bruce
thanks.. guys.. just a brain screwup.. should be ok now.. thanks for the eyeballs.. owe you guys oj! On Thu, Jul 21, 2016 at 11:01 AM, Tethys <tet...@gmail.com> wrote: > On Thu, Jul 21, 2016 at 1:00 PM, bruce <badoug...@gmail.com> wrote: > > > Now. I do a simple sed s

Re: sed question

2016-07-21 Thread bruce
pto...@gmail.com> wrote: > On Thu, Jul 21, 2016 at 3:26 PM, bruce <badoug...@gmail.com> wrote: > > Hey Tudor, and others.. > > > > The test sed I posted works for doing a search/replace of the text inside > > the parens... > > > >> foo('txt') > &

Re: sed question

2016-07-21 Thread bruce
arens.. and that's the issue.. this doesn't work sed -i 's/foo('txt')/foo('/dir1/txt') /' *files.dat sed -i 's/foo\('txt'\)/foo\('/dir1/txt'\)/' *files.dat thanks On Thu, Jul 21, 2016 at 8:14 AM, Todor Petkov <petkovpto...@gmail.com> wrote: > On Thu, Jul 21, 2016 at 3:00 PM, bruce

sed question

2016-07-21 Thread bruce
Hey guys.. Sed question.. should be simple, but after stack/net searches, lots or trials.. can't seem to get it.. I've got a case foo('txt') foo("txt") I'd like to have foo('/dir1/txt') foo("/dir1/txt") Now. I do a simple sed search/replace if it just focuses on the txt, but crafting a sed

cron -- abrt issue

2016-07-14 Thread bruce
Hey.. Testing some code (python). Created a simple test cron to run the app. The app runs from the cmdline as the user, so in the cmd world, env vars, user privs/etc.. are good. However, from the cron process, I get the following. The logs -- /var/log/messages indicate the abrtd process is

Re: ssh again..

2016-07-12 Thread bruce
hey... so on the box1 i have the priv key on box1 i have have ssh-agent on box1 on box1, in the config file, do i need to have box2 on box2 I don't need to have the pub key from box1, but i do have to have what??? and then whatever I have on box2, gets replicated on the other boxes in the

basic sudo/sodoers question

2016-07-11 Thread bruce
Hi. I have two (2) users cat - dog user cat has access to all files in /cat, and the ability to run the apps (*.php) i want to allow user dog to be able to run as user cat, and therefore run the *.php in /cat As far as I can tell, this is a sudo/sudoers issue, where I should be able to set up

Re: nfs client ownership

2016-07-09 Thread bruce
involved? I think this is the key moment here. > > Cheers, > > Boris. > > On Fri, Jul 8, 2016 at 7:13 PM, bruce <badoug...@gmail.com> wrote: > >> ok... >> >> seem to have resolved this.. >> >> centos 6.8 >> >> running t

Re: nfs client ownership

2016-07-08 Thread bruce
the nfs.. it appears that i have the file owner/perms.. On Fri, Jul 8, 2016 at 4:10 PM, bruce <badoug...@gmail.com> wrote: > arrrgghh.. > > as a drop/kick.. > > I went into the test master/client > -changed the uid/gid for the test user user1 to be 600 > userm

Re: nfs client ownership

2016-07-08 Thread bruce
have #test to set the client nfs/mount 192.168.1.45:/cloud_crawl /cloud_crawl nfs defaults 0 0 -o uid=600 -o gid=600 on remounting the nfs share... i still have a different user.. the initial user.. thoughts??!! On Fri, Jul 8, 2016 at 3:32 PM, bruce <badoug...@gmail.com> wrote:

Re: nfs client ownership

2016-07-08 Thread bruce
Jul 2016 13:57:24 -0400 > bruce wrote: > > > I know, I could just chown, etc.. after the fact.. but I'd like to figure > > out how it should be done!! > > I only know it is the most confusing NFS topic :-). It seems to work > OK if all the machines are getting their use

nfs client ownership

2016-07-08 Thread bruce
Hey. Simple question, but can't seem to solve it. Test nfs server works Copy file to the test dir.. On the master, the test file cat.txt is owned by 'user1' I have a user1 on the client box, and I'd like any files copied to the nfs to be shown as owned by the 'user1' on the client nfs box..

Re: nfs - aws/vm

2016-07-08 Thread bruce
to work regardless... On Fri, Jul 8, 2016 at 12:43 PM, Jon Ingason <jon.inga...@telia.com> wrote: > Den 2016-07-08 kl. 17:43, skrev bruce: > > Hey... > > > > Just wanted to get some input/opinions... > > > > Project I'm working on, will have a bunch of worker

nfs - aws/vm

2016-07-08 Thread bruce
Hey... Just wanted to get some input/opinions... Project I'm working on, will have a bunch of worker VMs created, and the vm will attach to the masterNFS on the masterVM.. However, in the masterVM, the process will have to update the /etc/export file, to allow the newly created child/workerVM

Re: ssh again..

2016-07-07 Thread bruce
ou create your ssh key(s)? > > Ranjan > > On Thu, 7 Jul 2016 21:07:38 -0400 bruce <badoug...@gmail.com> wrote: > > > Hey... (again) > > > > > > Still trying to get my mind around how to solve this. Someone mentioned > ssh > > forwarding, but I

ssh again..

2016-07-07 Thread bruce
Hey... (again) Still trying to get my mind around how to solve this. Someone mentioned ssh forwarding, but I've not gotten it to work. Say I have 5 boxes on my network, box1 box2 box3 box4 box5 Each box has a generic user - user1, with limited perms/access On my local box, i create a

ssh questions/issue

2016-07-07 Thread bruce
Hi/morn guys... Searching for answers/opinions on how to allow multiple users to access a number of different boxes via ssh, using ssh keys.. Say I have 5 boxes on my network, box1 box2 box3 box4 box5 Each box has a generic user - user1, with limited perms/access On my local box, i create a

Re: yum update issue..

2016-07-05 Thread bruce
...) On Tue, Jul 5, 2016 at 4:08 AM, John Pilkington <j.p...@tesco.net> wrote: > On 04/07/16 13:40, bruce wrote: > >> Happy 4th guys.. >> >> I have a centos 6.5 box with a yum update error. (I know, this is fed, >> but thought maybe I could get pointers here on this!) >

no sound after yum update

2016-07-04 Thread bruce
Hi. Forgive me for posting here on a centos issue... but, maybe it'll help someone if they run into the same issue on centos/fed... Did a yum update yum went through the process, did the update as expected. However, after the update.. sound was gone! Checked for the cards: cat

Re: yum update issue..

2016-07-04 Thread bruce
how to resolve this.. On Mon, Jul 4, 2016 at 10:16 AM, Ed Greshko <ed.gres...@greshko.com> wrote: > > > On 07/04/16 20:40, bruce wrote: > > Happy 4th guys.. > > > > I have a centos 6.5 box with a yum update error. (I know, this is fed, &

yum update issue..

2016-07-04 Thread bruce
Happy 4th guys.. I have a centos 6.5 box with a yum update error. (I know, this is fed, but thought maybe I could get pointers here on this!) The laptop runs kernel for elrepo, to be able to use the builtin wifi. The update process, was the same as usual, as root, run "yum update" never had an

Re: pcregrep question

2016-06-26 Thread bruce
, <c...@zip.com.au> wrote: > On 24Jun2016 10:57, bruce <badoug...@gmail.com> wrote: > >> I've got a test file, with the following lines. Basically, I want a >> grep/regex to traverse the multiple lines to return the lines. >> >> ll_=u

pcregrep question

2016-06-24 Thread bruce
Hi. I'm embarrassed to say I can't resolve this. So, my mind has gone blank! I've got a test file, with the following lines. Basically, I want a grep/regex to traverse the multiple lines to return the lines. ll_=urllib.quote_plus(simplejson.dumps(b2))+"\n" pathchildcount_filep.write(ll_) I've

<    1   2   3   4   5   6   >