Re: [gentoo-user] VMWare Workstation

2005-03-04 Thread {Zecke}
Thx man I'll try it...sorry for not responding...I was a few days away
See you!


On Tue, 01 Mar 2005 18:42:48 +0100, Heinz Sporn
<[EMAIL PROTECTED]> wrote:
> Hi!
> 
> VMware does not entirely follow the Gentoo
> way. /etc/vmware/init.d/vmware is the start/stop script for VMware
> (/opt/vmware/bin/vmware relies on that one). A tip: whenever VMware
> think's it has not been configured correctly it creates a
> file /etc/vmware/not_configured. vmware-config.pl deletes that file
> after a successful configuration. Problem is: sometimes VMware does have
> troubles creating two devices: /dev/vmnet0 and /dev/vmnet8. In that case
> you'll get a missconfiguration error over and over again - though you
> actually didn't change anything. So I created a little script that helps
> Vmware:
> 
> #!/bin/bash
> sudo mknod /dev/vmnet0 c 119 0 > /dev/null 2>&1
> sudo mknod /dev/vmnet8 c 119 8 > /dev/null 2>&1
> sudo rm /etc/vmware/not_configured > /dev/null 2>&1
> sudo /etc/vmware/init.d/vmware start
> vmware
> sudo /etc/vmware/init.d/vmware stop
> 
> Regards
> 
>spox
> 
> Am Dienstag, den 01.03.2005, 15:19 +0100 schrieb {Zecke}:
> > Hi All! Im trying to manually install VMware Workstation for Linux,
> > when I unpack the source there is a  vmware-install.pl that I
> > executethen in the second question:
> >
> > " What is the directory that contains the init directories (rc0.d/ to
> > rc6.d/)? "
> >
> > Argh, Gentoo uses rc-update to manage the init-scripts, so what can I put 
> > here??
> > I tryed /etc/init.d, /etc/, /etc/runlevels, but it doesn't work...here
> > is the output:
> >
> > "The path "/etc/init.d" is a directory which does not contain a rc0.d
> > directory."
> >
> > Obvious!
> >
> > Please Help!!
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> --
> Mit freundlichen Grüßen
> 
> Heinz Sporn
> 
> SPORN it-freelancing
> 
> Mobile: ++43 (0)699 / 127 827 07
> Email:  [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> Snail:  Steyrer Str. 20
> A-4540 Bad Hall
> Austria / Europespox
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VMWare Workstation

2005-03-01 Thread {Zecke}
> The problem is, Gentoo doesn't have rc0.d through rc6.d. That's why an
> ebuild for vmware-workstation exists in portage, it modifies this part
> of the installation to fit within Gentoo's init environment. Give that
> a try, it's the same thing as installing from the retail installer.
> First time you fire it up, you enter your key, and away you go.


Yes, I'll try again with the ebuild, but last time I did it, vmware
crashed when running
that way...so I decided to manually install it...I will  try again

Thx for answer!
--
gentoo-user@gentoo.org mailing list



[gentoo-user] VMWare Workstation

2005-03-01 Thread {Zecke}
Hi All! Im trying to manually install VMware Workstation for Linux,
when I unpack the source there is a  vmware-install.pl that I
executethen in the second question:

" What is the directory that contains the init directories (rc0.d/ to
rc6.d/)? "

Argh, Gentoo uses rc-update to manage the init-scripts, so what can I put here??
I tryed /etc/init.d, /etc/, /etc/runlevels, but it doesn't work...here
is the output:

"The path "/etc/init.d" is a directory which does not contain a rc0.d
directory."

Obvious!

Please Help!!
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge xscreensaver fails!!!

2005-01-27 Thread {Zecke}
Yep, it was a bug in ebuild, got a new one from gentoo-portage.com to
/usr/portage/x11-misc/xscreensaver/xscreensaver-4.16.ebuild and emerge
with no problems :)


