- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Please Report Forums Issues - August 2003!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2003 01:06 PM
09-01-2003 01:06 PM
Re: Please Report Forums Issues - August 2003!
http://www.opera.com/pressreleases/en/2003/08/28/
http://www.opera.com/download/?ver=7.20b7
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2003 11:11 PM
09-01-2003 11:11 PM
Re: Please Report Forums Issues - August 2003!
can somebody clean up the hp-ux forums?
There are some multiple questions there!
'Checking whether oracle is running on solaris os'
and
'Monitoring Tape Drives consumption'
Thanks a lot
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:49 AM
09-02-2003 12:49 AM
Re: Please Report Forums Issues - August 2003!
Here's a short script that will easily find the links (message thread start) for a subject (given as PCRE)
a5:/u/usr/merijn/tmp/itrc 121 > subject perl
106 Perl socket-daemon example http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c271440f1ddae4d83b5eaf2c79d6c9a,00.html
58 HP OC SS7 Platform Config can't find perl http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xffcf039c342d9c45b3a0fcae787d5f40,00.html
106 How to capture telnet output using shell/perl scri http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0ae187ea4cc3654096a531ef8fb3ba7a,00.html
133 perl 5.8 and DBI 1.37 and DBD-Oracle 1.14 http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x31dd07449c204140bdc7c16d81e0ae0e,00.html
82 newest perl version http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3640ae0ef233c545aeee5d626870a9e6,00.html
88 GCC & perl plans http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x629aafe90f1cd71190050090279cd0f9,00.html
a5:/u/usr/merijn/tmp/itrc 122 >
a5:/u/usr/merijn/tmp/itrc 122 > cat subject
#!/pro/bin/perl
# ITRC-subject pattern
use strict;
use warnings;
my $pat = qr{$ARGV[0]}i;
@ARGV = map {
"lynx -dump 'http://forums.itrc.hp.com/cm/FamilyHome/1,,117!1!$_,00.html |"
} 1 .. 10;
my %l;
while (<>) {
if (my @x = split m/\[(\d+)]/) {
@x % 2 and shift @x;
while (my @y = splice @x, 0, 2) {
$y[1] =~ $pat or next;
$l{$y[0]} = $y[1];
}
}
m/^\s*(\d+)\.\s+(\S+)/ or next;
exists $l{$1} or next;
printf "%4d %-50.50s %s\n", $1, $l{$1}, $2;
delete $l{$1};
}
a5:/u/usr/merijn/tmp/itrc 123 >
And yes, I know I should use HTML modules, but I don't have them installed, and lynx is soooooo darn handy :)
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 01:03 AM
09-02-2003 01:03 AM
Re: Please Report Forums Issues - August 2003!
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd7021a4bc38824469de8e1a32af950b0,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 02:03 AM
09-02-2003 02:03 AM
Re: Please Report Forums Issues - August 2003!
It sounds to me like they work together - like right next to each other! This may only be "friendly" office-mate banter. If not, I'm glad I don't work there.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 02:12 AM
09-02-2003 02:12 AM
Re: Please Report Forums Issues - August 2003!
If it is, perhaps it should have remained in their own office, not shared around the world .... ;^0
Still extremely bad taste ...
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 02:15 AM
09-02-2003 02:15 AM
Re: Please Report Forums Issues - August 2003!
Too true, my friend - too true!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 02:34 AM
09-02-2003 02:34 AM
Re: Please Report Forums Issues - August 2003!
And Pete, did you add the PNG failure?
FWIW that perl script was also attached with correct whitespace, but the width will probably take the paperclip out of sight.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 03:29 AM
09-02-2003 03:29 AM
Re: Please Report Forums Issues - August 2003!
Your PNG problem is not what I consider one of the larger issues facing the forums. I'm tempted to add it just because it's you, but I think I'll leave that one for you to bug Dan with (he'd be disappointed if he didn't hear from you, you know!).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 07:27 PM
09-02-2003 07:27 PM
Re: Please Report Forums Issues - August 2003!
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa05009549a34af41a47e6d9235c2edc5,00.html
Says he wants to give me points and they wont take.
Also howabout retrying the networking forum?
http://forums.itrc.hp.com/cm/FamilyHome/1,,268,00.html
The last time I complained you were sick and did it over the dialup link. Everything seems slow that way so you couldn't see a difference. Try it from the office. It's so slow even when the rest of the forum is zooming that I have almost stopped going to it. Make sure your browser is not caching the page which will make it appear very quickly. If it works quickly for you then why does it work so slowly for me? Is it because my name is on the top of the list?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 04:21 AM
09-03-2003 04:21 AM
Re: Please Report Forums Issues - August 2003!
$title =~ s/August/September/; # Please
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 04:23 AM
09-03-2003 04:23 AM
Re: Please Report Forums Issues - August 2003!
;^)
Pete
Pete
- « Previous
- Next »