Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 12 matches

by B3M
18 Feb 2011, 18:26
Forum: B2 & B3 Support
Topic: Managing bandwidth (problem with the file transfer service)
Replies: 9
Views: 9079

Re: Managing bandwidth (problem with the file transfer servi

Ubi wrote:Is all that port 80 (i.e. HTTP) traffic going into your local network or to exteranl unkown people?
Port 80 is not forwarded to B3 from my router. So it must be internal stuff.
by B3M
18 Feb 2011, 17:20
Forum: B2 & B3 Support
Topic: Managing bandwidth (problem with the file transfer service)
Replies: 9
Views: 9079

Re: Managing bandwidth (problem with the file transfer servi

I don’t know what I’m looking for in IPTraf. But there are tens of thousands of TCP:80 requests. But I don’t have the server available externally, nor do I use it for anything on port 80 myself. Must be the FTD, right?
by B3M
17 Feb 2011, 07:38
Forum: B2 & B3 Support
Topic: Managing bandwidth (problem with the file transfer service)
Replies: 9
Views: 9079

Re: Managing bandwidth (problem with the file transfer servi

RandomUsername wrote:Are you sure it's bandwidth? It could be the number of connections the ftd is trying to open.
This actually sounds more plausible. Is there an easy way to manage that?
by B3M
16 Feb 2011, 10:43
Forum: B2 & B3 Support
Topic: Managing bandwidth (problem with the file transfer service)
Replies: 9
Views: 9079

Managing bandwidth (problem with the file transfer service)

Hi

Whenever I have the file transfer service running (FTP/BitTorrent) running the B3 consumes all available bandwidth. I’ve tried setting Torrent limits ridiculously low, and from the Web UI they appear to be respected. But still there is no bandwidth available to anything else.

If I turn off the ...
by B3M
02 Feb 2011, 18:38
Forum: B2 & B3 Support
Topic: Horde missing style/script resources via cache.php
Replies: 3
Views: 5520

Re: Horde missing style/script resources via cache.php

For anyone looking for a work-around:

Disable caching through /etc/horde/imp4/conf.php

Code: Select all

$conf['server']['cachejs'] = fakse;
$conf['server']['cachecss'] = false;
by B3M
02 Feb 2011, 18:13
Forum: B2 & B3 Support
Topic: Horde missing style/script resources via cache.php
Replies: 3
Views: 5520

Re: Horde missing style/script resources via cache.php

I set "xcache.var_size = 16M" in /etc/php5/apache2/conf.d/xcache.ini in combination with the config copy trick (see the link in my post above) and made the error go away.

The problem, however, is not resolved. I just don’t have any error messages/clues anymore. The cached js/css in Horde still ...
by B3M
02 Feb 2011, 17:57
Forum: B2 & B3 Support
Topic: Horde missing style/script resources via cache.php
Replies: 3
Views: 5520

Re: Horde missing style/script resources via cache.php

After doing "aptitude reinstall php5-xcache" I got an error message saying "dpkg: version '/etc/php5/conf.d' has bad syntax: invalid character in version number". This is similar to the error I got with php5-psql here. The same fix did not work with this problem, however.

"/etc/php5/apache2/conf.d ...
by B3M
02 Feb 2011, 17:26
Forum: B2 & B3 Support
Topic: Horde missing style/script resources via cache.php
Replies: 3
Views: 5520

Horde missing style/script resources via cache.php

Horde requests scripting and styling resources through http://b3.local/pim/imp/cache.php/js|css/<unique>

The problem is that these URLs return empty pages in all the browsers I have on my system. What is up with that?

I have made no alterations to Horde.

Apache’s error log throws:
[error] PHP ...
by B3M
02 Feb 2011, 16:52
Forum: B2 & B3 Support
Topic: Best way of backing up entire system?
Replies: 5
Views: 5972

Re: Best way of backing up entire system?

I’ve got my email, and now also a password vault on this thing. But I don’t really have a good emergency recovery/back-up plan. Which is why I’m curious about how other back-up their configuration and data.
by B3M
02 Feb 2011, 16:38
Forum: B2 & B3 Support
Topic: Best way of backing up entire system?
Replies: 5
Views: 5972

Re: Best way of backing up entire system?

So basically no one has good practises for backing up their full system? :|
by B3M
18 Jan 2011, 10:25
Forum: B2 & B3 Support
Topic: Best way of backing up entire system?
Replies: 5
Views: 5972

Best way of backing up entire system?

Hi

I have made some customization and installed some extra software. Now, this was time consuming and I don’t want to have to do it all from scratch again.

What is the best way of backing-up the entire system? and restoring it? :?:

On a system with a CD-ROM I would run my usual backup script (see ...
by B3M
14 Jan 2011, 11:31
Forum: B2 & B3 Support
Topic: apt-get install errors (for php5-sqlite) - b3 v2.2 bug?
Replies: 3
Views: 5667

Re: apt-get install errors (for php5-sqlite) - b3 v2.2 bug?

I get the same error with php5-pgsql .

“dpkg: version '/etc/php5/conf.d' has bad syntax: invalid character in version number”

phpinfo(); shows that /etc/php5/apache2/conf.d/pdo_pgsql.ini is not parsed.

Update: a simple sudo cp /etc/php5/conf.d/* /etc/php5/apache2/conf.d/ fixed the problem for me.