Re: [gentoo-user] CPU upgrade - make.conf

2005-10-20 Thread Andreas Karlsson
On Thursday 20 October 2005 11.50, Holly Bostick wrote:
 I think the forum thread Bill is talking about can be found here:

 http://forums.gentoo.org/viewtopic-t-282474-highlight-rebuild+toolchain.htm
 Hope this helps.

Thanks! I´ll give it a read, and see if it looks safe. 

Best regards,
Andreas Karlsson
Sweden


pgpQyfxceWSwq.pgp
Description: PGP signature


[gentoo-user] AMD X2 timings

2005-10-20 Thread Andreas Karlsson
Hi,

After comming to termis with various  make.conf issues after upgrading CPU to 
K8 I now find myself struggeling with another problem, or rather two. First I 
found this http://bugzilla.kernel.org/show_bug.cgi?id=5105. It seems that a 
timing issue with TSC timings in the kernel makes the the kernel clock lose 
sync (or something like that). According to the changelog for 2.6.13-r4 
( 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-kernel/gentoo-sources/ChangeLoghttp://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/sys-kernel/gentoo-sources/ChangeLog)
 
this bug is fixed, but I still have problems with the keyboard repeating 
keystrokes, like thiiis (just pressing ´i´ once), 
after upgrading to 2.6.13-r4.
A suggested fix is to pass 'notsc' to the kernel at boottime. I tried this, 
but can´t disable TSC when compiling the kernel. I tried to change 
CONFIG_X86_TSC=y to CONFIG_X86_TSC=n, but when starting the make-process, it 
is changed back to CONFIG_X86_TSC=y automaticly. What am I doing wrong?

Second I have an overall impression that X is slower than before. It doesn´t 
feel as snappy as it used to with my old AMD Athlon XP 3200+. Theoretilcy 
it should run faster, right?

Any inputs on the issues would be most welcome.

Best regards,
Andreas Karlsson
Sweden


pgpHUOqDzZT8u.pgp
Description: PGP signature


[gentoo-user] CPU upgrade - make.conf

2005-10-19 Thread Andreas Karlsson
Hi all,

I have a problem (oh, really?). I just upgraded my system from an AMD Athlon 
3200+ to a AMD X2 3800+, with new motherboard. Whenever I try to compile 
anything from portage (emerge foobar) I get C Compiler cannot create 
executables. The kernel did compile though.

CFLAGS=-march=k8 -O3 -pipe -fomit-frame-pointer -ftracer -msse3 
-mfpmath=sse3

I guess some CFLAGS could be eliminated, but who, and why? And how do I set up 
the right once for my new CPU?

Best regards,

Andreas Karlsson
Sweden


pgpZAx5ZcAI1G.pgp
Description: PGP signature


Re: [gentoo-user] CPU upgrade - make.conf

2005-10-19 Thread Andreas Karlsson
On Wednesday 19 October 2005 20.21, Mike Williams wrote:
 On Wednesday 19 October 2005 18:18, Andreas Karlsson wrote:
  I have a problem (oh, really?). I just upgraded my system from an AMD
  Athlon 3200+ to a AMD X2 3800+, with new motherboard. Whenever I try to
  compile anything from portage (emerge foobar) I get C Compiler cannot
  create executables. The kernel did compile though.

 What is the actual error?
 Look for a config.log in /var/tmp/portage/package/work/package

 The cannot create executables error can be cause by a bazillion and one
 things.

configure:1708: checking for C compiler default output file name
configure:1711: i686-pc-linux-gnu-gcc -march=k8 -O3 -pipe -fomit-frame-pointer 
-ftracer -msse3 -mfpmath=sse3   conftest.c  5
cc1: error: bad value (k8) for -march= switch
cc1: error: bad value (k8) for -mcpu= switch
cc1: error: bad value (sse3) for -mfpmath= switch

Best regards,
Andreas Karlsson
Sweden


pgp8JxbCzH7nD.pgp
Description: PGP signature


Re: [gentoo-user] CPU upgrade - make.conf

2005-10-19 Thread Andreas Karlsson
On Wednesday 19 October 2005 21.04, Mike Williams wrote:
 Well, that's an easy one.
 The version of gcc you are using doesn't have support for k8. I bet your
 still on gcc 3.3.X, perhaps even an x86 profile, as an amd64 profile would
 pull in gcc 3.4.X, like my ppc profile does.

Yes, I´am using gcc 3.3.6. My options seems to be quite limited. I tried to 
change -march to k7, but that didn´t help. So I guess I have to upgrade to 
gcc 3.4.x then. Hope it will work.

 x86 - amd64 profile should be interesting. I'm sure it's perfectly
 possible, but interesting no doubt.

Well, tempting as it seems, I am not in the mood for adentures. :)

