[gentoo-ppc-user] Re: Are there any Pegasos users?

2011-03-28 Thread nello martuscielli
you could get a working linux config (for peg2) from CRUX-PPC install iso.


cheers,
Nell



Re: [gentoo-user] sys-forensics/chkrootkit finds INFECTED binaries on ~amd64

2011-03-28 Thread Mick
On Sunday 27 March 2011 22:09:00 walt wrote:
 I just got an email from cron on my ~amd64 machine, containing these lines:
 
 Checking 'find'... INFECTED
 Checking 'netstat'... INFECTED
 
 Took me a few minutes to deduce that sys-forensics/chkrootkit was the
 source of those messages.  I ran chkrootkit manually and found the same
 messages in the output.
 
 I then nervously re-emerged findutils and net-tools, but chkrootkit again
 found the same binaries to be INFECTED.
 
 Running chkrootkit on my ~x86 machine turns up no such infections even
 though the same packages are installed on both machines.
 
 Anyone have any insight into how chkrootkit works, or why the different
 results?
 
 Or, can anyone reproduce my problem?
 
 Thanks.

Just ran this on my stable amd64 PC and it looks OK:

...
Checking `find'... not infected  ---
Checking `fingerd'... not found
Checking `gpm'... not infected
Checking `grep'... not infected
Checking `hdparm'... not found
Checking `su'... not infected
Checking `ifconfig'... not infected
Checking `inetd'... not tested
Checking `inetdconf'... not found
Checking `identd'... not found
Checking `init'... not infected
Checking `killall'... not infected
Checking `ldsopreload'... not infected
Checking `login'... not infected
Checking `ls'... not infected
Checking `lsof'... not infected
Checking `mail'... not infected
Checking `mingetty'... not found
Checking `netstat'... not infected  ---
...

Did you run anything suspicious on your system?
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] hdparm and write caching

2011-03-28 Thread Coert Waagmeester
Hello all,

Running a box with 2x1TB software raid disks.
A while back I read up about disk write caching and it's pros/cons.

I then decided to disable it on my box.
Edited /etc/conf.d/hdparm and added -W0 for sata_all_args.
And added it to the default runlevel.

It works, on bootup it turns off write caching.
But a while later when KDE is up and running and I check with hdparm -W
/dev/sd? write caching is on again.

Now, I have two questions,
How can I find out what turned it back on, and how can I prevent it?

Is it necessary/prudent to turn it off in the first place?

At the moment I run a cron job that checks every 10 minutes and turns it
off if it is enabled. But that feels like a somewhat ugly solution...


Kind regards,
Coert Waagmeester



Re: [gentoo-user] Updating world

2011-03-28 Thread JM
You're right - could the ACCEPT_KEYWORDS be only used for the troublesome
packages?

On 27 March 2011 22:54, Neil Bothwick n...@digimed.co.uk wrote:

 On Sun, 27 Mar 2011 21:25:18 +0100, JM wrote:

  You can allow it to install the masked packages by typing:
 
  ACCEPT_KEYWORDS=~x86 emerge --update --deep world

 That will update every package to the latest ~x86 version, and cause them
 all to downgrade again the next time you emerge world. As this includes
 packages that are both critical and hate being downgraded, like glibc,
 this is a really bad idea.

 You would have to really hate someone to want to put them through this.


 --
 Neil Bothwick

 Meow SPLAT!  Woof SPLAT!Jeez, it's really raining today.



Re: [gentoo-user] Updating world

2011-03-28 Thread Neil Bothwick
On Mon, 28 Mar 2011 09:23:15 +0100, JM wrote:

 You're right - could the ACCEPT_KEYWORDS be only used for the
 troublesome packages?

Yes, by setting in in portage.accept_keywords.

BTW - to-posting is frowned upon on this list.


-- 
Neil Bothwick

Accept that some days you're the pigeon, and some days you're the statue.


signature.asc
Description: PGP signature


Re: [gentoo-user] hdparm and write caching

2011-03-28 Thread Mick
On Monday 28 March 2011 09:11:51 Coert Waagmeester wrote:
 Hello all,
 
 Running a box with 2x1TB software raid disks.
 A while back I read up about disk write caching and it's pros/cons.
 
 I then decided to disable it on my box.
 Edited /etc/conf.d/hdparm and added -W0 for sata_all_args.
 And added it to the default runlevel.
 
 It works, on bootup it turns off write caching.
 But a while later when KDE is up and running and I check with hdparm -W
 /dev/sd? write caching is on again.
 
 Now, I have two questions,
 How can I find out what turned it back on, and how can I prevent it?
 
 Is it necessary/prudent to turn it off in the first place?
 
 At the moment I run a cron job that checks every 10 minutes and turns it
 off if it is enabled. But that feels like a somewhat ugly solution...

Try touch /etc/pm/power.d/harddrive to see if it works.  Also read this thread 
and the bugs mentioned in there:

http://thread.gmane.org/gmane.linux.gentoo.user/232788/focus=233098
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Updating world

2011-03-28 Thread JM
to-posting?

Am I using the wrong email address for replying to the list?

Please excuse my ignorance :)

On 28 March 2011 09:32, Neil Bothwick n...@digimed.co.uk wrote:

 On Mon, 28 Mar 2011 09:23:15 +0100, JM wrote:

  You're right - could the ACCEPT_KEYWORDS be only used for the
  troublesome packages?

 Yes, by setting in in portage.accept_keywords.

 BTW - to-posting is frowned upon on this list.


 --
 Neil Bothwick

 Accept that some days you're the pigeon, and some days you're the statue.



Re: [gentoo-user] Updating world

2011-03-28 Thread Mick
On Monday 28 March 2011 09:43:47 JM wrote:
 to-posting?

Neil meant to say top-posting:

http://en.wikipedia.org/wiki/Posting_style

and

http://www.caliburn.nl/topposting.html 

(there are many links if you google about netiquette and usenet etiquette).

BTW, some typos like Neil's are allowed to keep the rest of us on our toes.  
;-)
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Updating world

2011-03-28 Thread Neil Bothwick
On Mon, 28 Mar 2011 09:43:47 +0100, JM wrote:

 to-posting?
 
 Am I using the wrong email address for replying to the list?
 
 Please excuse my ignorance :)

No, I'm using a new netbook with a less sensitive keyboard than the old
one. I meant top-posting.

 
 On 28 March 2011 09:32, Neil Bothwick n...@digimed.co.uk wrote:
 
  On Mon, 28 Mar 2011 09:23:15 +0100, JM wrote:
   
   You're right - could the ACCEPT_KEYWORDS be only used for the
   troublesome packages?  
 
  Yes, by setting in in portage.accept_keywords.
 
  BTW - to-posting is frowned upon on this list.


-- 
Neil Bothwick

C:\DOS\SYSTEM\BATCH\UTILS\API\DOCS\READ\STORED\WHERE\THE\HELL\AM\I\?


signature.asc
Description: PGP signature


Re: [gentoo-user] Updating world

2011-03-28 Thread JM
On 28 March 2011 10:11, Mick michaelkintz...@gmail.com wrote:

 On Monday 28 March 2011 09:43:47 JM wrote:
  to-posting?

 Neil meant to say top-posting:

 http://en.wikipedia.org/wiki/Posting_style

 and

 http://www.caliburn.nl/topposting.html

 (there are many links if you google about netiquette and usenet etiquette).

 BTW, some typos like Neil's are allowed to keep the rest of us on our toes.
 ;-)
 --
 Regards,
 Mick


lol - I'll ask google to alter gmail for me :)


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 jmurray...@googlemail.com 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] Xulrunner 2.0 seems to demand Alsa : any advice ?

2011-03-28 Thread Florian Philipp
Am 27.03.2011 20:51, schrieb Philip Webb:
 Wanting to try Firefox 4.0 , I tried to emerge Xulrunner 2.0
  ran into this problem :
 
   root:526 profile emerge -pv xulrunner
 ...
 net-libs/xulrunner-2.0 [1.9.2.15] USE=-alsa -crashreporter% 
 -custom-optimization dbus -debug (-gnome%) -ipc (-java%*) -libnotify 
 -startup-notification -system-sqlite -webm% -wifi
 
   root:527 profile emerge xulrunner
 ...
   checking for alsa... Package alsa was not found in the pkg-config search 
 path.
   Perhaps you should add the directory containing `alsa.pc'
   to the PKG_CONFIG_PATH environment variable
   No package 'alsa' found
   configure: error: Need alsa for Ogg, Wave or WebM decoding on Linux.
   Disable with --disable-ogg --disable-wave --disable-webm.
 
 As cb seen, I have USE=-alsa -webm.
 I tried adding 'alsa-lib' to 'package.provided' without any success.
 I don't have sound hardware or sound enabled in my kernel.
 
 Does anyone have suggestions or should I file a bug ?
 

