[gentoo-user] Re: java-config --set-user-classpath

2006-10-03 Thread Catalin Trifu
eselect java-vm 

Catalin

Trenton Adams wrote:
 Hi Guys,
 
 I'm just a little curious why --set-user-classpath and
 --set-system-classpath are being done away with?  Is there a
 replacement facility for this functionality?
 
 Thanks.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: need help tuning distcc

2006-09-28 Thread Catalin Trifu
Hi,

Is FEATURES properly set in /etc/make.conf.
I think you should use distcc-config --set-hosts to set the compiling farm
hosts and localhost is not necessary.
Did you check if /etc/conf.d/distcc is correctly configured on all the boxes
like on which interface they listen on and from which hosts they accept 
connections.
Last I believe you need to specify the port in the --set-hosts line:
   distcc-config --set-hosts fast_host_1:3632/3 fast_host_2:3632/2
In this case 3 jobs get sent to fast_host_1 and 2 to fast_host_2.

Catalin

John Blinka wrote:
 Hi, all,
 
 I run Gentoo on a very old 150 mhz pentium laptop.  As you can imagine,
 it's painful to update Gentoo packages on it.  I've been attempting
 to use distcc and crossdev so that the more more modern i686 machines on my
 local network can do most of the compiling for this i586 box.  However,
 I haven't been very successful in offloading its compilations to the faster
 boxes: distcc still seems to want to do most of the compiling on the
 slow box
 and only occasionally sends a compilation to one of the faster boxes.
 
 My reading of the docs suggests that the /etc/distcc/hosts file controls how
 the work is distributed and MAKEOPTS in /etc/host controls how much
 parallelism
 is attempted.  My setup on the slow box is MAKEOPTS=-j5 with
 /etc/distcc/hosts
 containing a line like
 
 fast_box_1/2 fast_box_2/2 localhost/1
 
 My intention is that make will attempt 5 way parallelism, and that
 distcc will
 parcel out the 1st two tasks to fast_box_1, the next 2 tasks to fast_box_2,
 and the last task to localhost, the slow box.
 
 But, as I watch compilations progress on all 3 machines, I see most of
 the work
 being done, on the slow box - typically 2 or 3 compilations
 simultaneously, and
 only an occasional compilation on the faster machines.
 
 How do I convince distcc on the slow machine to send more work - all of
 it if
 possible - to the fast machines?
 
 Thanks for your help.
 
 John Blinka

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing oracle forms on firefox with blackdown java

2006-08-01 Thread Catalin Trifu




 Hi,

 Try to install the sun jvm; this might help!

Catalin

W.Kenworthy wrote:

  I am having problems viewing oracle forms on firefox with blackdown
java.  I have followed various font and X guides with no improvement.
Both screen and printed data looks like:
"http://wdk.dyndns.org/oracle_forms.png"

I need this to be readable, as its a crucial part of my work to be able
to access the forms :(  I am a forms user, and have no access/input to
the server at all (and being a gentoo user in a rabid doze environment I
am both on my own, and need to keep a low profile!)

BillK

  


-- 
CTO
ISP Software GmbH
Ebertstrasse 13
Landshut, 84032
Bayern, Deutschland
phone de: +49 (0) 179 4606773
phone ro:  +4 (0) 729 144520
email: [EMAIL PROTECTED]





[gentoo-user] openoffice dies

2006-07-21 Thread Catalin Trifu
Hi,


   After upgrading to ooffice-bin-2.0.3 it simply won't run anymore. The initial
screen with the licence comes up but pressing on next crashes it.
   I've looked on the bugs but there is no such thing there.
   I had a problem before with the freetype lib but downgrading solved it; this 
time it did not.

gdb /usr/lib/openoffice/program/soffice.bin
GNU gdb 6.5
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i686-pc-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/libthread_db.so.1.

(gdb) run
Starting program: /usr/lib/openoffice/program/soffice.bin
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1235192144 (LWP 12633)]
[New Thread -1235260512 (LWP 12636)]
[New Thread -1277264992 (LWP 12638)]
[New Thread -1285792864 (LWP 12639)]
[New Thread -1296516192 (LWP 12640)]
[New Thread -1321677920 (LWP 12642)]
[Thread -1321677920 (LWP 12642) exited]
[New Thread -1321677920 (LWP 12644)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1235192144 (LWP 12633)]
0xb79e1f9b in TextEngine::ImpBreakLine () from 
/usr/lib/openoffice/program/libsvt680li.so




Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: openoffice dies

2006-07-21 Thread Catalin Trifu
yes! i tried that one!

Fabrice Delliaux wrote:
 Catalin Trifu a écrit :
  Hi,

 
 Hi,
 
After upgrading to ooffice-bin-2.0.3 it simply won't run anymore. The 
 initial
 screen with the licence comes up but pressing on next crashes it.
I've looked on the bugs but there is no such thing there.
I had a problem before with the freetype lib but downgrading solved it; 
 this time it did not.

 
 Did you try :
 
   $ mv ~/.ooo-2.0 ~/.ooo-2.0.old
 
 ?

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Why ity has to be so frustrating !!!

2006-06-26 Thread Catalin Trifu
Why not use software RAID ? You don't necessarily need
the hardware RAID and as far as I know software RAID works just as
fine as the hardware RAID.


Catalin

Allan Spagnol Comar wrote:
 Good afternoon list.
 
 I am trying now for 8 days to make nvidia RAID works on gentoo
 systems; I pass trhought all stages, I had difficult make live cd
 works, then after it works I have to use the hard way to make grub
 install after all that I thought it was every thing cool and I
 would be allowed to run my gentoo, I was wrong.
 
 I had tried genkernel and Hard way ( a script to genrate initrd ) on
 kernel 2.6.16 and none of then work, always complaining that real_root
 wasn´t there and I could run a shell and really there was just
 /dev/mapper/control no raid device. So some wise guys said to me,
 there is a bug on 2.6.16 that doesn´t work with RAID 0, so I emerged
 2.6.15-r1 and tried again both ways, genkernel and the other ..
 again none of them work, with a addin, my kernel panics at boot !
 
 so were should I go now, just use windows  because infortunilly
 every single hardware fabricant just think of windows users.. I
 can not erase my windows, and RAID on windows gives a real boost. So
 what is left to me is keep trying make the louse nvidia fake raid work
 on linux ..
 
 I pray for a wise guy that had done this before  HELP ME ! I
 think I had tried everything I know and some things that I didn´t know
 either 
 
 sorry for the large mail and the terrible english . but, could
 anyone help .
 
 thanks . Allan
 
 PS. ( for more explanations on what happened on my system there is a
 thread on the list,
 subject: Help with nvidia fake raid. )
 
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)

2006-06-25 Thread Catalin Trifu
Hi,


I have just got a new machine with nForce4 chipset and 250GB SATA drive.
I am trying to compile the kernel on the machine (gentoo-sources) and it works
just fine but at boot time I get the panic in the subject and I don't get it
why. I have compiled sata_nv directly in the kernel. I'm not using any raid
or such things.
I also installed the kernel + initrd from the 2006.0 live cd and that kernel
boots just fine.


Thanks,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] SOLVED] Re: kernel compilation problem [panic: not syncing VFS: Unable to mount root fs on unknows-block(0,0)

2006-06-25 Thread Catalin Trifu
Hi,


   Actually the sata_nv was not compiled directly in the kernel, was a module
   Sorry for the trouble

Catalin


Catalin Trifu wrote:
   Hi,
 
 
 I have just got a new machine with nForce4 chipset and 250GB SATA drive.
 I am trying to compile the kernel on the machine (gentoo-sources) and it works
 just fine but at boot time I get the panic in the subject and I don't get it
 why. I have compiled sata_nv directly in the kernel. I'm not using any raid
 or such things.
 I also installed the kernel + initrd from the 2006.0 live cd and that 
 kernel
 boots just fine.
 
 
 Thanks,
 Catalin
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] 64bit vs 32bit

