Re: [gentoo-user] ~x86 for kde3.2 then what ?

2004-02-10 Thread Michael Andreen
On Wednesday 11 February 2004 00.16, gabriel wrote:
 On February 10, 2004 06:04 pm, Michael W. Holdeman wrote:
  OK I have never used the ACCEPT_KEYWORDS=~x86 before but I wanted
  kde3.2 so I did it with emerge -u kde. All worked well, and in fact I do
  love kde3.2. My problem is that now when I run emerge -u world alot of
  what was upgraded for kde3.2 now wants to be downgraded? What do I do for
  this? I don't think I want to run emerge -u world with the ~x86 cause I
  don't want to break anyhitng on this box?

 you can manually mask/unmask the various packages, but do yourself a
 favour: DON'T run a partial ~x86/x86 system.  it's just a world of hurt. 
 seriously, i'm  running a full ~x86 system with very few problems, and what
 problems i run into, are easily solved with a trip to forums.gentoo.org.

 when your run a half  half system, you're constantly fighting with portage
 to mask/unmask various packages every time you do an emerge -uD world.

I don't fully agree here, on of the things I do like about gentoo is the fact 
that you can run a mostly stable system while adding some bleeding edge on 
the top, It does of course require some more work then running plain x86 or 
~x86, since you can't do emerge -uD world, but doing emerge -puDv world and 
then manually emerging the things that looks interresting is pretty painless. 

/Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] FTP Fails at 2GB Limit

2004-01-27 Thread Michael Andreen
On Tuesday 27 January 2004 18.14, Kurt Bechstein wrote:
 I used ncftp as the client when I was testing it out.

 On Tue, 2004-01-27 at 12:01, Eric Paynter wrote:
  Kurt Bechstein said:
   On Tue, 2004-01-27 at 11:10, Eric Paynter wrote:
   Kurt Bechstein said:
Not sure where your problem lies then.  I just transferred a 4
  
   GB file using vsftpd without any problems at all.

Just did the same here using proftpd. ncftp and krusader worked fine, but wget 
failed.

/Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kmail ate my mail!

2004-01-17 Thread Michael Andreen
On Sunday 18 January 2004 01.53, Lotas T Smartman wrote:
 hello. i was having a problem with gnome and evolution (problem solved
 now) and was not able to check my mail using evolution. i have all my
 mail stored in a .maildir in my home dir, and after using kmail for
 about a day and a half, all my old mail in my inbox is gone. all other
 dirs are fine since kmail had no access to them, but the stuff in my
 inbox has disappeared. i have checked to see where kmail moves the mail,
 but i cant find it.
 Any ideas?

Check under ~/Mail , that's what kmail uses as default.

/Michael


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] List police on replies

2003-12-28 Thread Michael Andreen
Hi,

On Saturday 27 December 2003 16.08, Tom Wesley wrote:
 My point is that should the Gentoo list itself remove extra reply-to's
 and add one to ensure that the replies get sent to the list and not to
 personal mailboxes?

Since this all sides will agree about this issue at about the same time as 
everyone agrees to kill either vi or emacs you can do this pretty easy 
yourself with procmail or similar.

a procmail example: 

:0
* ^List-Id:.*gentoo-user\.gentoo\.org
{
:0hf 
| formail -I Reply-To: [EMAIL PROTECTED] 

:0
.linux.gentoo.user/
}
-
(haven't tested this, but can't see any obvious errors, ofc delivery 
mailbox/maildir need to be changed)

/Michael Andreen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Time setting

2003-12-10 Thread Michael Andreen
On Wednesday 10 December 2003 14.54, Goran Kavrecic wrote:
 I re-checked: I run RH on my notebook and the timein BIOS is the same as
 in linux. On my desktop(Gentoo) the BIOS/CMOS is correct and linux is 1
 hout ahead.

Check your CLOCK setting in /etc/rc.conf if it's set to UTC then gentoo will 
show bios time +1 for CET. If you want it to show the bios time, then set 
CLOCK to local.

/Michael Andreen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge world wants xfree

2003-12-08 Thread Michael Andreen
On Monday 22 December 2003 23.17, blade- wrote:
 my use flags are like so:
 USE=apache2 clamav imap maildir php sasl -arts -avi -cups -gtk -kde \
  -gnome -qt -quicktime -X
 
 does anyone know why it wants to emerge all these things that were not 
 needed before?

A friend had the same problem, try to add -gtk2 to your USE flags.

/Michael Andreen

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Uh oh...AltCtrlBackspace not locked out with xscreensaver..

2003-11-15 Thread Michael Andreen
On Saturday 15 November 2003 06.12, Mark Knecht wrote:
 Anyway, the DontZap option seems to work fine, so it's my learning bug
 and not a real problem I guess...

But, afaik, it will still be possible to ctrl+alt+f1 (or another f-key if 
you're logged into another vc) and ctrl+c or ctrl+z your startx and get 
access to your account.

A way to solve this is with:

startx 
vlock

/Michael

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] nvidea emerge instructions?

2003-11-06 Thread Michael Andreen
On Thursday 06 November 2003 22.27, Mark Knecht wrote:
OK, everything is emerged and I've modified the XF86config file as
 instructed. I'm getting an error message

 NV: could not open control device /dev/nvidiactl (No such file or
 directory)

 (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!

Indeed, /dev/nvidiactl does not exist.

Are there any specific options I needed to enable in my kernel to
 make this work? agpgart? Other stuff? dri/drm? That's required by the
 Radeon family, but this is a new box and new kernel, so likely I didn't
 get somethign turned on if required.

You need to load the kernel module:
modprobe nvidia

and maybe add nvidia to /etc/modules.autoload.d/kernel-2.[456]

/Michael


--
[EMAIL PROTECTED] mailing list