Definitely a bug.



signature.asc
Description: OpenPGP digital signature


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

2011-03-28 Thread Neil Bothwick
On Mon, 28 Mar 2011 13:34:29 +0200, Mr. Jarry wrote:

 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...

Possible, yes. Advisable, no. Many (most?) Python 2 scripts will not work
with Python 3, so you really need both interpreters installed.


-- 
Neil Bothwick

Idaho - It's not the end of the world, but you can see it from there.


signature.asc
Description: PGP signature


Re: [gentoo-user] python-2.7 python-updater

2011-03-28 Thread KH
Am 25.03.2011 05:48, schrieb Paul Hartman:
 On Fri, Mar 25, 2011 at 12:28 AM, Dale rdalek1...@gmail.com wrote:
 And if we should set python to 2.7, should we remove python-2.6?  I don't
 think we want to break something, portage in particular.  ;-)
 
 I have no trace of python-2.6 on my system at this point and I'm
 getting along just fine with 2.7 as my active python.
 

Hi there,

I do have python-2.7 and python-3.1 emerged. I just took al look in
/usr/lib64/ and I can find trace of python2.4 python2.5 python2.6
python2.7 python3.1 . Are those folders (2.4; 2.5; 2.6) needed anymore?
If no, why are the still there?

Regards kh
-- 
 _