Best regards,
Andreas Karlsson
Sweden


pgpTwmYxikaDs.pgp
Description: PGP signature


Re: [gentoo-user] CPU upgrade - make.conf

2005-10-19 Thread Andreas Karlsson
On Wednesday 19 October 2005 21.35, Joshua Schmidlkofer wrote:
  Well, tempting as it seems, I am not in the mood for adentures. :)

 I have that setup, you have to use gcc 3.4 or higher, I used the jackass
 stuff as a base. I have that + NVidia binary drivers on a desktop - it's
 all very HOT! So, it does work, however, you ahve to pretty much do a clean
 install

I went back to -march=athlon-xp. I don´t know how much k8 optimizations does 
performance-wise, but I guess it ain´t woth a reinstall.

Best regards,
Andreas Karlsson
Sweden


pgplYwP06lZm8.pgp
Description: PGP signature


Re: [gentoo-user] CPU upgrade - make.conf

2005-10-19 Thread Andreas Karlsson
On Wednesday 19 October 2005 22.47, Matt Randolph wrote:
 Andreas Karlsson wrote:
 I went back to -march=athlon-xp. I don´t know how much k8 optimizations
  does performance-wise, but I guess it ain´t woth a reinstall.
 

 You might want to ask your question again in the gentoo-amd64 list.


I am using x86. I just replaced the CPU, not the system. But you might be 
right. Thanks.

Best regards,
Andreas Karlsson


pgpqJDuIQv7Vw.pgp
Description: PGP signature


Re: [gentoo-user] Re: Hal, d-bus, automount, premissions [SOVED]

2005-10-09 Thread Andreas Karlsson
On Sunday 09 October 2005 16.35, Neil Bothwick wrote:
 On Sat, 8 Oct 2005 08:37:31 +0200, Andreas Karlsson wrote:
   Naturally, because you are mounting as root. fstab-sync is evil
   anyway, mounting with pmount is much nicer, and mounts as the current
   user.
 
  I´ll give pmount a try.  Does that mean I can get rid of ivman?
 
   Which desktop are you using?
 
  KDE 3.4.2.

 In that case, you don't need ivman, KDE takes care of it for you. See
 http://gentoo-wiki.com/HOWTO_D-BUS,_HAL,_KDE_media:/

Thank you so much! That did it.

Best regards,
Andreas Karlsson


pgp6SWh3T7PrN.pgp
Description: PGP signature


Re: [gentoo-user] Re: Hal, d-bus, automount, premissions

2005-10-08 Thread Andreas Karlsson
On Friday 07 October 2005 23.36, Neil Bothwick wrote:
 On Fri, 7 Oct 2005 20:05:22 +0200, Andreas Karlsson wrote:
  Thanks. I tried it, but it didn´t work. ivman is running, but whenever
  I plug in a USB-device, it is not automounted.

 Are you running ivman as a user as well as root? ISTR you are supposed to
 run two copies.

I´ve tried to run it as both root and a regular users.


 Naturally, because you are mounting as root. fstab-sync is evil anyway,
 mounting with pmount is much nicer, and mounts as the current user.

I´ll give pmount a try.  Does that mean I can get rid of ivman?

 Which desktop are you using?

KDE 3.4.2. 

Best regards,
Andreas Karlsson


pgp4TEzNahZCo.pgp
Description: PGP signature