2006-06-16 Thread Catalin Trifu
Hi,


I am planning to buy a new machine and lately I was thinking about
a AMD64 X2 4800+ 2GB RAM.
Is it worth to install 64bit linux or should I go for 32. As I have read
there are issues with video stuff, flash player.
This machine is for work and entertainment. I don't like the idea of a
32bit chroot if it's too much of a hassle to set it up.


Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] fonts after xorg-server and nvidia upgrade

2006-04-24 Thread Catalin Trifu
Hi,


After upgrading the nvidia drivers to version 1.0.8756 and
xorg-server to version 1.0.99.901-r1 X starts up but no fonts
are displayed on screen. Sometimes there is a short period I can
see the stuff on screen and then it disappears again.
Downgrading to xorg-server is a pain because of ABI dependencies.
I've tried reemerging the fonts, rebuilding the fonts directories
and nothing.
Things are working with the xorg nv driver, but not with the
nvidia binary drivers. I do need the nvidia drivers because
this is a laptop and I use my flat panel for daily use and I need
the TwinView from the nvidia drivers.


Thanks,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: fonts after xorg-server and nvidia upgrade [PARTIALLY SOLVED]

2006-04-24 Thread Catalin Trifu
 Downgrading to xorg-server-1.0.2-r3 and downgrading the xf86-input-mouse 
to 1.0.4
and -keyboard to 1.0.1.3 (needed by ABI stuff) worked.
 I would still like to have the lastest xorg-server :)

Catalin Trifu wrote:
   Hi,
 
 
 After upgrading the nvidia drivers to version 1.0.8756 and
 xorg-server to version 1.0.99.901-r1 X starts up but no fonts
 are displayed on screen. Sometimes there is a short period I can
 see the stuff on screen and then it disappears again.
 Downgrading to xorg-server is a pain because of ABI dependencies.
 I've tried reemerging the fonts, rebuilding the fonts directories
 and nothing.
 Things are working with the xorg nv driver, but not with the
 nvidia binary drivers. I do need the nvidia drivers because
 this is a laptop and I use my flat panel for daily use and I need
 the TwinView from the nvidia drivers.
 
 
 Thanks,
 Catalin
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] tv tunner

2006-04-19 Thread Catalin Trifu
Hi,


   I would like to get a TV Tunner installed on my gentoo linux box.
   Could you please share some of your experience with setting up
a TV Tunner and which cards/software you used.


Thanks you,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [OT] tv tunner

2006-04-19 Thread Catalin Trifu
Hi,

Thanks for the reply!
Unfortunately, where I live (Romania), the Hauppage products
are not sold, so I can not use it. The solution seems to be a
Leadtek WinFast DV2000 which is built around a Conexant CX23881.
How did you configure the card with mythtv ?

Thanks,
Catalin

James Ausmus wrote:
 On 4/19/06, Catalin Trifu [EMAIL PROTECTED] wrote:
 Hi,


I would like to get a TV Tunner installed on my gentoo linux box.
Could you please share some of your experience with setting up
 a TV Tunner and which cards/software you used.

 
 I've had good louck with the Hauppauge PCR-150 TV Tuner card - between
 $60 - $80 (US), has hardware compression, so you don't chew up your
 CPU cycles - I'm running two of the cards on a Celeron 500 system with
 no noticable CPU overhead. They are regular analog broadcast input,
 and they have no TV output (If you need the TV output, I believe you
 have to go up to the PVR-350, not sure how much it is) - they also
 come with an IR remote, which is handy if you're doing the watching
 from the same box that the card is in - not quite as handy in a
 dedicated recording server such as mine. :)
 
 They use the ivtv driver, which is at least in portage, and I *think*
 that the latest in-kernel drivers contains a recent enough ivtv driver
 to support the card directly in the kernel, but I'm not positive.
 
 I use MythTV (USE=backendonly for my server, USE=frontendonly for
 all my home clients) for recording and viewing.
 
 If you decide to go the PVR-150 / MythTV route, let me know if you
 want some configuration tips, I can help out.
 
 HTH-
 
 James
 
 
 Thanks you,
 Catalin

 --
 gentoo-user@gentoo.org mailing list


 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] openoffice and gcc 4.1

2006-04-10 Thread Catalin Trifu
Hi,

   I've just recompiled my system using gcc-4.1 and of course
openoffice does not work, the compilation fails while the binary one
segfaults.
   I searched the archives but found no clue.
   Anyone else experienced the same issues ?


Thanks,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] firefox crashes on file downloads

2006-04-05 Thread Catalin Trifu
Hi,

Firefox segfaults when trying to download a file via http or ftp
no matter the site I'm visiting.
Has anyone else experienced the same issue ?


Catalin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] firefox crashes on file downloads

2006-04-05 Thread Catalin Trifu




Yes, I do! Opera has no problems!

Yahoo.de wrote:

  Hey!

That may be a silly question, but have you enought space?

Regards

Catalin Trifu wrote:
  
  
	Hi,

Firefox segfaults when trying to download a file via http or ftp
no matter the site I'm visiting.
Has anyone else experienced the same issue ?


Catalin

  

  
  
  


-- 
CTO
ISP Software GmbH
Ebertstrasse 13
Landshut, 84032
Bayern, Deutschland
phone de: +49 (0) 179 4606773
phone ro:  +4 (0) 729 144520
email: [EMAIL PROTECTED]





[gentoo-user] Re: firefox crashes on file downloads

2006-04-05 Thread Catalin Trifu
Even in safe-mode it still crashes!

Daniel da Veiga wrote:
 On 4/5/06, Yahoo.de [EMAIL PROTECTED] wrote:
 Hey!

 That may be a silly question, but have you enought space?

 Regards

 Catalin Trifu wrote:
   Hi,

 Firefox segfaults when trying to download a file via http or ftp
 no matter the site I'm visiting.
 Has anyone else experienced the same issue ?

 
 Yeah, but with windows, and it was a known bug... Try resetting your
 download list (too many itens may crash firefox, or so I've heard),
 remove the preferences and start it again with no extensions. Check
 your plugins also...
 
 --
 Daniel da Veiga
 Computer Operator - RS - Brazil
 -BEGIN GEEK CODE BLOCK-
 Version: 3.1
 GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
 PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
 --END GEEK CODE BLOCK--
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] wired wireless routing

2006-03-26 Thread Catalin Trifu
Hi,

I have a Linksys ADSL router with 4 ether ports and wireless.
I have a desktop connected with wire to the router and a laptop
connected via wireless.
  Router IP   : 192.168.254.1
  Desktop IP  : 192.168.254.2
  Wireless IP : 192.168.254.3
   The desktop and laptop have both set up 192.168.254.1 as gateway
   The problem is I can not connect from 192.168.254.3 to 192.168.254.2 and
I don't understand why.


Thanks,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: looking for a good c++ IDE for demons...

2006-02-24 Thread Catalin Trifu
kdevelop and anjuta are some I know of.

Catalin

Wolfgang Liebich wrote:
 Hi,
 I'm developing a C++ application which runs as a UNIX demon or windows
 service. Until now I'm used mainly xemacs, but since I learned about
 better IDEs (for example the JAVA developers have IDEA), I'm looking for
 something like this for c++. I tried snavigator, but this tool seems to
 get confused by multiple inheritance (which is used in my project).
 Mainly I would search for a good class navigator. 
 Is there something to recommend?
 Ciao,
 Wolfgang

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: package dependencies

