Operating System - HP-UX
1834644 Members
2171 Online
110069 Solutions
New Discussion

Please Report Forums Issues - August 2003!

 
H.Merijn Brand (procura
Honored Contributor

Re: Please Report Forums Issues - August 2003!

Dony, what's your problem? I'm using 7.20 and I don't have any problems whatsoever :) New messages, Replies, Point assignments. All work.

http://www.opera.com/pressreleases/en/2003/08/28/
http://www.opera.com/download/?ver=7.20b7

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
V. Nyga
Honored Contributor

Re: Please Report Forums Issues - August 2003!

Hi,

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
*** Say 'Thanks' with Kudos ***
H.Merijn Brand (procura
Honored Contributor

Re: Please Report Forums Issues - August 2003!

Wow! that cleanup is fast! I can't script *that* fast :)

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
Enjoy, Have FUN! H.Merijn
Michael Tully
Honored Contributor

Re: Please Report Forums Issues - August 2003!

Could someone have a look at this thread, the person responding (after me) is somewhat rude to the person asking a rather interesting question. We don't need this type of answer here.

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd7021a4bc38824469de8e1a32af950b0,00.html
Anyone for a Mutiny ?
Pete Randall
Outstanding Contributor

Re: Please Report Forums Issues - August 2003!

Michael,

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
Michael Tully
Honored Contributor

Re: Please Report Forums Issues - August 2003!

Hi Pete,

If it is, perhaps it should have remained in their own office, not shared around the world .... ;^0

Still extremely bad taste ...

Regards
Michael
Anyone for a Mutiny ?
Pete Randall
Outstanding Contributor

Re: Please Report Forums Issues - August 2003!

Michael,

Too true, my friend - too true!


Pete


Pete
H.Merijn Brand (procura
Honored Contributor

Re: Please Report Forums Issues - August 2003!

What kind of hospital would they work in then? :))

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
Enjoy, Have FUN! H.Merijn
Pete Randall
Outstanding Contributor

Re: Please Report Forums Issues - August 2003!

Merijn,

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
Ron Kinner
Honored Contributor

Re: Please Report Forums Issues - August 2003!

Seems like we need a new thread. It's September. Also want to chime in with a complaint about the points not working:

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
H.Merijn Brand (procura
Honored Contributor

Re: Please Report Forums Issues - August 2003!

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7115b87df5497449a31191bb17573529,00.html

$title =~ s/August/September/; # Please

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Pete Randall
Outstanding Contributor

Re: Please Report Forums Issues - August 2003!

And it might be nice to do the same for this thread!

;^)


Pete


Pete