Re: [Cooker] Adaptec USB2connect (aua-1420) - Laptop Cardbus Adapteredoii

2002-05-21 Thread Borsenkow Andrej

On 20 May 2002, Roger wrote:

  
   To note (you reminded me of something), the module ehci-hcd is not being
   shown as being used by the usb-ohci modules.
 
  It is not used _by_ this module.

 Correction. it is ;-)

I repeat - it is not used _by_ this module. USB2 hardware provides two
independent devices - one USB2 and one USB1.x. Just get a look in logs you
have shown - you will see two functions on PCI card. One is USB2 and one
is USB 1.x

 i even tested cd-rw burn rates to make sure.
 Burn rates for a without the ehci-hcd module being loaded was ~8x's.
 Burn rates with the ehci-hcd module loaded showed ~25x's


So what? You seem to enjoy in making wrong conclusions. The fact that both
USB drivers work does not in any way prove that one of them depends on
another.

 The ehci-hcd will register itself as not being used by any other
 module and it will work transperantly.

 The following file has more info:
 /usr/src/linux/Documentation/usb/ehci.txt


You do not seem to have really understood this document.

   that ehci-hcd.o is being used by the usb-ohci module so it doesn't
   unload this, as such, everything hangs. I'll test my theory when i get
   my next chance to reboot (later this evening sometime).

 Ah Ha! my theory worked.  the /etc/rc.d/init.d/pcmcia script is checking
  unloading all drivers that are listed to be registered with the
 pcmcia_core/ds modules. (i believe the $PCIC variable within
  the script is responsable for unloading these modules.)


USB PCI drivers are not PCMCIA drivers!!!


 I'm thinking the reason the maintainer of the ehci-hcd choose not to show the
 module as being registered with any other usb module as it may have caused
 a conflict with being able to fall-back to the older usb-ohci/usb-uhci
 driver. Just a complete guess here tho.

[...]
 well, I've finished recompiling but i don't think i'll need to do that unless
 we want to recompile the ehci-hcd module to show itself as being registered and
 see what happens form there.
 


As you wish. _I_ want to have debug output so instead of _guessing_ what
happens we have some evidence. It looks like you are not interseted in
having this bug fixed. It is your choice. In this case you may just as
well spare time and bandwidth. You obviously are content with workaround
for your personal system. I tried to find a way to fix it for all others.
Our goals seem to not agree :-) Unless I see some real debugging
information I stop participating in this useless thread. Sorry.

-andrej




[Cooker] usb device driver

2002-05-21 Thread ORLANDI Thierry

Hello,

I am looking for a source in C of a simple USB device driver.
I am trying to write one for testing a card I am making.

Where I could find one?

Many thanks.

Thierry Orlandi

Electronique Troisieme Annee
ENSEIRB






[Cooker] fyi: Missing dep check in galeon galeon-1.2.1-2mdk.src.rpm

2002-05-21 Thread Roger

fails to build on Mandrake 8.2 and chokes with a mess of undefined
errors. (builds with c++) (i only have gcc-2.96/3.0 here. Would be nice
to upgrade to 3.1 but openoffice still only builds with gcc3.0)

Although, installing the i586.rpm does catch the missing dep as:
error: failed dependencies:
libstdc++.so.4   is needed by galeon-1.2.1-2mdk
libstdc++.so.4(GLIBCPP_3.1)   is needed by galeon-1.2.1-2mdk

-- 
Roger
-
Verify my pgp/gnupg signature on my HomePage:
http://www.alltel.net/~rogerx/about/index.html



signature.asc
Description: This is a digitally signed message part


Re: [Cooker] Hanging for the cdrom ...

2002-05-21 Thread Stéphane Teletchéa

Le Samedi 18 Mai 2002 03:19, Ron Stodden a écrit :
 Stéphane Teletchéa wrote:
  My configuration :
 
  Mandrake 8.2 on an athlon XP 1600+, motherboard MSI K7T266 Pro2, 256-Mo
  DDR-SDRAM  cas2.5, GeForce 2 MX200 Pro32S, DD WDC WD300BB-00CCB0,
  cdwriter LG GCE-8240B 24/10/40. (listed on the mandrake web-site).

 Post here your IDE configuration - make sure your master and slave
 jumpers are set correctly with no more than one device on each - and
 the contents of your /etc/lilo.conf.

 Thankyou!

hda : ide0, master, dd 30Go
hdc : ide1, master, cdwriter.

[stephane@pcumr70 stephane]$ more /etc/lilo.conf 
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
keytable=/boot/fr-latin1.klt
lba32
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hda5
initrd=/boot/initrd.img
append=devfs=mount quiet mem=nopentium nobiospnp
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hda5
initrd=/boot/initrd.img
append=devfs=mount mem=nopentium nobiospnp
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda5
initrd=/boot/initrd.img
append=devfs=nomount failsafe mem=nopentium nobiospnp
read-only
other=/dev/fd0
label=floppy
unsafe
image=/boot/vmlinuz-2.4.3-20mdk
label=linux-2.4.3
root=/dev/hda5
initrd=/boot/initrd-2.4.3-20mdk.img
append=devfs=mount quiet
vga=788
read-only
image=/boot/vmlinuz-2.4.8-26mdk
label=linux-2.4.8
root=/dev/hda5
initrd=/boot/initrd-2.4.8-26mdk.img
append=devfs=mount quiet nobiospnp hdc=ide-scsi
vga=788
read-only
image=/boot/vmlinuz-2.4.18-6mdk
label=linux-2.4.18
root=/dev/hda5
initrd=/boot/initrd-2.4.18-6mdk.img
append=devfs=mount noquiet
vga=788
read-only
image=/boot/vmlinuz-2.4.3-20mdk
label=2.4.3_scsi
root=/dev/hda5
initrd=/boot/initrd-2.4.3-20mdk.img
append=devfs=mount hdc=ide-scsi
vga=788
read-only

To remember: with kernel 2.4.3(from 8.0), everything worked (with/without 
ide-scsi), with 2.4.8 (8.1), only without ide-scsi (bug with supermount, i 
remember that now), with 8.2 (2.4.18), it doesn't work with both.
I think it could be DMA related as with LG, i'm not the only one who 
encounters problems (2-3 persons related me such problems).
I'm not complaining, but want this to be corrected in the kernel.
For myself, i can use the 8.0 kernel, but it won't help cooker !!!


Stef




[Cooker] Re: Can't install snf-en - pptp-adsl conflicts with pptp-client!

2002-05-21 Thread Florin

Borsenkow Andrej [EMAIL PROTECTED] writes:

 snf-en requires pptp-adsl and pptp-client but pptp-client conflicts with
 pptp-adsl.
 
 -andrej


I know, this was an error appeared at the very last moment in the 8.2
distro ... simply use --nodeps 

cheers,
-- 
Florin  http://www.mandrakesoft.com




Re: [Cooker] mozilla-1.0-0.rc2.1mdk cursor problem

2002-05-21 Thread Reinout van Schouwen

On Mon, 20 May 2002, Jay DeKing wrote:

 Yes, I've noticed that as well. Very distracting and disorienting.

This is not Mandrake's fault. See
http://bugzilla.mozilla.org/show_bug.cgi?id=145267

-- 

Reinout van SchouwenArtificial Intelligence student
email: [EMAIL PROTECTED] mobile phone: +31-6-44360778
GPG public key http://www.cs.vu.nl/~reinout/reinout.asc





Re: [Cooker] urpmq -rd does not list all dependencies

2002-05-21 Thread Franois Pons

Borsenkow Andrej [EMAIL PROTECTED] writes:

 I'd like urpmq -d package to list all dependencies (recursively) for a
 given package and urpmq -du package to skip those that are already
 installed.
 
 At least this looks reasonable. If for some reason urpmq -d is supposed
 to do something different (or to not resolve some dependencies) - how
 can I force it to get full dependency list?

There could be a bug here, this is the same code as urpmi for resolving
dependencies but since it does not select effectively package, there could be
some difference, I will check for that.

Thanks,
François.




Re: [Cooker] mozilla-1.0-0.rc2.1mdk cursor problem

2002-05-21 Thread Gwenole Beauchesne

Hi,

 http://bugzilla.mozilla.org/show_bug.cgi?id=145267

Bugs were both in gcc and in Mozilla sources. gcc3.1 is fixed in our
-1mdk. Need rebuilding mozilla with the right fix though.

Bye,
Gwenole.





Re: [Cooker] libxine0.9.9-devel and libxine0.9.8-devel conflict

2002-05-21 Thread Goetz Waschk