2006-02-16 Thread Catalin Trifu
equery depends {blocking_package}

This will give you a list of all the packages that require the blocker.
equery is in app-portage/gentoolkit

Catalin


Nick Smith wrote:
 is there a way to tell what packages are required by what?  for
 instance i have a package that is blocking another package when i do
 an emerge, is there a way to tell if the package that is blocking the
 other is actually needed by any other package on the system before i
 unmerge it?
 
 thanks
 
 Nick
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: X or firefox or nvidia leaks ? or I do :)

2006-02-13 Thread Catalin Trifu
btw: nvidia-kernel-1.0.8178-r3
 mozilla-firefox-bin-1.5.0.1
 xorg-server-1.0.1-r2
 mozilla-thunderbird-1.5-r1

Catalin Trifu wrote:
   Hi,
 
 On my Dell P4 3.06Ghz, 1.2GB RAM (1GB swap), Nvidia Go5200 and with shiny
 suspend2-sources-2.6.15-r5, modular xorg-server with only firefox-bin,
 thunderbird and a terminal opened on top of KDE I got my resources
 exhauested in one day.
 I left the computer open and left home (no background processes doing
 nasty things or anything like that) and when I got back pmap on X shows this:
 
 Address   Kbytes Mode  Offset   DeviceMapping
 080480001528 r-x--  016:9 Xorg
 081c6000  56 rw--- 0017d000 016:9 Xorg
 081d4000 1809308 rw--- 081d4000 000:0   [ anon ]
 b54f60005124 rw-s- d347b000 000:d nvidia0
 .
 mapped: 1844492Kwriteable/private: 1816832Kshared: 13832K
 
 I assume the [anon] block comes from nvidia. For a firefox-bin with 8-10
 open tabs and a thunderbird, that is way too much memory eaten and
 quite frankly I have no idea where that comes from.
 Any suggestions would be nice, since I don't want to restart my
 X server every two hours.
 Would installing firefox from sources make any difference, if
 it's firefoxes fault that is ?
 
 
 Thanks,
 Catalin
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: emerge update world and modular xorg-x11

2006-02-01 Thread Catalin Trifu
Hi,

Try adding this dir and file:
$ mkdir -p /etc/portage/profile
$ echo virtual/x11x11-base/xorg-server  
/etc/portage/profile/virtuals
$ echo virtual/xftx11-libs/libXft  /etc/portage/profile/virtuals
Rebuild. If that is not enough then put /usr/portage/x11-base/xorg-server 
into your
PORTDIR_OVERLAY rebuild the metadata and edit the xorg-server-x.x.x and add a 
line:
PROVIDE=virtual/x11 to the ebuild, digest it and try again.
Of course you would need to remerge xorg-server before anything else.

Catalin

Cláudio Henrique wrote:
 I have installed modular xorg-x11 following the guides in gentoo
 (http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml) and
 in gentoo-wiki (http://gentoo-wiki.com/HOWTO_Modular_Xorg) and now I'm
 having trouble updating my system. how can I solve this?
 
 
 localhost ~ # emerge -uDav world
 
 These are the packages that I would merge, in order:
 
 Calculating world dependencies -
 !!! All ebuilds that could satisfy virtual/x11 have been masked.
 !!! One of the following masked packages is required to complete your request:
 - virtual/x11-6.8 (masked by: package.mask)
 
 For more information, see MASKED PACKAGES section in the emerge man page or
 refer to the Gentoo Handbook.
 (dependency required by media-gfx/gimp-2.2.8-r1 [ebuild])
 
 
 
 !!! Problem resolving dependencies for media-gfx/gimp
 !!! Depgraph creation failed.
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Problems emerging JBOSS

2006-01-13 Thread Catalin Trifu
Hi,

You could try to
ebuild /usr/portage/... unpack
Tweak the file you say is the cause for the problem and then
ebuild /usr/portage/... merge
This should compile JBOSS with the modifications u made and
merge it into the world.

Catalin

Felipe Ribeiro wrote:
 Hi,
 
 I'm trying to install JBoss 3.2.5, but i'm having a problem.
 
 The file that comes in the package, says that the javac.target is 1.2,
 but this version of jboss must work with 1.5, so i've got this message
 while trying emerge jboss
 
 [execmodules] javac: target release 1.2 conflicts with default source
 release 1.5
 
 BUILD FAILED
 /var/tmp/portage/jboss-3.2.5/work/jboss-3.2.5-src/tools/etc/buildmagic/buildmagic.ent:406:
 Compile failed; see the compiler error output for details.
 
 Total time: 11 seconds
 
 !!! ERROR: www-servers/jboss-3.2.5 failed.
 !!! Function src_compile, Line 32, Exitcode 1
 !!! (no error message)
 !!! If you need support, post the topmost build error, NOT this status 
 message.
 
 
 There's a file, task.properties that set this value, is there any way
 to change this to install JBoss?
 I tried to alter the .tar.bz2 file just changing the file that
 contains this information, but then i get a digest error.
 
 Any suggestion?
 
 Cheers,
 
 Felipe
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mysql-query-browser

2006-01-11 Thread Catalin Trifu
Hi,

My mysql-query-browser started to segfault since I upgraded to 1.1.17:
/usr/bin/mysql-query-browser: line 20: 15876 Segmentation fault  $PRG-bin
Perhaps this is not the best place to put this and mysql list would
be more appropiate, but if someone else had the same problem, please
share your solution in case one is found.

Thanks,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] strange updates conflicts

2006-01-10 Thread Catalin Trifu
Hi,

   emerge -pvDu shows this:

Calculating world dependencies ...done!
[blocks B ] dev-php/PEAR-Archive_Tar (is blocking 
dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B ] dev-php/PEAR-Console_Getopt (is blocking 
dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B ] dev-php/PEAR-XML_RPC (is blocking dev-php/PEAR-PEAR-1.3.6-r2)
[blocks B ] dev-php/PEAR-PEAR-1.3.6-r2 (is blocking 
dev-php/PEAR-PEAR-1.3.6-r2)

   If this is not strage (the last line at least) then I don't know
what is :)
   Any ideas how to solve it ?

Catalin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu
   Hi,

did u run: eselect opengl set nvidia
to make sure nvidia's implementation is used. By yhe output of
Xorg.0.log the
actual implementation used is the X.org default one.
Also make sure you comment the ModulesPath in xorg.conf.

Catalin

  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu




# ls -lsa /usr/lib/libGL*
 4 -rw-r--r-- 1 root root 727 Dec 10 12:04 /usr/lib/libGL.la
 0 lrwxrwxrwx 1 root root 36 Dec 10 12:04 /usr/lib/libGL.so -
//usr/lib/opengl/nvidia/lib/libGL.so*
 4 -rw-r--r-- 1 root root 752 Dec 3 12:31 /usr/lib/libGLU.la
 0 lrwxrwxrwx 1 root root 20 Dec 7 23:43 /usr/lib/libGLU.so
- /usr/lib/libGLU.so.1*
 0 lrwxrwxrwx 1 root root 20 Dec 3 12:31 /usr/lib/libGLU.so.1
- libGLU.so.1.3.060401*
464 -rwxr-xr-x 1 root root 473316 Dec 3 12:31
/usr/lib/libGLU.so.1.3.060401*
 0 lrwxrwxrwx 1 root root 40 Dec 10 12:04 /usr/lib/libGLcore.so
- //usr/lib/opengl/nvidia/lib/libGLcore.so*
 0 lrwxrwxrwx 1 root root 11 Dec 3 12:31 /usr/lib/libGLw.so
- libGLw.so.1*
 0 lrwxrwxrwx 1 root root 15 Dec 3 12:31 /usr/lib/libGLw.so.1