Re: [gentoo-user] Re: Hal, d-bus, automount, premissions

2005-10-08 Thread Andreas Karlsson
On Saturday 08 October 2005 09.03, Rumen Yotov wrote:
 Warning: don't use this with vfat-fs (USB-pens) as it can damage them
 - sync option used (workaround needed, then things work).
 Search/read for more info, my experince here.

Thank you for the input. I think I´ll try pmount, and if that desn´t work I´ll 
unemerge ivman, and manually mount whatever I need to mount.

Best regards,
Andreas Karlsson


pgpmNaaKf25k2.pgp
Description: PGP signature


[gentoo-user] Hal, d-bus, automount, premissions

2005-10-07 Thread Andreas Karlsson
Hello,

I am getting quite frustrated over such a simple thing. Now, I have three USB 
storage devices: a USB flash disk, a mobile phone and a camera. I want those 
to automount with my users permissions. They now mounts under /media/usbdisk 
with root permissions. Where on earth do I find the configuration files? I´ve 
checked /etc/hal, /etc/dbus-1, /etc/udev, /etc/ivman, but no where is there a 
simple file where I can say ok, all /dev/sd* will be mounted automatilcy 
under /media/usbdisk* with gid=users, uid=whatever, umask=0077. 

It drives me nuts. I did search the forums.gentoo.org, but all I found was 
some unsolved threads. Anyone have any ideas? 

This is what my fstab lookslike with the USB flash disk automounted:

/dev/sde1   /media/usbdisk  ext3
user,exec,noauto,noatime,sync,managed 0 0

and ls -la /media/ gives:

drwxr-xr-x   3 root root 1024 Jan  7  2005 usbdisk

and thats my big problem. If I chmod/chown the folder it will not be saved 
till next time I mount the disk (that´s not suprising).

Best regards,
Andreas Karlsson


pgpXdqlqJph6L.pgp
Description: PGP signature


Re: [gentoo-user] Re: Hal, d-bus, automount, premissions

2005-10-07 Thread Andreas Karlsson
On Friday 07 October 2005 16.09, Remy Blank wrote:
 Andreas Karlsson wrote:

 The fstab is updated by hald. And the entry looks ok (it has the user
 option), except that I would remove sync for flash disks, as it will
 kill them in no time.

Yes, I did notice that hald is adding the line to fstab. 

 The program actually doing the mount is ivman. You seem to be running it
 as root (probably started in the default runlevel, check with
 rc-status). Try running ivman as a normal user, for example by adding a
 symlink to the ivman binary in ~/.kde/Autostart (not sure about the
 location) so that it is started when you log in (if you use kde), and
 copy your ivman configuration to ~/.ivman. As it will then run as your
 user, it will also mount disks with your permissions.

Thanks. I tried it, but it didn´t work. ivman is running, but whenever I plug 
in a USB-device, it is not automounted. If I do a 'mount /media/usbdisk' as 
root it mounts. So this leads me to think that there are some major 
permission problems somewhere, but I don´t know where to look.

Best regards,
Andreas Karlsson


pgplyt0PjLNf5.pgp
Description: PGP signature


[gentoo-user] Sun Java JDK upgrade problem

2005-09-16 Thread Andreas Karlsson
Hi,

I have the following problem. When I try 'emerge -uD world' I get:

'Calculating world dependencies ...done!
 emerge (1 of 1) dev-java/sun-jdk-1.4.2.09 to /
!!! j2sdk-1_4_2_09-linux-i586.bin not found in /distfiles

