Re: [gentoo-user] Re: python-2.7 update: re-emerge of cracklib failed, how can I fix it?

2011-03-28 Thread Mr. Jarry
Apparently, both methods work. But I agree your way is easier...

BTW, when we are at the subject, is it possible to switch to python 3.x,
and get rid of python 2.x completely? I noticed there are still both versions
of python installed: 2.7.1 and 3.1.3...

Jarrry

On Sun, Mar 27, 2011 at 10:13 PM, JM  wrote:
> Hi - you don't give the name of the python version to eselect python set,
> you give it the number of the option (usually 1 or 2) next to the version
> you want, which you saw when running 'eselect python list'
>
>> 1. emerge --update...
>> 2. eselect python set python2.7
>> 3. python-updater ${options}
>> 4. emerge --depclean
>> 5. revdep-rebuild



Re: [gentoo-user] How can I find all "orphaned" files?

2011-03-25 Thread Mr. Jarry
On Fri, Mar 25, 2011 at 12:10 AM, Neil Bothwick  wrote:
>
> qfile operates on the files you give it, it doesn't recurse into
> directories.
>
> Try find / -xdev -type f -exec qfile -o {} +

Oh, thanks, now it is clear. I think man-page is a little confusing:
"qfile -o" does not find orphan files, it only checkes if the given file
is orphan, or not. But first I have to prepare a list of files which
will be used as arguments for "qfile"...

Jarry



Re: [gentoo-user] the best filesystem for server: XFS or JFS (or?)

2011-03-23 Thread Mr. Jarry
On Wed, Mar 23, 2011 at 10:09 AM, Volker Armin Hemmann
 wrote:

> And if you don't care about barriers, jfs might be a good choice.

Knowing nothing about "barriers" I tried to find some info and
came accross this article:

http://searchenterpriselinux.techtarget.com/tip/Deciding-when-to-use-Linux-file-system-barriers

It says, barriers can not work with device mapper (raid, lvm).
If it is true (?) then because of having all partitions in raid1 (md),
I need not worry about barriers. Whatever filesystem I picked out,
I could not use barriers...

Jarry



Re: [gentoo-user] the best filesystem for server: XFS or JFS (or?)

2011-03-22 Thread Mr. Jarry
Thanks for replies. As I had expected, they brought even more
uncertainty then I had before... :-)

ext3/4:
I excluded them because as I understand, they do not support
snapshots (only with lvm, which I do not use, and I've hreard
snapshots in lvm are not very effective, or something like that).
Next minus-point, I tried resizing of ext3/lvm once in the past
and remember it was a real pain in a**...

reiserfs/reiser4:
Future of these fs seems to be somehow vague, at least to me.
And I do not know if it can handle snaphosts and resizing.

xfs & power-off:
I have always thought, journaling is there to prevent data
loss during unexpected power-off. And now I read I could
loose data even with journaled fs...?

jfs & power-off:
the same. How is it possible, I could loose data with such
a mature journaled filesystem during power-off?

btrfs:
never heard of it. Is it stable enough to be used? I just
checkt man-page of "mount", and it does not show btrfs
as supported filesystem...

Jarry



Re: [gentoo-user] SPF & sendmail: howto?

2010-07-22 Thread Mr. Jarry
On Wed, Jul 21, 2010 at 10:32 PM, Alan McKinnon wrote:
> I assume you have a perfectly legitimate reason for still using sendmail
in
> this day and age?

For ~10 years I've been a satisfied sendmail-user. Does it count for a
legitimate reason?


On Thu, Jul 22, 2010 at 1:06 AM, Jason Carson  wrote:
> To enable SPF on outgoing mail all you have to do is create a SPF record
> and put it in your /var/bind/domain.tld.hosts file, assuming your using
> Bind.

I have it. But that is for other MTA's receiving mails from my one.
I want to use SPF for incomming mails too...

> I use Postfix and recommend you switch. If you want to filter incoming
> mail with SPF then you have to configure some stuff in the
> /etc/postfix/main.cf and /etc/postfix/master.cf files. Google it for the
> way to do it.

Thanks, but I'd prefer to stick with sendmail till the end of its days.
Or at least till the first usable sendmailX/MeTA1, whatever comes first...


On Thu, Jul 22, 2010 at 7:52 AM, Graham Murray wrote:

> There are a number of SPF milters that can be used, but (AFAIK) none of
> them are in the portage tree. The one I use is sm-spf
> (http://smfs.sourceforge.net/smf-spf.html).
>
>
Finally someone who does not suggest me to switch to other MTA!
btw, It is strange, there is a milter for SenderID (which iirc is in some
way
close to Microsoft) in portage tree, but nothing for openSPF. I will try to
make an ebuild. Maybe there are still more "real unix admins" using
old'n'good sendmail. But no flame over "which MTA is better", please.
(anyway, we all know Sendmail is the best! :-)

Jarry