- libGLw.so.1.0.0*
 0 lrwxrwxrwx 1 root root 15 Dec 3 12:31 /usr/lib/libGLw.so.1.0
- libGLw.so.1.0.0*
20 -rwxr-xr-x 1 root root 16804 Dec 3 12:31
/usr/lib/libGLw.so.1.0.0*

 My machine shows this. Is LoadModule "dri" commented out in
xorg.conf.

Catalin


Stefan Frank wrote:

  On Wednesday 14 December 2005 15:53, Catalin Trifu wrote:
  
  
   Hi,

did u run: eselect opengl set nvidia

  
  
More than once :(.

  
  
to make sure nvidia's implementation is used. By yhe output of
Xorg.0.log the
actual implementation used is the X.org default one.
Also make sure you comment the ModulesPath in xorg.conf.

  
  
ModulePath is already commented :(

I really don't know, what the problem may be. 
  





Re: [gentoo-user] Modular X.org + Nvidia = GLX not loading

2005-12-14 Thread Catalin Trifu




 Can be because u run x86_64
because it loads the GLX from 

Loading /usr/lib64/xorg/modules/extensions/libglx.so
   This can be a cause. Have u tried to use the xorg implementation.
   Also, you can live without GLX as long u don't need fancy 3D or
something like that.

Catalin



Stefan Frank wrote:

  On Wednesday 14 December 2005 16:43, Catalin Trifu wrote:
  
  
# ls -lsa /usr/lib/libGL*
  4 -rw-r--r--  1 root root727 Dec 10 12:04 /usr/lib/libGL.la
  0 lrwxrwxrwx  1 root root 36 Dec 10 12:04 /usr/lib/libGL.so -
//usr/lib/opengl/nvidia/lib/libGL.so*
  4 -rw-r--r--  1 root root752 Dec  3 12:31 /usr/lib/libGLU.la
  0 lrwxrwxrwx  1 root root 20 Dec  7 23:43 /usr/lib/libGLU.so -
/usr/lib/libGLU.so.1*
  0 lrwxrwxrwx  1 root root 20 Dec  3 12:31 /usr/lib/libGLU.so.1 -
libGLU.so.1.3.060401*
464 -rwxr-xr-x  1 root root 473316 Dec  3 12:31
/usr/lib/libGLU.so.1.3.060401*
  0 lrwxrwxrwx  1 root root 40 Dec 10 12:04 /usr/lib/libGLcore.so -
//usr/lib/opengl/nvidia/lib/libGLcore.so*
  0 lrwxrwxrwx  1 root root 11 Dec  3 12:31 /usr/lib/libGLw.so -
libGLw.so.1*
  0 lrwxrwxrwx  1 root root 15 Dec  3 12:31 /usr/lib/libGLw.so.1 -
libGLw.so.1.0.0*
  0 lrwxrwxrwx  1 root root 15 Dec  3 12:31 /usr/lib/libGLw.so.1.0
- libGLw.so.1.0.0*
 20 -rwxr-xr-x  1 root root  16804 Dec  3 12:31 /usr/lib/libGLw.so.1.0.0*

  
  
My system:

# ls -lsa /usr/lib/libGL*
  4 -rw-r--r--  1 root root731 Nov 12 21:02 /usr/lib/libGL.la
  0 lrwxrwxrwx  1 root root 36 Nov 12 21:02 /usr/lib/libGL.so 
- //usr/lib/opengl/nvidia/lib/libGL.so
  4 -rw-r--r--  1 root root752 Dec 12 17:05 /usr/lib/libGLU.la
  0 lrwxrwxrwx  1 root root 11 Dec 12 17:05 /usr/lib/libGLU.so - 
libGLU.so.1
  0 lrwxrwxrwx  1 root root 20 Dec 12 17:05 /usr/lib/libGLU.so.1 - 
libGLU.so.1.3.060401
  0 lrwxrwxrwx  1 root root 20 Dec 12 17:05 /usr/lib/libGLU.so.1.3 - 
libGLU.so.1.3.060401
505 -rwxr-xr-x  1 root root 513640 Dec 12 17:05 /usr/lib/libGLU.so.1.3.060401
  0 lrwxrwxrwx  1 root root 40 Nov 12 21:02 /usr/lib/libGLcore.so 
- //usr/lib/opengl/nvidia/lib/libGLcore.so
  0 lrwxrwxrwx  1 root root 11 Dec 12 17:05 /usr/lib/libGLw.so - 
libGLw.so.1
  0 lrwxrwxrwx  1 root root 15 Dec 12 17:05 /usr/lib/libGLw.so.1 - 
libGLw.so.1.0.0
  0 lrwxrwxrwx  1 root root 15 Dec 12 17:05 /usr/lib/libGLw.so.1.0 - 
libGLw.so.1.0.0
 28 -rwxr-xr-x  1 root root  25656 Dec 12 17:05 /usr/lib/libGLw.so.1.0.0

That looks to me the same.

  
  
My machine shows this. Is LoadModule "dri" commented out in xorg.conf.

  
  
Wasn't, but is now and it doesn't change anything... Have you emerged 
xorg-server with the USE-flag "dri"?
  





Re: [gentoo-user] apache and cgi

2005-12-12 Thread Catalin Trifu




 Hi,

 The cgi-bin in /var/www/localhost will server the scripts; in the
httpd.conf /cgi-bin/ is aliased to that particular directory, so
everything
u put in there will be available at http://localhost/cgi-bin/
 There are two scripts in there by default printenv and test-cgi.
Point u'r
browser to http://localhost/cgi-bin/printenv and u should see something.
If not, then there is something wrong with u'r setup.

Catalin


Nick Smith wrote:

  how do you install a cgi script in apache when the cgi-bin folder is
outside of the document root like is the default for gentoo? ive tried
a symlink and that doesnt seem to work, this is my first cgi script so
im not exactly sure how to install it.  this is for the courier
webadmin program, it has to be in cgi-bin running on the webserver.

thanks

Nick
--
Linux, because I'd rather own a free OS than steal one that's not
worth paying for.

  





[gentoo-user] BASH 3.1 - DON't UPGRADE

2005-12-12 Thread Catalin Trifu
Hi,

   I just had a terrible experience with upgrading to bash-3.1. It breaks
the rc-scripts (especially rc-daemon.sh and eth.lo) so you are left
without network.
/lib/rcscripts/sh/rc-daemon.sh: line 328: syntax error near unexpected 
token `('
/lib/rcscripts/sh/rc-daemon.sh: line 328: ` local -a RC_DAEMONS=() 
RC_PIDFILES=()'
/etc/init.d/net.lo: line 286: syntax error near unexpected token `('
/etc/init.d/net.lo: line 286: ` local -a provide=() provide_list=() 
after=() dead=() sorted=() sortedp=()'
  I guess the new bash does not accept the declaration of arrays like this 
anymore.

Catalin

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] /etc/env.d help

2005-12-10 Thread Catalin Trifu
Hi,

You don't write export VAR_NAME in env.d. In the /etc/env.d u only write
VAR_NAME=some value
Then run env-update  source /etc/profile
In your particular case:

add in /etc/env.d/90local and not in /etc/env.d/10MozillaFirefox
(this one might get
overwritten with an upgrade):
$ vim /etc/env.d/90local
XLIB_SKIP_ARGB_VISUALS=1
$ env-update  source /etc/profile
$ firefox

U have to restart u'r X session or start firefox from the shell to
see the new environment.

Hope it helps,
C.
   
Grant wrote:

Hello, this document:

http://gentoo-wiki.com/TIP_Xorg_X11_and_Transparency

directs me to add the following:

export XLIB_SKIP_ARGB_VISUALS=1

to a file under '/etc/env.d/' to keep flash from crashing firefox.  I
tried adding it to:

/etc/env.d/10MozillaFirefox

which already contains:

LDPATH=/usr/lib/mozilla-firefox

but it does not seem to work.  I can get it to work by adding the
appropriate line to /usr/bin/firefox, but that is overwritten with a
new firefox emerge.  Can someone tell me how to use /etc/env.d
properly?

- Grant

  

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] X and fonts