!!! dev-java/sun-jdk-1.4.2.09 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually.  See the comments in the ebuild for more information.

 * Please download j2sdk-1_4_2_09-linux-i586.bin from:
 * 
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=j2sdk-1.4.2_09-oth-JPRSiteId=JSCTransactionId=noreg
 * (SDK 32-bit/64-bit for Windows/Linux/Solaris SPARC 32-bit for Solaris x86, 
then select download Linux Self-extracting.
 * and move it to /distfiles
'

No brainer. Same procedure as last time. I downloaded the package and moved it 
to /usr/portage/distfiles. Here is an output of  'ls 
-la /usr/portage/distfiles/j2*'


'# ls -la /usr/portage/distfiles/j2*
-rw-r--r--  1 root portage 36429599 Sep 16 
15:59 /usr/portage/distfiles/j2sdk-1_4_2_09-linux-i586.bin
'

So the file IS there, at the right place. But emerge doesn´t find it. Any 
ideas? 

Best regards,
Andreas Karlsson


pgpj8i7a9HZqC.pgp
Description: PGP signature


Re: [gentoo-user] Sun Java JDK upgrade problem

2005-09-16 Thread Andreas Karlsson
On Friday 16 September 2005 18.54, Holly Bostick wrote:
 Chris Woods schreef:
  On Sep 16, 2005, at 10:02 AM, Andreas Karlsson wrote:
  * Please download j2sdk-1_4_2_09-linux-i586.bin from: *
  http://javashoplm.sun.com/ECom/docs/Welcome.jsp?
  StoreId=22PartDetailId=j2sdk-1.4.2_09-oth-
  JPRSiteId=JSCTransactionId=noreg * (SDK 32-bit/64-bit for
  Windows/Linux/Solaris SPARC 32-bit for Solaris x86, then select
  download Linux Self-extracting. * and move it to /distfiles
 
  Mine tells me to move it to /usr/portage/distfiles. Sounds like
  there's an environment variable that tells portage where to find
  distfiles, and yours for some reason is set to /distfiles.
 
  Cheers, Chris

 Oooh, nice catch! I was looking at this and didn't see that anyway,
 the environment variable you're talking about is in /etc/make.conf, and
 looks like this:

 PORTDIR=/usr/portage
 DISTDIR=${PORTDIR}/distfiles

 So the resulting DISTDIR variable expands to /usr/portage/distfiles
 (since ${PORTDIR}=/usr/portage).

 That's where I'd check to see if something went wrong (perhaps
 /etc/make.conf was improperly edited?).

 Holly

Yes. By some strange reason PORTDIR=/usr/portage was commented with a #. I don
´t remeber editing the file at that region (only changed some USE flags). 
After uncommenting the line it worked perfect. 
Thanks for the help!

Best regards,
Andreas Karlsson


pgp9LufpPcbYr.pgp
Description: PGP signature


Re: [gentoo-user] playing the Go Open Source movies

2005-08-06 Thread Andreas Karlsson
On Saturday 06 August 2005 09.03, Haim Ashkenazi wrote:
 Hi

 has anyone managed to play the go-open movies
 (http://www.go-opensource.org/) with sound?

Try starting mplayer from a console and see what output you get when it loads 
the movie. That should give you a hint. Look for this:

Clip info:
 Software: VirtualDubMod 1.5.10.1 (build 2366/release)
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, 16 bit (0x10), ratio: 4000-192000 (32.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==

Best regards,
Andreas Karlsson


pgpp0oyxzRrHR.pgp
Description: PGP signature


Re: [gentoo-user] playing the Go Open Source movies

2005-08-06 Thread Andreas Karlsson
On Saturday 06 August 2005 11.10, Ryan Viljoen wrote:
 You are all going to hate me for this but I had no luck in Linux, you
 need to get the AAC codec working which I wasnt successfull at doing.
 If you have access to a windows machine than download VLC media
 player, its the only player that I found to work. The linux version of
 VLC requires you to emerge AAC to play them but as I said didnt have
 much luck there.

Well, I´m recompiling xine-lib now with acc support to see if that helps, as I 
go curious about the movies and downloaded them :)

Regards,
Andreas Karlsson


pgpfkJdpI9zul.pgp
Description: PGP signature


Re: [gentoo-user] playing the Go Open Source movies

2005-08-06 Thread Andreas Karlsson
On Saturday 06 August 2005 12.12, Andreas Karlsson wrote:
 Well, I´m recompiling xine-lib now with acc support to see if that helps,
 as I go curious about the movies and downloaded them :)

Okay, the recompile is done. Now Xine doesn´t complain about not being able to 
decode the audio stream, but I get no sound. Strange. Feels like a dead end 
here...

Best regards,
Andreas Karlsson


pgpcrHBci199F.pgp
Description: PGP signature


Re: [gentoo-user] Suggestions for a TV Box

2005-07-29 Thread Andreas Karlsson
On Friday 29 July 2005 07.49, Tom Eastman wrote:
 Hey Guys,

 I've got a reasonably stripped down gentoo box (P3-733) with a good video
 card running in my living room, with the TV as its monitor and a wireless
 keyboard and mouse.

I am in quite the same situation. I have an AMD 1700+, 1 gig ram, as TV-out. 
As a window manager I´m running xfce 4. It does not eat memory and it worked 
fine with both 256 and 512 meg ram.
As player I´m useing kmplayer with support for both mplayer and xine so I can 
use both engines. Works perfect.
Though I do not have any experience of MythTV, I´ve recon I don´t need it as 
my video card only have TV-out. The only problem I had was the infamous blue 
borders when playing movies in fullscreen, but putting this '/usr/bin/xvattr 
-a XV_COLORKEY -v 66048' in .xinitrc did the trick. First you must emerge 
xvattr.
Oh, and yes ofcurse, it is running Gentoo. :)

Best regards,
Andreas Karlsson


pgpGnlb3d4O43.pgp
Description: PGP signature


Re: [gentoo-user] [OT?] Advice on hardware

2005-07-15 Thread Andreas Karlsson
On Friday 15 July 2005 17.06, Daniel da Veiga wrote:
 Any advice?

I´ll give my 2 cents. Asus is to begin with a (in my experience) very good 
vendor. 
Even though you buy a AMD64 now, you are not forced to compile Gentoo for 
amd64 arcitecture. You could compile it for AthlonXP (x86).

 PS: Nvidia would be my choice for video, anyone have suggestions?

I have a Nvidia 6800 (AGP) and is extremly pleased with it. X has never 
crashed one single time during the last 6 months. 

Best regards,
Andreas Karlsson


pgp4k7ALpJwKu.pgp
Description: PGP signature


Re: [gentoo-user] libtheora-1.0_alpha4

2005-06-22 Thread Andreas Karlsson
On Wednesday 22 June 2005 08.46, Dirk Heinrichs wrote:
 It's always up- and downgraded between alpha3 and alpha4, isn't it?

 See this bug: http://bugs.gentoo.org/show_bug.cgi?id=96371

Thank you for the info.

Best regards,
Andreas Karlsson



pgpQ9EPVckOQK.pgp
Description: PGP signature


Re: [gentoo-user] Bad NFS performance (SOLVED)

2005-06-22 Thread Andreas Karlsson
On Thursday 23 June 2005 00.37, Bryan Whitehead wrote:
 sounds like NFS packets are being dropped. Are you using UDP?

No, I use TCP. 

The problem is now solved though. Strangely enough, when I removed a second 
switch and connected directly to the first switch I worked. So one of my 
switches is probably more or less broken.

Best regards,
Andreas Karlsson


pgpEJrXglOBdT.pgp
Description: PGP signature


[gentoo-user] libtheora-1.0_alpha4

2005-06-21 Thread Andreas Karlsson
Hi,

When I do a 'emerge -uDvp world', libtheora-1.0_alpha4 is allways selected for 
upgrade, even though I´ve probably rebuilt it ten times. I seems that emerge 
doesn´t record the right version?


aquarius hermes # emerge -uDvp world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild U ] media-libs/libtheora-1.0_alpha4 [1.0_alpha3] -debug -doc 
+encode 0 kB

Total size of downloads: 0 kB


Does I or the problem make any sense?

Best regards,
Andreas Karlsson


pgpHyZur0SuHI.pgp
Description: PGP signature


[gentoo-user] Bad NFS performance

2005-06-18 Thread Andreas Karlsson
Hello all,

I am getting quite sick of my self and NFS. Ive read many posts at 
forums.gentoo.org, Ive googled, Ive tested and tested and tested... No help 
could be found.

The problem is not unique as it seems.  I have an r/w speed against the 
NFS-server going from ~200kb/sec to 2mb/sec. I cant predict or find a cause 
for the strange speed changes. 

I have three computers set up:

Aquarius is my main work station (AMD XP 3200+, 1 gig ram)
Leo is my file server (AMD 1700+, 630 meg ram)
Aries is for TV-out (AMD 1700+, 512 meg ram)

All connected via a switched 100mbit network. All have 100mbit NICs.

Netperf is telling me this:
aquarius hermes # netperf -H leo
TCP STREAM TEST to leo
Recv   SendSend
Socket Socket  Message  Elapsed
Size   SizeSize Time Throughput
bytes  bytes   bytessecs.10^6bits/sec

 87380  16384  1638410.00  89.61

And when I do the same from/to all others the results are quite the same. So, 
no problem with the network.

Next up NFS. 

I have now tried so many different combinations at my /etc/fstab that I dont 
know what is up and down: It currently looks like this:


aquarius hermes # cat /etc/fstab | grep nfs

leo:/home/files /home/hermes/philez nfs  
rw,users,auto,hard,intr,tcp,retrans=5,rsize=1024,wsize=1024


Ive tried rsize and wsize from 1024 up to 32768 (1 through 32 * 1024).  Ive 
tried it in combination with sync and async. Here I find async working best. 

The file server (Leo) has a 120 gig HD with DMA enabled:

leo linux # hdparm -t /dev/hdc

/dev/hdc:
 Timing buffered disk reads:   88 MB in  3.02 seconds =  29.15 MB/sec

So there should not be a I/O related problem either. 


I also run Samba on it, and when I am in Windows, filetransfers are as 
expected on 100mbit network (havent even mesured them as they work fine). 

Can anyone please give me any hints or advices on how to proceed with this 
problem? 

Best regards,
Andreas Karlsson


pgprVgpW0Qkn7.pgp
Description: PGP signature


Re: [gentoo-user] sys-libs/db emerge failed

2005-06-11 Thread Andreas Karlsson
On Saturday 11 June 2005 18.06, Grant wrote:
 I get this when trying to emerge sys-libs/db-4.2.53_p2 as a
 gnomemeeting dependency:

 checking if javac works... configure: error: The Java compiler javac
 failed (see config.log, check the CLASSPATH?)

 There is no config.log on my system.  I do have java in my USE flags.
 Does anyone know how to fix this?


Hi,

I have the same problem. My best guess is that we don´t have a java compiler 
installed, just the runtime for Java. Should probably install the java 
compiler from Sun/IBM/wherever, but I haven´t had time to look in to it in 
any depth. 
If you don´t need java support in db tryp 'USE=-java emerge -Nvp db'.

Best regards,
Andreas Karlsson


pgpMqpwbMOVNO.pgp
Description: PGP signature


Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-02 Thread Andreas Karlsson
On Thursday 02 June 2005 18.37, Rafael Dantas de Castro wrote:
 I did this when I switched to KDE 3.4.0 and didn't run into any big
 problem, besides recompiling everything that rellied on arts. Of
 course I lost system sounds and so on, but I didn't actually care much
 for them. Now I'm very much pleased with amaroK+GStreamer and Gaim. My
 board does hardware mixing, so no problems there also...


Yes. I am through with my recompiles and arts is no more on my system. Sure, 
as you say, system sounds are gone, but I don´t miss them as I never used 
them anyways. 
I don´t want to start a flamewar here but I don´t see the reason why KDE 
insists on using arts. Why not just route all sounds through alsa? Or has it 
to do with some cards limitations for harwaremixing?

Best regards,
Andreas Karlsson


pgpxtPXw6ZGSo.pgp
Description: PGP signature


Re: [gentoo-user] (Was:KDE 3.4.1 released) Removing arts

2005-06-02 Thread Andreas Karlsson
On Thursday 02 June 2005 22.05, Dmitry S. Makovey wrote:
 because there are more platforms than just linux and not all the
 platforms have ALSA. There are more reasons than that but this is the
 most obvious. Arts was single gateway to whatever soundsystem your OS
 provides for entire KDE in contrast to each application being smart
 enough to recognize what and how to use with each OS.

I must admit I hadn´t thought about this. Good call.

Best regards,
Andreas Karlsson


pgpVeQBXqTSwg.pgp
Description: PGP signature


[gentoo-user] KDE 3.4.1 released

2005-05-31 Thread Andreas Karlsson
Hi,

KDE 3.4.1 was released today:

http://www.kde.org/announcements/announce-3.4.1.php

I am compiling it right now. Just a little question regarding aRTS. I compiled 
into 3.4.0 but now I have decided to dump it. Could there be any problem 
compiling with USE=-alsa for 3.4.1 (if there is, I would probably have to 
recompile again, as I use that right now :) )?