Am Montag, 20. Mai 2002, 22:12:13 Uhr MET, schrieb Alexander Skwar:
 So sprach Goetz Waschk am 2002-05-20 um 21:47:57 +0200 :
  So this is a proposal for a new library naming scheme: library package stay
  the same and all devel packages have to be renamed. That will be quite a lot
  of work :-( But you're right, it makes sense if you cannot install two devel
  packages of the same library. It's just bad for buildrequirements, because if
  you put buildRequires: libfoo3-devel in your spec file you expect the devel
  package to the API of libfoo.so.3, that's the easiest way to specify that.
 
 Sorry for fullquote - but I just don't understand it.
 
 devel library packages are already named libfoo2-devel, and if a package
 needs devel stuff from libfoo2 it BuildRequires: libfoo2-devel.
 
 Or what do you mean?  From what to what do you want to rename it?

Sorry, this was a misunderstanding. I said you wanted to rename the devel
packages from libfoo2-devel to libfoo-devel and I tried to explain why this
is a BAD idea (because of the buildrequires problem explained above).


-- 
   Götz Waschk  student of computer science   university Rostock
 http://wwwstud.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 -- Logout Fascism! --




Re: [Cooker] mozilla-1.0-0.rc2.1mdk cursor problem

2002-05-21 Thread Reinout van Schouwen


http://bugzilla.mozilla.org/show_bug.cgi?id=145267






Re[2]: [Cooker] Galeon Crash

2002-05-21 Thread Rainer Koschnick

Hello Charles,
Monday, May 20, 2002, 10:33:16 PM, you wrote:

 So sprach Antony Suter am 2002-05-21 um 05:15:23 +1000 :
  My problem with Galeon (and Mozilla) is that they dont load or run
  Sun's latest Java RPMs. Either 1.3.1 or 1.4.0.
 
 True.
 
 
CAE Glad opera is still my browser of first choice.
CAE It will work with either.

Yeah, and it has a great rendering engine and fantastic javascript
support (none?)

(to add another useless, even ironic comment to that subject)

Have a nice day,
Rainer





Re: [Cooker] Hanging for the cdrom ...

2002-05-21 Thread Ron Stodden

OK, thanks.

You should have idc=ide-scsi in the append of _all_ linux stanzas. 
This and issue lilo as superuser and reboot is all that is needed to
make your cdwriter accessible to reading as /dev/scd0 or /dev/sr0
(mount in your /etc/fstab on /mnt/scd0 (you must mkdir this directory
yourself), for example) and for writing as the dev=n1,n2.n3 given by
cdrecord -scanbus.

Stéphane Teletchéa wrote:
 
 Le Samedi 18 Mai 2002 03:19, Ron Stodden a écrit :
  Post here your IDE configuration - make sure your master and slave
  jumpers are set correctly with no more than one device on each - and
  the contents of your /etc/lilo.conf.
 
  Thankyou!
 
 hda : ide0, master, dd 30Go
 hdc : ide1, master, cdwriter.
 
 [stephane@pcumr70 stephane]$ more /etc/lilo.conf
 boot=/dev/hda
 map=/boot/map
 install=/boot/boot.b
 default=linux
 keytable=/boot/fr-latin1.klt
 lba32
 prompt
 nowarn
 timeout=100
 message=/boot/message
 menu-scheme=wb:bw:wb:bw
 image=/boot/vmlinuz
 label=linux
 root=/dev/hda5
 initrd=/boot/initrd.img
 append=devfs=mount quiet mem=nopentium nobiospnp
 vga=788
 read-only
 image=/boot/vmlinuz
 label=linux-nonfb
 root=/dev/hda5
 initrd=/boot/initrd.img
 append=devfs=mount mem=nopentium nobiospnp
 read-only
 image=/boot/vmlinuz
 label=failsafe
 root=/dev/hda5
 initrd=/boot/initrd.img
 append=devfs=nomount failsafe mem=nopentium nobiospnp
 read-only
 other=/dev/fd0
 label=floppy
 unsafe
 image=/boot/vmlinuz-2.4.3-20mdk
 label=linux-2.4.3
 root=/dev/hda5
 initrd=/boot/initrd-2.4.3-20mdk.img
 append=devfs=mount quiet
 vga=788
 read-only
 image=/boot/vmlinuz-2.4.8-26mdk
 label=linux-2.4.8
 root=/dev/hda5
 initrd=/boot/initrd-2.4.8-26mdk.img
 append=devfs=mount quiet nobiospnp hdc=ide-scsi
 vga=788
 read-only
 image=/boot/vmlinuz-2.4.18-6mdk
 label=linux-2.4.18
 root=/dev/hda5
 initrd=/boot/initrd-2.4.18-6mdk.img
 append=devfs=mount noquiet
 vga=788
 read-only
 image=/boot/vmlinuz-2.4.3-20mdk
 label=2.4.3_scsi
 root=/dev/hda5
 initrd=/boot/initrd-2.4.3-20mdk.img
 append=devfs=mount hdc=ide-scsi
 vga=788
 read-only
 
 To remember: with kernel 2.4.3(from 8.0), everything worked (with/without
 ide-scsi), with 2.4.8 (8.1), only without ide-scsi (bug with supermount, i
 remember that now), with 8.2 (2.4.18), it doesn't work with both.
 I think it could be DMA related as with LG, i'm not the only one who
 encounters problems (2-3 persons related me such problems).
 I'm not complaining, but want this to be corrected in the kernel.
 For myself, i can use the 8.0 kernel, but it won't help cooker !!!
 
 Stef

-- 
Ron. [au]

Kindly note my new email address: [EMAIL PROTECTED]
and new web site: http://www.ains.net.au/~ronst/




Re: [Cooker] Hanging for the cdrom ...

2002-05-21 Thread Stéphane Teletchéa

Le Mardi 21 Mai 2002 13:47, Ron Stodden a écrit :
 OK, thanks.

 You should have idc=ide-scsi in the append of _all_ linux stanzas.
 This and issue lilo as superuser and reboot is all that is needed to
 make your cdwriter accessible to reading as /dev/scd0 or /dev/sr0
 (mount in your /etc/fstab on /mnt/scd0 (you must mkdir this directory
 yourself), for example) and for writing as the dev=n1,n2.n3 given by
 cdrecord -scanbus.


If it was as easy as this ...

I do not need it in all 'stanzas'. Because i tried to turn on/off this 
emulation to test from where the fail could come.
So to make a long story short :
with kenel from 8.0, no problem with or without emulation, supermount works 
fine
with 8.1, no ide-scsi because of supermoutn. Without supermount, segfault.
with 8.2, no access to cd-rom drive, except for audio (grip), i'm even not 
talking about cdwriter, but just to read datas that were burned uynder 8.1 
with the same burner.

Note : if i boot i can access the cdrom under 8.0 !!!

Stef

I tried cooker's kernel, but the problem remains.
Stef

Config :

Mandrake 8.2 on an athlon XP 1600+, motherboard MSI K7T266 Pro2, 256-Mo 
DDR-SDRAM  cas2.5, GeForce 2 MX200 Pro32S, DD WDC WD300BB-00CCB0, cdwriter LG 
GCE-8240B 24/10/40. (listed on the mandrake web-site).




Re: [Cooker] some broken symlinks: drakxtools, openssh-clients

2002-05-21 Thread Guillaume Cottenceau

Pixel [EMAIL PROTECTED] writes:

 Stefan [EMAIL PROTECTED] writes:
 
  drakxtools-1.1.7-98mdk:
  /usr/X11R6/bin/Xconfigurator - ../sbin/XFdrake
  - should point to ../../sbin/XFdrake (look at the scripts)
 
 ok, anyway the Xconfigurator symlink should be dropped now (was for
 compatibility when XFdrake was introduced replacing redhat's
 Xconfigurator.

IMHO it should not be removed. It must still be useful for
experts switching to Mandrake: they want to configure X from
console, if they don't have Xconfigurator it may need them a
few minutes to discover XFdrake. IMHO this symlink doesn't harm
the system.
 

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




[Cooker] Re: [CHRPM] php-imap-4.2.0-2mdk

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 04.31, Christian Belisle wrote:
 --=-=-=
 Name: php-imap Relocations: (not relocateable)
 Version : 4.2.0 Vendor: MandrakeSoft
 Release : 2mdk  Build Date: Tue May 21 03:31:43

 --=-=-=

 * Tue May 21 2002 Christian Belisle [EMAIL PROTECTED] 4.2.0-2mdk

 - build with gcc 3.1.
 - build against new openssl.

But imap is not?

-- 
Regards // Oden Eriksson




Re: [Cooker] is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Guillaume Cottenceau

Brian J. Murrell [EMAIL PROTECTED] writes:

 Is it safe to start upgrading Cooker packages again, without much
 problem of gcc-3.1/non-gcc-3.1 built packages working together?

It has always been the case. I run daily cooker (other people
here do) and I have zero problems.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] Re: [CHRPM] php-imap-4.2.0-2mdk

2002-05-21 Thread Christian Belisle

On Tue, 2002-05-21 at 08:18, Oden Eriksson wrote:
 On Tuesdayen den 21 May 2002 04.31, Christian Belisle wrote:
  --=-=-=
  Name: php-imap Relocations: (not relocateable)
  Version : 4.2.0 Vendor: MandrakeSoft
  Release : 2mdk  Build Date: Tue May 21 03:31:43
 
  --=-=-=
 
  * Tue May 21 2002 Christian Belisle [EMAIL PROTECTED] 4.2.0-2mdk
 
  - build with gcc 3.1.
  - build against new openssl.
 
 But imap is not?
 

It is now ;-)

-- 
Christian Belisle   [EMAIL PROTECTED]
www.advx.orgwww.mandrakesecure.net
GPG Key: http://people.mandrakesoft.com/~cbelisle/cbelisle.asc





Re: [Cooker] A patch for xtraceroute

2002-05-21 Thread Guillaume Cottenceau

Nick Brown [EMAIL PROTECTED] writes:

 This makes xtraceroute much nice to use as more locations get a match.
 Is it possible to add this patch to your Mandrake RPM?

Yes, done.

It's true that it's much better. Only problem, local network
(192.168.xx here) is heuristically found in the USA although it's
not.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] Re: [CHRPM] php-imap-4.2.0-2mdk

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 15.22, Christian Belisle wrote:
 On Tue, 2002-05-21 at 08:18, Oden Eriksson wrote:
  On Tuesdayen den 21 May 2002 04.31, Christian Belisle wrote:
   --=-=-=
   Name: php-imap Relocations: (not
   relocateable) Version : 4.2.0 Vendor:
   MandrakeSoft Release : 2mdk  Build Date:
   Tue May 21 03:31:43
  
   --=-=-=
  
   * Tue May 21 2002 Christian Belisle [EMAIL PROTECTED]
   4.2.0-2mdk
  
   - build with gcc 3.1.
   - build against new openssl.
 
  But imap is not?

 It is now ;-)