2005-12-03 Thread Catalin Trifu

Hi,

I have the following issue with font rendering. My settings are to
use 10px fonts (mostly Verdana). The things is sometimes the fonts are
smaller, sometimes are bigger (the way i see them on screen).
It is really weird to have it like this and is annoying to always
change the font in gvim and eclipse.
Almost every time I start KDE I will never know how the fonts will be
displayed. Is there some way to prevent such erratic behaviour ?

Thanks,
Catalin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Which are the modularised xorg ebuilds

2005-11-22 Thread Catalin Trifu

x11-base/xorg-server

Catalin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] realplayer download security problem

2005-11-15 Thread Catalin Trifu




  Hi,

 Download it manually and drop the file into /usr/portage/distfiles

Catalin

 
James wrote:

  Hello

I've been trying to emerge (install):
media-video/realplayer

I get this error message:
snip
Connecting to helixcommunity.org|207.188.25.135|:443... connected.
ERROR: Certificate verification error for helixcommunity.org: unable to get
local issuer certificate
To connect to helixcommunity.org insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
snip

I've tried the "--no-check-certificate" as both an emerge option
and as a USE flag, to no avail.

So what am I missing to get the 'emerge realplayer' to work?

James



  





Re: [gentoo-user] 300GB Hard drive kernel 2.4.28

2005-11-14 Thread Catalin Trifu




  Hi,

 Did you partioned and created the filesystems on the hdd ?
 if not there is nothing to mount.

Catalin


Chris Bruyere wrote:

  Hi All. First post. Sorry if manners not proper.

My server has a 2.4.28 kernel and I would like to
install a 300GB hard drive. 

I can 'see' it in BIOS and can fdisk it, but when I
mount it, I get an error message like:
"can't mount /dev/hdd2 bad superblock " (Exact
error message can be posted if req'd).

It is possible to use this HD w/out a Ultra ATA 133
PCI card?

thanks!
Chris


	

	
		
__ 
Find your next car at http://autos.yahoo.ca
  





Re: [gentoo-user] Developmnet Environment for PHP and PERL

2005-11-08 Thread Catalin Trifu




 vim rulez! My personal opinion
is that vim is the best, with an assortment
of carefully chosen plugins is perfect. takes some time to learn it
though.

Catalin

Michael Shaw wrote:
What
editor do people use for PHP and Perl development. I'm looking for
something with syntax highlighting and such, so that rules ut vi or
gedit.
  
  
Thanks,
  
Mike
  





Re: [gentoo-user] Problems with mysql 4.1 upgrade

2005-11-07 Thread Catalin Trifu




 Hi,

 What does the mysql log say ? /var/lib/mysql/host.err

Catalin


Kevin Philp wrote:

  Last week I upgraded to mysql 4.1.14. I carefully followed every line
of the upgrade guide inlcuding the revdep-rebuild and at the end I had
a lovely new mysql 4.1 and all my databases had imported with no
problems, phpmyadmin also worked fine. Nowabout a week later I
can't start mysql:

/etc/init.d/mysql start - says mysql has already started but it hasn't
(ps aux | grep -i my* shows nothing)

mysql shows
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)

I have checked permissions on var/run/mysqld as recommended in another
post and they are correct. I am running out of ideasanyone any
further ideas??

Thanks

Kevin.

  





Re: [gentoo-user] Problems with mysql 4.1 upgrade

2005-11-07 Thread Catalin Trifu




 Hi,

 The default log size changed between 4.0 and 4.1 and when u upgraded
the /etc/mysql/my.cnf was overwriten.
 One solution would be to either remove the logs from /var/lib/mysql
and restart the
server and let mysql rebuild the log files.
 Second is to edit the /etc/mysql/my.cnf and make the log size 8M
for innodb (innodb_log_file_size)
 InnoDB is no longer a use flag, it is compiled by default.
 If you don't want to use innodb engine you can tell mysql in the
conf file to skip_innodb.
 In case it still doesn't want to start, check the error log again.

Catalin

Kevin Philp wrote:

  I don't seem to have the log file you mention but this is in the
mysqld.err file.

/var/log/mysql/mysqld.err
InnoDB: Error: log file ./ib_logfile0 is of different size 0 8388608 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
051107  9:13:17 [ERROR] Can't init databases
051107  9:13:17 [ERROR] Aborting

I did read that innodb was a use flag (its not in my make.conf) and
emerge -pv mysql doesn't show it up.

On 07/11/05, Catalin Trifu [EMAIL PROTECTED] wrote:
  
  
 Hi,

 What does the mysql log say ? /var/lib/mysql/host.err

 Catalin



 Kevin Philp wrote:
 Last week I upgraded to mysql 4.1.14. I carefully followed every line
of the upgrade guide inlcuding the revdep-rebuild and at the end I had
a lovely new mysql 4.1 and all my databases had imported with no
problems, phpmyadmin also worked fine. Nowabout a week later I
can't start mysql:

/etc/init.d/mysql start - says mysql has already started but it hasn't
(ps aux | grep -i my* shows nothing)

mysql shows
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)

I have checked permissions on var/run/mysqld as recommended in another
post and they are correct. I am running out of ideasanyone any
further ideas??

Thanks

Kevin.




  
  
  





Re: [gentoo-user] Problem emerging realplayer-10.0.6

2005-10-30 Thread Catalin Trifu




  Hi,

 Download the file directly with the browser and put it in
/usr/portage/distfiles

Catalin

Schleimer, Ben wrote:

  Hi,
  I'm trying to emerge realplayer-10.0.6 and it's not
behaving properly:

Emerge media-video/realplayer-10.0.6 started...

Started emerge on: Oct 29, 2005 22:15:41
emerge --nospinner =media-video/realplayer-10.0.6
emerge (1 of 1) media-video/realplayer-10.0.6 to /
(1 of 1) Cleaning
(media-video/realplayer-10.0.6::/usr/portage/media-video/realplayer/realplayer-10.0.6.ebuild)
(1 of 1) Compiling/Merging
(media-video/realplayer-10.0.6::/usr/portage/media-video/realplayer/realplayer-10.0.6.ebuild)
  
  

  
Downloading

  

  
  https://helixcommunity.org/download.php/1589/RealPlayer-10.0.6.776-20050915.i586.rpm
--22:15:42-- 
https://helixcommunity.org/download.php/1589/RealPlayer-10.0.6.776-20050915.i586.rpm
   =
`/usr/portage/distfiles/RealPlayer-10.0.6.776-20050915.i586.rpm''
207.188.25.135
Connecting to
helixcommunity.org|207.188.25.135|:443... connected.
ERROR: Certificate verification error for
helixcommunity.org: unable to get local issuer
certificate
To connect to helixcommunity.org insecurely, use
`--no-check-certificate''.
Unable to establish SSL connection.
!!! Couldn''t download
RealPlayer-10.0.6.776-20050915.i586.rpm. Aborting.
  ...done!
  
  

  
emerge (1 of 1) media-video/realplayer-10.0.6 to /

  

  
  terminating.

Is there a way to work around this??
Thanks for the help,
Ben

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan




  





[gentoo-user] Re: xfs issue

2005-10-27 Thread Catalin Trifu

Hi,

   If you don't have other hosts making use of u'r font server you
