Tag Filter - (Redhat)

Windows7 PC read error when accessing SAMBA share through PDC

If your getting a connection reset by pair (full error text below) when trying to access your Linux SAMBA share running in SERVER mode (SHARE mode should not encounter this error) from your Windows7 PC with the SERVER authentication being handled by an external Primary Domain Controller (PDC) you will need to set the Local Security settings as follows to get things running correctly...

Filed under: Linux  Tags: Redhat, Debian, Ubuntu

How to get exim running as your MTA with a smarthost

If you need to configure exim 4 as your default MTA (mail transport agent) with an external smart host (SMTP) server then these instructions might help. This setup expect that the SMTP server requires no authentication. I've also tagged on some useful commands for clearing your mail...

Filed under: Linux  Tags: Redhat, Debian, Ubuntu

redhat error while loading shared libraries

If you get an shared library loading error similar to the following its probably due to RedHat not including the /usr/local/lib shared library directory...

Filed under: Linux  Tags: Redhat, Debian, Ubuntu
(default) 9 queries took 11 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `posts`17171
2DESCRIBE `comments`11111
3DESCRIBE `tags`221
4DESCRIBE `categories`221
5DESCRIBE `posts_tags`221
6DESCRIBE `categories_posts`221
7SELECT Post.* FROM posts Post, posts_tags pt, tags t WHERE t.tag = ('Redhat') AND t.id = pt.tag_id AND pt.post_id = Post.id AND Post.status = 1 ORDER BY Post.created DESC333
8SELECT category, COUNT(*) AS cat_cnt FROM categories_posts c2p INNER JOIN categories Cat ON c2p.category_id = Cat.id GROUP BY category15151
9SELECT tag, COUNT(*) AS tag_cnt FROM posts_tags t2p INNER JOIN tags Tag ON t2p.tag_id = Tag.id GROUP BY tag49491