ASCII ribbon campaign   ( )
against HTML e-mail  X
/ \

ascii ribbon campaign - stop html mail - www.asciiribbon.org



Re: [gentoo-user] sys-forensics/chkrootkit finds INFECTED binaries on ~amd64

2011-03-28 Thread Paul Hartman
On Sun, Mar 27, 2011 at 4:09 PM, walt w41...@gmail.com wrote:
 I just got an email from cron on my ~amd64 machine, containing these lines:

 Checking 'find'... INFECTED
 Checking 'netstat'... INFECTED

 Took me a few minutes to deduce that sys-forensics/chkrootkit was the source
 of those messages.  I ran chkrootkit manually and found the same messages in
 the output.

 I then nervously re-emerged findutils and net-tools, but chkrootkit again
 found
 the same binaries to be INFECTED.

 Running chkrootkit on my ~x86 machine turns up no such infections even
 though
 the same packages are installed on both machines.

 Anyone have any insight into how chkrootkit works, or why the different
 results?

 Or, can anyone reproduce my problem?

chkrootkit is old, has not been updated in years+, and those are false
alarms. I got the exact same ones. Basically, chkrootkit is just
grepping for a string inside those files:

/usr/bin/find: sharefile.h
/bin/netstat: sockaddr.h

You may find that if you strip those 2 binaries of debug data, the
false positives go away.



[gentoo-user] The difference between 'emerge --update xyz' and 'emerge xyz'

2011-03-28 Thread Pandu Poluan
Hello list!

Please bear awhile with the Gento n00b here...

If I have a package 'xyz-1.1.0' already installed, and there's a newer
'xyz-1.2.0', what's the difference between 'emerge --update xyz' and
'emerge xyz'?

The latter I saw also pulled in and installed the latest version. So,
I am confused as to the difference.

Thank you for your explanation.

Rgds,


-- 
--
Pandu E Poluan - IT Optimizer
My website: http://pandu.poluan.info/



Re: [gentoo-user] python-2.7 python-updater

2011-03-28 Thread Mark Knecht
On Mon, Mar 28, 2011 at 6:22 AM, KH gentoo-u...@konstantinhansen.de wrote:
 Am 25.03.2011 05:48, schrieb Paul Hartman:
 On Fri, Mar 25, 2011 at 12:28 AM, Dale rdalek1...@gmail.com wrote:
 And if we should set python to 2.7, should we remove python-2.6?  I don't
 think we want to break something, portage in particular.  ;-)

 I have no trace of python-2.6 on my system at this point and I'm
 getting along just fine with 2.7 as my active python.


 Hi there,

 I do have python-2.7 and python-3.1 emerged. I just took al look in
 /usr/lib64/ and I can find trace of python2.4 python2.5 python2.6
 python2.7 python3.1 . Are those folders (2.4; 2.5; 2.6) needed anymore?
 If no, why are the still there?

 Regards kh
SNIP

I don't have anything there other than versions of python currently installed:

mark@c2stable ~ $ ls -ld /usr/lib64/pyth*
drwxr-xr-x 21 root root 20480 Feb 26 12:11 /usr/lib64/python2.6
drwxr-xr-x 24 root root 20480 Mar 26 12:08 /usr/lib64/python2.7
drwxr-xr-x 26 root root 20480 Feb 26 12:12 /usr/lib64/python3.1
mark@c2stable ~ $ eselect python list
Available Python interpreters:
  [1]   python2.6
  [2]   python2.7 *
  [3]   python3.1
mark@c2stable ~ $



Re: [gentoo-user] The difference between 'emerge --update xyz' and 'emerge xyz'

2011-03-28 Thread Florian Philipp
Am 28.03.2011 16:50, schrieb Pandu Poluan:
 Hello list!
 
 Please bear awhile with the Gento n00b here...
 
 If I have a package 'xyz-1.1.0' already installed, and there's a newer
 'xyz-1.2.0', what's the difference between 'emerge --update xyz' and
 'emerge xyz'?
 
 The latter I saw also pulled in and installed the latest version. So,
 I am confused as to the difference.
 
 Thank you for your explanation.
 
 Rgds,
 
 

A simple `emerge xyz` re-emerges xyz even if no update is necessary.

Additionally, it adds the package xyz to your @world set. That is a list
of packages that you want to keep. If xyz has been installed only
because it is a dependency of another package and it is not part of
@world, `emerge --depclean` would uninstall the package when it is no
longer needed.

As an example:
Lets say, you install gnome-base/gnome. This will pull in all kinds of
packages (the whole Gnome desktop environment). Now you decide to remove
gnome. Then you can call `emerge --depclean gnome` to remove gnome
itself and then `emerge --depclean` to get rid of everything else that
is no longer needed.

If you want to re-emerge a package no matter if there is an update or
not but you do not want to add it to your @world set, call `emerge
--oneshot xyz` or shorter: `emerge -1 xyz`. For example, this is
necessary if xyz is a kernel module and you just installed ner kernel
sources.

A few notes:
Your @world set is contained in /var/lib/portage/world. You can edit
this file directly to remove or add packages.