don't need it anyway. It's only a waste of resources. Everything
works just fine without it on a desktop.

Catalin


Holly Bostick wrote:

Qv6 schreef:


Folks:

Just compiled a new kernel - 2.6.13-r3 (was using 2.6.11-r4), and 
upgraded kde from 3.3.2 to 3.4. On booting into the new kernel, the
base system boots fine, but kde hangs. It seems from the error that 
xfs could not be started. The error when I start xfs manually is:


gentoo# /etc/init.d/xfs start * Scanning font directories ...
[ ok ] * starting X font server ...   [ ok ] 
start-stop-daemon: stat /usr/X11R6/bin/xfs: No such file or directory

[ !! ]

xfsinfo returns a no font server defined message

I tried emerg-ing  xfs and got this error:

!!! All ebuilds that could satisfy xfs hav been masked.

I've played with the package.keywords and package.unmask with no 
positive result


Note: never had any issue with the previous kernel (2.6.11-r3), Note:
the pc is a Fujitsu Lifebook series laptop Note: which xfs returns
xfs: /usr/include/xfs Any clues to sove this will be very mush
appreciated.



I suspect you're trying to emerge the wrong thing:

You have presumably not been using xfs up to this point (since they're
all masked), so where is the font server coming from:

Must be xorg itself:

emerge -pv xorg-x11

Calculating dependencies ...done!
[ebuild   R   ] x11-base/xorg-x11-6.8.2-r4  -3dfx +3dnow +bitmap-fonts
-cjk -debug -dlloader -dmx -doc ==+font-server== -insecure-drivers
-ipv6 -minimal +mmx +nls -nocxx +opengl -pam -sdk +sse -static
+truetype-fonts +type1-fonts (-uclibc) +xprint +xv 0 kB


[EMAIL PROTECTED] - useflag font-server
/usr/portage/profiles/use.local.desc:x11-base/kdrive:font-server -
Enables font server support
/usr/portage/profiles/use.local.desc:x11-base/xorg-x11:font-server -
Build XFS, the X Font Server

I would suggest that you consider re-emerging xorg-x11.

Perhaps the font server needs to be recompiled against the new kernel
libraries, or the init file needs to be updated.

HTH,
Holly


--
gentoo-user@gentoo.org mailing list



[gentoo-user] apache log analyzer

2005-10-24 Thread Catalin Trifu

Hi,

   I'm pretty new to log analyzers. Besides webalizer which got a
little bit old (still usefull nonetheless) i have no other experience.
   I've googled and found awstats and analog.
   If you would care to comment on this issue I would be grateful for
any hints.

Thanks.
Catalin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Dell PowerEdge 2300 questions

2005-10-16 Thread Catalin Trifu




 Hi,

 Make software raid.

Catalin

Your Name wrote:

  Hello,

I've bought dell pe 2300 with megaraid 428 card and i've read that new
2.6 kernels does not support it, or am I wrong? it thereis no support
how to do the support for it to get my raid array working properly with
the newest 2.6 kernels?

Greets 

Paul


  





[gentoo-user] upgrading gtk+ left me in the dark

2005-10-16 Thread Catalin Trifu

Hi,

After upgrading to gtk+-2.8.6 (latest), all gtk+ apps started to have
black menus and some apps display blurry text inside it (e.g. gvim).
Downgrading to 2.6.10 seems to solve it, but the dependencies are a
nightmare afterwards.
In xsession-erros i get lots of lines like this:
(Gecko:12080): Gdk-WARNING **: gdk_window_set_back_pixmap(): pixmap must have a 
colormap
I read in http://bugs.gentoo.org/show_bug.cgi?id=102983 that -mozsvg is a 
problem,
but it wasn't so far.
Any ideas ?


Thanks,
Catalin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT apache Q] How to make apache display files in specific directories

2005-10-04 Thread Catalin Trifu




 Option Indexes

Harry Putnam wrote:

  I seem to recall some trick stuff done with .htaccess or the like that
would cause apache to be able to display any files appearing in a
directory when someone hit www.myhost.org/somedir

Anyone here know how that is done? 

  





[gentoo-user] set FAN speed

2005-09-13 Thread Catalin Trifu

Hi,


I am having a very nasty problem. My Dell Inspiron 5160 laptop
(P4 3.06 GHz) runs at very high temperature (77 degrees C) and in the room are
only 20.
I looked around at how to get the FAN speed up at max but lm_sensors simply
doesn't want to get installed.
ACPI does not work properly on this machines (it's a known problem).
I am running on ck-sources (tried gentoo-sources and same result). I know 
the fan
is not spinning at full speed (I ran the tests from Dell).
Does anyone knoe how I could get the FAN up to speed ?

Thanks,
Catalin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] X very slow after resume2

2005-08-29 Thread Catalin Trifu

Hi,


I managed to install swsup2 after struggling with the nvidia driver and
it suspeds ok, but after resume X is very slow.
I disabled agpgart in the kernel and use the nvidia one (with agpgart swsup
does not work). No FW or SBA.
I'm using KDE as desktop manager. Would GNOME or XFCE be better for this or
is it a X issue ?


Catalin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] switching from reiser4 to reiserfs

2005-08-26 Thread Catalin Trifu

Hi,

I have a computer at home which I use as a test machine (from time to time)
and I decided some time ago to play with reiser4, which was said to be faster
than reiserfs and which should outperform it.
I have a fair processor (p4 2GHz) and 1GB RAM which is imho a pretty good
combination.
However, I am quite unhappy with how reiser4 performs.
Is there an easy way switch back my reiser4 partition to reiserfs without
reinstalling everything.


Catalin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: OT: problem with Tomcat auto-deploying WAR files

2005-08-17 Thread Catalin Trifu

  Hi,

   Take a look here 
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/server.html.


Catalin.

Matthew Cline wrote:


On 8/17/05, Matthew Cline [EMAIL PROTECTED] wrote:
 


I've recently tried installing Tomcat in order to test out sshwebproxy
(http://www.ericdaugherty.com/dev/sshwebproxy/). However, for some
reason, Tomcat will not auto-deploy any WAR files that I place in the
webapps/ directory, as it should according to the Tomcat
documentation. What is interesting is that I have another computer
running the same version of Tomcat that does auto-deploy WAR files.

Thinking that this might be a problem with Tomcat, I also tried
installing another Servlet container in portage, resin. Once again, on
one computer resin will not auto-deploy WAR files, while it does
auto-deploy them on the other.

There isn't anything thrown into the Tomcat log files. OTher
troubleshooting steps I have tried include:

1) setting permissions on the WAR file to 777 (no effect)
2) setting the $CLASSPATH on each computer to the same value (no effect)
3) unmerging and re-emerging tomcat several times (no effect)

I really don't know any other avenues to pursue.

Thanks in advance,

Matt

   



I apologize for responding to my own post, but I saw this in
/var/log/tomcat5/catalina.out on the not-working machine:

Aug 17, 2005 1:49:22 AM org.apache.catalina.startup.HostConfig deployWARs
WARNING: Exception while expanding web application archive sshwebproxy.war

Does anyone know how I can increase Tomcat's logging level so it will
throw more detailed information into the log file?

Matt

 


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: Restricting use of mldonkey

2005-08-07 Thread Catalin Trifu

Hi,

   You could set a password for the admin interface and give it only to the 
people u want to
use it.
   You could also restrict the IPs allowed to connect from the firewall 
settings.

Catalin


Christian Herzyk wrote:

Hello all,

I am running mldonkey as a daemon.
With this everybody can use mldonkey. I want to restrict the usage of mldonkey 
to specific users. Is this possible in any way?


Thanks

Christian


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: emerge monodevelop - dependency with mozilla