On Thu, 27 Jan 2005 01:17:30 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> Argh!! It isn't. Same error. I'll search for a new ebuild...Thx for replies :)
> 
> 
> On Thu, 27 Jan 2005 01:13:56 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > oops, I had qt in my flags, same as gtk, I always let the 2 flags to
> > run more programs...Maybe it is wrong...
> > Re-emerging xscreensaver with no qt...
> >
> >
> > On Wed, 26 Jan 2005 17:59:52 -0600, Taylor Morrow <[EMAIL PROTECTED]> wrote:
> > > If portage never tries to install kde before installing xscreensaver,
> > > and you have -kde and -qt in your use flags, it shouldn't need it.
> > > That could probably be considered a bug in the ebuild...
> > >
> > >
> > > On Thu, 27 Jan 2005 00:56:04 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > > > yes, I have -kde in my use flags...and this is the first time I try to
> > > > emerge only gnome from a new install...but seems that xscreensaver
> > > > needs kde??
> > > >
> > > >
> > > > On Wed, 26 Jan 2005 17:27:55 -0600, Taylor Morrow <[EMAIL PROTECTED]> 
> > > > wrote:
> > > > > Do u have -kde in your use flags?  Otherwise kde is assumed and it
> > > > > will try to install it like that.
> > > > >
> > > > >
> > > > > On Wed, 26 Jan 2005 23:48:33 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > > > > > Hi All, I just installed xorg and gnome and this is the output when
> > > > > > trying to emerge xscreensaver...
> > > > > >
> > > > > >   
> > > > > > 
> > > > > >   Warning: unable to install
> > > > > > /var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3/bin/xscreensaver.kss
> > > > > >/var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3
> > > > > > ($KDEDIR) does not exist.
> > > > > >   
> > > > > > 
> > > > > >
> > > > > > make[1]: *** [install-kde] Error 1
> > > > > > make[1]: Leaving directory
> > > > > > `/var/tmp/portage/xscreensaver-4.16/work/xscreensaver-4.16/driver'
> > > > > > make: *** [install] Error 5
> > > > > >
> > > > > > I dont understand because I don't have kde installed and I don't 
> > > > > > want it yet...
> > > > > > Any idea?
> > > > > > Thxxx Bye!!
> > > > > >
> > > > > > --
> > > > > > gentoo-user@gentoo.org mailing list
> > > > > >
> > > > > >
> > > > >
> > > >
> > > > --
> > > > gentoo-user@gentoo.org mailing list
> > > >
> > > >
> > >
> >
>

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Sorry abaout that mail in spanish :P

2005-01-27 Thread {Zecke}
Sorry people that mail I just sended must be in gentoo-user-es list...
Ignore it :)

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: [gentoo-user-es] Compilando Xscreensaver.... :(

2005-01-27 Thread {Zecke}
Wenas, sip tengo -kde y -qt, aunke en un principio tenia -kde  +qt
+gtk, para poder usar asi mas programas, siempre lo habia hecho asi y
no habia tenido problemas, la kosa es ke ahora le he kitado el qt y
tampoko kompila...
Nada, voi a a kompilar el kde...aunke no keria hacerlo de momento.
Antes siempre habia kompilado el kde en una instalacion nueva y luego
kon el tiempo el gnome, esta vez lo he hecho al revés...pero parece ke
el xscreensaver dependa directamente del kdeaunke me extraña


Gracias por vuestro tiempo :P




On Thu, 27 Jan 2005 09:44:33 +, Javier Muñoz Díaz
<[EMAIL PROTECTED]> wrote:
> {Zecke} wrote:
> 
> Hola!
> 
>  ¿Has comprobado si tienes no hablilitado ni kde ni qt en la variable
> USE del /etc/make.conf ?
> 
> Saludos!!
> 
> >Wenas gente!
> >Akabo de kompilar xorg 6.8-r4 y gnome, todo nuevesito, pero kuando voi
> >a kompilar el xscreensaver
> >
> >  
> >  Warning: unable to install
> >/var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3/bin/xscreensaver.kss
> >   /var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3
> >($KDEDIR) does not exist.
> >  
> >
> >make[1]: *** [install-kde] Error 1
> >make[1]: Leaving directory
> >`/var/tmp/portage/xscreensaver-4.16/work/xscreensaver-4.16/driver'
> >make: *** [install] Error 5
> >
> >Y digo yo...pa ke kiere un archivo del kde si no lo tengo instalao??Y
> >no lo kiero de momento tampoko...¿alguna ideA?
> >
> >
> >pd: windows suxs :)
> >
> >--
> >[EMAIL PROTECTED] mailing list
> >
> >
> >
> >
> 
> --
> [EMAIL PROTECTED] mailing list
> 
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge xscreensaver fails!!!

2005-01-26 Thread {Zecke}
Argh!! It isn't. Same error. I'll search for a new ebuild...Thx for replies :)


