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 230 matches

by nobody
02 Oct 2012, 13:37
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

yes but not as admin because you'll forget to check.. Well maybe not you, but most people =)
by nobody
02 Oct 2012, 06:21
Forum: B2 & B3 Support
Topic: Some questions about cron jobs
Replies: 8
Views: 9015

Re: Some questions about cron jobs

I'm currently a bit low on coffee but if many users get this flood of PHP warning emails like you do, and most have a faulty /etc/aliases setup (as discussed elsewhere), would that mean that all those people are now seeing their HDs filled with mailqueue?
by nobody
02 Oct 2012, 06:17
Forum: Howtos
Topic: How to skip logging of one's own IP to apache2/access.log?
Replies: 6
Views: 16478

Re: How to skip logging of one's own IP to apache2/access.lo

apologies, I meant logrotate. Depending om what exotic logfilename you enter in the vhost config, you may very well need to add that name in /etc/logrotate.d/apache2. If you cal the file /var/log/apache/somehostfilename.log then it is automatically included.
by nobody
02 Oct 2012, 06:14
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

Yes, but if you look at past threads that deal with this same issue, those loads of emails are always because some process is misbehaving and sending tons of mails. Fixing that issue also fixes the mail flood. But you need to read the mails first right? Although admin is the logical choice for a roo...
by nobody
02 Oct 2012, 02:30
Forum: B2 & B3 Support
Topic: Some questions about cron jobs
Replies: 8
Views: 9015

Re: Some questions about cron jobs

it runs a perl script (/usr/share/perl5/Bubba/Notify.pm) that loops through files in the /var/spool/bubba-notify dir (which is empty in my case) and prints out a JSON response. My guess would be something with FTD but as there is no docs in the scripts it is no more than a guess...
by nobody
02 Oct 2012, 02:12
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

ah... indeed...stupid.

should be

Code: Select all

postcat C80B4307E7
the postcat command will show the content of a specific queued mail, identified by the queue ID from the mailq command.
by nobody
30 Sep 2012, 09:13
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

of course, the answer is blatantly obvious if only the OP would run

Code: Select all

mailq
by nobody
29 Sep 2012, 09:41
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

Im sorry but you are making this up. Bounced messages that return are double-bounced and disappear. The ones that do not deliver because of DNS are also bounced after queue_lifetime is matched. The only messages that are not removed from queues are the from dthe delivery agent, as there is no place ...
by nobody
29 Sep 2012, 06:29
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

Then why, according to you, is the mail stuck in the queue?
by nobody
27 Sep 2012, 15:30
Forum: Howtos
Topic: How to skip logging of one's own IP to apache2/access.log?
Replies: 6
Views: 16478

Re: How to skip logging of one's own IP to apache2/access.lo

The easiest way to get rid of localhost is Cat access_log | grep -v localhost . The second bes t solution i guess is splitting your host into two separate vhosts, both with a documentroot to the same position. Then make one point to the. Internal interface <virtualhost 127.0.0.1:80> and the other to...
by nobody
27 Sep 2012, 15:16
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

The whole issue here is that, with maildir, root is not permitted to receive mail at all. That i why the mail is stuck. The postfix installer is quite lear on this topic.
by nobody
26 Sep 2012, 13:31
Forum: B2 & B3 Support
Topic: Installing joomla and backup "admin" page.
Replies: 2
Views: 4489

Re: Installing joomla and backup "admin" page.

Your mysql remark is very cryptic. What does that mean? I can tell you already that in default mode mysql has no root pwd, and setting one stops the web-updater from functioning properly (something tht could have been easily fixed with a passwd file but alas). For the rest, id recommend you create a...
by nobody
26 Sep 2012, 13:26
Forum: B2 & B3 Support
Topic: External HFS+ harddrives
Replies: 5
Views: 8453

Re: External HFS+ harddrives

Maybe you should mention that the force option is required because hfsplus support is not considered stable in linux. Althou unstable in linux terms is still very robust, you are not allowed to complain if for some reason your partition gets corrupted.
by nobody
26 Sep 2012, 13:22
Forum: B2 & B3 Support
Topic: /dev/sda1 is full, what can I clean?
Replies: 36
Views: 51913

Re: /dev/sda1 is full, what can I clean?

Pleas run

Code: Select all

postsuper -d ALL
to clean the messages. They contain only stats and log data.
Then edit

Code: Select all

/etc/aliases
and alter the last line of that file. You need to enter a avlid mail address here, or a username that can receive mail.
Now run

Code: Select all

newaliases
by nobody
23 Sep 2012, 17:31
Forum: B2 & B3 Support
Topic: B3 RAID recovery progress
Replies: 12
Views: 14499

Re: B3 RAID recovery progress

Not sure, i think the lights are a little different in rescue mode. Much more important is whether you can ssh into one of the nics right?