`emerge --depclean package` only removes the package if it is no
longer needed by other packages. This is safer than calling `emerge
--clean package`.

Do not call `emerge --depclean` on its own. Call `emerge --ask --verbose
--depclean` or shorter `emerge -avc`. Check all packages to make sure
you do not remove anything you still need, for example portage itself.

If you call `emerge --pretend --verbose --depclean package` (short:
`emerge -pvc package`), portage will print a list of packages that
depend on the package you gave as a parameter. This is more accurate
than for example `equery depends package`.

Hope this helps,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] python-2.7 python-updater

2011-03-28 Thread Roman Zilka
KH (Mon, 28 Mar 2011 15:22:55 +0200):
 I do have python-2.7 and python-3.1 emerged. I just took al look in
 /usr/lib64/ and I can find trace of python2.4 python2.5 python2.6
 python2.7 python3.1 . Are those folders (2.4; 2.5; 2.6) needed anymore?
 If no, why are the still there?

Is there anything else inside those dirs besides *.pyc and *.pyo files?
If not, it's safe to remove them. *.py[co] are pre-semi-compiled python
programs that python creates upon the first run of a *.py source. Some
1-2 years ago (and before) portage couldn't handle these remnants, as
they didn't actually belong to any package. So if you had unmerged a
package containing a python program which had been run at least once
before the unmerge, the *.py[co] files were left in otherwise empty
directories. Python-2.4 and 2.5 may fall into this period of history.
2.6 is odd.

If the directories contain something more than *.py[co], the story is
different. If there are no files that belong to any package, I believe
it's safe to remove them. If something in there does belong to an
installed package, a re-emerge should solve the problem. If you need an
elegant way of sorting out the chaff, refer to a recent thread on this
mailinglist - How can I find all orphaned files?.

-rz



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

2011-03-28 Thread Peter Humphrey
On Saturday 26 March 2011 23:46:26 Alan McKinnon wrote:

 So LVM takes a bunch of disks or arrays and lets you combine them in ways
 you want them (not ways the hardware forces you to have them). And
 that's all it does

I also find it handy for creating more partitions than the standard hardware 
schemes allow - it used to be 12 on a SCSI disk and 15 on IDE; I haven't 
bothered to find out what SATA allows.

This wouldn't usually matter on a production system, but experimenting with 
other distros is eased by using LVM. So is creating several swap partitions 
with different sizes and priorities: small ones for normal use and big ones 
for compiling Open Office - that sort of thing.

-- 
Rgds
Peter



Re: [gentoo-user] Updating world

2011-03-28 Thread Elaine C. Sharpe
In linux.gentoo.user, you wrote:
 --20cf3054aa33c36405049f87abd7
 Content-Type: text/plain; charset=ISO-8859-1

 On 28 March 2011 10:11, Mick michaelkintz...@gmail.com wrote:

 On Monday 28 March 2011 09:43:47 JM wrote:
  to-posting?

 Neil meant to say top-posting:

 http://en.wikipedia.org/wiki/Posting_style

 and

 http://www.caliburn.nl/topposting.html

 (there are many links if you google about netiquette and usenet etiquette).

 BTW, some typos like Neil's are allowed to keep the rest of us on our toes.
 ;-)
 --
 Regards,
 Mick


 lol - I'll ask google to alter gmail for me :)


It hardly matters I'm sure, since those of us who read this list on 
usenet with slrn can easily see the incompetent mess kmail makes of mail. 
Yet it's what most here seem to prefer for some weird reason. 

But yes, top posting does suck -- almost as badly as all the 
==20 crap polluting all the kmail users' messages. Almost.

:)

-- 
...she kept arranging and rearranging the rabbit and kind of waving to it. I 
decided, this is the person I want to sit next to.



Re: [gentoo-user] Updating world

2011-03-28 Thread Peter Humphrey
On Monday 28 March 2011 18:27:03 Elaine C. Sharpe wrote:

 But yes, top posting does suck -- almost as badly as all the
 ==20 crap polluting all the kmail users' messages. Almost.

Would you mind sending me an example of this from me and my kmail?

-- 
Rgds
Peter



[gentoo-user] Spellchecker in KDE

2011-03-28 Thread Andrzej Styczeń
Hello,

what I need to install or set to enable spellchecker in KDE (in kwrite, kate, 
kile, kmail)? I set LINGUAS=en and I install enchant, aspell, aspell-en, but 
this didn't work in these applications, so what to do elese to enable 
spellchecker ? 

Greetings,
Andrzej



Re: [gentoo-user] Updating world

2011-03-28 Thread Elaine C. Sharpe
In linux.gentoo.user, Peter Humphries wrote:
 On Monday 28 March 2011 18:27:03 Elaine C. Sharpe wrote:

 But yes, top posting does suck -- almost as badly as all the
 ==20 crap polluting all the kmail users' messages. Almost.

 Would you mind sending me an example of this from me and my kmail?