2005-08-04 Thread Catalin Trifu

Hi,

Thanks for the answer. I tried to hack the ebuild too and same result. I 
guess
I would have to emerge mozilla too, but I don't like the idea at all.
Perhaps the maintainers will find a solution to get rid of mozilla.

Catalin


Michael Crute wrote:
Nope its required to run monodevelop (if you unemerge it you break 
monodevelop, just tried it).


-Mike

On 8/3/05, *Catalin Trifu* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Hi,


I want to emerge monodevelop but it wants to emerge mozilla too;
I don't use mozilla at all; I use firefox.
Has anyone managed to get monodevelop without mozilla ?


Thanks,
Catalin

--
gentoo-user@gentoo.org mailto:gentoo-user@gentoo.org mailing list




--

Michael E. Crute
Software Developer
SoftGroup Development Corporation

In a world without walls and fences, who needs windows and gates?


--
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge monodevelop - dependency with mozilla

2005-08-03 Thread Catalin Trifu

Hi,


   I want to emerge monodevelop but it wants to emerge mozilla too;
I don't use mozilla at all; I use firefox.
   Has anyone managed to get monodevelop without mozilla ?


Thanks,
Catalin

--
gentoo-user@gentoo.org mailing list



[gentoo-user] open office icons messed up

2005-08-02 Thread Catalin Trifu

Hi,


The icons on the toolbars of oofice look like crap;
mostly black and I can't make anything out of them.
I reinstalled oofice and still same problem.
Would it help to install from binary package rather than
from sources ?


Thanks,
Catalin

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] eAccelerator/Zend outdated

2005-07-16 Thread Catalin Trifu




  Hi,


 Did you check php.ini. Looks to me like there is some mixup between
installed versions of PHP.
 You should not rename eaccelerator.so to mmcache.so.
 Check php.ini and load the appropiate extensions.


Catalin


Jonathan Nichols wrote:
Due to the
recent GLSA, I updated PHP. :(
  
  
Now that turck-mmcache is gone and replaced by eaccelerator, I thought
that I'd give it a shot. No luck so far. Here's what I get in
error_log:
  
  
[Fri Jul 15 22:48:33 2005] [notice] caught SIGTERM, shutting down
  
Failed loading
/usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so:
/usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so: cannot
open shared object file: No such file or directory
  
eAccelerator requires Zend Engine API version 20050606.
  
The Zend Engine API version 20021010 which is installed, is outdated.
  
  
Failed loading
/usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so:
/usr/lib/php/extensions/no-debug-non-zts-20020429/mmcache.so: cannot
open shared object file: No such file or directory
  
eAccelerator requires Zend Engine API version 20050606.
  
The Zend Engine API version 20021010 which is installed, is outdated.
  
  
[Fri Jul 15 22:48:37 2005] [notice] Apache/1.3.33 (Unix)
(Gentoo/Linux) PHP/4.3.11 mod_gzip/1.3.26.1a configured -- resuming
normal operations
  
  
  
php -v gives this:
  
  
www conf # php -v
  
PHP 4.4.0 (cli) (built: Jul 15 2005 22:33:58)
  
Copyright (c) 1997-2004 The PHP Group
  
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
  
 with eAccelerator v0.9.3, Copyright (c) 2004-2005 eAccelerator, by
eAccelerator
  
www conf #
  
  
It compiles OK. I have "dev-php/eaccelerator-0.9.3-r1" installed (used
~x86 too)
  
  
It just doesn't create a "mmcache.so" file. It appears that it creates
"eaccelerator.so" instead. I just copied that file to mmcache.so and
restarted Apache.
  
Upon doing that, I get this error:
  
  
[Fri Jul 15 22:58:03 2005] [notice] caught SIGTERM, shutting down
  
eAccelerator requires Zend Engine API version 20050606.
  
The Zend Engine API version 20021010 which is installed, is outdated.
  
  
eAccelerator requires Zend Engine API version 20050606.
  
The Zend Engine API version 20021010 which is installed, is outdated.
  
  
eAccelerator requires Zend Engine API version 20050606.
  
The Zend Engine API version 20021010 which is installed, is outdated.
  
  
eAccelerator requires Zend Engine API version 20050606.
  
The Zend Engine API version 20021010 which is installed, is outdated.
  
  
[Fri Jul 15 22:58:07 2005] [notice] Apache/1.3.33 (Unix)
(Gentoo/Linux) PHP/4.3.11 mod_gzip/1.3.26.1a configured -- resuming
normal operations
  
  
  
I'm going to file a bugzilla report against this. I searched bugzilla
and forums and didn't find anything that wasn't related to Apache 2 and
PHP 5. (I'm still using Apache 1.3.x and PHP 4.x)
  
  
So, the main question is "How do I update the Zend Engine API" so
eaccelerator is happy?
  
  
;)
  
  





[gentoo-user] unknown source extension .ui for krdc

2005-07-11 Thread Catalin Trifu
Hi,

When i try to emerge any kde package i get this error:

/usr/portage/eclass/kde-meta.eclass: line 431: confcache_stop: command not found
WARNING: use unsermake instead of make or use a wrapper script, e.g. makeobj!!!
unsermake all
ERROR:krdc/Makefile.am: unknown source extension .ui for krdc
ERROR:krdc/Makefile.am: unknown source extension .ui for krdc
ERROR:krdc/Makefile.am: unknown source extension .ui for krdc
ERROR:krdc/vnc/Makefile.am: unknown source extension .ui for libvnc.la
ERROR:krdc/rdp/Makefile.am: unknown source extension .ui for librdp.la
make: *** [all] Error 1

I have no idea where it comes from. Looks like the Makefile has a problem 
but
how do I solve it ?


Thanks,
Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: PHP and PEAR

2005-07-10 Thread Catalin Trifu
Hi,


   $ emerge PEAR-PEAR

 Install PEAR-PEAR-1.3.5 into /var/tmp/portage/PEAR-PEAR-1.3.5/image/ 
 category dev-php
/usr/portage/eclass/php-pear.eclass: line 47: pear: command not found

!!! ERROR: dev-php/PEAR-PEAR-1.3.5 failed.
!!! Function php-pear_src_install, Line 47, Exitcode 127
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

   As you can see the error /usr/bin/pear is not found, exactly because the 
.eclass which
installs PHP in the first place is not installed.


Catalin


A. Khattri wrote:
 On Sat, 9 Jul 2005, Catalin Trifu wrote:
 
 
   I think I did not said things correctly.
   If I try to emerge any PEAR package, to install it the system tries to
use /usr/bin/pear which does not get installed exactly because PHP is compiled
without PEAR. I mean the pear core which can be used to install other pear 
packages.
 
 
 As Craig pointed out, the PEAR ebuild, including the base core is
 separate.
 
 Maybe emerge PEAR-PEAR is what you need?
 
 
 # esearch PEAR-PEAR
 [ Results for search key : PEAR-PEAR ]
 [ Applications found : 2 ]
 
 *  dev-php/PEAR-PEAR
   Latest version available: 1.3.5
   Latest version installed: [ Not Installed ]
   Size of downloaded files: 105 kB
   Homepage:http://pear.php.net/PEAR
   Description: PEAR Base System
   License: PHP
 
 *  dev-php/PEAR-PEAR_Info
   Latest version available: 1.5.2
   Latest version installed: [ Not Installed ]
   Size of downloaded files: 6 kB
   Homepage:http://pear.php.net/PEAR_Info
   Description: Show Information about your PEAR install and its packages
   License: PHP
 
 

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: PHP and PEAR

2005-07-08 Thread Catalin Trifu
Hi,

   I think I did not said things correctly.
   If I try to emerge any PEAR package, to install it the system tries to
use /usr/bin/pear which does not get installed exactly because PHP is compiled
without PEAR. I mean the pear core which can be used to install other pear 
packages.
   Actually if you look in the php5-sapi-r3.eclass you will see something like 
this:

rm -rf ${D}/usr/bin/{phpize,php-config,pear}
rm -rf ${D}/usr/lib/php/build
rm -rf ${D}/usr/include/php

It seems the installation of the latest php, which I use (it's devel system 
and I want
to have the latest possible PHP to test and develop for the future:)) deletes 
the pear stuff.
As I said previously, I could tweak the .eclass myself but I don't want to 
do that since
I would have to do it on every upgrade.
That is why I would have preffered to have a clear option whether to 
install PEAR upon
PHP installation or not in the form of a USE flag. This would be the nicest and 
cleanest way.

