hey guys...
got a much simpler issue/question...
I thought I had been running the remote cmd within the screen named
session.. upon further testing.. I may not have actually been running
it in the screen session.. perhaps outside of the session..
I think this works
//--fire up the named scr
On 11/14/2016 07:36 PM, Ed Greshko wrote:
On 11/15/16 08:06, EGO-II.1 wrote:
On 11/14/2016 02:28 PM, Fred Smith wrote:
On Mon, Nov 14, 2016 at 09:07:21AM -0800, Chris Murphy wrote:
On Mon, Nov 14, 2016 at 8:45 AM, EGO-II.1 wrote:
So I've been delving into the touchpad thing a bit more no
On 11/15/16 08:06, EGO-II.1 wrote:
>
>
> On 11/14/2016 02:28 PM, Fred Smith wrote:
>> On Mon, Nov 14, 2016 at 09:07:21AM -0800, Chris Murphy wrote:
>>> On Mon, Nov 14, 2016 at 8:45 AM, EGO-II.1 wrote:
So I've been delving into the touchpad thing a bit more now that I have a
few days of
On 11/14/2016 02:28 PM, Fred Smith wrote:
On Mon, Nov 14, 2016 at 09:07:21AM -0800, Chris Murphy wrote:
On Mon, Nov 14, 2016 at 8:45 AM, EGO-II.1 wrote:
So I've been delving into the touchpad thing a bit more now that I have a
few days off. This is the output of libinput-list-devices:
I'm a
On 11/14/2016 12:07 PM, Chris Murphy wrote:
On Mon, Nov 14, 2016 at 8:45 AM, EGO-II.1 wrote:
So I've been delving into the touchpad thing a bit more now that I have a
few days off. This is the output of libinput-list-devices:
I'm assuming that since all the necessary features I'm looking for
On 11/14/2016 12:01 PM, Tom Horsley wrote:
ssh goes to fantastic amounts of trouble to invent
ridiculous file descriptors it can wait on till
they close
No it doesn't. ssh has a simple, well-defined behavior. It doesn't
create non-standard (read "ridiculous") file descriptors. If you're
ha
On Mon, 14 Nov 2016 14:13:48 -0500
bruce wrote:
> It only detaches after the process completes!!
ssh goes to fantastic amounts of trouble to invent
ridiculous file descriptors it can wait on till
they close (specifically to prevent you from
exiting an ssh session and leaving anything running).
I
On 11/14/2016 11:13 AM, bruce wrote:
> Hey Rick...
>
> Morning dude! Thanks for the reply.
>
> I've tried a bunch of different combinations, including the one you
> posted.. What seems to be happening, is that I can get it to run. The
> tmp file is generated with the data but the session doesn't
On Mon, Nov 14, 2016 at 09:07:21AM -0800, Chris Murphy wrote:
> On Mon, Nov 14, 2016 at 8:45 AM, EGO-II.1 wrote:
> > So I've been delving into the touchpad thing a bit more now that I have a
> > few days off. This is the output of libinput-list-devices:
> >
> > I'm assuming that since all the nece
Hey Rick...
Morning dude! Thanks for the reply.
I've tried a bunch of different combinations, including the one you
posted.. What seems to be happening, is that I can get it to run. The
tmp file is generated with the data but the session doesn't
immeadiately detach. It only detaches after the pro
On 11/14/2016 10:18 AM, jd1008 wrote:
>
>
> On 11/14/2016 11:11 AM, Rick Stevens wrote:
>> On 11/14/2016 07:19 AM, Gary Stainburn wrote:
>>> >although ifconfig doesn't show anything
>> "ifconfig" will only show interfaces that are up. "ifconfig -a" will
>> show you all of them, up or down.
>>
> O
On 11/14/2016 03:01 AM, bruce wrote:
> Hi Jakub
>
> So you're saying
>
ssh crawl_user@192.81.214.49 'screen -r "testname" -X "`ls -al
/crawl_tmp/* > aa.tmp`" '
> is not the correct approach to running a remote cmd in a screen
> session, and that the cmd wrapped in the backticks is
On 11/14/2016 11:11 AM, Rick Stevens wrote:
On 11/14/2016 07:19 AM, Gary Stainburn wrote:
>although ifconfig doesn't show anything
"ifconfig" will only show interfaces that are up. "ifconfig -a" will
show you all of them, up or down.
On my system, ifconfig without any args:
$ ifconfig
em1:
On 11/14/2016 07:19 AM, Gary Stainburn wrote:
> although ifconfig doesn't show anything
"ifconfig" will only show interfaces that are up. "ifconfig -a" will
show you all of them, up or down.
> if I run iwconfig I get the
> following:
>
> [root@eddie-new ~]# iwconfig
> enp4s0no wireless ext
On Mon, Nov 14, 2016 at 8:45 AM, EGO-II.1 wrote:
> So I've been delving into the touchpad thing a bit more now that I have a
> few days off. This is the output of libinput-list-devices:
>
> I'm assuming that since all the necessary features I'm looking for are
> listed as "N/A" then it means somet
So I've been delving into the touchpad thing a bit more now that I have
a few days off. This is the output of libinput-list-devices:
I'm assuming that since all the necessary features I'm looking for are
listed as "N/A" then it means something is wrong? (Also because when I
got to "Test Your S
Hello,
I found the speed to the mouse to slow.
I did:
gsettings set org.gnome.desktop.peripherals.mouse speed x
but x = 1.0 is the maximum value that I can set.
I also tried:
xkbset ma
but it does not help.
In addition, the speed is reset to a slower speed after a reboot.
dconf-editor does not
although ifconfig doesn't show anything, if I run iwconfig I get the
following:
[root@eddie-new ~]# iwconfig
enp4s0no wireless extensions.
wlp0s29f7u4 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RT
Hi all,
I've plugged the above USB WIFI dongle into an aging F21 server to make it
into an AirPrint server but can't get it working.
I chose this dongle, purchased from The Pi Hut [1] because I have used a
number of them in Raspberry Pi's as well as my Centos 7 laptop (The built in
one doesn'
Hi Jakub
So you're saying
>>> ssh crawl_user@192.81.214.49 'screen -r "testname" -X "`ls -al
>>> /crawl_tmp/* > aa.tmp`" '
is not the correct approach to running a remote cmd in a screen
session, and that the cmd wrapped in the backticks is run on the local
machine, not the remote machine???
On 11/14/2016 02:17 AM, bruce wrote:
I think I'm getting closer to an actual soln...
** Notice the backticks around the remote cmd to be run
-without the ticks, the cmd doesn't appear to work
ssh crawl_user@192.81.214.49 'screen -r "testname" -X "`nohup ls -al
/crawl_tmp/* > aa.tmp`" '
ss
21 matches
Mail list logo