Apparently not everyone who uses kmail has the problem.
Maybe it's the people who use html mail?
Neil Bothwick's posts often have the ==20, but usually just one or
two. Some posts are positively riddled with them, to the point of 
being terribly difficult to parse.
Everytime I look at the headers of such a post it says kmail, but 
not every kmail user has the problem. 
It's also possible the nix-to-news gateway handles html poorly.
Obviously, slrn is not supposed to handle html (which is how I like 
it). Overall the usenet experience of this list is poor, but of course 
the content is extremely useful. I just don't want all the email, because 
it'll end up on my phone and it'll cost me.

Probably in the end I'll just end up reading it in a web browser. 
Lowest Common Denominator these days I guess...
**sigh**

-- 
...she kept arranging and rearranging the rabbit and kind of waving to it. I 
decided, this is the person I want to sit next to.



Re: [gentoo-user] Spellchecker in KDE

2011-03-28 Thread Volker Armin Hemmann
On Monday 28 March 2011 20:02:17 Andrzej Styczeń wrote:
 Hello,
 
 what I need to install or set to enable spellchecker in KDE (in kwrite,
 kate, kile, kmail)? I set LINGUAS=en and I install enchant, aspell,
 aspell-en, but this didn't work in these applications, so what to do elese
 to enable spellchecker ?
 
 Greetings,
 Andrzej

systemsettings 'local' or 'regional' or whatever it is called in your 
language. 'Regionales' in german.

Spell check

enable it.



Re: [gentoo-user] Spellchecker in KDE

2011-03-28 Thread Andrzej Styczeń
On Monday 28 of March 2011 20:22:41 Volker Armin Hemmann wrote:

 systemsettings 'local' or 'regional' or whatever it is called in your
 language. 'Regionales' in german.
 
 Spell check
 
 enable it.

Thank you, I did make it, but this not work. I install the English version of 
my system, so: 
System Settings - Regional  Language - Spell Checker
then
Defaut language: English (USA)
and I check this:
Automatic spell checking enabled by default

But this still not work, so what to do else ? 

Andrzej



Re: [gentoo-user] Updating world

2011-03-28 Thread Paul Hartman
On Mon, Mar 28, 2011 at 1:11 PM, Elaine C. Sharpe
ela...@southernstarsolutions.com wrote:
 In linux.gentoo.user, Peter Humphries wrote:
 On Monday 28 March 2011 18:27:03 Elaine C. Sharpe wrote:

 But yes, top posting does suck -- almost as badly as all the
 ==20 crap polluting all the kmail users' messages. Almost.

 Would you mind sending me an example of this from me and my kmail?


 Apparently not everyone who uses kmail has the problem.
 Maybe it's the people who use html mail?

The ==20 stuff is a result of quoted-printable MIME encoding. It does
not have anything to do with HTML but they can usually be found as
partners in crime...



Re: [gentoo-user] Updating world

2011-03-28 Thread Elaine C. Sharpe
In linux.gentoo.user, you wrote:
 On Mon, Mar 28, 2011 at 1:11 PM, Elaine C. Sharpe
ela...@southernstarsolutions.com wrote:
 In linux.gentoo.user, Peter Humphries wrote:
 On Monday 28 March 2011 18:27:03 Elaine C. Sharpe wrote:

 But yes, top posting does suck -- almost as badly as all the
 ==20 crap polluting all the kmail users' messages. Almost.

 Would you mind sending me an example of this from me and my kmail?


 Apparently not everyone who uses kmail has the problem.
 Maybe it's the people who use html mail?

 The ==20 stuff is a result of quoted-printable MIME encoding. It does
 not have anything to do with HTML but they can usually be found as
 partners in crime...

Thanks for the info.
Oddly, it's mostly non-geeky folks like my Mom who send me confusing 
mails with weird encoding issues or html with inscrutable characters.
Surprised to see it here, usenet being a text medium and all. But 
perhaps there are a lot of members who don't know, use, or care about
nntp. And maybe the gateway is merely semi-adequate at stripping non-
text.

Well, it's just one of those things we have to live with, I guess, 
like my mother's emails with links to scam sites and explaining again
and again how to use google. Such a burden, being exceptionally
competent, isn't it?
:)

-- 
...she kept arranging and rearranging the rabbit and kind of waving to it. I 
decided, this is the person I want to sit next to.



Re: [gentoo-user] Spellchecker in KDE

2011-03-28 Thread Volker Armin Hemmann
On Monday 28 March 2011 20:38:51 Andrzej Styczeń wrote:
 On Monday 28 of March 2011 20:22:41 Volker Armin Hemmann wrote:
  systemsettings 'local' or 'regional' or whatever it is called in your
  language. 'Regionales' in german.
  
  Spell check
  
  enable it.
 
 Thank you, I did make it, but this not work. I install the English version
 of my system, so:
 System Settings - Regional  Language - Spell Checker
 then
 Defaut language: English (USA)
 and I check this:
 Automatic spell checking enabled by default
 
 But this still not work, so what to do else ?
 
 Andrzej

you do have turned on the spell use flag?



Re: [gentoo-user] Spellchecker in KDE

2011-03-28 Thread Andrzej Styczeń
On Monday 28 of March 2011 21:26:35 Volker Armin Hemmann wrote:

 you do have turned on the spell use flag?