Great!

BTW. My Cooker machines are insane, I can't build newest ucd-snmp unless I do 
it on ML8.2.

Also as I f*cked up the A RR for d-srv.com yesterday, I have to point you to:

http://www.kvikkjokk.net/ucd-snmp-4.2.5-1mdk.src.rpm

(well..., it's an update :))

-- 
Regards // Oden Eriksson




Re: [Cooker] is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Brad Felmey

On Tue, 2002-05-21 at 08:06, Guillaume Cottenceau wrote:
 Brian J. Murrell [EMAIL PROTECTED] writes:
 
  Is it safe to start upgrading Cooker packages again, without much
  problem of gcc-3.1/non-gcc-3.1 built packages working together?
 
 It has always been the case. I run daily cooker (other people
 here do) and I have zero problems.

You must not use Moz with Java. ;-)
-- 
Brad Felmey





[Cooker] gcc still not provided by gcc 3.1?

2002-05-21 Thread Oden Eriksson


[root@CHROOT SRPMS]$ rpm --rebuild 
/home/downloads/mandrake/Mandrake-devel/cooker/SRPMS/curl-7.9.7-1mdk.src.rpm
Installing 
/home/downloads/mandrake/Mandrake-devel/cooker/SRPMS/curl-7.9.7-1mdk.src.rpm
error: failed build dependencies:
gcc is needed by curl-7.9.7-1mdk

[root@CHROOT SRPMS]$ gcc --version
gcc (GCC) 3.1 (Mandrake Linux 8.3 3.1-0.8mdk)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

-- 
Regards // Oden Eriksson




[Cooker] fwbuilder - undefined symbol

2002-05-21 Thread Tibor Pittich

hello

i have a problem with starting fwbuilder application. sure, my system is
fully cookerized. i'v get this error message:
$ fwbuilder
fwbuilder: relocation error: /usr/lib/libgdkmm-1.2.so.1: undefined symbol: 
_ZTVN10__cxxabiv120__si_class_type_infoE

$ rpm -qf /usr/lib/libgdkmm-1.2.so.1
libgtkmm1.2-1.2.8-3mdk
this package comes with fwbuilder, which required his.

-- 
Linux 2.4.18-16mdk
Mandrake Linux release 8.3 (Cooker) for i586 
5:07pm up 4 days, 6:20, 11 users, load average: 0.01, 0.02, 0.00 



msg64495/pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Gwenole Beauchesne

