Re: [gentoo-user] OpenOffice

2006-06-27 Thread Caster
if they fail, instead of just warn. Can't find the feature's name now, though. And do I get this space back after the compilingprocess is finished? You can get it instantly, remove everything in /var/tmp/portage/ (when you are not emerging something).Caster

Re: [gentoo-user] java-config-wrapper-0.8.tar.bz2 not downloadable

2006-06-26 Thread Caster
. Either go with it or change your package.unmask to specify exactly the jdk 1.5 version you had before. Caster

Re: [gentoo-user] ASS/SAA in Video

2006-06-26 Thread Caster
karaoke effects, but I hope at least colors, positioning and such stuff for translating signs will work good, and hopefully also embedded fonts in mkv files?Caster

Re: [gentoo-user] graphical ssh-enabled file system browser?

2006-06-24 Thread Caster
terms yet. Sorry. Krusader (K is for KDE) can do it, it's something like Total Commander on Windows. The remote computer is opened with ctrl+N, selecting protocol called fish:// and filling hostname, login/pass. You can store that info as quick bookmark too. Caster

Re: [gentoo-user] OOo emerge failure

2006-06-23 Thread Caster
On 6/23/06, Mick [EMAIL PROTECTED] wrote: -LNO_JAVA_HOME/lib -LNO_JAVA_HOME/jre/lib/i386-LNO_JAVA_HOME/jre/lib/i386/client-LNO_JAVA_HOME/jre/lib/i386/native_threads -L/usr/libThis looks suspicious, seems like it couldn't find java - NO_JAVA_HOME... You built with java useflag? Probably result of

Re: [gentoo-user] Ran out of space

2006-06-23 Thread Caster
/ especially if you have broken OOo build sitting there :)Still in the long run, assuming you have everything in one root partition, that won't be enough... Caster

Re: [gentoo-user] OOo emerge failure

2006-06-23 Thread Caster
On 6/23/06, Mick [EMAIL PROTECTED] wrote: On 23/06/06, Caster [EMAIL PROTECTED] wrote: On 6/23/06, Mick [EMAIL PROTECTED] wrote:No, I don't have java on this machine. Weird... still -r2 could be fixed for this. You can try it when you get some space back :DCaster

Re: [gentoo-user] Firefox and Java bringing X down

2006-06-23 Thread Caster
useflag? You intend to use java in X, don't you... I thought X clients shouldn't bring the X server down, but this isclearly what's happening here. I can reproduce it everytime. I don't even know where to start looking.Which xorg version? Does anyone ever had a problem similar to this?Not here. Caster

Re: [gentoo-user] emerge --sync fails

2006-06-22 Thread Caster
On 6/22/06, Rafael Alfaro [EMAIL PROTECTED] wrote: PORTAGE_RSYNC_EXTRA_OPTS=300This is the problem, remove that from your /etc/make.conf - that's not an valid option... What were you trying to accomplish with it?Caster

Re: [gentoo-user] Does USB devices share bandwidth?

2006-06-22 Thread Caster
of 2 ports per controller... but dunno how to see that in linux. You could probably plug some usb flash storage in and perform transfers to see if it slows down the printing, to be sure :)Caster

Re: [gentoo-user] Re: Does USB devices share bandwidth?

2006-06-22 Thread Caster
with one device, or USB 1.0 with twoseparate devices?What if I remove OCHI and add back only UHCI driver in the kernel? You can leave both enabled in the kernel. OHCI will be used if you connect 1.1 device, EHCI/UHCI (depends on which you discover with lspci -v) will be used with 2.0 devices. Caster

Re: [gentoo-user] What to do when you can't loggin

2006-06-21 Thread Caster
it was a known major problem.But still if you run ~arch, you should be ready for problems. If you don't want, revert to arch...Caster

[gentoo-user] Re: broken libraries but library-linking is consistent ;-)

2006-06-14 Thread Caster
it could have this effect. Broken linking usually means stuff won't run at all :) Caster

[gentoo-user] Re: how does a pipe work? Which process wait for which one, or they don't actually wait each other?

2006-06-14 Thread Caster
the output (appA) or compression (appB). Caster

[gentoo-user] Re: gamin

2006-06-14 Thread Caster
This morning I noticed that gam_server was eating 80 90% of cpu... I'm trying to find who installed gamin in my system, the dependency, but I found nothing... ('equery depends gamin' shows nothing, with -a, equery breaks)Got inotify enabled in your kernel? See

[gentoo-user] Re: apsfilter and cups

2006-06-07 Thread Caster
Douglas Orchard wrote: My question is ... How can I emerge apsfilter and ghostscript whithout the cups redundancy's (oops I mean dependencys)?Disable cups USEflag either globally in /etc/make.conf or for the packages you want in /etc/portage/package.keywords. Read man portage, man make.conf or

[gentoo-user] Re: Xgl mem usage

2006-06-01 Thread Caster
usage is very high but it's alpha after all?Caster

[gentoo-user] Re: No space left on device: Am I allowed...

2006-05-25 Thread Caster
Note that emerge shouldn't be leaving stuff there unless you're using FEATURES (meant for debugging) like 'noclean', 'keeptemp' or 'keepwork' in your make.conf, or unless emerge crashes during the build.Caster