Which and where ? Maybe I missed it ?
Thank you in advance.



Re: [gentoo-user] Spellchecker in KDE

2011-03-28 Thread Volker Armin Hemmann
On Monday 28 March 2011 22:10:30 Andrzej Styczeń wrote:
 On Monday 28 of March 2011 21:26:35 Volker Armin Hemmann wrote:
  you do have turned on the spell use flag?
 
 Which and where ? Maybe I missed it ?
 Thank you in advance.

it is just he use flag 'spell'. kdelibs need it. Maybe more packages. Just turn 
it on globally, if it isn't enabled already.



Re: [gentoo-user] Persistent modification time in the future

2011-03-28 Thread Alexey Mishustin
28 марта 2011 г., 1:57:34, Volker Armin Hemmann пишет:

 just two of guesses:
 you don't sync the resulting correct clock to hwclock
 or
 /etc/adjtime is full of crap. If this happens again, remove that file.

28 марта 2011 г., 1:26:28, Alex Schuster пишет:

 Maybe hardware and software clock are not in sync. Look at
 /etc/init.d/hwclock, and maybe call hwclock --systohc manually.
 Or someting like this.

As I have ntp-client installed, I decided to synchronize
hwclock with sysclock by changing /etc/conf.d/clock:

CLOCK_SYSTOHC=yes

So far, both clocs are OK.

Thank you, Volker Armin, Alex.

--
Regards,
Alex




Re: [gentoo-user] Updating world

2011-03-28 Thread Peter Humphrey
On Monday 28 March 2011 20:25:41 Elaine C. Sharpe wrote:

 Such a burden, being exceptionally competent, isn't it?

If you say so...   :-)

-- 
Rgds
Peter



[gentoo-user] Circular blockage

2011-03-28 Thread Peter Humphrey
How do I get out of this?

$ emerge -uptDN world

These are the packages that would be merged, in reverse order:

Calculating dependencies ... done!
[nomerge  ] app-admin/sudo-1.7.4_p5 
[nomerge  ]  virtual/mta-0 
[ebuild  N]   mail-mta/ssmtp-2.62-r8  USE=ipv6 ssl -maxsysuid (-md5sum) 
[ebuild  N]  virtual/mta-0 
[nomerge  ] kde-base/kde-meta-4.4.5 
[nomerge  ]  kde-base/kdemultimedia-meta-4.4.5 
[nomerge  ]   kde-base/dragonplayer-4.4.5 
[nomerge  ]media-libs/xine-lib-1.1.19 
[nomerge  ] media-libs/libmng-1.0.10 
[ebuild   R   ]  virtual/jpeg-0  USE=-static-libs% 
[blocks B ] mail-mta/ssmtp (virtual/mta is blocking mail-mta/ssmtp-2.62-
r8)

 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  (virtual/mta-0, ebuild scheduled for merge) pulled in by
=virtual/mta-0 required by (dev-lang/php-5.3.5, installed)
virtual/mta required by (app-crypt/gnupg-2.0.17, installed)
virtual/mta required by (dev-lang/php-5.3.5, installed)
(and 7 more)

How do I even interpret it? Why is virtual/mta required suddenly? And why does 
ssmtp conflict with it?

-- 
Rgds
Peter



Re: [gentoo-user] Updating world

2011-03-28 Thread Neil Bothwick
On Mon, 28 Mar 2011 14:11:55 -0400, Elaine C. Sharpe wrote:

 Apparently not everyone who uses kmail has the problem.
 Maybe it's the people who use html mail?
 Neil Bothwick's posts often have the ==20, but usually just one or
 two. Some posts are positively riddled with them, to the point of 
 being terribly difficult to parse.
 Everytime I look at the headers of such a post it says kmail, but 
 not every kmail user has the problem. 

That's intriguing, considering it's been many years since I used
KMail.

The =20 is usually caused by a quoted-printable message, meaning either
your newsreader cannot handle quoted-printable or the mail-to-news
gateway is screwing it up.


-- 
Neil Bothwick

WinErr 01C: Uncertainty error - Uncertainty may be inadequate.


signature.asc
Description: PGP signature


[gentoo-user] Re: sys-forensics/chkrootkit finds INFECTED binaries on ~amd64

2011-03-28 Thread walt

On 03/28/2011 07:24 AM, Paul Hartman wrote:

On Sun, Mar 27, 2011 at 4:09 PM, waltw41...@gmail.com  wrote:

I just got an email from cron on my ~amd64 machine, containing these lines:

Checking 'find'... INFECTED
Checking 'netstat'... INFECTED

Took me a few minutes to deduce that sys-forensics/chkrootkit was the source
of those messages.  I ran chkrootkit manually and found the same messages in
the output.




chkrootkit is old, has not been updated in years+, and those are false
alarms. I got the exact same ones. Basically, chkrootkit is just
grepping for a string inside those files:

/usr/bin/find: sharefile.h
/bin/netstat: sockaddr.h

You may find that if you strip those 2 binaries of debug data, the
false positives go away.


Exactly so.  Thanks to you and Mick for the replies.