Best regards,
Andreas Karlsson


pgp5I5l9EoUXd.pgp
Description: PGP signature


Re: [gentoo-user] KDE 3.4.1 released

2005-05-31 Thread Andreas Karlsson
On Tuesday 31 May 2005 17.45, Antonino Sabetta wrote:
 Andreas,
 I do not see the relation between dumping Artsd and the -alsa switch. Since
 I'm having big troubles trying to make things work with alsa+dmix+arts, can
 you explain how do you intend to configure your sound system?
 Thanks,
Antonino

Yeah, now I think I was smoking crack or something. What I meant was ofcourse 
dumping arts alltogether, not alsa. *mumble*

Best regards,
Andreas Karlsson


pgpXZHLWmygTb.pgp
Description: PGP signature


Re: [gentoo-user] KDE 3.4.1 released

2005-05-31 Thread Andreas Karlsson
On Tuesday 31 May 2005 18.18, Holly Bostick wrote:
 Do you mean -alsa, or -arts? If the latter (which makes more sense,
 given your first sentence), I hope not, as I am about to do the exact
 same thing.

I ment -arts +alsa. Thinking about one thing, typing another. :)

 At least, I hope so, or I'll be two days compiling arts support out and
 back in myself :) .

Same for me. Crossing my fingers.

