jeremycole / flipper

Tool for managing access to MySQL master-master pairs
1 stars 0 forks source link

Capturing ssh stderr under Ubuntu #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

./flipper developer status
MASTERPAIR: developer
Connection to 192.168.2.181 closed.
NODE: beta181 has write IP, is writable, replication running, 0s delay
Connection to 192.168.2.187 closed.
NODE: alpha187 has read IP, is read-only, replication running, 0s delay

What is the expected output? What do you see instead?

./flipper developer status 2>/dev/null
MASTERPAIR: developer
NODE: beta181 has write IP, is writable, replication running, 0s delay
NODE: alpha187 has read IP, is read-only, replication running, 0s delay

What version of the product are you using? On what operating system?

$ ./flipper --version
./flipper version 0.2.1
(Getopt::Long::GetOptions version 2.35; Perl version 5.8.8)

Ubuntu 8.04
$ uname -a
Linux ronald 2.6.24-19-xen #1 SMP Wed Aug 20 21:08:51 UTC 2008 x86_64 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by ronald.b...@gmail.com on 25 Nov 2008 at 6:21

GoogleCodeExporter commented 9 years ago
It's not a defect, more an enhancement request, seems no way via this UI to set
Type/Priority

Original comment by ronald.b...@gmail.com on 25 Nov 2008 at 6:22