Re: [gentoo-user] Circular blockage

2011-03-28 Thread Xi Shen
try unmerge 'ssmtp' first, then update world, then emerge ssmtp if necessary.


On Tue, Mar 29, 2011 at 6:16 AM, Peter Humphrey
pe...@humphrey.ukfsn.org wrote:
 How do I get out of this?

 $ emerge -uptDN world

 These are the packages that would be merged, in reverse order:

 Calculating dependencies ... done!
 [nomerge      ] app-admin/sudo-1.7.4_p5
 [nomerge      ]  virtual/mta-0
 [ebuild  N    ]   mail-mta/ssmtp-2.62-r8  USE=ipv6 ssl -maxsysuid (-md5sum)
 [ebuild  N    ]  virtual/mta-0
 [nomerge      ] kde-base/kde-meta-4.4.5
 [nomerge      ]  kde-base/kdemultimedia-meta-4.4.5
 [nomerge      ]   kde-base/dragonplayer-4.4.5
 [nomerge      ]    media-libs/xine-lib-1.1.19
 [nomerge      ]     media-libs/libmng-1.0.10
 [ebuild   R   ]      virtual/jpeg-0  USE=-static-libs%
 [blocks B     ] mail-mta/ssmtp (virtual/mta is blocking mail-mta/ssmtp-2.62-
 r8)

  * Error: The above package list contains packages which cannot be
  * installed at the same time on the same system.

  (virtual/mta-0, ebuild scheduled for merge) pulled in by
    =virtual/mta-0 required by (dev-lang/php-5.3.5, installed)
    virtual/mta required by (app-crypt/gnupg-2.0.17, installed)
    virtual/mta required by (dev-lang/php-5.3.5, installed)
    (and 7 more)

 How do I even interpret it? Why is virtual/mta required suddenly? And why does
 ssmtp conflict with it?

 --
 Rgds
 Peter





-- 
Best Regards,
Xi Shen (David)

http://twitter.com/davidshen84/



Re: [gentoo-user] The difference between 'emerge --update xyz' and 'emerge xyz'

2011-03-28 Thread Pandu Poluan
On Mon, Mar 28, 2011 at 22:26, Florian Philipp li...@binarywings.net wrote:

 Am 28.03.2011 16:50, schrieb Pandu Poluan:
  Hello list!
 
  Please bear awhile with the Gento n00b here...
 
  If I have a package 'xyz-1.1.0' already installed, and there's a newer
  'xyz-1.2.0', what's the difference between 'emerge --update xyz' and
  'emerge xyz'?
 
  The latter I saw also pulled in and installed the latest version. So,
  I am confused as to the difference.
 
  Thank you for your explanation.
 
  Rgds,
 
 

 A simple `emerge xyz` re-emerges xyz even if no update is necessary.

 Additionally, it adds the package xyz to your @world set. That is a list
 of packages that you want to keep. If xyz has been installed only
 because it is a dependency of another package and it is not part of
 @world, `emerge --depclean` would uninstall the package when it is no
 longer needed.

 As an example:
 Lets say, you install gnome-base/gnome. This will pull in all kinds of
 packages (the whole Gnome desktop environment). Now you decide to remove
 gnome. Then you can call `emerge --depclean gnome` to remove gnome
 itself and then `emerge --depclean` to get rid of everything else that
 is no longer needed.

 If you want to re-emerge a package no matter if there is an update or
 not but you do not want to add it to your @world set, call `emerge
 --oneshot xyz` or shorter: `emerge -1 xyz`. For example, this is
 necessary if xyz is a kernel module and you just installed ner kernel
 sources.

 A few notes:
 Your @world set is contained in /var/lib/portage/world. You can edit
 this file directly to remove or add packages.

 `emerge --depclean package` only removes the package if it is no
 longer needed by other packages. This is safer than calling `emerge
 --clean package`.

 Do not call `emerge --depclean` on its own. Call `emerge --ask --verbose
 --depclean` or shorter `emerge -avc`. Check all packages to make sure
 you do not remove anything you still need, for example portage itself.

 If you call `emerge --pretend --verbose --depclean package` (short:
 `emerge -pvc package`), portage will print a list of packages that
 depend on the package you gave as a parameter. This is more accurate
 than for example `equery depends package`.

 Hope this helps,
 Florian Philipp


Thanks! Very clear explanation, and very helpful!

Rgds,
--
Pandu E Poluan
~ IT Optimizer ~
Visit my Blog: http://pepoluan.posterous.com



[gentoo-user] New bugzilla has broken search?

2011-03-28 Thread Nikos Chantziaras
Either I'm doing something wrong, or the new bugzilla version at 
bugs.gentoo.org really sucks at searching. Let's for example go here:


http://bugs.gentoo.org/query.cgi?format=specific

and select All for Status. Then search for kde-base/kdelibs. It 
takes a *lot* of time to complete, and worse, it returns a hell of a lot 
of results that have nothing whatsoever to do with the search query.


Did no one else notice?




Re: [gentoo-user] New bugzilla has broken search?

2011-03-28 Thread Dale