Catalin


Craig Duncan wrote:
 Catalin Trifu wrote:
 
 
  Hi,

  I have PHP unmasked in package.unmask, so when I install it I get PHP 
 5.1.0b2
which is exactly what i want.
  But there is not PEAR installed with it, which is not what I want. There
is no USE flag to install PEAR or not. I looked in 
/usr/portage/eclass/php5-sapi.eclass and
in php5-sapi_src_compile I found:

  php5-sapi_is_providerbuild || my_conf=${my_conf} --without-pear

  I have no idea where php5-sapi_is_prviderbuild comes from.
  Is there a way to install pear without tweaking the .eclass file because it 
 gets overwritten
every time emerge sync ?
  Perhaps a USE flag would be much more appropiate that the internal flag.


Catalin

 

 
 All pear packages are in separate ebuilds, either lok in
 /usr/portage/dev-php or use
 $ esearch PEAR-
 
 to find all available pear packages on your system.
 
 Craig

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] distcc not working

2005-06-26 Thread Catalin Trifu
   Try adding the port to
distcc-config --set-hosts 10.0.0.101:3632 10.0.0.103:3632
When i tried to use it without a port did not not work.

Catalin

Joseph wrote:

I'm reading all the posts regarding distcc and it seems to me everything
is simple but for some reason or another I don't see any activity with
distccmon-gnome across my network. 

make.conf: 
MAKEOPTS=-j3
FEATURES=distcc 

/etc/conf.d/distccd: 
DISTCCD_OPTS=${DISTCCD_OPTS} --allow 10.0.0.103 

/etc/distcc/hosts 
10.0.0.103 10.0.0.101 

10.0.0.101 - is localhost 
10.0.0.103 - is remote computer (faster) 

Both machines are AMD
  

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] distcc configuration

2005-06-16 Thread Catalin Trifu
   Hi,

In order for distcc to actually work there are a few steps to make:
If you have one machine 192.168.0.1 second 192.168.0.2 and assuming
192.168.0.1 is the power
These are the things you should do on the slow machine (there may be
more, i've done it some time ago :)):

first in /etc/make.conf make sure MAKEOPTS is something like this
MAKEOPTS=-jN where N is the number of
CPUs per machine + 2 (1 for each machine). This makes sure make will try
to use as many parallel processes as it should
make sure on both machines you have set-up distccd to listen and to
accept connections, check /etc/conf.d/distcc
on 192.168.0.2 make
# distcc-config --set-hosts 192.168.0.1:3632 3 192.168.0.2:3632 2
this ensures the slow machine will first try the fast one and then
then itself. The number 3 and 2 assume the first machine
is a dual processor and the second is a single processor (number of cpus
+ 1 per machine)
on 192.168.0.1 make
# distcc-config --set-hosts 192.168.0.1:3632 3
only the power machine is used this way or add the same as above if
u also want the slow
in the portage features in /etc/make.conf there should be distcc
Of course, both machine should use the same build environment (gcc +
glibc + binutils)
That's about it.
# ps aux
from time to time on the machine will show some gcc process and you
will know it works :) If it works once
it will work always.


Hope this helps,
Catalin

 

michael higgins wrote:

I have a couple of questions about using distcc. I have two machines. One is 
significantly faster than the other, both x86 (pentium 2 and amd athlon-xp). 

I've followed the http://www.gentoo.org/doc/en/distcc.xml instructions for 
configuring portage to use distcc. Should I need to continue with the 
instructions for working with automake?

Also, how do I tell the faster machine to just use it's own power and not 
attempt to use the slower one?

I tried so far, getting distccd running on both machines, each distcc-config 
--set-hosts has one IP entry, that of the other machine. Is this right? 

I ran distcc-gnome and saw no activity reported on the faster machine when 
emerging something on the slower one. So, it would seem it's not working. 

Can anyone give me some hints? The manpage for distcc doesn't seem (to me) to 
be much related to the gentoo how-to... '-)

TIA,


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Wireless connection intermittent on one machine

2005-06-14 Thread Catalin Trifu
Try moving it closer to the access point, if possible,  and if it
still fails from time to time;
if it does there might be a driver or hardware problem

Catalin

Grant wrote:

I have 3 Gentoo systems connected to my wireless network.  2 of them
have Netgear PCMCIA wireless cards and the third has a PCI card that
is a Netgear of the same series (if you know what I mean).  That
desktop is the farthest away from the access point, but it has had a
rock-solid connection for a long time.  It is now connected only
intermittently.  It always seems to connect on boot up, but sometimes
it can reach the network during operation and sometimes it can not. 
It is 100% up to date with the portage tree and I have tried
rebooting.  Does anyone have any ideas?

I'm using the madwifi-driver and wpa_supplicant with a WPA network.

- Grant

  

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] installing hp printer foomatic-db-engine fails (open_wr: /dev/fd/3 (symlink to /proc/x/fd/3)

2005-05-09 Thread Catalin Trifu
Hi,

   I am trying to get my HP printer up and running by following the how-to
on gentoo-wiki.com: http://gentoo-wiki.com/HOWTO_hpoj_/_CUPS
   When i try to emerge hpijs i get dependecies with foomatic-db-engine. that's
all nice bu it's compilation fails. I've googled for it and didn't find 
anything.
   First there is a red-alert on configure:
checking how to redirect GhostScript output to fd 3... ACCESS DENIED
open_wr:   /dev/fd/3
./configure: line 1763: /dev/fd/3: Permission denied
   Second and last it fails with:
--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /tmp/sandbox-net-print_-_foomatic-db-engine-3.0.2-14466.log

open_wr:   /dev/fd/3 (symlink to /proc/14865/fd/3)

  I have no idea why this happens; it's true there is no /dev/fd/3 but who 
should have created it
in the first place ?


Catalin

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] installing hp printer foomatic-db-engine fails (open_wr: /dev/fd/3 (symlink to /proc/x/fd/3)

2005-05-09 Thread Catalin Trifu
Hi,

   I am trying to get my HP printer up and running by following the how-to
on gentoo-wiki.com: http://gentoo-wiki.com/HOWTO_hpoj_/_CUPS
   When i try to emerge hpijs i get dependecies with foomatic-db-engine. that's
all nice bu it's compilation fails. I've googled for it and didn't find 
anything.
   First there is a red-alert on configure:
checking how to redirect GhostScript output to fd 3... ACCESS DENIED
open_wr:   /dev/fd/3
./configure: line 1763: /dev/fd/3: Permission denied
   Second and last it fails with:
--- ACCESS VIOLATION SUMMARY ---
LOG FILE = /tmp/sandbox-net-print_-_foomatic-db-engine-3.0.2-14466.log

open_wr:   /dev/fd/3 (symlink to /proc/14865/fd/3)

  I have no idea why this happens; it's true there is no /dev/fd/3 but who 
should have created it
in the first place ?


Catalin

-- 
gentoo-user@gentoo.org mailing list