Best regards,
Andreas Karlsson


pgp9JDcXmeFau.pgp
Description: PGP signature


Re: [gentoo-user] KDE 3.4.1 released

2005-05-31 Thread Andreas Karlsson
On Tuesday 31 May 2005 20.36, Antonino Sabetta wrote:
 Andreas Karlsson wrote:
  On Tuesday 31 May 2005 17.45, Antonino Sabetta wrote:
 Andreas,
 I do not see the relation between dumping Artsd and the -alsa switch.
  Since I'm having big troubles trying to make things work with
  alsa+dmix+arts, can you explain how do you intend to configure your
  sound system?
 Thanks,
Antonino
 
  Yeah, now I think I was smoking crack or something. What I meant was
  ofcourse dumping arts alltogether, not alsa. *mumble*

 My question is still valid :)
 How are you going to mix sounds without arts? Are you going to use some
 other sound daemon? Or dmix?

I actually don´t know. But all I use for sound is amaroK with gstreamer 
outputting via alsa. Don´t see any need for arts there. As for the rest,  I 
do what I allways do - make make it up along the way. :) But reading this 
thread further I might give dmix a try. 

Best regards,
Andreas Karlsson


pgpzs6DEW7bcL.pgp
Description: PGP signature


Re: [gentoo-user] Hardware upgrade procedure question