Nikos Chantziaras wrote:
Either I'm doing something wrong, or the new bugzilla version at 
bugs.gentoo.org really sucks at searching. Let's for example go here:


http://bugs.gentoo.org/query.cgi?format=specific

and select All for Status. Then search for kde-base/kdelibs. It 
takes a *lot* of time to complete, and worse, it returns a hell of a 
lot of results that have nothing whatsoever to do with the search query.


Did no one else notice?




I went to the link and just typed in kdelibs.  They look relevant to 
me.  They all had kdelibs in it anyway.  I was to lazy to type in the 
rest since I also don't think it is needed.  I mean, kdelibs is unique, 
no other package has that name that I know of.  Maybe the / throws it 
off or something.


Maybe your bug search skills are like my google search skills.  lol  
Please take that as a joke.  :-)


Dale

:-)  :-)



[gentoo-user] inaccessible virtual machine

2011-03-28 Thread Valmor de Almeida

Hello,

I have been using a windows 7 virtual machine guest with a gentoo linux
virtualbox host for a while. I was never able to get sound working on
the guest but it works on the host. Recently I decided to re-emerge
virtualbox with the USE flag pulseaudio to try to get sound working.
After the emerge (list below) I also re-emerged the
virtualbox-modules-3.2.12; logged out and rebooted.

Now when I try to start virtualbox, it lists the guest machine as
inaccessible; no other information is provided by the virtualbox startup
window. I would appreciate inputs on how to fix this.

Thanks,

--
Valmor



- USE=extras emerge -vp virtualbox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] net-libs/libasyncns-0.7  USE=-debug -doc 367 kB
[ebuild  N] dev-libs/libatomic_ops-1.2-r1  180 kB
[ebuild  N] media-libs/speex-1.2_rc1  USE=sse -ogg -static-libs
1,037 kB
[ebuild  N] app-admin/eselect-esd-20060719  2 kB
[ebuild  N] gnome-extra/gnome-audio-2.22.2  USE=-debug 1,703 kB
[ebuild  N] media-libs/flac-1.2.1-r3  USE=cxx sse -3dnow (-altivec)
-debug -ogg -static-libs 0 kB
[ebuild   R   ] sys-fs/udev-151-r4  USE=extras* -devfs-compat -old-hd-rules
(-selinux) -test 0 kB
[ebuild  N] media-libs/libsndfile-1.0.23  USE=alsa -minimal
-sqlite 0 kB
[ebuild  N] media-sound/pulseaudio-0.9.21.1  USE=X alsa asyncns
caps glib
ipv6 tcpd udev -avahi -bluetooth -dbus -doc -gnome -hal -jack -libsamplerate
-lirc (-oss) (-system-wide) -test 1,886 kB
[ebuild   R   ] app-emulation/virtualbox-3.2.12-r4  USE=additions alsa
opengl
pulseaudio* python qt4 -headless -sdk -vboxwebsrv -vnc 0 kB




[gentoo-user] Re: New bugzilla has broken search?

2011-03-28 Thread Nikos Chantziaras

On 03/29/2011 07:11 AM, Dale wrote:

Nikos Chantziaras wrote:

Either I'm doing something wrong, or the new bugzilla version at
bugs.gentoo.org really sucks at searching. Let's for example go here:

http://bugs.gentoo.org/query.cgi?format=specific

and select All for Status. Then search for kde-base/kdelibs. It
takes a *lot* of time to complete, and worse, it returns a hell of a
lot of results that have nothing whatsoever to do with the search query.

Did no one else notice?




I went to the link and just typed in kdelibs. They look relevant to
me. They all had kdelibs in it anyway. I was to lazy to type in the rest
since I also don't think it is needed. I mean, kdelibs is unique, no
other package has that name that I know of. Maybe the / throws it off
or something.

Maybe your bug search skills are like my google search skills. lol
Please take that as a joke. :-)


You missed the select All for Status part.




Re: [gentoo-user] Re: New bugzilla has broken search?

2011-03-28 Thread Dale

Nikos Chantziaras wrote:

On 03/29/2011 07:11 AM, Dale wrote:

Nikos Chantziaras wrote:

Either I'm doing something wrong, or the new bugzilla version at
bugs.gentoo.org really sucks at searching. Let's for example go here:

http://bugs.gentoo.org/query.cgi?format=specific

and select All for Status. Then search for kde-base/kdelibs. It
takes a *lot* of time to complete, and worse, it returns a hell of a
lot of results that have nothing whatsoever to do with the search 
query.


Did no one else notice?




I went to the link and just typed in kdelibs. They look relevant to
me. They all had kdelibs in it anyway. I was to lazy to type in the rest
since I also don't think it is needed. I mean, kdelibs is unique, no
other package has that name that I know of. Maybe the / throws it off
or something.

Maybe your bug search skills are like my google search skills. lol
Please take that as a joke. :-)


You missed the select All for Status part.



I did select all and it seems to work fine with the way I searched.  
At the bottom of one huge list, it says this:


3097 bugs found

Looks like a lot to me.  If I don't do all, it only finds 84.  Those 
would be open bugs since that is the default.


Dale

:-)  :-)