Displaying 6 results from an estimated 6 matches for "mydesktop".
2014 Nov 09
0
Master Works, Slave Does Not
...lave computer.
When the master gets the low batt/noAC signal it initiates a broadcast packet(s) on port 3493.
1) Is this correct?
Then the slave computer must have this port open and it listens on this port for the shut-down command.
2) Is this correct?
On the slave if I run the following:
steve at MyDesktop:~$ nmap -p 3493 192.168.0.6
Starting Nmap 6.40 ( http://nmap.org ) at 2014-11-09 15:42 ESTNmap scan report for 192.168.0.6Host is up (0.00013s latency).PORT STATE SERVICE3493/tcp closed nut
Nmap done: 1 IP address (1 host up) scanned in 11.06 seconds
Which tells me this port is configured for...
2017 Feb 15
5
[Bug 2677] New: Provide a way to set an environment variable from ssh_config
...even a fixed
string would go a long way.
E.g.:
=== Begin .ssh/config ===
Host *.localdomain
SetEnv EMACS_SOCKET=/home/sascha/.emacs.d/server/server.%l
SetEnv GPG_AGENT_INFO=/home/sascha/.gnupg/S.gpg-agent.%l:1:1
Host myserver.localdomain
RemoteForward
/home/sascha/.emacs.d/server/server.mydesktop:/tmp/emacs8193/server
RemoteForward
/home/sascha/.gnupg/S.gpg-agent.mydesktop:/home/sascha/.gnupg/S.gpg-agent
=== End .ssh/config ===
(As you can see, environment variables and Match-like expansions would
be useful in RemoteForward as well, but that's a feature request for
another day).
--...
2014 Nov 08
2
Master Works, Slave Does Not
On Nov 8, 2014, at 1:52 PM, Steve Read <sd_read at hotmail.com> wrote:
> I have made changes but it is still the same. That is when the server gets the lowbat/noAC signal it does shut down as expected but the slave does not.
>
> Perhaps it makes sense for me to list the present settings:
>
> On the Master:
>
> nut.conf
> MODE=netserver
>
>
2014 Nov 09
2
Master Works, Slave Does Not
...ave computer must have this port open and it listens on this port for the shut-down command.
>
> 2) Is this correct?
It's the other way around: the master (via upsd) listens on port 3493, and the slave connects to that port.
> On the slave if I run the following:
>
> steve at MyDesktop:~$ nmap -p 3493 192.168.0.6
>
> Starting Nmap 6.40 ( http://nmap.org ) at 2014-11-09 15:42 EST
> Nmap scan report for 192.168.0.6
> Host is up (0.00013s latency).
> PORT STATE SERVICE
> 3493/tcp closed nut
>
> Nmap done: 1 IP address (1 host up) scanned in 11.06 secon...
2014 Nov 10
0
Master Works, Slave Does Not
...eserved for NUT.)
Then the slave computer must have this port open and it listens on this port for the shut-down command.
2) Is this correct?
It's the other way around: the master (via upsd) listens on port 3493, and the slave connects to that port.
On the slave if I run the following:
steve at MyDesktop:~$ nmap -p 3493 192.168.0.6
Starting Nmap 6.40 ( http://nmap.org ) at 2014-11-09 15:42 ESTNmap scan report for 192.168.0.6Host is up (0.00013s latency).PORT STATE SERVICE3493/tcp closed nut
Nmap done: 1 IP address (1 host up) scanned in 11.06 seconds
Which tells me this port is configured for...
2012 Feb 11
10
Question about reusing classes/modules
Hello Everyone,
I''m still pretty new with puppet so please bare with me. I tried
searching and I''m pretty sure I''ve ready my answer but I''m not sure if
I''m going down the right path just yet.
My scenario is this: I have 4 environments, Dev, Test, QA, Prod. Each
of these environments lives in 2 sites, LA and NY. I have 5
applications that are site and