On Thu, 27 Jan 2005 01:13:56 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> oops, I had qt in my flags, same as gtk, I always let the 2 flags to
> run more programs...Maybe it is wrong...
> Re-emerging xscreensaver with no qt...
> 
> 
> On Wed, 26 Jan 2005 17:59:52 -0600, Taylor Morrow <[EMAIL PROTECTED]> wrote:
> > If portage never tries to install kde before installing xscreensaver,
> > and you have -kde and -qt in your use flags, it shouldn't need it.
> > That could probably be considered a bug in the ebuild...
> >
> >
> > On Thu, 27 Jan 2005 00:56:04 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > > yes, I have -kde in my use flags...and this is the first time I try to
> > > emerge only gnome from a new install...but seems that xscreensaver
> > > needs kde??
> > >
> > >
> > > On Wed, 26 Jan 2005 17:27:55 -0600, Taylor Morrow <[EMAIL PROTECTED]> 
> > > wrote:
> > > > Do u have -kde in your use flags?  Otherwise kde is assumed and it
> > > > will try to install it like that.
> > > >
> > > >
> > > > On Wed, 26 Jan 2005 23:48:33 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > > > > Hi All, I just installed xorg and gnome and this is the output when
> > > > > trying to emerge xscreensaver...
> > > > >
> > > > >   
> > > > >   Warning: unable to install
> > > > > /var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3/bin/xscreensaver.kss
> > > > >/var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3
> > > > > ($KDEDIR) does not exist.
> > > > >   
> > > > >
> > > > > make[1]: *** [install-kde] Error 1
> > > > > make[1]: Leaving directory
> > > > > `/var/tmp/portage/xscreensaver-4.16/work/xscreensaver-4.16/driver'
> > > > > make: *** [install] Error 5
> > > > >
> > > > > I dont understand because I don't have kde installed and I don't want 
> > > > > it yet...
> > > > > Any idea?
> > > > > Thxxx Bye!!
> > > > >
> > > > > --
> > > > > gentoo-user@gentoo.org mailing list
> > > > >
> > > > >
> > > >
> > >
> > > --
> > > gentoo-user@gentoo.org mailing list
> > >
> > >
> >
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge xscreensaver fails!!!

2005-01-26 Thread {Zecke}
oops, I had qt in my flags, same as gtk, I always let the 2 flags to
run more programs...Maybe it is wrong...
Re-emerging xscreensaver with no qt...


On Wed, 26 Jan 2005 17:59:52 -0600, Taylor Morrow <[EMAIL PROTECTED]> wrote:
> If portage never tries to install kde before installing xscreensaver,
> and you have -kde and -qt in your use flags, it shouldn't need it.
> That could probably be considered a bug in the ebuild...
> 
> 
> On Thu, 27 Jan 2005 00:56:04 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > yes, I have -kde in my use flags...and this is the first time I try to
> > emerge only gnome from a new install...but seems that xscreensaver
> > needs kde??
> >
> >
> > On Wed, 26 Jan 2005 17:27:55 -0600, Taylor Morrow <[EMAIL PROTECTED]> wrote:
> > > Do u have -kde in your use flags?  Otherwise kde is assumed and it
> > > will try to install it like that.
> > >
> > >
> > > On Wed, 26 Jan 2005 23:48:33 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > > > Hi All, I just installed xorg and gnome and this is the output when
> > > > trying to emerge xscreensaver...
> > > >
> > > >   
> > > >   Warning: unable to install
> > > > /var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3/bin/xscreensaver.kss
> > > >/var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3
> > > > ($KDEDIR) does not exist.
> > > >   
> > > >
> > > > make[1]: *** [install-kde] Error 1
> > > > make[1]: Leaving directory
> > > > `/var/tmp/portage/xscreensaver-4.16/work/xscreensaver-4.16/driver'
> > > > make: *** [install] Error 5
> > > >
> > > > I dont understand because I don't have kde installed and I don't want 
> > > > it yet...
> > > > Any idea?
> > > > Thxxx Bye!!
> > > >
> > > > --
> > > > gentoo-user@gentoo.org mailing list
> > > >
> > > >
> > >
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge xscreensaver fails!!!

2005-01-26 Thread {Zecke}
yes, I have -kde in my use flags...and this is the first time I try to
emerge only gnome from a new install...but seems that xscreensaver
needs kde??


On Wed, 26 Jan 2005 17:27:55 -0600, Taylor Morrow <[EMAIL PROTECTED]> wrote:
> Do u have -kde in your use flags?  Otherwise kde is assumed and it
> will try to install it like that.
> 
> 
> On Wed, 26 Jan 2005 23:48:33 +0100, {Zecke} <[EMAIL PROTECTED]> wrote:
> > Hi All, I just installed xorg and gnome and this is the output when
> > trying to emerge xscreensaver...
> >
> >   
> >   Warning: unable to install
> > /var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3/bin/xscreensaver.kss
> >/var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3
> > ($KDEDIR) does not exist.
> >   
> >
> > make[1]: *** [install-kde] Error 1
> > make[1]: Leaving directory
> > `/var/tmp/portage/xscreensaver-4.16/work/xscreensaver-4.16/driver'
> > make: *** [install] Error 5
> >
> > I dont understand because I don't have kde installed and I don't want it 
> > yet...
> > Any idea?
> > Thxxx Bye!!
> > 
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>

--
gentoo-user@gentoo.org mailing list



[gentoo-user] emerge xscreensaver fails!!!

2005-01-26 Thread {Zecke}
Hi All, I just installed xorg and gnome and this is the output when
trying to emerge xscreensaver...

  
  Warning: unable to install
/var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3/bin/xscreensaver.kss
   /var/tmp/portage/xscreensaver-4.16/image//usr/kde/3.3
($KDEDIR) does not exist.
  

make[1]: *** [install-kde] Error 1
make[1]: Leaving directory
`/var/tmp/portage/xscreensaver-4.16/work/xscreensaver-4.16/driver'
make: *** [install] Error 5