2005-05-25 Thread Andreas Karlsson
On Wednesday 25 May 2005 21.31, Zac Medico wrote:
 By new config (AMD64) do you mean change
 CHOST=i686-pc-linux-gnu to CHOST=x86_64-pc-linux-gnu ?
  Sounds like a bad idea.

Yes, sounds indeed like a bad idea. Just back up your /home, /etc and other 
config files etc. Format old system and make a new, fresh install 
corresponding to new platform and then copy the backed up data back to your 
new system. 

Best regards,
Andreas Karlsson


pgpsb1pXxb8aE.pgp
Description: PGP signature


Re: [gentoo-user] Any ideas??

2005-05-16 Thread Andreas Karlsson
Hi,

I don´t think this has anything to do with your motherboard. Though I really 
don´t know what the specific error is. What USE-flags are you useing? It 
compiled fine at my enviroment with USE=gpm and nothing more.

Best regards,
Andreas Karlsson
Sweden


On Monday 16 May 2005 06.38, timothy johnson wrote:
 I am doing a fresh install on a VIA Mirco-ITX board. This isnt my
 first gentoo install, usually they go great.

 cd ../obj_s;   -I../c++ -I../include
 -I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++ -DHAVE_CONFIG_H
 -I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/../include -I.
 -I../include  -D_GNU_SOURCE -DNDEBUG -O2 -mcpu=i686
 -fomit-frame-pointer -fPIC -c
 /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/c++/cursesm.cc
 /bin/sh: line 1: -I../c++: No such file or directory
 make[1]: *** [../obj_s/cursesf.o] Error 127
 make[1]: *** Waiting for unfinished jobs
 /bin/sh: line 1: -I../c++: No such file or directory
 make[1]: *** [../obj_s/cursesm.o] Error 127
 make[1]: Leaving directory
 `/var/tmp/portage/ncurses-5.4-r6/work/narrowc/c++' make: *** [all] Error 2


pgpmrB9X5N4vs.pgp
Description: PGP signature


Re: [gentoo-user] Blue video playback

2005-05-08 Thread Andreas Karlsson
On Sunday 08 May 2005 17.57, Calvin Spealman wrote:
 This happens a lot. Currently, video playback using anything other
 than glmovie results in a blue screen. Audio plays fine on the videos,
 however. Usually when this happens, the only thing that fixes it are a
 few 'emerge world' sessions. I don't know what package is causing it,
 because its affecting multiple players. Does anyone know of some
 central movie playing library, perhaps, that could be doing this? It
 happens no matter what the format of the file is.

 I want to look into the matter further, but I've run out of ideas for
 where to look.

Hi,

I have the same problem. I am using a Nvidia Geforce 4 for TV-out on one box. 
According to the forums 
(http://forums.gentoo.org/viewtopic-t-230451-highlight-blue+border+video+nvidia.html)
 
you can issue this: 

/usr/bin/xvattr -a XV_COLORKEY -v 66048

Haven´t tested it my self as I am to lazy :). 

Best regards,
Andreas Karlsson
Sweden


pgpb5B6CZBm43.pgp
Description: PGP signature


[gentoo-user] Spamassassin - the memory black hole

2005-05-02 Thread Andreas Karlsson
Gooday all,

I have a little problem with Spamassassin. It is eating all my memory. I am 
useing SpamAssassin version 3.0.2 running on Perl version 5.8.5. It has been 
running quite fine for some time now, till today. I noticed my harddrive 
started swapping extremly. 

From top:
1785 root  18   0 2933m 695m  348 D  2.0 78.6   0:33.80 spamd

Yes, that is almost 3 gig swap used (it is maxed out). And I thought that one 
gig of RAM would be enough...

From my messages log:
May  2 22:15:20 aquarius spamd[1783]: spamd starting
May  2 22:15:21 aquarius spamd[1785]: Use of uninitialized value in numeric gt 
() at /usr/lib/perl5/5.8.5/i686-linux/DB_File.pm line 271.
May  2 22:15:21 aquarius spamd[1785]: Deep recursion on subroutine 
DB_File::AUTOLOAD at /usr/lib/perl5/5.8.5/i686-linux/DB_File.pm line 234.

That is the only thing I can find that is a problem, though I don´t know what 
it means. 

/etc/conf.d/spamd shows:
# Config file for /etc/init.d/spamd
SPAMD_OPTS=-m 2 -c -H

Does anyone have a clue?

Best regards,
Andreas Karlsson
Sweden


pgpKIKnr03P5K.pgp
Description: PGP signature