some forums problems

Code:
# portmaster -r gettext

this should rebuild gettext and all ports depending on it

if you really want to update dependencies only you can find out all ports that depend on gettext
Code:
$ bpkg -r gettext

Code:
killasmurf86 $ bpkg -r bash
*** installed ***
shells/bash: bash-4.1.5_1
 
Information in ports for shells/bash:
 
B-deps: bison-2.4.1_1,1 gettext-0.18_1 libiconv-1.13.1_1 m4-1.4.14_1,1
R-deps: gettext-0.18_1 libiconv-1.13.1_1
 
Information for bash-4.1.5_1:
 
Depends on:
Required by:
gimp-2.6.8_2,2
gimp-app-2.6.8_3,1
gimp-gutenprint-5.2.4_2
gnome-mount-0.8_5
policykit-gnome-0.9.2_4
rarian-0.8.1
xsane-0.996_3
gnome-doc-utils-0.20.1
gvfs-1.6.1
and then list them for portmaster
Code:
# portmaster gimp gimp-app gimp-gutenprint gnome-mount policykit-gnome rarian xsane gnome-doc-utils gvfs
can't think of better method (ATM)


EDIT:
so I tried to post here, and it worked.....
something fishy is going on here
 
OK, so I just used default opera settings (rm -Rf ~/.opera && opera)
and again I failed to post my message.

[red]There is some serious and very annoying forum bug[/red]
 
I'd like to add that the devilgrin and devil icons aren't working. I just tried to use devilgrin and it doesn't work. Here's what they look like:
devilgrin: �e devil: �jr
 
If you use something other than Opera, does everything work?

Just want to narrow down where the issue is (forums, browser, something else).
 
killasmurf86 said:
ohhh, this is killing me....
Just wrote quite long replay and this stupid error occurred again
:(

We have similar problems on another Forum. This issues are sporadic (every ~2-3000 posts) sometimes you can post only a view words or the thread is complete dead and cannot be opened again (db timeouts).

I haven't had the time to find the exact issue when and why this happens, maybe someone has a good hint?
 
Just tried to reply with ff.
I wrote quick reply, and then pressed Go Advanced..... it only showed empty page, nothing else
 
I've had zero problems all day, but then again, I'm a moderate user.
 
This is what I get
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <title>503 Service Unavailable</title>
  </head>
  <body>
    <h1>Error 503 Service Unavailable</h1>
    <p>Service Unavailable</p>
    <h3>Guru Meditation:</h3>
    <p>XID: 398483791</p>
    <address>
       <a href="http://www.varnish-cache.org/">Varnish</a>
    </address>
  </body>
</html>
When I try to post/preview this (unfinished post):
http://pastebin.com/TTSkUcz4

EDIT:
I tried to post same message using proxy (anonymouse.org) and failed with same result

EDIT:
Shit I can't even write small reply :(
 
The error is sent out by Varnish, but there's no way to know the reason by looking at the message. It could be a backend that's not responding or something else.
 
Imagine this:
I was able to post my big post :)
I tried posting it using anonymouse.org proxy and this time, It was success

could this somehow be my ISP fault?
 
I use https all day because the mod panel is https. I've had one short Varnish hiccup today, otherwise things worked as advertised.
 
I wrote quick reply, and then pressed Go Advanced..... it only showed empty page, nothing else
Sometimes happens to me too (~2-3 at 100 posts). Is showing empty space but the text still be there. I am going to the begin of line, press delete and then the text appears again.
 
darkshadow said:
htts work fine for me , I smell firewall proplem

It worked fine before... in fact I have filrewall disabled atm, and I still get this problem


Here's new feature:


got this after I pressed thanks button
 
Yes, it's extremely very slow.
74 requests within 34 seconds on that page.
If it's on FreeBSD, maybe admins should optimize it? Configure the varnish, looks like it doesn't cache even images.
Just turn on the JS/CSS merging/gziping and remove the broken links:)

4 seconds when processing only the main html it-self.
Code:
> ab -n10 "http://forums.freebsd.org/showthread.php?t=15126" 
Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:      155  174  10.4    178     189
Processing:  3071 3388 220.7   3381    3720
Waiting:      912  937  19.0    941     972
Total:       3227 3562 226.7   3550    3891

Percentage of the requests served within a certain time (ms)
  50%   3550
  66%   3588
  75%   3730
  80%   3867
  90%   3891
  95%   3891
  98%   3891
  99%   3891
 100%   3891 (longest request)

It's a BUG, please fix it!:)
 
Back
Top