On Tue, 21 May 2002, Brian J. Murrell wrote:

 Mozilla does not work with Java as I understand it (any idea on when
 there will be a Java built with gcc 3.1?  We could be a long time
 waiting on that no?) so no mozilla upgrade also means no Galeon
 upgrade.  :-(

Long long time, I am afraid. I need to check the exact status. Last time I 
checked Sun JDK was built with egcs 1.1.2.

Bye,
Gwenole.





Re: [Cooker] gcc still not provided by gcc 3.1?

2002-05-21 Thread Gwenole Beauchesne

On Tue, 21 May 2002, Oden Eriksson wrote:

 [root@CHROOT SRPMS]$ gcc --version
 gcc (GCC) 3.1 (Mandrake Linux 8.3 3.1-0.8mdk)

Use -1mdk.





Re: [Cooker] Apache 2

2002-05-21 Thread Alexander Feigl

Am Dienstag, 21. Mai 2002 07:25 schrieb Alexander Feigl:
 Am Dienstag, 21. Mai 2002 01:33 schrieb Oden Eriksson:
  Hmm...
 
  I'm using the mod_php.spec file as a start point, but getting an error
  I don't understand...
 
  php_functions.c: In function `zif_apache_lookup_uri':
  php_functions.c:93: structure has no member named `boundary'
  php_functions.c:93: structure has no member named `boundary'
  apxs2:Error: Command failed with rc=65536

 Seems like apache changed their headers and made it incompatible. It
 compiles with 2.0.36 but not with the newer version cooker seems to use.
 You might want to try the apache2filter sources from a php snapshot

As I see now , php 4.2.1 is available. The apache module probably compiles 
with it. Otherwise you just can delete the offending code line. The patch 
puts a conditional compile around it and ignores it for newer apache versions


 Alexander Feigl





Re: [Cooker] gcc still not provided by gcc 3.1?

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 17.28, Gwenole Beauchesne wrote:
 On Tue, 21 May 2002, Oden Eriksson wrote:
  [root@CHROOT SRPMS]$ gcc --version
  gcc (GCC) 3.1 (Mandrake Linux 8.3 3.1-0.8mdk)

 Use -1mdk.

Oops! He he he he  I was totally out of sync..., and relying too much on 
rpm -Fvh in this chrooted install :)

Thanks Gwenole!

-- 
Regards // Oden Eriksson




[Cooker] Re: Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Brian J. Murrell

On Tue, May 21, 2002 at 05:25:38PM +0200, Gwenole Beauchesne wrote:
 
 Long long time, I am afraid.

I'm afraid too.

So what does this mean in terms of the usablilty of the current
Mozilla/Galeon in Cooker?  Without Java (and Javascript?), it seems
quite useless for real world usage, no?

Is it premature to use gcc 3.1 perhaps?  What if this issue is not
resolved by the next release of Mandrake Linux?  Will it just ship
minus a gcc-3.1 compiled Mozilla and Galeon?

b.

-- 
Brian J. Murrell



msg64500/pgp0.pgp
Description: PGP signature


Re: [Cooker] Apache 2

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 17.17, Alexander Feigl wrote:
 Am Dienstag, 21. Mai 2002 07:25 schrieb Alexander Feigl:
  Am Dienstag, 21. Mai 2002 01:33 schrieb Oden Eriksson:
   Hmm...
  
   I'm using the mod_php.spec file as a start point, but getting an
   error I don't understand...
  
   php_functions.c: In function `zif_apache_lookup_uri':
   php_functions.c:93: structure has no member named `boundary'
   php_functions.c:93: structure has no member named `boundary'
   apxs2:Error: Command failed with rc=65536
 
  Seems like apache changed their headers and made it incompatible. It
  compiles with 2.0.36 but not with the newer version cooker seems to use.
  You might want to try the apache2filter sources from a php snapshot

 As I see now , php 4.2.1 is available. The apache module probably compiles
 with it. Otherwise you just can delete the offending code line. The patch
 puts a conditional compile around it and ignores it for newer apache
 versions

Thanks Alexander!

I have allready packed all the php 4.2.1 stuff but forgot to announce it... 
Which patch are you referring to?

And, no... I didn't get the mod_php module to compile against apache2 just 
yet.

I will announce my work on this in another mail to the list.

BTW. I'm the (initial) maintainer of the apache2 rpm packages, so if you have 
some valuble feedback about this we all will jump for joy!

-- 
Regards // Oden Eriksson




Re: [Cooker] Make CDs

2002-05-21 Thread Warly

Stéphane Teletchéa [EMAIL PROTECTED] writes:

 I'm trying to make isos of cooker, downloaded from ftp.lip6.fr with MakeCD, 
 here is my input line :
 
/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586/misc/MakeCD
 
 -t /home/Sources/Isos/ -a 
 
/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586

 Ok, i should have redirected the local directory, but here is the error msg :

 [root@master0 i586]# ./commmande.cooker_cd 

[...]

 Can't locate Cwd.pm in @INC (@INC contains: (some files here)
 at 
 
/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/perl5/5.6.1/File/NCopy.pm
 
 line 175.
 BEGIN failed--compilation aborted at 
 
/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/perl5/5.6.1/File/NCopy.pm
 
 line 175.
 Compilation failed in require at 
 
/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/mkcd
 
 line 9.
 BEGIN failed--compilation aborted at 
 
/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/mkcd
 
 line 9.

 I syncronised it 2-3 times, but still the same message.
 Where is the Cwd.pm ?

It is in perl-base, but as the MakeCD should work on any minimal linux System, I have
added this module in misc subdir.

-- 
Warly




Re: [Cooker] Re: Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Guy.Bormann

 So what does this mean in terms of the usablilty of the current
 Mozilla/Galeon in Cooker?  Without Java (and Javascript?), it seems
 quite useless for real world usage, no?
So what?!! _AGAIN_, Mandrake Cooker is _not_ supposed to be used for
real world usage! How hard is this to understand? Jeezzz, why do
people keep complaining about this?

 Is it premature to use gcc 3.1 perhaps?  What if this issue is not
 resolved by the next release of Mandrake Linux?  Will it just ship
 minus a gcc-3.1 compiled Mozilla and Galeon?
See, above : The raison d'etre of Cooker is exactly that, namely to get an
up to date distribution and resolving all the dependency/interoperability
issues that comes with upgrading. If you want to use Cooker
in real world usage you are completely on your own and no guarantees are
given (and _none_ should be given) that it won't break in the meantime
towards full release.

I'm here only a few months just observing the mailing list, I'm not a
maintainer, nor Mandrake expert, but this far I got! (I am lucky though as
I am using a mixed system (Arrgg, don't do that! :-) but I have no
problems or resolved simple ones by only getting the really essential
parts. But hey, I'm not complaining and I won't )

Now go read it again!

Guy





Re: [Cooker] pam maxlogin = maxlogin+1 problem

2002-05-21 Thread tbsky

 hi:
  i try to edit /etc/security/limits.conf to limit maxlogin users
  and i find that if i set maxlogin = 1, the actual limit = 2,
  if i set maxlogin = 2, the actual limit = 3, if set maxlogin = n ,
  actual maxlogin = n+1 ...
  but if i set maxlogin = 0 , the actual limit = 0. :(
  so i can never set acutal maxlogin to 1..
  any solution?
  thanks for reply

 Regards,
 tbsky

  since i got no reply,so i try to find at redat pam email list, and
  find article below, i use patch at

  http://sourceforge.net/tracker/index.php?
  func=detailaid=493294group_id=6663atid=106663

  to mdk 8.1's pam and it works fine now. maybe 8.2 or cooker can fix too.

  ps: switch pam_limits and pam_unix didn't work for me. must patch..



pam_limits maxlogins count -Out by one
Cristian Gafton [EMAIL PROTECTED]
Mon, 1 Apr 2002 23:49:42 -0500 (EST)

* Previous message: Maybe a newbie question.
* Next message: Problem on pam-0.74-39
* Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

On Sat, 30 Mar 2002, Andrew Morgan wrote:

 Michael wrote:
  Two q's from me:
  1)
  pam_limits module appears to be out by one for certain authentication
  methods -- In particular ssh -- Example, if I set maxlogins for a user
  of 1, the user is allowed 2 logins, the third fails. If I set maxlogins
  0, no logins allowed. I assume someone is aware of it??
  Indeed,
 
http://sourceforge.net/tracker/index.php?func=detailaid=493294group_id=6663atid=106663
As a workaround solution, you might want to list the pam_limits after the
pam_(unix|pwdb) session module so that pam_limits will get an updated utmp
when it runs - which explains why I did not find this problem in my
testing.

Cristian
--
--
Cristian Gafton -- [EMAIL PROTECTED] -- Red Hat, Inc.
~~


























 hi:
  i try to edit /etc/security/limits.conf to limit maxlogin users
  and i find that if i set maxlogin = 1, the actual limit = 2,
  if i set maxlogin = 2, the actual limit = 3, if set maxlogin = n ,
  actual maxlogin = n+1 ...
  but if i set maxlogin = 0 , the actual limit = 0. :(
  so i can never set acutal maxlogin to 1..
  any solution?
  thanks for reply

 Regards,
 tbsky







[Cooker] php-4.2.1-1mdk

2002-05-21 Thread Oden Eriksson

Announcement.

Hi, I have packed the latest php stuff, at the moment you find it here:

http://www.kvikkjokk.net/Cooker/SRPMS/

(d-srv.com will be availible as soon as the f*cked up A RR expires)

Someone needs to figure out how to make a tsrm lib plus its devel parts from 
the php main package in order to make a php module for apache2. (according 
to Alexander Feigl)

Chears.

-- 
Regards // Oden Eriksson




[Cooker] Re: Re: Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Brian J. Murrell

On Tue, May 21, 2002 at 06:06:42PM +0200, Guy.Bormann wrote:
 
 So what?!! _AGAIN_, Mandrake Cooker is _not_ supposed to be used for
 real world usage!
 How hard is this to understand? Jeezzz, why do
 people keep complaining about this?

Fuck off!  I have been here working with Cooker a hell of a lot longer
than you have and know exactly what Cooker is for and what it's not
for!  I don't need the likes of you talking down to me thank you very
much.

Now go and re-read my message, I said real-world usage, not mission
critical and not even work-place usage.  Yes, even casual, testing
use has to interact with the real-world or what kind of testing would
it be without real-world use?

 See, above : The raison d'etre of Cooker is exactly that, namely to get an
 up to date distribution and resolving all the dependency/interoperability
 issues that comes with upgrading.

Uhm, like a non-working Java perhaps.  You seem to miss the point that
making Java work with Cooker/next release of Mandrake Linux is not
something that is under Mandrake's control.  The java package is
released as pre-compiled binaries and if it don't work with Mandrake
Linux it will be Mandrake's problem to resolve, not Sun's.  THIS IS MY
POINT DICKHEAD!

 If you want to use Cooker
 in real world usage you are completely on your own and no guarantees are
 given (and _none_ should be given) that it won't break in the meantime
 towards full release.

Oh thanks for your disclaimer.  Now go re-read the difference between
real-world usage and mission critical usage.  I am not looking for
any guarantees of usage, just clarifying the position of Mandrake when
it comes time to release a Mozilla that does not work with Java.

 I'm here only a few months just observing the mailing list,

Well then maybe you should shut your mouth instead of opening in and
immediately putting your foot into it.

 Now go read it again!

You really are an asshole aren't you?

b.

-- 
Brian J. Murrell



msg64506/pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: Re: Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 18.27, Brian J. Murrell wrote:
 On Tue, May 21, 2002 at 06:06:42PM +0200, Guy.Bormann wrote:

 Fuck off!  I have been here working with Cooker a hell of a lot longer

Now now, calm down boys..., no need to get testy...

-- 
Regards // Oden Eriksson




[Cooker] Re: Re: Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Brian J. Murrell

On Tue, May 21, 2002 at 12:27:49PM -0400, Brian J. Murrell wrote:

[ strong words to a lurker who thought he would step up and give me a
  lesson what Cooker is for ]

Let me take a moment to appologize to this group for making such a
reply to the list.  I should have responded to Guy privately with my
comments.

However, my comments stand as they are.  I don't appologize for what I
said, just that I said it to the whole group here and just to Guy
privately.  Y'all didn't need to be a part of that.

b.

-- 
Brian J. Murrell



msg64508/pgp0.pgp
Description: PGP signature


[Cooker] colorgcc and compilation inside emacs

2002-05-21 Thread Eyal Ben-David

Hi,

If I compile a C/C++ source file from Emacs and the compilation results in 
errors or warnings I see a mess (in Emacs) since all the color characters are 
not filtered.
(Emacs can do its own color stuff for compilation)

I saw in /etc/colorgcc that the when the terminal is emacs or dumb no 
color codes emitted but in my emacs (emacs-21.2-2mdk) the TERM environment 
variable is still linux. (I typed M-x compile RET gcc -c hello.cpp RET. 
In shell mode inside emacs the terminal is dumb)

I tried to skip (in colorgc source code) colors if STDERR (and not just 
STDOUT) is a tty but this didn't help.

I can bypass this of cource by calling gcc-3.1 instead of just gcc but this is 
not natural and we still have the problems in Makefiles (i.e run make from 
emacs).

Another option is uninstalling colorgcc but I find the colors in consoles nice 
and useful.


Eyal.





Re: [Cooker] Galeon Crash

2002-05-21 Thread Steve Howes

On 21 May 2002 05:15:23 +1000
Antony Suter [EMAIL PROTECTED] wrote:

 On Tue, 2002-05-21 at 00:30, Brad Felmey wrote:
  On Sat, 2002-05-18 at 18:12, Alexander Skwar wrote:
  
   Galeon is very unstable for me, I switched back to Mozilla because
   of this :(
  
  Galeon has been stable up until 1.2.1. Now I get lots of crashes
  when doing POST actions.
  -- 
  Brad Felmey
 
 My problem with Galeon (and Mozilla) is that they dont load or run
 Sun's latest Java RPMs. Either 1.3.1 or 1.4.0.
 
 Im using the latest cooker galeon and mozilla, with most of Gnome2
 installed.

Nor with IBM's java 1.3.1, again using same latest Galeon, Mozilla and
Gnome2.
Given other problems with Mozilla rc2 I guess that would be the place
to look for the cause?

Steve




Re: [Cooker] Apache 2

2002-05-21 Thread Alexander Feigl

Am Dienstag, 21. Mai 2002 17:52 schrieb Oden Eriksson:
 On Tuesdayen den 21 May 2002 17.17, Alexander Feigl wrote:
  Am Dienstag, 21. Mai 2002 07:25 schrieb Alexander Feigl:
   Am Dienstag, 21. Mai 2002 01:33 schrieb Oden Eriksson:
Hmm...
   
I'm using the mod_php.spec file as a start point, but getting an
error I don't understand...
   
php_functions.c: In function `zif_apache_lookup_uri':
php_functions.c:93: structure has no member named `boundary'
php_functions.c:93: structure has no member named `boundary'
apxs2:Error: Command failed with rc=65536
  
   Seems like apache changed their headers and made it incompatible. It
   compiles with 2.0.36 but not with the newer version cooker seems to
   use. You might want to try the apache2filter sources from a php
   snapshot
 
  As I see now , php 4.2.1 is available. The apache module probably
  compiles with it. Otherwise you just can delete the offending code line.
  The patch puts a conditional compile around it and ignores it for newer
  apache versions

 Thanks Alexander!

 I have allready packed all the php 4.2.1 stuff but forgot to announce it...
 Which patch are you referring to?

I was referring to the patch which fixed php for recent apache. But it is 
included in 4.2.1.


 And, no... I didn't get the mod_php module to compile against apache2 just
 yet.

 I will announce my work on this in another mail to the list.

 BTW. I'm the (initial) maintainer of the apache2 rpm packages, so if you
 have some valuble feedback about this we all will jump for joy!

Here it comes:

First I changed php.spec. Manually linking libpthread is not needed any more 
and breaks the build process because it is added by configure automatically. 
The option --enable-experimential-zts seems to be needed for apache2 module. 
I hope it won't make php unstable - it is activated automatically if you 
compille the apache2 module with a configure option. If this option is 
enabled, libtsrm is included in libphp_common and you won't have to install 
it explicitly

--- /home/moondream/cvs/mdk/SPECS/php/php.spec  2002-05-20 23:52:05.0 
+0200
+++ php.spec2002-05-21 19:55:41.0 +0200
 -143,7 +140,7 
 #For eventual compatibility with RedHat
 #%{!?nokerberos:krb5libs=-L%{_prefix}/kerberos/lib -lgssapi_krb5 -lkrb5 
-lk5crypto -lcom_err}
 
-LIBS=$LIBS -lpthread $krb5libs 
+LIBS=$LIBS $krb5libs 
 export LIBS
 
 EXTENSION_DIR=/usr/lib/php/extensions
 -188,6 +185,7 
--with-openssl=%{_prefix} \
--without-aspell \
--without-kerberos \
+--enable-experimental-zts \
`for i in %{external_modules}; do echo --without-${i} --disable-${i}; done`
 
 ###This configuration makes a dependency on those libs:




/usr/src/php-devel/buildext libphp4 -lapr  -lphp_common \
sapi_apache2.c php_functions.c apache_config.c -I/usr/include/apache2

should build the module. I didn't test it but tested it with a changed 
include/lib path which was referring to my self-compiled apache2


Alexander Feigl




[Cooker] Viewpoint Viewer for Linux?

2002-05-21 Thread Borsenkow Andrej



I am currently attending EMC E-Learning course. It is mix of online
sessions, self-studying (Flash) and labs (using 3D models that can be
rotated/enlarged/moved).

I had to update flash to make it work (version 4 as delivered had
problems, I just dropped in version 5 from macromedia) and it works just
nicely. But a far as I can tell there is no Viewpoitn Viewer for Linux
at least on a default download site
(http://www.viewpoint.com/developerzone/download/redirector.html)

Anybody knows an alternative for Linux? I understand that I probably
won't get chance to use it this time (course ends this week) but
hopefully it is not the last :-)

-andrej




Re: [Cooker] Apache 2

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 20.04, Alexander Feigl wrote:
 Am Dienstag, 21. Mai 2002 17:52 schrieb Oden Eriksson:

  Thanks Alexander!
 
  I have allready packed all the php 4.2.1 stuff but forgot to announce
  it... Which patch are you referring to?

 I was referring to the patch which fixed php for recent apache. But it is
 included in 4.2.1.

Aha, didn't notice that. Thanks for notifying me!.

(I wish Mandrake corp would employ me so I could spend more time on this..., 
HINT, HINT, HINT)

  And, no... I didn't get the mod_php module to compile against apache2
  just yet.
 
  I will announce my work on this in another mail to the list.
 
  BTW. I'm the (initial) maintainer of the apache2 rpm packages, so if you
  have some valuble feedback about this we all will jump for joy!

 Here it comes:

 First I changed php.spec. Manually linking libpthread is not needed any
 more and breaks the build process because it is added by configure
 automatically. The option --enable-experimential-zts seems to be needed for
 apache2 module. I hope it won't make php unstable - it is activated
 automatically if you compille the apache2 module with a configure option.
 If this option is enabled, libtsrm is included in libphp_common and you
 won't have to install it explicitly

Aha! I realize you have fiddled with this some. I will change the php package 
according to this new info and see if it solves the apache2 stuff, and if it 
breaks apache1 is irrelevant at this time.

 --- /home/moondream/cvs/mdk/SPECS/php/php.spec2002-05-20
 23:52:05.0 +0200
 +++ php.spec  2002-05-21 19:55:41.0 +0200
  -143,7 +140,7 
  #For eventual compatibility with RedHat
  #%{!?nokerberos:krb5libs=-L%{_prefix}/kerberos/lib -lgssapi_krb5 -lkrb5
 -lk5crypto -lcom_err}

 -LIBS=$LIBS -lpthread $krb5libs
 +LIBS=$LIBS $krb5libs
  export LIBS

  EXTENSION_DIR=/usr/lib/php/extensions
  -188,6 +185,7 
   --with-openssl=%{_prefix} \
   --without-aspell \
   --without-kerberos \
 +--enable-experimental-zts \
   `for i in %{external_modules}; do echo --without-${i} --disable-${i};
 done`

  ###  This configuration makes a dependency on those libs:




 /usr/src/php-devel/buildext libphp4 -lapr  -lphp_common \
 sapi_apache2.c php_functions.c apache_config.c -I/usr/include/apache2

 should build the module. I didn't test it but tested it with a changed
 include/lib path which was referring to my self-compiled apache2

Great thanks Alexander for all this intel!, I/we appreciate your efforts a 
great deal. Thanks a bunch!

I will try to continue this apache2 adventure tomorrow.

-- 
Regards // Oden Eriksson




[Cooker] No sound in galeon + flash V5 + -16mdk + ALSA + Sb Live!

2002-05-21 Thread Borsenkow Andrej

Using the above combination I get no sound. Picture is just nice.

Pre-gcc-3.1 KDE3 using the same flash correctly shows and plays sound
... hmm may be the problem is in esd in Gnome? But here I am at a loss,
totally. How to configure it/check that it works?

TIA

-andrej





[Cooker] Re: [CHRPM] php-4.2.0-4mdk

2002-05-21 Thread Oden Eriksson

On Tuesdayen den 21 May 2002 20.15, Christian Belisle wrote:
 --=-=-=
 Name: php  Relocations: (not relocateable)
 Version : 4.2.0 Vendor: MandrakeSoft
 Release : 4mdk  Build Date: Tue May 21 20:16:24

 --=-=-=

 * Wed May 22 2002 Christian Belisle [EMAIL PROTECTED] 4.2.0-4mdk

 - add temporary --with-xmlrpc... extension don't want to work correctly.
 - add include_path in php.ini
 - pear now works! (thanks to Michael Reinsch).

Please sync with the stuff I have here:

http://www.kvikkjokk.net/Cooker/SRPMS/

(it's a 4.2.0 - 4.2.1 upgrade.)

-- 
Regards // Oden Eriksson




[Cooker] Re: [CHRPM] php-4.2.0-4mdk

2002-05-21 Thread Christian Belisle

On Tue, 2002-05-21 at 15:23, Oden Eriksson wrote:
 
 Please sync with the stuff I have here:
 
 http://www.kvikkjokk.net/Cooker/SRPMS/
 
 (it's a 4.2.0 - 4.2.1 upgrade.)
 

I know I know... but I do it gradually. First, I finish what I begun
(including xmlrpc support in php), and after come the upgrade. According
to my TODO list, it should be done tonight or tomorrow.

-- 
Christian Belisle   [EMAIL PROTECTED]
www.advx.orgwww.mandrakesecure.net
GPG Key: http://people.mandrakesoft.com/~cbelisle/cbelisle.asc





Re: [Cooker] No sound in galeon + flash V5 + -16mdk + ALSA + Sb Live!

2002-05-21 Thread Charles A Edwards

On 21 May 2002 23:04:53 +0400
Borsenkow Andrej [EMAIL PROTECTED] wrote:

 Using the above combination I get no sound. Picture is just nice.
 
 Pre-gcc-3.1 KDE3 using the same flash correctly shows and plays sound
 ... hmm may be the problem is in esd in Gnome? But here I am at a
 loss, totally. How to configure it/check that it works?
 

With sblive value and flash-5.0-2 or -3mdk sound for me is OK.

Is it at a specific site or at all sites using flash?

At least you are only deaf, I'm usually 'dumb':-)


Charles




[Cooker] skipstone-0.8.1-1mdk

2002-05-21 Thread Charles A Edwards

[charles@localhost charles]$ skipstone
skipstone-bin: relocation error: skipstone-bin: undefined symbol:
assign_from_helper__13nsCOMPtr_baseRC15nsCOMPtr_helperRC4nsID

Rebuilding with gcc3.1 eliminates error.

There is now a version 8.2
It also rebuilds well with gcc3.1, but not with current mdk spec.

Both rebuilt 8.1 and new 8.2 suffer a Major problem.
Accessing any site that uses Flash causes immediate segfault
www.shockwave.com, www.rain.org, etc.

 skipstone-bin: relocation error:
/usr/lib/netscape/plugins/libflashplayer.so: undefined symbol:
__builtin_vec_new

Don't know if anyone wants to screw with trying to overcome this.
Might be simpler to remove skipstone for the time being.



Charles




[Cooker] Re: [CHRPM] php-4.2.0-4mdk

2002-05-21 Thread Alexander Skwar

So sprach Christian Belisle am 2002-05-21 um 20:15:59 +0200 :
 - add temporary --with-xmlrpc... extension don't want to work correctly.
 - add include_path in php.ini

I wondered when you would add this sugestion I made before php 4.2.0.
How about also moving the pear stuff to /usr/lib/php/PEAR?

And did you also move the extension=recode.so line to the beginning?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 15 hours 37 minutes




Re: [Cooker] libxine0.9.9-devel and libxine0.9.8-devel conflict

2002-05-21 Thread Alexander Skwar

So sprach Goetz Waschk am 2002-05-21 um 12:09:01 +0200 :
 Sorry, this was a misunderstanding. I said you wanted to rename the devel
 packages from libfoo2-devel to libfoo-devel and I tried to explain why this
 is a BAD idea (because of the buildrequires problem explained above).

Ah, yes, misunderstanding indeed ;)  I don't want to rename the
packages; after some pains at the beginning, the libname policy now
makes sense to me.  

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 15 hours 51 minutes




Re: [Cooker] mozilla-1.0-0.rc2.1mdk cursor problem

2002-05-21 Thread Alexander Skwar

So sprach Reinout van Schouwen am 2002-05-21 um 11:24:46 +0200 :
 This is not Mandrake's fault. See
 http://bugzilla.mozilla.org/show_bug.cgi?id=145267

But why does it not happen in the original mozilla.org builds?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  |Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 16 hours 3 minutes




Re: [Cooker] mozilla-1.0-0.rc2.1mdk cursor problem

2002-05-21 Thread Charles A Edwards

On Tue, 21 May 2002 23:03:24 +0200
Alexander Skwar [EMAIL PROTECTED] wrote:

 So sprach Reinout van Schouwen am 2002-05-21 um 11:24:46 +0200 :
  This is not Mandrake's fault. See
  http://bugzilla.mozilla.org/show_bug.cgi?id=145267
 
 But why does it not happen in the original mozilla.org builds?
 
 
It is also not occurring with mozilla-1.0-0.rc2.2mdk.


Charles




[Cooker] A few woes that are still present

2002-05-21 Thread OS

Hello,

Here are a few bug bears that are still present in the latest Cooker:

Popping out the most PCMCIA cards - complete system lockup with no output at 
all.

Suspending to Disk - complete system lockup with no output at all, even with 
latest Cooker software.

Suspending to RAM - system works for a while before complete system lockup 
with no output at all. May have something to do with SuperMount'd parport Zip 
drive ?

Suspending to RAM on other laptop - complete system lockup with no output at 
all, even with latest Cooker software.

Shutting down PCMCIA services - tells me there is an invalid ATAPI floppy 
device and CDROM device ! Neither of these devices are connected with the 
PCMCIA sub-system at all.

Non document fonts in Open Office look really bad, but on RH 7.2 at work they 
look just fine.

Showing Linux on the laptop to customers - complete disaster !

Thanks,
Owen




[Cooker] NFS hangs during shutdown

2002-05-21 Thread OS

Hello,

I've been a little out of contact lately so excuse me if this problem was 
solved ages ago.

It sounds like you need to use the soft option in fstab. By default NFS 
mounts are hard which I believe means they will keep retrying for ever ! 
The soft option only retries a number of times before giving up. It may 
still take some time to re-boot or whatever, but it should suceed eventually.

Owen

 Is anyone else seeing this?  Using kernel 2.4.18.12, I get the following
 message (might not be 100% accurate, since I had to write it down--it
 doesn't 
 get logged.)
 
 ---
 Unmounting NFS filesystems:  Cannot MOUNTPROG RPC: RPC: Program not
 registered
 umount2: Device or resource busy
 umount: /net: device is busy
 ---
 
 After that, the system hangs and I'm forced to do a hard reboot.
 
 Granted, I'm using an 8.2/cooker mix (I know, not supported), but I
 believe 
 that all of the relevant packages are cooker (I'm assuming that this is 
 somehow related to automount.)  Am I missing anything?
 
 [root@Netherworld RPMS]# urpmi kernel-2.4.18.12mdk-1-1mdk.i586.rpm
 everything already installed
 (rpm -q kernel does not seem to work...)
 
 [root@Netherworld RPMS]# rpm -q autofs
 autofs-4.0.0-0.17mdk
 [root@Netherworld RPMS]# rpm -q initscripts
 initscripts-6.40.2-41mdk
 [root@Netherworld RPMS]# rpm -q am-utils
 am-utils-6.0.7-2mdk
 
 -Jason
 
 =
 Stupid men are often capable of things the clever would not dare to 
 contemplate...
 (Feet of Clay)




Re: [Cooker] some broken symlinks: drakxtools, openssh-clients

2002-05-21 Thread Ben Reser

On Tue, May 21, 2002 at 02:13:30PM +0200, Guillaume Cottenceau wrote:
 IMHO it should not be removed. It must still be useful for
 experts switching to Mandrake: they want to configure X from
 console, if they don't have Xconfigurator it may need them a
 few minutes to discover XFdrake. IMHO this symlink doesn't harm
 the system.

I agree with gc on this one.  Please don't remove the symlink.  It's
especially handy if you work on more distribution then you don't have to
think about which system you're on...

-- 
Ben Reser [EMAIL PROTECTED]
http://ben.reser.org

We tend to see all wars through the lens of the current conflict, and we
mine history for lessons convenient to the present purpose.
- Brian Hayes




Re: [Cooker] Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Salane King

My mozilla is now working with java. I'm not sure how i got it to work, but i 
completely uninstalled it including the $HOME/.mozilla dirs. then installed 
it. 
mozilla-1.0-0.rc2.1mdk


JavaTM 2 SDK, Standard Edition
 Version 1.4.0

On Tuesday 21 May 2002 11:01 am, Brian J. Murrell wrote:
 On Tue, May 21, 2002 at 09:36:41AM -0500, Brad Felmey wrote:
  You must not use Moz with Java. ;-)

 Mozilla does not work with Java as I understand it (any idea on when
 there will be a Java built with gcc 3.1?  We could be a long time
 waiting on that no?) so no mozilla upgrade also means no Galeon
 upgrade.  :-(

 Have I got this correct?

 b.





Re: [Cooker] skipstone-0.8.1-1mdk

2002-05-21 Thread Daouda LO

Charles A Edwards [EMAIL PROTECTED] writes:

 [charles@localhost charles]$ skipstone
 skipstone-bin: relocation error: skipstone-bin: undefined symbol:
 assign_from_helper__13nsCOMPtr_baseRC15nsCOMPtr_helperRC4nsID
 
 Rebuilding with gcc3.1 eliminates error.
 
 There is now a version 8.2
 It also rebuilds well with gcc3.1, but not with current mdk spec.

It's fixed now and uploaded (8.2-1mdk).

 
 Both rebuilt 8.1 and new 8.2 suffer a Major problem.
 Accessing any site that uses Flash causes immediate segfault
 www.shockwave.com, www.rain.org, etc.

It didn't display the flash part but didn't segfault.
It works just great with this two sites. 
Test it and tell me if there are any problems.

Thanx.




[Cooker] error

2002-05-21 Thread bascule

i get the following error when trying to install using the network image just 
a moment ago (00:21 22-05-02):
/usr/bin/perl: error while loading shared libraries: o.6: cannot open shared 
object file: No such file or directory...

i've been getting this for a few days, i have rsynced my copy of cooker with 
a few different mirrors over that time - most recently this evening - and 
still i get this error, is there a particular file whose absence i could
check that might cause this?

i had thought it was a permissions thing with my nfs sharing but i have 
checked that and i can't find anything wrong, i also tried the alternative 
network images

bascule
-- 
On nights such as this, evil deeds are done. And good deeds, of course. But 
mostly evil deeds. 
(Wyrd Sisters)




Re: [Cooker] Make CDs

2002-05-21 Thread Cory Meisch

I have had similiar problems... here is my output... I
have been syncing from the Oregon State University 
mirror:

Can't locate MD5.pm in @INC (@INC contains:
..//Mandrake/mdkinst/usr/lib/perl5/5.6.1//i386-linux
..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/
..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/i386-linux/
..//misc ..//misc/perl5/5.6.1/i386-linux
..//misc/perl5/5.6.1
..//misc/perl5/site_perl/5.6.1/i386-linux
..//misc/perl5/site_perl/5.6.1
..//misc/perl5/site_perl/i386-linux/
..//misc/perl5/site_perl/5.6.1/i386-linux/
..//Mandrake/mdkinst/usr/lib/perl5/5.6.1//i386-linux
..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/
..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/i386-linux/
..//misc ..//misc/perl5/5.6.1/i386-linux
..//misc/perl5/5.6.1
..//misc/perl5/site_perl/5.6.1/i386-linux
..//misc/perl5/site_perl/5.6.1
..//misc/perl5/site_perl/i386-linux/
..//misc/perl5/site_perl/5.6.1/i386-linux/
/usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl .) at
..//misc/perl5/site_perl/5.6.1/Mkcd/Tools.pm line 9.
BEGIN failed--compilation aborted at
..//misc/perl5/site_perl/5.6.1/Mkcd/Tools.pm line 9.
Compilation failed in require at ..//misc/mkcd line
11.
BEGIN failed--compilation aborted at ..//misc/mkcd
line 11.

--- Warly [EMAIL PROTECTED] wrote:
 Stéphane Teletchéa
 [EMAIL PROTECTED] writes:
 
  I'm trying to make isos of cooker, downloaded from
 ftp.lip6.fr with MakeCD, 
  here is my input line :
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586/misc/MakeCD
 
  -t /home/Sources/Isos/ -a 
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586
 
  Ok, i should have redirected the local directory,
 but here is the error msg :
 
  [root@master0 i586]# ./commmande.cooker_cd 
 
 [...]
 
  Can't locate Cwd.pm in @INC (@INC contains: (some
 files here)
  at 
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/perl5/5.6.1/File/NCopy.pm
 
  line 175.
  BEGIN failed--compilation aborted at 
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/perl5/5.6.1/File/NCopy.pm
 
  line 175.
  Compilation failed in require at 
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/mkcd
 
  line 9.
  BEGIN failed--compilation aborted at 
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/mkcd
 
  line 9.
 
  I syncronised it 2-3 times, but still the same
 message.
  Where is the Cwd.pm ?
 
 It is in perl-base, but as the MakeCD should work on
 any minimal linux System, I have
 added this module in misc subdir.
 
 -- 
 Warly
 

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com




Re: [Cooker] Make CDs

2002-05-21 Thread Murray J. Root

On Tue, 21 May 2002 17:16:58 -0700 (PDT) Cory Meisch [EMAIL PROTECTED] wrote:

 I have had similiar problems... here is my output... I
 have been syncing from the Oregon State University 
 mirror:
 
urpmi perl-MD5
Dunno why it doesn't have it in misc, or doesn't find it there, but installing 
perl-MD5 fixes it


-- 
Murray J. Root

DISCLAIMER: http://www.goldmark.org/jeff/stupid-disclaimers/

Mandrake on irc.openprojects.net:
  #mandrake  #mandrake-linux = help for newbies
  #mandrakeguru = advanced discussions  #mdk-cooker = Mandrake Cooker




Re: [Cooker] Hanging for the cdrom ...

2002-05-21 Thread Ron Stodden

Stéphane Teletchéa wrote:
 
 Le Mardi 21 Mai 2002 13:47, Ron Stodden a écrit :
  OK, thanks.
 
  You should have idc=ide-scsi in the append of _all_ linux stanzas.
  This and issue lilo as superuser and reboot is all that is needed to
  make your cdwriter accessible to reading as /dev/scd0 or /dev/sr0
  (mount in your /etc/fstab on /mnt/scd0 (you must mkdir this directory
  yourself), for example) and for writing as the dev=n1,n2.n3 given by
  cdrecord -scanbus.
 
 If it was as easy as this ...

It is.  Mind you, I do not use any supermount, nor see any need for
it.  Try it without supermount - if OK, complain about supermount.

-- 
Ron. [au]




Re: [Cooker] skipstone-0.8.1-1mdk

2002-05-21 Thread Charles A Edwards

On 22 May 2002 00:00:35 +0200
Daouda LO [EMAIL PROTECTED] wrote:

 
  
  Both rebuilt 8.1 and new 8.2 suffer a Major problem.
  Accessing any site that uses Flash causes immediate segfault
  www.shockwave.com, www.rain.org, etc.
 
 It didn't display the flash part but didn't segfault.
 It works just great with this two sites. 
 Test it and tell me if there are any problems.

 
Do you have FlashPlayer installed on your test system??


Installed 0.8.2 on cooker system on which skipstone had never been
installed.

[charles@localhost charles]$ skipstone
No url file to read
No bookmarks file to read, creating default
No History file to read!
LoadPlugin: failed to initialize shared library
/usr/lib/j2re1.4.0/plugin/i386/ns610/libjavaplugin_oji140.so
[/usr/lib/j2re1.4.0/plugin/i386/ns610/libjavaplugin_oji140.so: undefined
symbol:
GetGlobalServiceManager__16nsServiceManagerPP17nsIServiceManager]
LoadPlugin: failed to initialize shared library
/usr/lib/jdk1.3.1_02/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/lib/jdk1.3.1_02/jre/plugin/i386/ns600/libjavaplugin_oji.so:
undefined symbol: __vt_17nsGetServiceByCID]
LoadPlugin: failed to initialize shared library
/usr/lib/RealPlayer8/rpnp.so [/usr/lib/RealPlayer8/rpnp.so: undefined
symbol: __pure_virtual]

App launches fine to skipstone home.
I enter url for www.rain.org
Crash 

skipstone-bin: relocation error:
/usr/lib/netscape/plugins/libflashplayer.so: undefined symbol:
__builtin_vec_new

strace gives like output:
writev(2, [{skipstone-bin, 13}, {: , 2}, {relocation error, 16},
{: , 2}, {/usr/lib/netscape/plugins/libfla..., 43}, {: , 2},
{undefined symbol: __builtin_vec_..., 35}, {, 0}, {, 0}, {\n,
1}], 10skipstone-bin: relocation error:
/usr/lib/netscape/plugins/libflashplayer.so: undefined symbol:
__builtin_vec_new
) = 114
_exit(127)  = ?

If I Uninstall FlashPlayer only then does skipstone not crash.

Another odd note is that even given the /usr/lib/RealPlayer8/rpnp.so
error,
the plugin for it still works.


Charles


 




RE: [Cooker] IMP keeps doing maintenance

2002-05-21 Thread Robert Shade

 With the current imp3 package in contrib, everytime
 you login it asks you to do maintenance

The ironic thing is I never heared about this thing until a few days ago, and 
now I here about it everywhere. :)  Anyway.  See this section of the docs 
pertaining to disabling maintanance functions:

http://www.horde.org/faq/admin/config/index.php#c23

rob




[Cooker] Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Robert Shade

Mozilla does not work with Java as I understand it (any idea on when
there will be a Java built with gcc 3.1?

This shouldn't matter, should it?  As I understand it it is only the C++ part 
of gcc this is binary incompatable.  So unless there is C++ in the java 
implimentation that you use, you should be able to compile java with ecgs and 
Mozilla with gcc3.1 without any problems.  Or have I been misinformed?

rob




RE: [Cooker] IMP keeps doing maintenance

2002-05-21 Thread David Walser

Thanks.

Note that the problem has been fixed in the newest
horde2 package that I uploaded to
ftp.linux-mandrake.com/incoming (along with new imp3
and turba), but I guess ghibo hasn't looked at them
yet.  Also, I have since discovered and switched to
squirrelmail which is SO AWESOME (which is missing a
Requires, which I guess also hasn't been looked at yet
:o).

--- Robert Shade [EMAIL PROTECTED] wrote:
  With the current imp3 package in contrib,
 everytime
  you login it asks you to do maintenance
 
 The ironic thing is I never heared about this thing
 until a few days ago, and 
 now I here about it everywhere. :)  Anyway.  See
 this section of the docs 
 pertaining to disabling maintanance functions:
 
 http://www.horde.org/faq/admin/config/index.php#c23
 
 rob
 

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com




Re: [Cooker] Make CDs

2002-05-21 Thread Cory Meisch

Nevermind, I resynched and it seemed to solve it...

Cory

--- Cory Meisch [EMAIL PROTECTED] wrote:
 I have had similiar problems... here is my output...
 I
 have been syncing from the Oregon State University 
 mirror:
 
 Can't locate MD5.pm in @INC (@INC contains:
 ..//Mandrake/mdkinst/usr/lib/perl5/5.6.1//i386-linux
 ..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/
 ..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/i386-linux/
 ..//misc ..//misc/perl5/5.6.1/i386-linux
 ..//misc/perl5/5.6.1
 ..//misc/perl5/site_perl/5.6.1/i386-linux
 ..//misc/perl5/site_perl/5.6.1
 ..//misc/perl5/site_perl/i386-linux/
 ..//misc/perl5/site_perl/5.6.1/i386-linux/
 ..//Mandrake/mdkinst/usr/lib/perl5/5.6.1//i386-linux
 ..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/
 ..//Mandrake/mdkinst/usr/lib/perl5/5.6.1/i386-linux/
 ..//misc ..//misc/perl5/5.6.1/i386-linux
 ..//misc/perl5/5.6.1
 ..//misc/perl5/site_perl/5.6.1/i386-linux
 ..//misc/perl5/site_perl/5.6.1
 ..//misc/perl5/site_perl/i386-linux/
 ..//misc/perl5/site_perl/5.6.1/i386-linux/
 /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
 /usr/lib/perl5/site_perl/5.6.1/i386-linux
 /usr/lib/perl5/site_perl/5.6.1
 /usr/lib/perl5/site_perl .) at
 ..//misc/perl5/site_perl/5.6.1/Mkcd/Tools.pm line 9.
 BEGIN failed--compilation aborted at
 ..//misc/perl5/site_perl/5.6.1/Mkcd/Tools.pm line 9.
 Compilation failed in require at ..//misc/mkcd line
 11.
 BEGIN failed--compilation aborted at ..//misc/mkcd
 line 11.
 
 --- Warly [EMAIL PROTECTED] wrote:
  Stéphane Teletchéa
  [EMAIL PROTECTED] writes:
  
   I'm trying to make isos of cooker, downloaded
 from
  ftp.lip6.fr with MakeCD, 
   here is my input line :
  
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586/misc/MakeCD
  
   -t /home/Sources/Isos/ -a 
  
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586
  
   Ok, i should have redirected the local
 directory,
  but here is the error msg :
  
   [root@master0 i586]# ./commmande.cooker_cd 
  
  [...]
  
   Can't locate Cwd.pm in @INC (@INC contains:
 (some
  files here)
   at 
  
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/perl5/5.6.1/File/NCopy.pm
  
   line 175.
   BEGIN failed--compilation aborted at 
  
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/perl5/5.6.1/File/NCopy.pm
  
   line 175.
   Compilation failed in require at 
  
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/mkcd
  
   line 9.
   BEGIN failed--compilation aborted at 
  
 

/home/Sources/cooker/i586/195.83.118.1/pub/linux/distributions/mandrake-devel/cooker/i586//misc/mkcd
  
   line 9.
  
   I syncronised it 2-3 times, but still the same
  message.
   Where is the Cwd.pm ?
  
  It is in perl-base, but as the MakeCD should work
 on
  any minimal linux System, I have
  added this module in misc subdir.
  
  -- 
  Warly
  
 
 __
 Do You Yahoo!?
 LAUNCH - Your Yahoo! Music Experience
 http://launch.yahoo.com
 

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com




Re: [Cooker] Re: is gcc 3.1 rebuilding done yet?

2002-05-21 Thread Han

Robert Shade ([EMAIL PROTECTED]) wrote:
 Robert cut of this line. Don't do that Robert, I wanna know who you are
 reacting to.

  Mozilla does not work with Java as I understand it (any idea on when
  there will be a Java built with gcc 3.1?
 
 This shouldn't matter, should it? As I understand it it  is  only  the
 C++ part of gcc this is binary incompatable. So unless there is C++ in
 the java implimentation that you use, you should be  able  to  compile
 java with ecgs and Mozilla with gcc3.1 without any problems. Or have I
 been misinformed?

Indeed, sun should fix java so it complies with the new  compiler,  they
will have to do that sooner or later anyway and I am sure they  will  do
it sooner.

Development is like evolution and there is no turning back. If you don't
agree ask your mom if you can crawl back in.



Groetjes, Han.
-- 
http://www.xs4all.nl/~hanb/software




Re: openoffice?

2002-05-21 Thread Patrick Ladam

Stew Benedict wrote:

 On Fri, 17 May 2002, Michael Marcucio wrote:

  any word on rpms for openoffice? are there going to be mdk ones or can we
  just use the yellowdog rpms?
  mike
 

 I wasn't aware there were YDL ones.  It builds but doesn't run correctly.
 I have tested Kevin Hendricks' build and it seems to run fine on 8.2.

 Stew Benedict

 --
 MandrakeSoft
 PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
 IRC: irc.openproject.net #cooker-ppc

I have the K Hendricks version also with 8.2, have been using it a bit since a
few days
and it works like a charm as far as I used it...

Bye

--
--
| Patrick LADAM   |   |
| Laboratoire CSSB| THE BIG BANG THEORY:  |
| UFR SMBH|   |
| 74 rue Marcel Cachin|   In the begining there was   |
| 93017 Bobigny CEDEX |nothing at all.|
|  NEW e-mail:  |   |
| [EMAIL PROTECTED] |  Then, it exploded... |
| Tel: 01 48 38 77 26 / 76 85 |   |
| Fax: 01 48 38 77 77 |   |
--







7600 almost there

2002-05-21 Thread Adam Wolter
status -install on a Mac7600 from CD from scratch. ADB key board and mouse. DURING INSTALLselect both US and US international Key Board - same result with both.select single button busmouse. single mouse key tests ok. selected key board keys don't work.mouse and keyboard ARE WORKING during install - otherwise i wouldn't have gotn very far.AFTER INSTALLbefore X there is a "no /dev/adbmouse" or similar message.get all the way to the X windows login only to find mouse does not repond (cursor is stuck) and keyboard is mismapped. try t type "root" for user - get goble-de-gook. so keyboard IS working but is mismapped(?)i suppose the next step is to re-re-re-re-install specifying no X at startup and hope keyboard is not mismapped and try to install an adbmouse driver.UNLESS - there are some other good ideas forth coming...--AdamWolterOfficeofTechnicalServices(OTS)forFilmMediaCulturalStudies(FMC)GRIFFITHUNIVERSITY.'phone-+61738757940FAX-+61738753994[EMAIL PROTECTED]wecometoserve\V/


Re: 7600 almost there

2002-05-21 Thread Stew Benedict


On Tue, 21 May 2002, Adam Wolter wrote:

 status -
 install on a Mac7600 from CD from scratch. ADB key board and mouse.
  
 DURING INSTALL
 select both US and US international Key Board - same result with both.
  
 select single button busmouse. single mouse key tests ok. selected key
 board keys don't work.
  

Keyboard keys won't be enabled until reboot into system.

 mouse and keyboard ARE WORKING during install - otherwise i wouldn't have
 gotn very far.
  
 AFTER INSTALL
 before X there is a no /dev/adbmouse or similar message.
  
 get all the way to the X windows login only to find mouse does not repond
 (cursor is stuck) and keyboard is mismapped. try t type root for user -
 get goble-de-gook. so keyboard IS working but is mismapped(?)
  

Frozen mouse is a kdm issue with adb mouse.  You don't see it manually
running startx or using xdm.

 i suppose the next step is to re-re-re-re-install specifying no X at
 startup and hope keyboard is not mismapped and try to install an adbmouse
 driver.
  
 UNLESS - there are some other good ideas forth coming...
  

If you use recommended install, you normally don't select a keyboard at
all. I would try doing that.  I have a 7600 here and haven't seen any
keyboard mismapping with a recommended install. I think what's getting you
in trouble is trying to override the defaults.

Items of possible interest that may allow you to correct the situation
without a re-re-re-re-install:

[stew@powerbook-cooker SOURCES]$ cat /etc/sysconfig/mouse 
MOUSETYPE=ps/2
XMOUSETYPE=PS/2
FULLNAME=USB|1 button
XEMU3=yes
WHEEL=no
device=usbmouse

This is on a powerbook.  The trackpad is adb.  Note I'm still using
usbmouse. I previously had a note in the install help warning to always
choose a USB mouse, but all my PPC help was stripped out. =(

[stew@powerbook-cooker SOURCES]$ ls -l /dev/usbmouse 
lr-xr-xr-x1 root root   15 May 20 01:25 /dev/usbmouse -
/dev/input/mice

The neat thing about this arrangement is in the case of a machine with
adb/usb, like the powerbook, I can use the trackpad and a usb mouse at the
same time or either one, without changing configuration.

[stew@powerbook-cooker SOURCES]$ cat /etc/sysconfig/keyboard 
KEYTABLE=us

[stew@powerbook-cooker SOURCES]$ cat /etc/sysctl.conf
dev.mac_hid.keyboard_sends_linux_keycodes = 1
dev.mac_hid.mouse_button_emulation = 1
dev.mac_hid.mouse_button2_keycode = 87
dev.mac_hid.mouse_button3_keycode = 88

[stew@powerbook-cooker SOURCES]$ less /etc/X11/XF86Config-4

Section InputDevice

Identifier Keyboard1
Driver  Keyboard
Option AutoRepeat  250 30

Option XkbRules xfree86
Option XkbModel pc105
Option XkbLayout us

EndSection

HTH,
Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





Re: Frozen bubble

2002-05-21 Thread Jice

Le Mardi 21 Mai 2002 02:53, vous avez écrit :
 What is Frozen Bubble?

it's THE game, a clone of Puzzle Bobble. Very good code, graphx and music.

-- 
Jean-Christophe Jicé Cardot - cofondateur de http://lea-linux.org




Re: 7600 almost there

2002-05-21 Thread Rick Thomas

Stew,

To whom should we write if we want to point out that there are PPC customers
out there who need install help as much as the x86 customers?

Rick

 From: Stew Benedict [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Tue, 21 May 2002 08:32:16 -0400 (EDT)
 To: [EMAIL PROTECTED]
 Subject: Re: 7600 almost there


 I previously had a note in the install help warning to always
 choose a USB mouse, but all my PPC help was stripped out. =(





Re: 7600 almost there

2002-05-21 Thread Stew Benedict


On Tue, 21 May 2002, Rick Thomas wrote:

 Stew,
 
 To whom should we write if we want to point out that there are PPC customers
 out there who need install help as much as the x86 customers?
 

What I should probably do is review Phil's excellent install tutorial
again and add any additional notes that are PPC specific. Not quite as
good as the inline help, and it's not being translated to other languages,
but it would help.  My apologies for not making the mouse issue more
clear, at least somewhere.

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





Re: PPC install help files [Was: 7600 almost there]

2002-05-21 Thread Stew Benedict


On Tue, 21 May 2002, Rick Thomas wrote:

 Stew,
 
 The tutorial is great (even excellent) and very helpful, but the online
 help is there-when-you-need-it.  Either way, if it's x86 specific and I'm
 installing on a PPC, it's just frustrating, not helpful.
 
 My vote goes for putting the PPC stuff in both places (of course, I don't
 have to do the work! (;)  )  Is there any way we can be of assistance here?
 
 

I agree, right on the screen is the best, I know myself, I don't look at
documentation/manuals until I'm stuck.  The problem is there's more to it
than just adding the text in the installer.  That same text feeds manuals
etc. (of which there are none on PPC), so they don't want PPC stuff in
there confusing the issue on the x86 side.  Also, translators work on all
that text to get it presentable in other languages. I suppose the thing to
do would be to break out the help portion of drakx into arch specific
sections, and then see if we could get all that translated. Currently the
only other arch we support is ia64, and I don't believe it's that much
different than x86.  I can look at whether it would be possible to do this
for the next iteration.

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





Re: PPC install help files [Was: 7600 almost there]

2002-05-21 Thread Ben Reser

On Tue, May 21, 2002 at 05:42:50PM -0400, Stew Benedict wrote:
 I suppose the thing to
 do would be to break out the help portion of drakx into arch specific
 sections, and then see if we could get all that translated. Currently the
 only other arch we support is ia64, and I don't believe it's that much
 different than x86.  I can look at whether it would be possible to do this
 for the next iteration.

Why not introduce something in there similar to RPM's ifarch?  That way
when built on x86 or ia64 ppc stuff will be ignored.  When manuals are
generated for x86 ppc stuff can be ignored.  However there is only one
source of the manuals.

-- 
Ben Reser [EMAIL PROTECTED]
http://ben.reser.org

We tend to see all wars through the lens of the current conflict, and we
mine history for lessons convenient to the present purpose.
- Brian Hayes




Re: PPC install help files [Was: 7600 almost there]

2002-05-21 Thread Stew Benedict


On Tue, 21 May 2002, Ben Reser wrote:

 On Tue, May 21, 2002 at 05:42:50PM -0400, Stew Benedict wrote:
  I suppose the thing to
  do would be to break out the help portion of drakx into arch specific
  sections, and then see if we could get all that translated. Currently the
  only other arch we support is ia64, and I don't believe it's that much
  different than x86.  I can look at whether it would be possible to do this
  for the next iteration.
 
 Why not introduce something in there similar to RPM's ifarch?  That way
 when built on x86 or ia64 ppc stuff will be ignored.  When manuals are
 generated for x86 ppc stuff can be ignored.  However there is only one
 source of the manuals.
 

That's kind of along the lines I was thinking.  There is similar coding
all through drakx, and that was originally how I had done some of the PPC
help that was completely different that x86. I guess it's really up to the
installer team, though, what they'll allow.

Stew Benedict

-- 
MandrakeSoft
PPC FAQ: http://www.linux-mandrake.com/en/ppcFAQ.php3
IRC: irc.openproject.net #cooker-ppc





Re: PPC install help files [Was: 7600 almost there]

2002-05-21 Thread Rick Thomas



 I guess it's really up to the
 installer team, though, what they'll allow.
 
 Stew Benedict

So... How do we write to the installer team to let them know (in a friendly
way) that PPC users are paying customers and need architecture specific help
files, just like the x86 users?

Thanks, Stew, for all your good work!  Mandrake for PPC is a great product.
Let's work together to make it even greater.  (Wow, I sound just like Steve
Jobs... Scary.  ;-)

Enjoy!

Rick





Install from HD

2002-05-21 Thread Jeroen Diederen

Dear all,

Suppose I want to install mandrake from the HD in stead of a CD. How do I
need to do that ? Do I have to split the two partitions of the CD and make
two different ones on the HD, together with an empty one, for the Linux to
be installed in ? I am curious, because in the installation procedure it is
also possible to choose from HD installation.

--
Best regards,

Jeroen Diederen
http://diederen.demon.nl