You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
(26) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(5) |
Feb
(3) |
Mar
(11) |
Apr
(10) |
May
(2) |
Jun
(5) |
Jul
(13) |
Aug
(2) |
Sep
(3) |
Oct
(10) |
Nov
(18) |
Dec
(29) |
2002 |
Jan
(12) |
Feb
(14) |
Mar
(73) |
Apr
(28) |
May
(21) |
Jun
(39) |
Jul
(40) |
Aug
(42) |
Sep
(20) |
Oct
(4) |
Nov
(9) |
Dec
(18) |
2003 |
Jan
(2) |
Feb
(8) |
Mar
(6) |
Apr
(24) |
May
(24) |
Jun
(14) |
Jul
(16) |
Aug
(36) |
Sep
(34) |
Oct
(23) |
Nov
(4) |
Dec
(15) |
2004 |
Jan
(6) |
Feb
(13) |
Mar
(7) |
Apr
(5) |
May
(11) |
Jun
(5) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
(16) |
Nov
(4) |
Dec
(9) |
2005 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
(10) |
May
(5) |
Jun
(13) |
Jul
(3) |
Aug
|
Sep
(7) |
Oct
(5) |
Nov
(1) |
Dec
(9) |
2006 |
Jan
|
Feb
(10) |
Mar
(22) |
Apr
(14) |
May
(5) |
Jun
(4) |
Jul
(19) |
Aug
(7) |
Sep
(16) |
Oct
(4) |
Nov
(1) |
Dec
(16) |
2007 |
Jan
(17) |
Feb
|
Mar
(35) |
Apr
(5) |
May
(20) |
Jun
(11) |
Jul
(33) |
Aug
(3) |
Sep
(2) |
Oct
(11) |
Nov
(23) |
Dec
(5) |
2008 |
Jan
(10) |
Feb
(9) |
Mar
|
Apr
(6) |
May
(8) |
Jun
(7) |
Jul
|
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(20) |
2009 |
Jan
(8) |
Feb
(8) |
Mar
(3) |
Apr
(8) |
May
(2) |
Jun
(11) |
Jul
(2) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(7) |
Dec
(4) |
2010 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
|
May
(2) |
Jun
(2) |
Jul
(7) |
Aug
(3) |
Sep
(7) |
Oct
(2) |
Nov
(1) |
Dec
(4) |
2011 |
Jan
(4) |
Feb
(5) |
Mar
|
Apr
(3) |
May
(2) |
Jun
|
Jul
(6) |
Aug
|
Sep
|
Oct
(6) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(7) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
(30) |
Apr
(10) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
(12) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(1) |
25
|
26
|
27
(4) |
28
|
29
|
30
|
31
|
|
|
|
|
From: Austin S. <te...@of...> - 2005-05-27 17:13:25
|
On Tue, May 24, 2005 at 04:17:38PM -0500, Mic...@sy... wrote: > All, > I am have trouble getting the expect command to work > properly with echoing of a password. What I have is the following: > > if (! ($pgsql->expect(60, "Enter new superuser password: ") ) ) { > print "****** ERROR: Didn't see superuser password prompt. > Aborting.\n"; > exit(1); > } > print $pgsql "$dbpw\r"; > > What happens when I run this is that the password is displayed. Is there > any way to take this and make it so the $dbpw (the password variable) is > not displayed? Any help would be appreciated. Thank you. > Mike Gantz > > It is either being printed directly by the program or being echoed back by the terminal. You can try turning echoing off, e.g. $pgsql->stty('-echo'), or turn log_user off until after you get past the password. Austin |
From: <Jim...@Ve...> - 2005-05-27 14:15:52
|
UNSUBSCRIBE ___________________________________________________________________ The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you. |
From: B M. <bma...@ya...> - 2005-05-27 04:00:05
|
Well, this was one of those things where you spend 30 minutes banging your head and can't understand the problem. After eating dinner and coming back to this, I noticed right away that my "use lib" line had an incorrect path in it. Everything's working now. Thanks! --- B Mat <bma...@ya...> wrote: > Hello, > > I do not have permissions to install IO::Tty in the standard install > area. Therefore, I install it in my personal area and then "use lib" > to load the libs from there. This works fine for 32-bit x86 Linux. > However, on an Opteron, compile fails with an error like: > > /depot/perl5/bin/perl: relocation error: > /home/myinstall/1.0/sw_lib/external/perl/lib/site_perl/5.8.3/x86_64-linux/auto/IO/Tty/Tty.so: > undefined symbol: Perl_get_sv > > trying to use the 32-bit x86 .so file produces something like: > > Can't load > '/home/myinstall/1.0/sw_lib/external/perl/lib/site_perl/5.6.0/i686-linux/auto/IO/Tty/Tty.so' > for module IO::Tty: > /home/myinstall/1.0/sw_lib/external/perl/lib/site_perl/5.6.0/i686-linux/auto/IO/Tty/Tty.so: > cannot open shared object file: No such file or directory at > /depot/perl-5.6.0/lib/5.6.0/x86_64-linux/DynaLoader.pm line 200. > > Any insight? > > Thanks! > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Small Business - Try our new Resources site > http://smallbusiness.yahoo.com/resources/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Expectperl-discuss mailing list > Exp...@li... > https://lists.sourceforge.net/lists/listinfo/expectperl-discuss > __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail |
From: B M. <bma...@ya...> - 2005-05-27 00:45:19
|
Hello, I do not have permissions to install IO::Tty in the standard install area. Therefore, I install it in my personal area and then "use lib" to load the libs from there. This works fine for 32-bit x86 Linux. However, on an Opteron, compile fails with an error like: /depot/perl5/bin/perl: relocation error: /home/myinstall/1.0/sw_lib/external/perl/lib/site_perl/5.8.3/x86_64-linux/auto/IO/Tty/Tty.so: undefined symbol: Perl_get_sv trying to use the 32-bit x86 .so file produces something like: Can't load '/home/myinstall/1.0/sw_lib/external/perl/lib/site_perl/5.6.0/i686-linux/auto/IO/Tty/Tty.so' for module IO::Tty: /home/myinstall/1.0/sw_lib/external/perl/lib/site_perl/5.6.0/i686-linux/auto/IO/Tty/Tty.so: cannot open shared object file: No such file or directory at /depot/perl-5.6.0/lib/5.6.0/x86_64-linux/DynaLoader.pm line 200. Any insight? Thanks! __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/ |
From: <Mic...@sy...> - 2005-05-24 21:17:50
|
All, I am have trouble getting the expect command to work properly with echoing of a password. What I have is the following: if (! ($pgsql->expect(60, "Enter new superuser password: ") ) ) { print "****** ERROR: Didn't see superuser password prompt. Aborting.\n"; exit(1); } print $pgsql "$dbpw\r"; What happens when I run this is that the password is displayed. Is = there any way to take this and make it so the $dbpw (the password variable) is not displayed? Any help would be appreciated. Thank you. Mike Gantz =20 |