I dont understand because I don't have kde installed and I don't want it yet...
Any idea? 
Thxxx Bye!!

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] problems with xorg and ATi :(

2005-01-25 Thread {Zecke}
OK Thanks, i'll try to apply the patch because if I emerge ati-drivers,


gentuxp4 log # emerge -pv ati-drivers

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

Calculating dependencies ...done!
[ebuild UD] x11-base/xorg-x11-6.7.0-r3 [6.8.0-r4] -3dfx -3dnow
-cjk -debug -dlloader -doc +ipv6 +mmx +nls +pam -sdk +sse -static
52,057 kB
[ebuild  N] media-video/ati-drivers-3.14.6  4,124 kB

Xorg is running 6.8.0-r4 and I want to use that version. How can I
make to install ONLY ati-drivers? I tryed to mask the package and
nothing.



On Tue, 25 Jan 2005 19:08:41 +0100, Holly Bostick <[EMAIL PROTECTED]> wrote:
> {Zecke} wrote:
> > HI!
> > I'm just compiled kernel-2.6.10-gentoo-r6 and xorg  6.8.0-r4, when
> > tryin to build fglrx module manually...
> >
> > gentuxp4 build_mod # sh make.sh
> > make.sh: line 52: [: 3: unary operator expected
> > ATI module generator V 2.0
> > ==
> > initializing...
> > cleaning...
> > patching 'highmem.h'...
> > assuming new VMA API since we do have kernel 2.6.x...
> > doing Makefile based build for kernel 2.6.x and higher
> > make -C /lib/modules/2.6.10-gentoo-r6/build
> > SUBDIRS=/root/fglrx/lib/modules/fglr x/build_mod/2.6.x modules
> > make[1]: Entering directory `/usr/src/linux-2.6.10-gentoo-r6'
> >   Building modules, stage 2.
> >   MODPOST
> > *** Warning: "pci_find_class"
> 
> This is a bug with the drivers and kernel 2.6.10 (pci_find_class is
> supposed to be pci_get_class, or vice-versa).
> 
> Anyway, there is a patch available on the rage3D forums (
> http://www.rage3d.com/board/showthread.php?t=33798874 ), posted by the
> Linux project manager of ATI (mtippett), or just emerge the ati-drivers
> package, which I believe includes this patch.
> 
> HTH,
> Holly
> 
> --
> gentoo-user@gentoo.org mailing list
> 
>

--
gentoo-user@gentoo.org mailing list



[gentoo-user] problems with xorg and ATi :(

2005-01-25 Thread {Zecke}
HI!
I'm just compiled kernel-2.6.10-gentoo-r6 and xorg  6.8.0-r4, when
tryin to build fglrx module manually...

gentuxp4 build_mod # sh make.sh
make.sh: line 52: [: 3: unary operator expected
ATI module generator V 2.0
==
initializing...
cleaning...
patching 'highmem.h'...
assuming new VMA API since we do have kernel 2.6.x...
doing Makefile based build for kernel 2.6.x and higher
make -C /lib/modules/2.6.10-gentoo-r6/build
SUBDIRS=/root/fglrx/lib/modules/fglr x/build_mod/2.6.x modules
make[1]: Entering directory `/usr/src/linux-2.6.10-gentoo-r6'
  Building modules, stage 2.
  MODPOST
*** Warning: "pci_find_class"
[/root/fglrx/lib/modules/fglrx/build_mod/2.6.x/fgl rx.ko] undefined!
make[1]: Leaving directory `/usr/src/linux-2.6.10-gentoo-r6'
build succeeded with return value 0
duplicating results into driver repository...
done.
==
You must change your working directory to /root/fglrx/lib/modules/fglrx
and then call ./make_install.sh in order to install the built module.
==


OK, got a warning..  *** Warning: "pci_find_class"
then I go to that dir and...

gentuxp4 fglrx # sh make_install.sh
- creating symlink
- recreating module dependency list
- trying a sample load of the kernel module
FATAL: Error inserting fglrx
(/lib/modules/2.6.10-gentoo-r6/kernel/drivers/char/drm/fglrx.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
failed.

This is the kernel output:
Jan 25 18:43:27 gentuxp4 fglrx: Unknown symbol pci_find_class


I cant load the module :(

--
gentoo-user@gentoo.org mailing list