[Cooker] Gstreamer 0.6.4 corrects a crashing problem with rhythmbox

2003-11-06 Thread E . Fernandez
Using a Terratec sound card (Aureon Space, based on Envy24HT) and alsa drivers,
I had a crash with rhythmbox each time I wanted to play a file, related to
gstreamer. Updatting gstreamer to the new cooker version : 0.6.4-1mdk, this
corrects this problem.
Are they other people having this problem ? Would it be possible to make
gstreamer 0.6.4 available in the 9.2 updates then ?

Thanks
Eric



Re: [Cooker] Problems booting with ext3 for root partition

2003-11-06 Thread Svante Signell
The long thread on 'kernel 23mdk panic' seems to be related to my
problem. Has anyone made a summary of conclusions made so far? Which
kernels are known to boot properly, with and without initrd?

On Tue, 2003-11-04 at 00:06, Svante Signell wrote:
 Hi,
 
 I have been following the cooker development on and off for some years
 now, and have not had any problems with the root partition as ext3 until
 around half a year ago. The boot message displayed is:
 
 EXT2-fs warning (device ide0(3,65)): ext2_read_super: mounting ext3
 filesystem as ext2
 
 This happens with e.g. kernels 2.4.18,2.4.20 and 2.4.22. Also, with an
 initrd RAM disk no kernels boot at all, the boot halt with a kernel
 panic, so I have to use the noinitrd option. The master boot record is
 located on another physical disk (/dev/hda), and I'm using lilo as boot
 loader.
 
 Checking the state with tune2fs -l /deb/hdb1 after boot shows that the
 filesystem state is not clean. However, booting from a CD and mounting
 the root partition either as ext3 or ext2, all is OK, the filesystem
 state is OK. I did even remove all journal file information, checked the
 partition, created a new journal file (and even tried the features
 filetype, sparse_super), rechecked again, but same result as before :(  
 
 What's going on here?
 
 



[Cooker] No new updates on main mirror

2003-11-06 Thread Robert Fox
For almost 24 hours now there have been no new pcackages on
sunsite.uio.no

Something wrong?

Thx,
R.Fox

-- 
Robert Fox [EMAIL PROTECTED]
Fox Consulting Services




[Cooker] Re: Interesting KDE stuff - IRKick

2003-11-06 Thread Duncan
Vincent Meyer, MD posted [EMAIL PROTECTED],
excerpted below,  on Thu, 06 Nov 2003 00:30:23 -0500:

 Loaded a bunch of kde updates, and there was a new icon in the kicker tray
 - IRKicker.  Looks like some kind of IR remote control thingie.  Hmm..
 Right click and select to configure, and nothing happens.  Right click, go
 to help, ask helpcenter for the irkick handbook.. not found.  Brings up
 the help center, but no info on the app.

I can't confirm this since there's little reason in my updating to the
latest Cooker right now given that I'll be installing amd64 versions in
the next few days (my dual Opteron hardware upgrade is scheduled to
arrive later today, YEA!!), but I'm guessing that's part of the new KDE
3.2 betas Laurent has been putting out.  If so, it's quite likely there IS
no documentation for any new functionality, yet.  I remember this was the
case with early betas of 3.0 and 3.1..

However, given your description, it sounds indeed like an IR tray applet,
likely pretty similar to the MSWormOS idea that's been around since W98,
anyway, IIRC.  I've always run desktop systems (laptops are in general to
expensive and not upgradable enough for my buck), but I've seen the applet
on friend's laptops.  Basically, all it is is a visual display of the
status of the IR serial port.  When an IR printer or other such IR enabled
device comes within range and a link is established, the MSWormOS tray
applet normally plays a sound, and changes the icon to show two devices
with a beam between them.  When the link is broken, another sound, and it
goes back to the single port beaming IR icon.  There's little
interactivity, except that IIRC right clicking on it brings up a configure
option which would be the same properties display for IR available from
the control panel applet.

My guess on the KDE implementation is that they will have something
similar, but at this point, the kcontrol IR applet isn't available or
isn't configured right (someone reported they had no kcontrol entries at
all, with one of the first Mdk beta versions!!), so the functionality
isn't there and choosing that option does nothing, as you described. 
However, if you've a laptop and something suitable for communication with
it via IR, you can probably test the link notifier functionality, and see
if I'm right on that.

-- 
Duncan - List replies preferred.   No HTML msgs.
They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety. --
Benjamin Franklin





[Cooker] Re: Problems booting with ext3 for root partition

2003-11-06 Thread Duncan
Svante Signell posted [EMAIL PROTECTED],
excerpted below,  on Thu, 06 Nov 2003 09:12:23 +0100:

 The long thread on 'kernel 23mdk panic' seems to be related to my problem.
 Has anyone made a summary of conclusions made so far? Which kernels are
 known to boot properly, with and without initrd?

I compile my own kernel from kernel.org sources, so haven't been following
this real closely, but AFAIK, any of the Mdk kernels work if ext3 support
is compiled directly into the kernel, rather than as a module.  I haven't
been following it closely enough to know which kernels work with ext3 as a
module. with or without user recompilation.

-- 
Duncan - List replies preferred.   No HTML msgs.
They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety. --
Benjamin Franklin





Re: [Cooker] Re: Problems booting with ext3 for root partition

2003-11-06 Thread Dave Cotton
On Thu, 2003-11-06 at 10:33, Duncan wrote:
 I compile my own kernel from kernel.org sources, so haven't been following
 this real closely, but AFAIK, any of the Mdk kernels work if ext3 support
 is compiled directly into the kernel, rather than as a module.

I also compile my own from kernel.org and have always compiled ext3 into
the kernel because I've never seen a good reason to compile it as a
module. In fact the help screen on ext3 says Be aware however that the
file system of your root partition (the one containing the directory /)
cannot be compiled as a module, and so this may be dangerous. So if it
is compiled as a module in mdk, against this advice, perhaps the
maintainer(s) can give their explanation as to why this advice from the
kernel team is wrong.   

-- 
Dave Cotton
Directeur
Linux Autrement
193 rue Marcel Cerdan
84270 Vedene
04 90 23 30 81
http://www.linuxautrement.com
IAX 17004902330 FWD 42651




Re: [Cooker] Re: Problems booting with ext3 for root partition

2003-11-06 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dave Cotton wrote:
 On Thu, 2003-11-06 at 10:33, Duncan wrote:

I compile my own kernel from kernel.org sources, so haven't been following
this real closely, but AFAIK, any of the Mdk kernels work if ext3 support
is compiled directly into the kernel, rather than as a module.


 I also compile my own from kernel.org and have always compiled ext3 into
 the kernel because I've never seen a good reason to compile it as a
 module. In fact the help screen on ext3 says Be aware however that the
 file system of your root partition (the one containing the directory /)
 cannot be compiled as a module, and so this may be dangerous.

So, we should compile every filesystem that is usable on a root
partition into the kernel? Then we will have 2MB kernels (have you seen
how big xfs is?). 500k for XFS, 220k for ReiserFS, plus JFS and ext3
(100k including jdb).

Since you can have root on LVM, maybe that should be compiled in too? Of
course, then we should compile md in also.

 So if it
 is compiled as a module in mdk, against this advice, perhaps the
 maintainer(s) can give their explanation as to why this advice from the
 kernel team is wrong.

Because initrd images work fine (and this has been the case almost for
ever).

The warning in the kernel source is for people who are compiling their
own kernels and may not know how to create initrd images that include
the required modules.

BTW, I don't think this has anything to do with the problem, as users
with this problem reported the modules were loaded before they had
probles ...

But, someone who has the problem may want to test with the Mandrake
kernel-source and see if compiling the root filesystem driver in helps.

Regards,
Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/qicVrJK6UGDSBKcRAjobAJ9DL9brnaFCjn31WMN0ffQXOuH/HACglloM
gUqGbxTyzVPrDJTnEgpB+gY=
=ZnUC
-END PGP SIGNATURE-




Re: [Cooker] Problems booting with ext3 for root partition

2003-11-06 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Svante Signell wrote:
 The long thread on 'kernel 23mdk panic' seems to be related to my
 problem. Has anyone made a summary of conclusions made so far? Which
 kernels are known to boot properly, with and without initrd?

Stick with 2.4.22-21mdk if you can for the moment ...

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/qic5rJK6UGDSBKcRAgaXAJ4quV6ME96cVw7c7exyFDgzwPj7NACgvcdB
Re/r/PLAgKuMtvctunV/L54=
=FItD
-END PGP SIGNATURE-




[Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Frederic Crozat
Hi folks,

since cooker is re-opened again, I'd like to ask all people who have
upload permissions to main cooker to NOT upload any GNOME 2.5/2.6 packages.

Unfortunately, it seems GNOME 2.6 release schedule will collide with next
distro release (this one is not yet final) so I won't be able to push
GNOME 2.6 for Mdk 10.0. Since there is no easy way to handle two seperate
branches of packages in cooker (and NO, I don't want to see foobar2.6
named packages in contrib, I keep 2.4.x packages in cooker. (Trust me, I'm
not very happy about that :(

I haven't yet decided if I'll push GTK+ 2.4 in cooker, but ATM, I won't
push 2.3.0 since it is not yet stable and I don't see any new release of
software using it..

I might work on a separate GNOME 2.6 repository on people.mandrakesoft.com
(or klama) with Götz help but it is not yet sure..

Thanks for listening..

-- 
Frederic Crozat
MandrakeSoft




Re: [Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Abel Cheung
On 2003-11-06(Thu) 11:47:57 +0100, Frederic Crozat wrote:
 since cooker is re-opened again, I'd like to ask all people who have
 upload permissions to main cooker to NOT upload any GNOME 2.5/2.6 packages.
 
 I haven't yet decided if I'll push GTK+ 2.4 in cooker, but ATM, I won't
 push 2.3.0 since it is not yet stable and I don't see any new release of
 software using it..

Does this mean that, if GTK+ 2.4 is out and binary compatible with 2.2
(I mean if GNOME 2.4 runs fine under GTK+ 2.4), then you may put 2.4
into cooker later? Sorry for ignorance, I didn't follow gtk+
development...

Abel

 I might work on a separate GNOME 2.6 repository on people.mandrakesoft.com
 (or klama) with Gtz help but it is not yet sure..

 Thanks for listening..
 
 -- 
 Frederic Crozat
 MandrakeSoft
 
 

-- 
Abel Cheung
Linux counter #256983   | http://counter.li.org
GPG Key: (0xC67186FF)   | http://deaddog.org/gpg.asc
Key fingerprint: 671C C7AE EFB5 110C D6D1  41EE 4152 E1F1 C671 86FF


pgp0.pgp
Description: PGP signature


Re: [Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Götz Waschk
Am Donnerstag,  6. November 2003, 19:30:37 Uhr MET, schrieb Abel Cheung:
  I haven't yet decided if I'll push GTK+ 2.4 in cooker, but ATM, I won't
  push 2.3.0 since it is not yet stable and I don't see any new release of
  software using it..
 Does this mean that, if GTK+ 2.4 is out and binary compatible with 2.2
 (I mean if GNOME 2.4 runs fine under GTK+ 2.4), then you may put 2.4
 into cooker later? Sorry for ignorance, I didn't follow gtk+
 development...

I think that's what he was trying to say. ATM gtk+2.3 isn't very
compatible with gtk+2.2, but I hope this will change. 
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



Re: [Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Thierry Vignaud
Götz Waschk [EMAIL PROTECTED] writes:

   I haven't yet decided if I'll push GTK+ 2.4 in cooker, but ATM,
   I won't push 2.3.0 since it is not yet stable and I don't see
   any new release of software using it..
  Does this mean that, if GTK+ 2.4 is out and binary compatible with
  2.2 (I mean if GNOME 2.4 runs fine under GTK+ 2.4), then you may
  put 2.4 into cooker later? Sorry for ignorance, I didn't follow
  gtk+ development...
 
 I think that's what he was trying to say. ATM gtk+2.3 isn't very
 compatible with gtk+2.2, but I hope this will change.

it does be (i'm currently using it)




Re: [Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Götz Waschk
Am Donnerstag,  6. November 2003, 12:36:12 Uhr MET, schrieb Thierry Vignaud:
  I think that's what he was trying to say. ATM gtk+2.3 isn't very
  compatible with gtk+2.2, but I hope this will change.
 it does be (i'm currently using it)

I've reverted to gtk+2.2 on my box, because there were several
problems with gtk+2.3, e.g. my top panel was moving down the screen
over the bottom panel.
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



Re: [Cooker] Removing power from Dell laptop locks sysem

2003-11-06 Thread Jaimon Jose
I tried 2.4.23pre9 kernel. I applied the patch on 2.4.22-18mdk kernel. 
ACPI seems to be working fine with this.  Do we have any plan of
backporting acpi fixes in this to 2.4.22mdk kernel?

--jaimon
On Thu, 2003-10-23 at 19:03, Jaco Greeff wrote:
 Jaimon Jose wrote:
 Can you test with a 2.4.22.13mdk or later kernel to see if it is fixed?
 I would have to make a new livecd to test ...
  
  Tried 2.4.22.18mdk from updates.  Same results.
 
 And with the nolapic option passed to the kernel? (Configuration - 
 Configure your computer - Boot - DrakBoot)
 
 Jaco
 
 PS: Kernel installed, just haven't had a gap yet to reboot.




Re: [Cooker] Re: Problems booting with ext3 for root partition

2003-11-06 Thread Stew Benedict

On Thu, 6 Nov 2003, Duncan wrote:

 Svante Signell posted [EMAIL PROTECTED],
 excerpted below,  on Thu, 06 Nov 2003 09:12:23 +0100:
 
  The long thread on 'kernel 23mdk panic' seems to be related to my problem.
  Has anyone made a summary of conclusions made so far? Which kernels are
  known to boot properly, with and without initrd?
 
 I compile my own kernel from kernel.org sources, so haven't been following
 this real closely, but AFAIK, any of the Mdk kernels work if ext3 support
 is compiled directly into the kernel, rather than as a module.  I haven't
 been following it closely enough to know which kernels work with ext3 as a
 module. with or without user recompilation.
 
 

That's not the whole story:

[EMAIL PROTECTED] stew]$ /sbin/lsmod | tail -2
ext3   60048   2
jbd39296   2 [ext3]
[EMAIL PROTECTED] stew]$ uname -r
2.4.22-23mdk

/ is ext3, booting with an initrd 
single disk, / is hda5, no /boot partition, devfsd=nomount (for LSB)

Works for some folks, not others.

-- 
Stew Benedict

--
MandrakeSoft




[Cooker] Kontact crashed on KDE 3.2 beta 1

2003-11-06 Thread M. Ignacio Monge




Output errar after running kontact command:



kdecore (KIconLoader): WARNING: Icon directory /home/virgilio/.kde/share/icons/crystal/ group not valid.
kio (KTrader): KServiceTypeProfile::offers( Kontact/Plugin, )
kio (KSycoca): Trying to open ksycoca from /home/virgilio/.kde/cache-81-203-176-150.user.ono.com/ksycoca
kio (KTrader): Returning 10 offers
kdecore (KConfigSkeleton): Creating KConfigSkeleton (135667424)
kdecore (KConfigSkeleton): KConfigSkeleton::readConfig()
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kio (KService*): Request for unknown property 'Hidden'
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual void KPluginInfo::load(KConfigGroup*)]
kutils (KPluginInfo): [bool KPluginInfo::isPluginEnabledByDefault() const]
kutils (KPluginInfo): [virtual void KPluginInfo::setPluginEnabled(bool)]
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Contactos
kontact: LIBNAMEPART: libkaddressbookpart
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Clima
kontact: LIBNAMEPART:
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Notas
kontact: WARNING: KXMLGUIClient::setXMLFile: cannot find .rc file kpknotesplugin.rc
kontact: LIBNAMEPART:
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Tareas pendientes
kontact: LIBNAMEPART: libkorganizerpart
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Calendario
kontact: LIBNAMEPART: libkorganizerpart
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Correo
kontact: LIBNAMEPART: libkmailpart
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: NewsTicker
kontact: LIBNAMEPART:
kutils (KPluginInfo): [virtual bool KPluginInfo::isPluginEnabled() const]
kontact (core): Loading Plugin: Resumen
kontact: LIBNAMEPART:
kontact (core): Added plugin
kontact: Plugging new_contact
kontact (core): Added plugin
kontact (core): Added plugin
kontact: Plugging new_note
kontact (core): Added plugin
kontact: Plugging new_todo
kontact (core): Added plugin
kontact: Plugging new_event
kontact (core): Added plugin
kontact: Plugging new_mail
kontact (core): Added plugin
kontact (core): Added plugin
kparts: 

Re: [Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Frederic Crozat
On Thu, 06 Nov 2003 19:30:37 +0800, Abel Cheung wrote:

 --VrqPEDrXMn8OVzN4
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2003-11-06(Thu) 11:47:57 +0100, Frederic Crozat wrote:
 since cooker is re-opened again, I'd like to ask all people who have
 upload permissions to main cooker to NOT upload any GNOME 2.5/2.6 package=
 s.
=20
 I haven't yet decided if I'll push GTK+ 2.4 in cooker, but ATM, I won't
 push 2.3.0 since it is not yet stable and I don't see any new release of
 software using it..
 
 Does this mean that, if GTK+ 2.4 is out and binary compatible with 2.2
 (I mean if GNOME 2.4 runs fine under GTK+ 2.4), then you may put 2.4
 into cooker later? Sorry for ignorance, I didn't follow gtk+
 development...

Yes, GTK+ 2.x is backward binary compatible, by design.. 

-- 
Frederic Crozat
MandrakeSoft




[Cooker] mplayer .92 doesn't display correctly

2003-11-06 Thread illogic-al
does anyone else get a weird bug where mplayer skins start displaying 
incorrectly. They all have the same size as the mini skin. Also mplayerplugin 
depends on mplayer-gui for some reason.
-- 
for a good time see www.I-Kubed.Org




[Cooker] [Bug 5177] [Installation] Wrong configuraton selected when a wireless and wired network exist at install time.

2003-11-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5177


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 14:22 ---
could you check if this is fixed by drakxtools-9.2-16.3.92mdk (from updates) ? 
i guess it's a #3276 duplicate 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: 
creation_date: 
description: 
When a pcmcia wireless card and a hard wire ethernet card are available at
install time the standard ethernet port ( eepro100 ) gets the wireless
configuration panel.  This is on a ThinkPad A22p with the builtin ethernet and a
linksys WPC11 (v3)



[Cooker] KDE 3.2 beta - Kcontrol problem

2003-11-06 Thread Robert Fox
Laurent,

The problem appears to still exist (on kdebase-3.1.93-10mdk)

are you still working on it?

Thx,
R.Fox


 On Wednesday 05 November 2003 12:48, Robert Fox wrote:
  I've tried the new KDE 3.2 Beta1 (Thanks Laurent!)
 
  Minor problem, when I open kcontrol panel I can't configure anything
  because all of the options are missing . .
 
 Yes I know :(
 I will try to fix it today
 
  Thx,
  R.Fox 

Thx,
R.Fox
-- 
Robert Fox [EMAIL PROTECTED]
Fox Consulting Services




Re: [Cooker] KDE 3.2 beta - Kcontrol problem

2003-11-06 Thread M. Ignacio Monge




El jue, 06-11-2003 a las 14:48, Robert Fox escribi:

Laurent,

The problem appears to still exist (on kdebase-3.1.93-10mdk)

are you still working on it?

Thx,
R.Fox


 On Wednesday 05 November 2003 12:48, Robert Fox wrote:
  I've tried the new KDE 3.2 Beta1 (Thanks Laurent!)
 
  Minor problem, when I open kcontrol panel I can't configure anything
  because all of the options are missing . .
 
 Yes I know :(
 I will try to fix it today
 
  Thx,
  R.Fox 

Thx,
R.Fox


Where did you find it? I only see kdebase-3.1.93-8mdk.



-- 
M. Ignacio Monge Garca [EMAIL PROTECTED]








Re: [Cooker] KDE 3.2 beta - Kcontrol problem

2003-11-06 Thread Robert Fox
On Thu, 2003-11-06 at 15:03, M. Ignacio Monge García wrote:
 El jue, 06-11-2003 a las 14:48, Robert Fox escribió: 
  Laurent,
  
  The problem appears to still exist (on kdebase-3.1.93-10mdk)
  
  are you still working on it?
  
  Thx,
  R.Fox
  
  
   On Wednesday 05 November 2003 12:48, Robert Fox wrote:
I've tried the new KDE 3.2 Beta1 (Thanks Laurent!)
   
Minor problem, when I open kcontrol panel I can't configure anything
because all of the options are missing . .
   
   Yes I know :(
   I will try to fix it today
   
Thx,
R.Fox 
  
  Thx,
  R.Fox
 
 Where did you find it? I only see kdebase-3.1.93-8mdk. 

ftp.sunet.se mirror seems to be more up to date than my standard -
sunsite.uio.no

Cheers,
R.Fox
-- 
Robert Fox [EMAIL PROTECTED]




Re: [Cooker] KDE 3.2 beta - Kcontrol problem

2003-11-06 Thread M. Ignacio Monge




El jue, 06-11-2003 a las 15:13, Robert Fox escribi:

On Thu, 2003-11-06 at 15:03, M. Ignacio Monge Garca wrote:
 El jue, 06-11-2003 a las 14:48, Robert Fox escribi: 
  Laurent,
  
  The problem appears to still exist (on kdebase-3.1.93-10mdk)
  
  are you still working on it?
  
  Thx,
  R.Fox
  
  
   On Wednesday 05 November 2003 12:48, Robert Fox wrote:
I've tried the new KDE 3.2 Beta1 (Thanks Laurent!)
   
Minor problem, when I open kcontrol panel I can't configure anything
because all of the options are missing . .
   
   Yes I know :(
   I will try to fix it today
   
Thx,
R.Fox 
  
  Thx,
  R.Fox
 
 Where did you find it? I only see kdebase-3.1.93-8mdk. 

ftp.sunet.se mirror seems to be more up to date than my standard -
sunsite.uio.no

Cheers,
R.Fox


Thanks a lot.



-- 
M. Ignacio Monge Garca [EMAIL PROTECTED]








Re: [Cooker] KDE 3.2 beta - Kcontrol problem

2003-11-06 Thread Laurent Montel
On Thursday 06 November 2003 14:48, Robert Fox wrote:
 Laurent,

 The problem appears to still exist (on kdebase-3.1.93-10mdk)

I know.

 are you still working on it?

Yes I work on.
I hope to fix it this week
Regards.

 Thx,
 R.Fox

  On Wednesday 05 November 2003 12:48, Robert Fox wrote:
   I've tried the new KDE 3.2 Beta1 (Thanks Laurent!)
  
   Minor problem, when I open kcontrol panel I can't configure anything
   because all of the options are missing . .
 
  Yes I know :(
  I will try to fix it today
 
   Thx,
   R.Fox

 Thx,
 R.Fox



Re: [Cooker] GNOME 2.5/2.6 and cooker

2003-11-06 Thread Thierry Vignaud
Götz Waschk [EMAIL PROTECTED] writes:

   I think that's what he was trying to say. ATM gtk+2.3 isn't very
   compatible with gtk+2.2, but I hope this will change.
  it does be (i'm currently using it)
 
 I've reverted to gtk+2.2 on my box, because there were several
 problems with gtk+2.3, e.g. my top panel was moving down the screen
 over the bottom panel.

i never tried gnome with gtk+-2.3 :-)




Re: [Cooker] Re: No more fpons

2003-11-06 Thread Guillaume Cottenceau
Leon Brooks [EMAIL PROTECTED] writes:

  As of now, there is no room for hiring or paying more.
 
 What else would make Mandrake a more attractive workplace for you?

I don't understand.


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



Re: [Cooker] Re: No more fpons

2003-11-06 Thread Pascal Terjan
Guillaume Cottenceau wrote:
Leon Brooks [EMAIL PROTECTED] writes:


As of now, there is no room for hiring or paying more.
What else would make Mandrake a more attractive workplace for you?


I don't understand.
Maybe he plans to provide you with nice girls bringing coffee or tea to
your desk :-)



Re: [Cooker] Re: No more fpons

2003-11-06 Thread Götz Waschk
Am Donnerstag,  6. November 2003, 16:47:28 Uhr MET, schrieb Pascal Terjan:
 Guillaume Cottenceau wrote:
 Leon Brooks [EMAIL PROTECTED] writes:
 What else would make Mandrake a more attractive workplace for you?
 I don't understand.
 Maybe he plans to provide you with nice girls bringing coffee or tea to
 your desk :-)

What a typical macho opinion. I rather prefer the nice girls who can
write good code. 

-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



[Cooker] testing

2003-11-06 Thread Brook Humphrey
allot of the emails to the list have not been showing up for me. So I'm 
testing my other email address to see if it works better.
-- 
New and improved with advanced outlook crash handler. 
!--input type --
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-



Re: [Cooker] Re: No more fpons

2003-11-06 Thread Brad Felmey
On Thu, 2003-11-06 at 09:52, Götz Waschk wrote:
 Am Donnerstag,  6. November 2003, 16:47:28 Uhr MET, schrieb Pascal Terjan:
  Guillaume Cottenceau wrote:
  Leon Brooks [EMAIL PROTECTED] writes:
  What else would make Mandrake a more attractive workplace for you?
  I don't understand.
  Maybe he plans to provide you with nice girls bringing coffee or tea to
  your desk :-)
 
 What a typical macho opinion. I rather prefer the nice girls who can
 write good code.

IIRC for GC it would be handsome guys delivering refreshments between
bouts of perfect coding. :)

There really wasn't a need for you to be quite so rude, Gotz. He was
just being friendly.
-- 
Brad Felmey [EMAIL PROTECTED]
Uncompensated Mandrake Beta Testers, Inc.




Re: [Cooker] Re: No more fpons

2003-11-06 Thread Pascal Terjan
Götz Waschk wrote:
Am Donnerstag,  6. November 2003, 16:47:28 Uhr MET, schrieb Pascal Terjan:

Guillaume Cottenceau wrote:

Leon Brooks [EMAIL PROTECTED] writes:

What else would make Mandrake a more attractive workplace for you?
I don't understand.
Maybe he plans to provide you with nice girls bringing coffee or tea to
your desk :-)


What a typical macho opinion. I rather prefer the nice girls who can
write good code. 

I would prefer too, but it's really more difficult to find :-)




Re: [Cooker] Re: No more fpons

2003-11-06 Thread Götz Waschk
Am Donnerstag,  6. November 2003, 17:14:42 Uhr MET, schrieb Pascal Terjan:
 Götz Waschk wrote:
 What a typical macho opinion. I rather prefer the nice girls who can
 write good code. 
 I would prefer too, but it's really more difficult to find :-)
Depends on where you're looking. When I was a CS student, there were
almost no females, but this has changed a bit. In my Processor
Architecture class there is 1/3 female students, so there might be a
new generation of coding girls.

-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), Non-Violence in Peace and War



Re: [Cooker] Re: No more fpons

2003-11-06 Thread Pascal Terjan
Götz Waschk wrote:
Am Donnerstag,  6. November 2003, 17:14:42 Uhr MET, schrieb Pascal Terjan:

Götz Waschk wrote:

What a typical macho opinion. I rather prefer the nice girls who can
write good code. 
I would prefer too, but it's really more difficult to find :-)
Depends on where you're looking. When I was a CS student, there were
almost no females, but this has changed a bit. In my Processor
Architecture class there is 1/3 female students, so there might be a
new generation of coding girls.
Impressive !
Here that didn't change :/



[Cooker] curl

2003-11-06 Thread Cory Meisch
Any one else having problems with urpmi and curl? Running version
curl-7.10.7-2mdk.i586 and urpmi-4.4.-41mdk. Even specifying --wget does
not work. It still tries to use curl and getting an error message of
curl failed: exited with 8 or signal 0.


 Cory 
Meisch 
Thursday Nov 06 2003 08:49:30 AM PST 
2.4.22-23mdk
 QOTD: 
Never leave anything to chance; make sure all your crimes are premeditated.




Re: [Cooker] Re: No more fpons

2003-11-06 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pascal Terjan wrote:
 Götz Waschk wrote:

 Am Donnerstag,  6. November 2003, 17:14:42 Uhr MET, schrieb Pascal
 Terjan:

 Götz Waschk wrote:

 What a typical macho opinion. I rather prefer the nice girls who can
 write good code.

But if they write good code, it means they need to be paid more ...



 I would prefer too, but it's really more difficult to find :-)


 Depends on where you're looking. When I was a CS student, there were
 almost no females, but this has changed a bit. In my Processor
 Architecture class there is 1/3 female students, so there might be a
 new generation of coding girls.


 Impressive !
 Here that didn't change :/

You think CS is bad? We (B.Eng - Mech) started with 80 guys and 4 girls
(one more joined us in 2nd year), 25 guys and no girls graduated at the
end of the 4 year course. 3 girls left Engineering, 2 changed to Industrial.

Chem eng, Industrial, Civil and Eletrical are a bit better off (in that
order, Chem eng has the highest proportion).

Regards,
Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/qn1orJK6UGDSBKcRAi16AJ9F/YuVIUwKrAjFHZeVZNtHdXGkfgCgjmLS
BLp9QBXWDU8+Y/K64qNEjSw=
=ukgZ
-END PGP SIGNATURE-




Re: [Cooker] Re: No more fpons

2003-11-06 Thread Austin
On 11/06/2003 11:57:13 AM, Buchan Milne wrote:
You think CS is bad? We (B.Eng - Mech) started with 80 guys and 4
girls (one more joined us in 2nd year), 25 guys and no girls  
graduated at the end of the 4 year course. 3 girls left Engineering,  
2 changed to Industrial.
Wow.
Here in Canada, university enrollment is like 60% female IIRC.
In science, it isn't quite as good, more like 50%.
Graduate school in science, more like 40%, but still not bad at all.
Go Canada!
Austin



Versioning for multiple releases (was Re: [Cooker] Updated ATI Kernel Modules)

2003-11-06 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Götz Waschk wrote:
 Am Montag,  3. November 2003, 12:32:58 Uhr MET, schrieb [EMAIL PROTECTED]:

I did start naming everyting version.92mdk to distinguish them from
cooker stuff (like we are doing for security updates now).

 That's a start.

And I think we should use it for now until we have a more permanent
solution. So, anyone rebuilding cooker packages from Club should do this.

I would to raise another point here quickly, but it needs its own thread:
shouldn't we force release specific rpms? Too many people are using
cooker
rpms on stable version. Too many people are using rpms for different
versions on their stable version.


 I've already suggested something like this in a previous thread. I
 thought about a distribution epoch for all packages, so that official
 packages are always newer than backported packages.

I agree. This would solve the Texstar KDE-3.1.4 for 9.1 upgrade
problem (which some users are experiencing). I don't think there is any
other solution which would provide for this.

 This would need
 some rpm changes, so that a package built on 9.2 would have an epoch
 of 92 and one build on 10.0 would have epoch 100. But this would be a
 problem with packages that already has an epoch, as you can use only
 integer numbers for the epoch tag.

It could also cause some problems for Requires/BuildRequires with epoch
values? Any BuildRequires/Requires with an existing Epoch value would
need to be bumped also, which makes for some additional 'macro-isation'
for the packager, and makes it difficult to automate this.

 The problem of your naming is that you have to change it by hand. I'd
 like to rebuild a cooker package on a stable distribution version and
 have it's release changed automatically.

Ideally, we should be able to rebuild SRPMS from cooker on any release
automatically, and still be able to upgrade them to a newer distro with
older base packages.

For instance, say mozilla-1.5 goes into cooker. Say it is rebuilt for
9.1 (well, we have this already with the Club 1.5-0.91mdk package). The
user upgrades to 9.2, and mozilla-1.4 doesn't ugrade and the user may
end up with some problems.

I think it the distribution-specific Epoch is to be used, it needs to be
done by RPM, and any epoch in a spec file needs to be incremented with
the distro epoch. I don't think it is feasible to do it with rpm macros
(since you will have trouble with existing epoch values).

BTW, for reference some people may want to read the proposal Fedora has,
but note that it doesn't address the newer packages on old release than
on current release-issue, since their Vepoch is used in the release
tag. Also, they don't require the use of the Vepoch it seems.

Regards,
Buchan

- --
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/qoBKrJK6UGDSBKcRArUTAKC9Ycfc0IlwprZMAclD/N80dc9W8QCgjn3L
GS87fvAMgSt8XDXCasQtl1o=
=Yy9/
-END PGP SIGNATURE-




[Cooker] ftp/shorewall oddity

2003-11-06 Thread Austin
Hey,
I just updated my server to 9.2 and the oddest thing happened.  I
opened the ftp port using drakfirewall, and I can use ftp via the
command line, but I can't use ftp:// through  browser, and I can't use
curl or wget over ftp.
Anyone know what the hell is going on?
I hope this isn't standard in 9.2!
Thanks,
Austin


[Cooker] hp officejet new drivers

2003-11-06 Thread francesco.melo
my hp officejet 2210  works only for  printer now... 
no scanner  detect from the new sane 
but i don't know when it stopped to work  
i ll investigate  but i  saw that today  new drivers are out from hp web sites

thanks 
Francesco



[Cooker] reliable mirrors . . .

2003-11-06 Thread Robert Fox
This topic has appeared several times in the past, but needs to be
addressed yet again.

Now that Cooker is officially opened again for the 10.0 series, could we
please try to guarantee more stable mirrors (especially the two main
mirrors.)!!  

Right now - sunsite.uio.no and ftp.sunet.se are horribly out of sync
with each other and with the latest updates.  This makes it very
challenging to keep up to date with rsync and test frequently.

We need to have at least ONE main reference server which is reliable!!!

Maybe someone should be a mirror monitor and be the main point of
contact with the mirror owners when something goes wrong!

Thx,
R.Fox


Thx,
R.Fox

-- 
Robert Fox [EMAIL PROTECTED]
Fox Consulting Services




Re: [Cooker] ftp/shorewall oddity

2003-11-06 Thread Oden Eriksson
torsdagen den 6 november 2003 17.25 skrev Austin:
 Hey,
 I just updated my server to 9.2 and the oddest thing happened.  I
 opened the ftp port using drakfirewall, and I can use ftp via the
 command line, but I can't use ftp:// through  browser, and I can't use
 curl or wget over ftp.
 Anyone know what the hell is going on?
 I hope this isn't standard in 9.2!
 Thanks,
 Austin

I think there is a bug that was reported earlier regarding this. The shorweall 
stuff does not load the ip_conntrack_ftp module or something like that.

lsmod?

Shouldn't this be cause for a update (florin?)




Re: [Cooker] Re: No more fpons

2003-11-06 Thread Levi Ramsey
On Thu Nov 06 11:58 -0500, Austin wrote:
 On 11/06/2003 11:57:13 AM, Buchan Milne wrote:
 You think CS is bad? We (B.Eng - Mech) started with 80 guys and 4
 girls (one more joined us in 2nd year), 25 guys and no girls  
 graduated at the end of the 4 year course. 3 girls left Engineering,  
 2 changed to Industrial.
 
 Wow.
 Here in Canada, university enrollment is like 60% female IIRC.
 In science, it isn't quite as good, more like 50%.
 Graduate school in science, more like 40%, but still not bad at all.
 Go Canada!

In the US, it's a similar overall ratio, but most of the female
enrollment is in the mushy liberal arts...  CS and a few of the
engineering disciplines are about all that keeps the 55 females for 45
males ratio from getting even more skewed.  Indeed, some of the
exclusively liberal arts schools are actually having to institute
admissions preferences for males to ensure some level of diversity on
campus...

-- 
Levi Ramsey
[EMAIL PROTECTED]   [EMAIL PROTECTED]

Fate is just the weight of circumstances...
Currently playing: Led Zeppelin - In Through the Out Door - Fool In Th
Linux 2.4.22-8mdk
 12:37:00 up 10:37,  7 users,  load average: 0.22, 0.13, 0.05



[Cooker] [Bug 2153] [Installation] 9.1 RC1 RC2 Orinoco PCMCIA autodetection

2003-11-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=2153


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 14:28 ---
the wireless paremeters loss was fixed in drakxtools-9.2-16.3.92mdk in mdk9.2 
updates. 
is the default driver for your card ok now (aka no more ressources (irq, io 
ports, mem ranges) problems) ? 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: 
creation_date: 
description: 
I'm using an Orinoco Silver PCMCIA Card with an PCI Bridge in my Desktop PC.
The autodetection process brings an high and an low peep, and the following log
message:

Feb 22 14:34:04 localhost kernel: Linux Kernel Card Services Kernel Version
Feb 22 14:34:04 localhost kernel:   options:  [pci] [cardbus] [pm]
Feb 22 14:34:04 localhost kernel: PCI: Enabling device 00:0a.0 ( - 0002)
Feb 22 14:34:04 localhost kernel: PCI: No IRQ known for interrupt pin A of
device 00:0a.0. Probably buggy MP table.
Feb 22 14:34:04 localhost kernel: Yenta IRQ list , PCI irq0
Feb 22 14:34:04 localhost kernel: Socket status: 1011
Feb 22 14:34:04 localhost kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Feb 22 14:34:04 localhost kernel: cs: IO port probe 0x0100-0x04ff: excluding
0x290-0x297 0x378-0x37f 0x400-0x40f 0x4d0-0x4d7
Feb 22 14:34:04 localhost kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Feb 22 14:34:04 localhost kernel: cs: memory probe 0xa000-0xa0ff: clean.
Feb 22 14:34:04 localhost kernel: orinoco_cs: RequestIRQ: Resource in use

For testing purpose I changed /etc/sysconfig/pcmcia to:

PCMCIA=yes
PCIC=i82365(instead of PCIC=yenta_socket)
PCIC_OPTS=irq_mode=0

This configuration change had no effect, system uses yenta_socket instead of
i82365. Why???

My Specs:
AMD XP 2200+
MSI KT4 Ultra KT400/VT8235
512 MB DDR (333) RAM



Re: [Cooker] curl

2003-11-06 Thread Tim Sawchuck
On Thu, 06 Nov 2003 08:55:03 -0800
Cory Meisch [EMAIL PROTECTED] scribed on electronic parchment:

 Any one else having problems with urpmi and curl? Running version
 curl-7.10.7-2mdk.i586 and urpmi-4.4.-41mdk. Even specifying --wget does
 not work. It still tries to use curl and getting an error message of
 curl failed: exited with 8 or signal 0.

YES!!!  But is it the changed urpmi that came out in the last couple days,
or the fact that the mirrors are either not being updated on a timely basis
due to the Cooker Thaw??  :-)

Tim

-- 
I often read this forum on my PDA, please use plain text!
 _
( ) ASCII ribbon campaign against HTML e-mail
 x registered Linux user # 329428
/ \ GnuPG KeyID 6B5A70DF www.keyserver.net


pgp0.pgp
Description: PGP signature


[Cooker] [Bug 3793] [ldetect-lst] Actiontec miniPCI wlan device wrongly set up with orinoco_pci kernel module

2003-11-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=3793


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 14:31 ---
can someone reports if any of prism2_plx, prism2_pci or orinoco_pci works with 
that card ? 
if yes, which one should we set for this card ? 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: 
creation_date: 
description: 
I have an Elitegroup Green 732 notebook (ECS G732, cf.
http://www.ecs.com.tw/products/g732_spec.htm) with an integrated Actiontec
miniPCI 802.11b adapter (cf.
http://www.actiontec.com/products/broadband/80211bminipci/80211bminipci.pdf).
The same wlan device is commonly used in IBM notebooks (cf. e.g.
http://www.balukoff.com/~stephen/a30p/ where descriptions of how to get the wlan
device to work with linux are given).

There is also an integrated SiS900 10/100 Ethernet controller (assigned to eth0;
the installation process assigns the wlan device to eth1). 

/proc/pci identifies the wlan device as:

Bus  0, device   5, function  0:
   Network controller: Harris Semiconductor Prism 2.5 Wavelan chipset (rev 1).
  IRQ 9.
  Master Capable.  Latency=64.
  Prefetchable 32 bit memory at 0xe8006000 [0xe8006fff].

The vendor device code is 1260:3873

During installation (or later, in DrakConnect), the device is set up with the
orinoco_pci kernel module. The module is loaded without incident, but once the
system tries connect to the device (e.g. during the installation's network
configuration step, unless one skips this step), the system locks up completely,
requiring a hard reset (as everything is installed already, MDK 9.1 boots OK
afterwards - but without internet connection set up, even on eth0).

According to http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Orinoco.html
under the header Issues and release notes, Prism2.5 PCI cards are not
supported and neither are miniPCI based on the PCI card (and not using a
PCI-PCMCIA bridge).

SuSE 8.1 does the same thing as MDK 9.1 as regards identification of the wlan
device and (erroneous) relation to orinoco_pci, but as the SuSE installation
only attempts to configure the main ethernet controller (i.e. no attempt is
made to setting up the wlan device), the result is not as disastrous (at least
for a newbie linux user!) as with the MDK 9.1 installation. Red Hat 9 doesn't
seem to include any wlan kernel modules at all, so RH9 simply ignores the wlan
device.

As MDK 9.1 comes with the linux-wlan-ng kernel modules as well (prism2_pci
etc.), I tried to modprobe prism2_pci - however getting the error described by
another user (with the same wlan device) here:
http://www.nclug.org/pipermail/nclug/2003-January/004856.html

Perhaps the system assumes a PCI-PCMCIA bridge device rather than a native PCI
device?

A _temporary_ solution to the problem, would be to make a patch to the MDK 9.1
installation (and HardDrake / DrakConnect) so that it _ignores_ the device
rather than attempting to use the orinoco drivers (which locks up the system). A
_permanent_ solution would be to configure the linux-wlan-ng or, possibly, the
host-ap driver to work with the device.



[Cooker] [Bug 5814] [drakxtools] Usbvnet_rfmd is not detected and not configurable

2003-11-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5814





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 14:34 ---
Created an attachment (id=953)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=953action=view)
fix #5814 

this patch (to apply on top of drakxtools-9.3-2mdk from cooker) should fix your
non detection problem.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
Related to bug # 5614.

I plug in my USB SMC2662-AW. Modules usbvnet_rfmd load properly, iwconfig
recognises the wireless device as eth1.
I start Drakconnect, eth1 does not exist (not shown up in the list).
I run the wizard, eth1 is not detected. I choose it manually then carry on. I am
not asked to configure eth1.
Hope this can be fixed since it makes the device unusable (for a newbie)



Re: [Cooker] Re: No more fpons

2003-11-06 Thread danny
On Thu, 6 Nov 2003, Austin wrote:

 On 11/06/2003 11:57:13 AM, Buchan Milne wrote:
  You think CS is bad? We (B.Eng - Mech) started with 80 guys and 4
  girls (one more joined us in 2nd year), 25 guys and no girls  
  graduated at the end of the 4 year course. 3 girls left Engineering,  
  2 changed to Industrial.
 
 Wow.
 Here in Canada, university enrollment is like 60% female IIRC.
 In science, it isn't quite as good, more like 50%.
 Graduate school in science, more like 40%, but still not bad at all.
 Go Canada!

nah..it means there not much smart guys in Canada :P

d.





[Cooker] [Bug 6296] [libarts1-devel] New: package no longer provides libarts-devel nor arts-devel

2003-11-06 Thread [peroyvind]
http://qa.mandrakesoft.com/show_bug.cgi?id=6296

   Summary: package no longer provides libarts-devel nor arts-devel
   Product: libarts1-devel
   Version: 1.1.93-2mdk
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


this seems to have been introduced in latest version, this makes everything which 
has correct buildrequires on arts-devel fail to build.. 
 
please have the package provide libarts-devel and arts-devel(which is now the 
more correct one)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] FHS 2.3 (fwd)

2003-11-06 Thread Bryan Whitehead
One reason the proposal came up for /srv is that the fhs is commonly
asked by sysadmins for guidance as to where they should put data for
services. On linux at least, /var/www and /home/www is common, though
neither seem to fit into the definitions for those areas.
Is it so hard to broaden the definition of /var then?

The structure under /srv has been left undefined, with
some suggestions as a non-normative rationale.
Being that the structure under /srv is left undefined we still end up 
with the same mess. /srv/database/postgresql or /srv/postgresql or 
/src/disk1/postgresql

This does not solve a problem: /srv will still be a mess from distro to 
distro. Or, even worse, some distros may ignore /srv sticking to the 
previous LSB/FHS (undefined) waiting for clarification or changes in 
future versions of the FHS. So we'll end up with both /var /home /srv 
depending on the flavor of linux.

No, the rationale states that data of interest to a specific user
should go in that user's home directory. Here is the full text of the rationale:
	This main purpose of specifying this is so that users may find the
	location of the data files for particular service, and so that
	services which require a single tree for readonly data, writable data
	and scripts (such as cgi scripts) can be reasonably placed. Data that
	is only of interest to a specific user should go in that users home
	directory. 

The methodology used to name subdirectories of /srv is unspecified as
there is currently no consensus on how this should be done. One method
for structuring data under /srv is by protocol, eg. ftp, rsync, www,
and cvs. On large systems it can be useful to structure /srv by
administrative context, such as /srv/physics/www, /srv/compsci/cvs,
etc. This setup will differ from host to host. Therefore, no program
should rely on these locations.
This assumes data is arranged and stored in seprate places based off of 
services. rsync, cvs, ftp, and www can easily share the same target data.

Yup, we don't have FHS police :-) Admins do make local changes. In
this case its more about setting up defaults for applications/packages
to place or access their data.
Then please keep it out of / . If this is just to be a dumping ground 
for apps to leave their default junk we don't need to clutter up / with 
another dir do we? /var seems to have always been the ugly stepchild of 
unwanted crap... I'm fine with adding more to it... ;)


The /media entry doesn't bother me... but I'd rather see them
redefine /mnt to be what most use it for anyway: exactly what they
propose /media does. I can already visualize my inbox filling up for
the mdk10 upgrade, /mnt/cdrom is GONE!!! please FIX


At the moment on linux we have /mnt/cdrom, /cdrom and /media/cdrom
used. The main objection to /mnt/cdrom has been the older unix
tradition of using /mnt as a temporary mount kind of scratch area.
Though I do wonder how much this really matters these days.
Chris


--
Bryan Whitehead
SysAdmin - JPL - Interferometry and Large Optical Systems
Phone: 818 354 2903
[EMAIL PROTECTED]



[Cooker] Power pack shiped today ¿LG problems?

2003-11-06 Thread Francisco Alcaraz
I have received an e-mail saying that my order (power pack 
9.2) has been shipped today. 

My question is: ¿is the problematic kernel comming with the 
final power pack or not?

The solution, in a few days.

Regards
-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)




Re: [Cooker] hp officejet new drivers

2003-11-06 Thread Cory Meisch
Yes, we have release hpoj-0.91 and hpijs-1.5. Please let me know if you
run into any problems compiling these drivers.

Thanks,
Cory

On Thu, 2003-11-06 at 09:18, francesco.melo wrote:
 my hp officejet 2210  works only for  printer now... 
 no scanner  detect from the new sane 
 but i don't know when it stopped to work  
 i ll investigate  but i  saw that today  new drivers are out from hp web sites
 
 thanks 
 Francesco
 Cory 
Meisch 
Thursday Nov 06 2003 10:49:14 AM PST 
2.4.22-23mdk
 QOTD: 
fenderberg, n.: The large glacial deposits that form on the insides of car fenders 
during snowstorms. -- Sniglets, Rich Hall  Friends




[Cooker] Danger: Magazine with 9.2 with problematic kernel

2003-11-06 Thread Francisco Alcaraz
I just have bought a linux magazine (Todo Linux) that comes 
with the two first Mandrake 9.2 and, of course, with the 
old kernel. Nothing in the magazine warn about the possible 
problem with LG cdrom drivers.

It could be problematic have lot of people having their LG 
cdrom-drivers broken. At least a note about the danger 
should be put. :-(

Mandrake should be more carefull with this, shouldn't it?


Regards


-- 
Francisco Alcaraz Ariza
Murcia, España (Spain)




[Cooker] [Bug 6297] [libMesaGLU1-devel] New: package does not provide MesaGLU-devel

2003-11-06 Thread [peroyvind]
http://qa.mandrakesoft.com/show_bug.cgi?id=6297

   Summary: package does not provide MesaGLU-devel
   Product: libMesaGLU1-devel
   Version: 5.0.1-5mdk
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


this package does not provide MesaGLU-devel which should be the correct one for 
buildrequires ATM..

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 6277] [rhythmbox] distorted sound when using gstreamer-oss after first song

2003-11-06 Thread [waschk]
http://qa.mandrakesoft.com/show_bug.cgi?id=6277


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 15:15 ---
Can you try the new gstreamer packages?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: 
creation_date: 
description: 
After playing the first song / skipping to the next song the sound becomes very
distorted. This might be also an issue with gstreamer-oss as this is not an
issue when using gstreamer-esound for playback. I could not test this with
gstreamer-alsa because of issue #6276.

I'm currently using kernel-i686-up-4GB-2.4.22.21mdk-1-1mdk with alsa module
snd-cs46xx.



[Cooker] [Bug 6130] [Installation] net problems

2003-11-06 Thread [tvignaud]
http://qa.mandrakesoft.com/show_bug.cgi?id=6130


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 16:55 ---
could you provide the requested information? 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: 
creation_date: 
description: 
wireless tools are not usable when installet later.
no permision of ping even as a root, after changing the smb rights in the 
firewall. after reboot everything run smooth. problem by changes is still 
persistent.



Re: [Cooker] Bad performance with supermount and usbstick

2003-11-06 Thread Andrey Borzenkov
On Wednesday 05 November 2003 01:19, Oliver Lemke wrote:
 So, here are the results from my test.
 Exercise was to copy the kernel rpm from media to hd using dd.

 First with CD-ROM (Toshiba FireWire DVD-ROM):
 Direct mount:  2327 KB/sec  6%CPU
 Supermount:1321 KB/sec  9%CPU

 43% performance regression

 Now with Lexar USB stick:
 Direct mount: 731 KB/sec   2%CPU
 Supermount:24 KB/sec  42%CPU

 97% performance regression and cpu usage jumps up by 40 percent :-(

 Test was done with kernel 2.4.22-23mdk-i686-up-4GB. Are there any
 parameters to tweak supermount? I found nothing in the ReadMe on SF.net.

Short answer - mount with
noatime,nodiratime

this should give you the same level of regression as on CD-ROM. It is as much 
as can be done currently

Long answer.

Supermount attempts to keep subfs mounted rw for as short time as possible to 
ensure consistency. When file is open for reading it does not normally 
require subfs be remounted rw - unless we have to update atime. Currently it 
is done on every read request - subfs is remounted rw before actual read is 
executed and remounted back ro after it has completed. And before remounting 
rw supermount attempts to ensure you can't accidentally remove media and 
tries to lock tray.

This would not actually be as bad - but kernel assumes that if device is 
removable it also can lock tray. USB sticks apparently declare themselves as 
removables (mine does for sure). Which means that driver sends *real* command 
to device. Meaning that every time we have to

 - send LOCK command
 - remount RW
   - do read
 - remount RO (implicitly flushing at least one block with changed inode)
 - send UNLOCK command

note that almost all of this is done synchronously thus eliminating any effect 
of kernel read-ahead :(

well it is rather unfortunate trade-off between security and speed. I am open 
for suggestions but I do not see what can be done easily. Even removing 
useless LOCK/UNLOCK commands would speed things up but I do not know if SCSI 
provides any direct information about this capability (apparently not).

As for CD-ROM it is slower simply due to media change checks. They are 
executed synchronously as well so it will be slower. May be this can be 
relaxed. I again need some feedback.

regards

-andrey




Re: [Cooker] Bad performance with supermount and usbstick

2003-11-06 Thread Andrey Borzenkov
On Wednesday 05 November 2003 12:41, Oliver Lemke wrote:
 On Wed, 2003-11-05 at 09:13, Andrey Borzenkov wrote:
  Slightly offtopic. Do you have problems with media change detection on
  USB stick? I had report (and verified) that when you unplug stick, change
  contents on otehr system and plug back again supermount does not detect
  media change and does not remount it. I.e. new contents or changed
  contents is not visible.
 
  This is because sd skips media change check unless device is removable.

 Nope, that is working fine here.

hmm ... I wonder if I did something wrong or it has changed recently. Now my 
USB stick appears as removable device but I definitely remember that under 
2.4 (do not rememeber exact version) I tested it and it was never remounted.

 Other problem is when I connect two 
 different usb sticks one after the other.  Plugging in the first one
 creates /dev/{sda,sda1}. After removing it and plugging in another stick
 /dev/{sdb,sdb1} are created and mount point is /mnt/removable2.
 Doing a rmmod usb-storage before inserting the second stick fixes that.

it is not a bug it is by design :) In 2.4 kernel keeps track of USB UUIDs and 
reserves once allocated host number in case you insert it again so it gets 
the same device. So it is not a bug it is a feature :)

2.6 drops it completely in favor of user-level tools that currently do not 
seem to exist (in a form suitable for deployment in real world that is).

-andrey




Re: [Cooker] FHS 2.3 (fwd)

2003-11-06 Thread bgmilne
Bryan, I think you managed to drop the cc, I don't think Chris is cc'ed.

 One reason the proposal came up for /srv is that the fhs is commonly
 asked by sysadmins for guidance as to where they should put data for
 services. On linux at least, /var/www and /home/www is common, though
 neither seem to fit into the definitions for those areas.

 Is it so hard to broaden the definition of /var then?

IMHO the definition doesn't get any broader anyway. In the case where you
have a large volume of data in /var/www, you most likely have a database
supporting that data in /var/lib/mysql, and you would have planned ahead
for this and created a large /var, or partitioned it better to allow quota
use etc.

There is a distinction between the types of data we have in /var though.

We have data that could be used by multiple pieces of software (/var/www
by any web server, /var/spool/mail by different MTAs), then we have data
that is specific to the software (/var/spool/postfix, /var/spool/imap,
/var/lib/urpmi, /var/lib/mysql etc etc).


 The structure under /srv has been left undefined, with
 some suggestions as a non-normative rationale.

 Being that the structure under /srv is left undefined we still end up
 with the same mess. /srv/database/postgresql or /srv/postgresql or
 /src/disk1/postgresql

Yes, I see no advantage to just moving most of /var into /srv.


 This does not solve a problem: /srv will still be a mess from distro to
 distro. Or, even worse, some distros may ignore /srv sticking to the
 previous LSB/FHS (undefined) waiting for clarification or changes in
 future versions of the FHS. So we'll end up with both /var /home /srv
 depending on the flavor of linux.

And symlink mess between them, some symlinks in /var pointing to /srv/X,
some symlinks in /var/lib pointing to /srv/Y etc.


 No, the rationale states that data of interest to a specific user
 should go in that user's home directory. Here is the full text of the
 rationale:

  This main purpose of specifying this is so that users may find the
 location of the data files for particular service, and so that
  services which require a single tree for readonly data, writable data
 and scripts (such as cgi scripts) can be reasonably placed.

IMHO, scripts don't belong in /var (for samba we place supporting scripts
in shell and perl in /usr/share/samba or /usr/share/samba3 which is IMHO a
more sane location), but neither do they belong in some other location. We
use /var/lib/samba for other non-user-specific data that should be
available by default, so we have /var/lib/samba/printers for Windows
printer drivers, /var/lib/samba/profiles for user profiles (which
shouldn't really be in $HOME) and /var/lib/samba/netlogon for login
scripts etc. I don't see the sense in placing this all in /srv.

On existing servers, this will only mean more headaches for admins who
must either symlink everything (and rpm doesn't deal well with changing a
filesystem entry from a symlink to a directory and vice-versa so the admin
has more headaches ahead with this method) or repartitioning (since / is
likely too small to hold /srv too) or remounting /var/ (or some directory
below it) under /src (which will likely require a reboot or at least
dropping to single).

And I don't see any benefit in this.

 Data that
 is only of interest to a specific user should go in that users home
 directory.

  The methodology used to name subdirectories of /srv is unspecified as
 there is currently no consensus on how this should be done. One
 method for structuring data under /srv is by protocol, eg. ftp,
 rsync, www, and cvs. On large systems it can be useful to structure
 /srv by administrative context, such as /srv/physics/www,
 /srv/compsci/cvs, etc. This setup will differ from host to host.
 Therefore, no program should rely on these locations.

 This assumes data is arranged and stored in seprate places based off of
 services. rsync, cvs, ftp, and www can easily share the same target
 data.

 Yup, we don't have FHS police :-) Admins do make local changes. In
 this case its more about setting up defaults for applications/packages
 to place or access their data.

 Then please keep it out of / . If this is just to be a dumping ground
 for apps to leave their default junk we don't need to clutter up / with
 another dir do we? /var seems to have always been the ugly stepchild of
 unwanted crap... I'm fine with adding more to it... ;)

My issue is that I really don't like typing extra keys unless really
necessary. One of the nice things about linux used to be that you could
hit two keys per directory level and get quite far. Now I am going to have
to type:
/sb[TAB]/ifco[TAB] instead of /s[TAB]/ifco[TAB].

Please don't pollute / any more (one of the reasons I hate Windows is
polluted root directories due to lack of structure by most users ...).



 The /media entry doesn't bother me... but I'd rather see them
 redefine /mnt to be what most use it for anyway: exactly 

[Cooker] [Bug 6298] [usbutils] New: Usb Webcam freeze computer

2003-11-06 Thread [iskazikis]
http://qa.mandrakesoft.com/show_bug.cgi?id=6298

   Summary: Usb Webcam freeze computer
   Product: usbutils
   Version: 0.11-3mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
 Component: usbutils
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I am using an Athlon Classic 700 system with an Asus K7M Board and 256 Ram.
At the moment I am running Linux MDK 9.2 Download edition.

Problem:

I have a USB webcam from Philips PCVC740K ToUCam Pro
and every time I am plugin it on my Computer the system is frosing 
The only thing that I can do is to reset the computer.

This webcam was working fine under MDK 9.1, 9.0. --version; with 
gnomemeeting.

I try it under windows and it stills working. I try to plug it on to 2 other 
systems under which MDK 9.2 Download Edition is running and happend the same.

So after that, I thing this is a Bug.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] reliable mirrors . . .

2003-11-06 Thread Blindauer Emmanuel
Le Jeudi 06 Novembre 2003 18:14, Robert Fox a écrit :
 Maybe someone should be a mirror monitor and be the main point of
 contact with the mirror owners when something goes wrong!

http://extasia.u-strasbg.fr/~blindaue/mirrors.php

updates every 2 hours the status of mirrors, looking into hdlist.cz and 
looking for the files inside to be present in the directory of the ftp.

But I can't test more than that.

Emmanuel



Re: [Cooker] Danger: Magazine with 9.2 with problematic kernel

2003-11-06 Thread Pascal Terjan
Francisco Alcaraz wrote:
I just have bought a linux magazine (Todo Linux) that comes with the
two first Mandrake 9.2 and, of course, with the old kernel. Nothing
in the magazine warn about the possible problem with LG cdrom
drivers.
It could be problematic have lot of people having their LG 
cdrom-drivers broken. At least a note about the danger should be put.
:-(

Mandrake should be more carefull with this, shouldn't it?
I'm pretty sure the magazine didn't even bother to tell Mandrakesoft
they'll distibute the 9.2...



Re: [Cooker] Danger: Magazine with 9.2 with problematic kernel

2003-11-06 Thread Olivier Blin
On Thu, 06 Nov 2003 21:48:14 +0100
Pascal Terjan [EMAIL PROTECTED] wrote:

 I'm pretty sure the magazine didn't even bother to tell Mandrakesoft
 they'll distibute the 9.2...

They don't need MandrakSoft's agreement, it's free software.
Sure, it would be nice that magazines tell MandrakeSoft when they
distribute Mandrake, but it's legal not to tell it.
Do you warn the developper(s) each time you package a new piece of
software ? It's almost the same thing ...

-- 
Olivier Blin



Re: [Cooker] reliable mirrors . . .

2003-11-06 Thread Stefan van der Eijk
Emmanuel,

Maybe someone should be a mirror monitor and be the main point of
contact with the mirror owners when something goes wrong!
   

http://extasia.u-strasbg.fr/~blindaue/mirrors.php

Really nice site, very usefull, but what is your reference point?

Your site says that sunet is up2date, yet after a fresh ( illegal) 
mirror fron kenobi (IMHO the one and only true source) the following 
src.rpm are removed:

1449 files to consider
deleting lftp-2.6.8-1mdk.src.rpm
deleting kdepim-3.1.93-6mdk.src.rpm
deleting kdemultimedia-3.1.93-4mdk.src.rpm
deleting kdelibs-3.1.93-11mdk.src.rpm
deleting kdebase-3.1.93-13mdk.src.rpm
deleting kdeadmin-3.1.93-5mdk.src.rpm
deleting gnopernicus-0.7.1-1mdk.src.rpm
deleting gda2.0-1.0.1-1mdk.src.rpm
deleting gail-1.4.1-1mdk.src.rpm
deleting fetchmail-6.2.5-1mdk.src.rpm
deleting evolution-1.4.5-1mdk.src.rpm
deleting drakxtools-9.3-3mdk.src.rpm
deleting drakconf-9.3-1mdk.src.rpm
deleting clips-6.21-3mdk.src.rpm
deleting atk1.0-1.4.1-1mdk.src.rpm
My conclusion is that sunet.se is *not* up2date, the reference point 
needs to be adjusted to the systems at the office in Paris (rue d'Aboukir).

updates every 2 hours the status of mirrors, looking into hdlist.cz and 
looking for the files inside to be present in the directory of the ftp.

But I can't test more than that.

True, cause you don't have access to what should be your reference point.

regards,

Stefan


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Cooker] Re: No more fpons

2003-11-06 Thread Austin
On 11/06/2003 01:24:18 PM, [EMAIL PROTECTED] wrote:
 Wow.
 Here in Canada, university enrollment is like 60% female IIRC.
 In science, it isn't quite as good, more like 50%.
 Graduate school in science, more like 40%, but still not bad at  
all.
 Go Canada!

nah..it means there not much smart guys in Canada :P
That's funny Danny.  I wrote that and then deleted it before I send the  
message.  :-)
Austin



Re: [Cooker] FHS 2.3 (fwd)

2003-11-06 Thread Bryan Whitehead
[snip]
My issue is that I really don't like typing extra keys unless really
necessary. One of the nice things about linux used to be that you could
hit two keys per directory level and get quite far. Now I am going to have
to type:
/sb[TAB]/ifco[TAB] instead of /s[TAB]/ifco[TAB].
oh crap... I didn't even think of that till you mentioned it...

I know what you mean tho. I took over a solaris server and the previous 
SA used /user for user data that jacked up my tab'n for /usr .

Please don't pollute / any more (one of the reasons I hate Windows is
polluted root directories due to lack of structure by most users ...).
Exactly. Var is already a mess, lets not turn / into a mess also...

Well, /mnt/cdrom is normally temporary, as is /mnt/floppy. And again, this
is increasing the tpying I have to do (even in a graphical file manager
like Konqueror typing is quite a bit faster to get to a directory you know
the location of) if /mnt is retained and /media added.
If someone really wants a scratch mount area, they can make /mnt/tmp or
similar (this is what I do, usually for loopback mounts).
However, /media is a lot more descriptive than /mnt, but then it looks
quite out of place in /, being the longest directory name now 
It's a toss up, I don't care one way or another personally I create 
a new directory for a temp mount then remove it when i'm done 
everytime... With a team of SA's I don't want to mount over /mnt when 
another had already has a mount there... and checking if a directory has 
already been mounted gets old real fast... ;)

If /media is used instead of /mnt I'll just delete /mnt to keep / 
cleaner

BTW, we mostly have non-system data in /home/{users,groups,projects,cvs},
but we are quite small ...
we keep our data in /export/{home[1,2,3...],proj[1,2,3]} then autofs 
manages /home and /proj with real names via NIS. From the users 
prospective all 130+ of our unix/linux boxes look the same in terms of 
data location as the only look in /home or /proj...

--
Bryan Whitehead
SysAdmin - JPL - Interferometry and Large Optical Systems
Phone: 818 354 2903
[EMAIL PROTECTED]



Re: [Cooker] reliable mirrors . . .

2003-11-06 Thread Guillaume Rousse
Ainsi parlait Stefan van der Eijk :
 True, cause you don't have access to what should be your reference point.
I'd really like to have someting as RSS to publish mirrors list. Mandrake 
would publish it this way, third-party projects as PLF or JPackage would 
also, and tools as urpmi.setup could easily retrieve and use them...
-- 
Guillaume Rousse
There is no remedy for sex but more sex
-- Murphy's Laws on Sex n°6




[Cooker] [Bug 6274] [kernel] ide-scsi for my cd writer

2003-11-06 Thread [shamot]
http://qa.mandrakesoft.com/show_bug.cgi?id=6274





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 20:09 ---
I think no ppl from kernel really have to solve it. It would be enough when
mdkcontrolcenter appended that hdclun=0 hddlun=0 or whatever ;) 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
When I make hdc=ide-scsi also for my 
dvd-rom(hdd=ide-scsi was set as default for my cd-writer) then
after reboot harddrake found many new dvd-roms/writers as in /dev/scd0 scd1 
scd2 scd3 scd4 scd5 etc.. up to 12 I think. I have to reboot and skip 
harddrake pressing I during boot. There is also lots of cd-writeres/roms  
in mandrake control centre to set up (I have only 2 - one dvd-rom and one 
cd-writer) so I am forced to surrender and only have 1 scsi emulation for my 
cd-writer (I still can't copy CDs using K3b :()



Re: [Cooker] reliable mirrors . . .

2003-11-06 Thread Olivier Blin
On Thu, 6 Nov 2003 23:04:34 +0100
Guillaume Rousse [EMAIL PROTECTED] wrote:

 I'd really like to have someting as RSS to publish mirrors list.
 Mandrake would publish it this way, third-party projects as PLF or
 JPackage would also, and tools as urpmi.setup could easily retrieve
 and use them...

That could also be used by the network install, to be more friendly, it
would let the user pick an entry in the mirror list, what do you think
of it ?

-- 
Olivier Blin



Re: [Cooker] Re: No more fpons: sexy tea ladies

2003-11-06 Thread Leon Brooks
On Thu, 6 Nov 2003 23:52, Götz Waschk wrote:
 Am Donnerstag,  6. November 2003, 16:47:28 Uhr MET, schrieb Pascal 
Terjan:
 Maybe he plans to provide you with nice girls bringing coffee or
 tea to your desk :-)

 What a typical macho opinion. I rather prefer the nice girls who can
 write good code.

When I started Engineering at the University of Western Australia in 
1980, there were four very popular girls out of about 600 engineering 
students. Now I think the enrolments are closer to 60/40%.

Cheers; Leon




Re: [Cooker] reliable mirrors . . .

2003-11-06 Thread Stefan van der Eijk
Olivier Blin wrote:

On Thu, 6 Nov 2003 23:04:34 +0100
Guillaume Rousse [EMAIL PROTECTED] wrote:
 

I'd really like to have someting as RSS to publish mirrors list.
Mandrake would publish it this way, third-party projects as PLF or
JPackage would also, and tools as urpmi.setup could easily retrieve
and use them...
   

That could also be used by the network install, to be more friendly, it
would let the user pick an entry in the mirror list, what do you think
of it ?
Let's do it!


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [Cooker] syslog-ng as default?

2003-11-06 Thread Abel Cheung
On 2003-11-02(Sun) 12:58:24 +0100, Oden Eriksson wrote:
  I am using it for at least a year now without any apparent ill effects; the
  only open question was klogd Oops decoding and most responses I got from
  LKML indicated that klogd is obsolete; now-a-days we have internal symbol
  decoding in both 2.4 (mdk extra) and 2.6 (built in by default) so it is not
  a problem anymore.
 
  The transition is not as easy, configuration file is not compatible so any
  tool messing with it must be updated. Immediately I can think about msec
  and MNF (it has options for logging configuration); webmin is likely to be
  affected too. Anything else?
 
  so is it worth it? If yes it must be done as soon as possible to leave
  enough time for testing.
 
  -andrey
 
 I say go for it.

I've been using it for a while as well and don't have any problem. I'm
all for it, though I'd imagine we will be hearing Where's the old
syslogd? WHAT'S GOING ON? in mdk 10 :-)

Abel

 
 
 

-- 
Abel Cheung
Linux counter #256983   | http://counter.li.org
GPG Key: (0xC67186FF)   | http://deaddog.org/gpg.asc
Key fingerprint: 671C C7AE EFB5 110C D6D1  41EE 4152 E1F1 C671 86FF


pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: No more fpons: keeping the Drakes happy

2003-11-06 Thread Leon Brooks
On Thu, 6 Nov 2003 23:29, Guillaume Cottenceau wrote:
 Leon Brooks [EMAIL PROTECTED] writes:
 As of now, there is no room for hiring or paying more.

 What else would make Mandrake a more attractive workplace for you?

 I don't understand.

Is there anything that either Mandrake or we could do to make your job 
noticeably more survivable?

I live on the other side of the planet, so I have no idea what would 
make your day, or the collective day of the crew at your office. 
Messages of encouragement? Photos of Pascal's nice girls with offers 
of hospitality for your next holiday? Surprise free pizza (or French 
equivalent? Crepes? Give us a head count and preferences, invite fpons 
along too) for lunch? Free food and accommodation for any Drake that 
attends LCA2004?

Each time we *don't* install MS-Windows and MS-Office, we save ourselves 
roughly USD$400 in licence fees (MS SQL Server? I don't have that much 
money). If we put aside just 10% of that each time into a keep the 
Drakes happy fund and 2% towards club membership then we still save 
88% and just the crew reading this list (call it 100 people installing 
an average of one system a month and you get USD$48,000 a year in the 
slush fund plus USD$9600 a year to the Club) ought to be able to employ 
a Drake or two by themselves - or keep the existing Drakes swamped in 
luxuries. (-:

Cheers; Leon




Re: [Cooker] Re: Versioning for multiple releases: a modest suggestion

2003-11-06 Thread bgmilne
 On Fri, 7 Nov 2003 01:09, Buchan Milne wrote:
 This would need
 some rpm changes, so that a package built on 9.2 would have an
 epoch of 92 and one build on 10.0 would have epoch 100. But this
 would be a problem with packages that already has an epoch, as you
 can use only integer numbers for the epoch tag.

 It could also cause some problems for Requires/BuildRequires with
 epoch values? Any BuildRequires/Requires with an existing Epoch value
 would need to be bumped also, which makes for some additional
 'macro-isation' for the packager, and makes it difficult to automate
 this.

 How big can the epoch be?

Existing, or absolute maximum?

$ rpm -qp --qf %{EPOCH}\n libarts1-1.1.3-7mdk.i586.rpm
3001

:-(

But, 30092001 is still bigger than 30091001

 If you used release * 100 + existing, would
 that work? So if a package was up to epoch 42, you would get 9242 for
 the current release and 10042 for the same package aimed at 10.0.

Yes, this is the idea.


 Next question, how about switching to even release numbers for stable
 releases and odd for Cooker? That would make the epoch 9342 for the
 pre-10.0 Cooker, 10042 for the 10.0 release, 10142 for the post-10.0
 Cooker, 10242 for the next release (10.2, there is no 10.1), presuming
 that no version bumps happened in between times.

I had wondered about possibly having an approach closer to what FreeBSD
has, where we have a 9.x branch and a 10.x branch, and after a certain
point, end-users should be happy to test with it, and at some point goes
into maintenance.

It might be better to combind both ideas, but this doesn't have too large
an impact on using the epochs or not (although it may be an advantage of
managing the epochs well).


 This would violate tradition in that the releases would go 9.2, 10.0,
 10.2, 10.4, 11.0,... but it would be understandable to anyone used to
 the kernel versioning system and ordinary end-users shouldn't notice
 much or care much either.

 If we have room for one more digit, we could use that for the alpha,
 beta and RC releases; so 93042 is the Cooker version of the package,
 93142 is the alpha, betas run from 93242 to as high as 93542 then RCs
 from 93642 up to (heaven forbid) a potential 93942, then 100042 for the
 10.0 final.

I don't think the epoch should be abused like that. Sub-release numbers
(ie 0.alpha24.3mdk) are fine for this.

 How much of this could we do without confusing people too much? How
 complex would it be to set up the corresponding RPM macros?

I don't think rpm macros will be a good solution, since any buildrequires
with epoch values will need to be adjusted, so either we're going to be
doing shell arithmetic in rpm macros for the epoch values, or rpm needs to
be appropriately hacked ...

Regards,
Buchan





Re: [Cooker] Want to do a magazine CD with 9.2 plus LG-proof kernel

2003-11-06 Thread Leon Brooks
On Fri, 7 Nov 2003 04:48, Pascal Terjan wrote:
 Francisco Alcaraz wrote:
 I just have bought a linux magazine (Todo Linux) that comes with
 the two first Mandrake 9.2 and, of course, with the old kernel.
 Nothing in the magazine warn about the possible problem with LG
 cdrom drivers.

 It could be problematic have lot of people having their LG
 cdrom-drivers broken. At least a note about the danger should be
 put.

 :-(

 Mandrake should be more carefull with this, shouldn't it?

 I'm pretty sure the magazine didn't even bother to tell Mandrakesoft
 they'll distibute the 9.2...

OK... I'm planning to include a slightly-less-than-single-ISO version of 
9.2 plus the updates and an LG-proof kernel on the cover of an 
Australian magazine. It will be aimed at a single purpose: installing a 
secure, database-backed Mandrake Linux webserver/mailserver/gateway 
machine for developers to use either for real or as a staging area or 
an intranet server/testbed.

What are the rules Mandrake would like me to follow?

For example, if I include a PLF package or the NVidia/ATI drivers, what 
must I change? The distro's name? Licence terms?

What can I do with the advertising screens? Are Mandrake happy for me to 
add extra images to the sequence, one to loudly remind the audience 
that this is not an official Mandrake distribution - it's been built 
for the magazine - one to advertise Linux contacts in Australia, and so 
on?

What else?

Cheers; Leon




Re: [Cooker] syslog-ng as default?

2003-11-06 Thread bgmilne
 On 2003-11-02(Sun) 12:58:24 +0100, Oden Eriksson wrote:

 I've been using it for a while as well and don't have any problem. I'm
 all for it, though I'd imagine we will be hearing Where's the old
 syslogd? WHAT'S GOING ON? in mdk 10 :-)

 Abel

Tough, 10.0 is the first release in a new series, there will be a lot of
new things (kernel-2.6, samba-3.0.x, KDE-3.2 etc) for people to get used
to, they won't notice syslog for a while ...





Re: [Cooker] Re: No more fpons

2003-11-06 Thread Adam Williamson
On Thu, 2003-11-06 at 17:40, Levi Ramsey wrote:

 In the US, it's a similar overall ratio, but most of the female
 enrollment is in the mushy liberal arts...  CS and a few of the

As a historian, I feel bound to say...

watch it, pal ;)
-- 
adamw




Re: [Cooker] Want to do a magazine CD with 9.2 plus LG-proof kernel

2003-11-06 Thread bgmilne
 On Fri, 7 Nov 2003 04:48, Pascal Terjan wrote:

 I'm pretty sure the magazine didn't even bother to tell Mandrakesoft
 they'll distibute the 9.2...

 OK... I'm planning to include a slightly-less-than-single-ISO version of
  9.2 plus the updates and an LG-proof kernel on the cover of an
 Australian magazine. It will be aimed at a single purpose: installing a
 secure, database-backed Mandrake Linux webserver/mailserver/gateway
 machine for developers to use either for real or as a staging area or
 an intranet server/testbed.

You might want to consider a live CD version ... (if it's prime purpose
isn't for installation, but more for demo).


 What are the rules Mandrake would like me to follow?

 For example, if I include a PLF package or the NVidia/ATI drivers, what
 must I change? The distro's name? Licence terms?

 What can I do with the advertising screens? Are Mandrake happy for me to
  add extra images to the sequence, one to loudly remind the audience
 that this is not an official Mandrake distribution - it's been built
 for the magazine - one to advertise Linux contacts in Australia, and so
 on?


You probably want to replace mandrake_theme at least. IMHO
bootsplash-themes should have subpackages, which preferably provide
mandrake_theme if they have the backgrounds and lilo splash screen.

 What else?

Well, if we get an answer on this, can we get it on the Wiki. This really
needs to be documented, considering Fedora is now a better option for this
(all RH artwork removed, all fedora artwork in fedora* packages)

Regards,
Buchan





Re: [Cooker] Re: Versioning for multiple releases: a modest suggestion

2003-11-06 Thread Christiaan Welvaart
On Fri, 7 Nov 2003, Leon Brooks wrote:

 On Fri, 7 Nov 2003 01:09, Buchan Milne wrote:

snip epoch stuff

If one mixes packages from various releases, and something does not work,
the dependencies are not correct. Epoch should not be used to fix binary
incompatibilities.

Example: to allow upgrading  downgrading mozilla/galeon/etc., all
moz libraries that are used by other packages must be in a separate
package, and have a major version number. If binary incompatible compiler
versions must be taken into account, the compiler version must be added as
well.

So instead of

libxpcom.so in package mozilla, you have
libxpcom-1.4-3.3.so.0.0 in package libmozilla1.4_3.3-1.4-2mdk
   (libxpcom of mozilla 1.4 compiled with g++ 3.3, binary incompatible
with libxpcom-1.4-3.1.so.0.0 and libxpcom-1.3-3.3.so.0.0)
   (the exact placement of the library versions may be different, I don't
know what's best)

Then it is possible to have mozilla 1.5 installed, together with a galeon
that requires mozilla 1.3. Upgrading a mdk 9.1 with these packages to mdk
9.2 does not upgrade mozilla, but does upgrade galeon, and everything
still works.


Christiaan



Re: [Cooker] Want to do a magazine CD

2003-11-06 Thread Leon Brooks
On Fri, 7 Nov 2003 07:14, [EMAIL PROTECTED] wrote:
 You might want to consider a live CD version ... (if it's prime
 purpose isn't for installation, but more for demo).

This one will be intended for installation.

I am also considering a live CD as a later project, one with most of the 
above plus a web browser and the like, aimed at being a plug this in 
and try it template that developers can use to ship an active site 
(databases etc copied to a RAMdisk) to a customer.

It would be even better with a script named i_like_it which installs 
to the running machine's hard disk if the end customer does in fact 
like it.

 Well, if we get an answer on this, can we get it on the Wiki.

Yes, please!

A Knoppix-alike-Mandrake-HOWTO page would also be wonderful, if anyone 
reading this has ever made one.

Cheers; Leon




Re: [Cooker] Re: No more fpons: keeping the Drakes happy

2003-11-06 Thread Austin
On Thu, 2003-11-06 at 17:32, Leon Brooks wrote:
 Surprise free pizza (or French equivalent? Crepes?

LOL.
Damn that was funny!
Somehow I think that pizza is also available and well liked in France. 
I'm sure they don't snack on coq au vin and gaufres for lunch, just like
the cafeteria here at York doesn't serve bangers and mash or prime rib
with horseradish and Yorkshire pudding very often.  Kinda wish they did
though.
Austin

-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca





[Cooker] Bayesian filtering still broken in SpamAssassin

2003-11-06 Thread Levi Ramsey
# sa-learn --mbox --ham Mail/IN.mandrake
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/O: tie
failed:
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device
Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
failed: Inappropriate ioctl for device

-- 
Levi Ramsey
[EMAIL PROTECTED]   [EMAIL PROTECTED]

Fate is just the weight of circumstances...
Currently playing: Rush - In Rio - Red Sector A
Linux 2.4.22-8mdk
 19:24:00 up 17:24, 10 users,  load average: 0.32, 0.25, 0.33



[Cooker] [Bug 6299] [kdebase-servicemenu] New: [RFE] An action for running applications as root

2003-11-06 Thread [antti.salminen]
http://qa.mandrakesoft.com/show_bug.cgi?id=6299

   Summary: [RFE] An action for running applications as root
   Product: kdebase-servicemenu
   Version: 1.0-9mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: P2
 Component: kdebase-servicemenu
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The Konqueror actions menu would be better if it included the possibility to run
applications as root. This would make things easier when the user needs to
install some third-party software and it is desired that the installer be
granted root privileges (and it doesn't know how to ask them by itself). In my
case the installers were for Linux games.

Something similar needs to be available in GNOME's Nautilus as well. I don't
know if there's a better way than a Nautilus script.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 6299] [kdebase-servicemenu] [RFE] An action for running applications as root

2003-11-06 Thread [antti.salminen]
http://qa.mandrakesoft.com/show_bug.cgi?id=6299





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 21:06 ---
Created an attachment (id=954)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=954action=view)
A simple servicemenu entry for Konqueror

Attached are a very simple servicemenu entry for Konqueror that requires xsu2
to run. Feel free to use it (you might want something more advanced of course,
maybe drop the xsu2 dependency...)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
The Konqueror actions menu would be better if it included the possibility to run
applications as root. This would make things easier when the user needs to
install some third-party software and it is desired that the installer be
granted root privileges (and it doesn't know how to ask them by itself). In my
case the installers were for Linux games.

Something similar needs to be available in GNOME's Nautilus as well. I don't
know if there's a better way than a Nautilus script.



[Cooker] [Bug 6299] [kdebase-servicemenu] [RFE] An action for running applications as root

2003-11-06 Thread [antti.salminen]
http://qa.mandrakesoft.com/show_bug.cgi?id=6299





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 21:08 ---
Created an attachment (id=955)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=955action=view)
A simple Nautilus script

A Nautilus script for achieving the task, requires xsu2 just like the Konqueror
equivalent. Feel free to use it.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
The Konqueror actions menu would be better if it included the possibility to run
applications as root. This would make things easier when the user needs to
install some third-party software and it is desired that the installer be
granted root privileges (and it doesn't know how to ask them by itself). In my
case the installers were for Linux games.

Something similar needs to be available in GNOME's Nautilus as well. I don't
know if there's a better way than a Nautilus script.



[Cooker] Re: dvb driver

2003-11-06 Thread Guido Draheim


Steffen Barszus wrote:
Hi !

Just a question: The 9.2 dvb driver don't work. Should i file a bug for 
release or are the supposed not to work (that would cause the bug to be 
a feature request and this way to be invalid) ? I reported some weeks 
ago that the tmb dvb modules do work. Will see, i guess i install tmb 
kernel on sunday.

Hi Steffen,

sorry, 'just forgot to upload the new dvb driver modules for 9.2,
I was only shortly looking into 9.2 but the dozen annoying bugs made
me turn back after a few days. However, during that time I did port
some rpm specs and among them the dvb modules.
As always, installing will save the old non-functional dvb modules
and upon deinstall the old ones are restored, so you can safely try
the precompiled ones. The srpm is provided as well, and if you need
dvb tools then be aware that the other tool rpms do still work
nicely as soon as the dvb modules are installed in the system.
any progress in poking mdk people to actually try to ship a working
kernel? ;-) just kiddin'...
-- have fun, guido

--
-- guido  http://google.de/search?q=guidod
GCS/E/S/P C++/$ ULHS L++w- N++@ d(+-) s+a- r+@+++ y++ 5++X- (geekcode)



[Cooker] [Bug 2153] [Installation] 9.1 RC1 RC2 Orinoco PCMCIA autodetection

2003-11-06 Thread [ruediger.ruebig]
http://qa.mandrakesoft.com/show_bug.cgi?id=2153





--- Additional Comments From [EMAIL PROTECTED]  2003-06-11 21:10 ---
Yes, it is ok in Mandrake 9.2.
Thank you!

The case can be closed.

Bye Rüdiger

Am Don, 2003-11-06 um 14.28 schrieb [tvignaud]:

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 TRANSITIONAL//EN
HTML
HEAD
  META HTTP-EQUIV=Content-Type CONTENT=text/html; CHARSET=UTF-8
  META NAME=GENERATOR CONTENT=GtkHTML/3.0.8
/HEAD
BODY
Yes, it is ok in Mandrake 9.2.BR
Thank you!BR
BR
The case can be closed.BR
BR
Bye R#252;digerBR
BR
Am Don, 2003-11-06 um 14.28 schrieb [tvignaud]:
BLOCKQUOTE TYPE=CITE
PREA 
HREF=http://qa.mandrakesoft.com/show_bug.cgi?id=2153;IUhttp://qa.mandrakesoft.com/show_bug.cgi?id=2153/U/A
FONT COLOR=#737373

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 14:28 ---
the wireless paremeters loss was fixed in drakxtools-9.2-16.3.92mdk in mdk9.2 
updates. 
is the default driver for your card ok now (aka no more ressources (irq, io 
ports, mem ranges) problems) ? /I/FONT/PRE
/BLOCKQUOTE
/BODY
/HTML


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: 
creation_date: 
description: 
I'm using an Orinoco Silver PCMCIA Card with an PCI Bridge in my Desktop PC.
The autodetection process brings an high and an low peep, and the following log
message:

Feb 22 14:34:04 localhost kernel: Linux Kernel Card Services Kernel Version
Feb 22 14:34:04 localhost kernel:   options:  [pci] [cardbus] [pm]
Feb 22 14:34:04 localhost kernel: PCI: Enabling device 00:0a.0 ( - 0002)
Feb 22 14:34:04 localhost kernel: PCI: No IRQ known for interrupt pin A of
device 00:0a.0. Probably buggy MP table.
Feb 22 14:34:04 localhost kernel: Yenta IRQ list , PCI irq0
Feb 22 14:34:04 localhost kernel: Socket status: 1011
Feb 22 14:34:04 localhost kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Feb 22 14:34:04 localhost kernel: cs: IO port probe 0x0100-0x04ff: excluding
0x290-0x297 0x378-0x37f 0x400-0x40f 0x4d0-0x4d7
Feb 22 14:34:04 localhost kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Feb 22 14:34:04 localhost kernel: cs: memory probe 0xa000-0xa0ff: clean.
Feb 22 14:34:04 localhost kernel: orinoco_cs: RequestIRQ: Resource in use

For testing purpose I changed /etc/sysconfig/pcmcia to:

PCMCIA=yes
PCIC=i82365(instead of PCIC=yenta_socket)
PCIC_OPTS=irq_mode=0

This configuration change had no effect, system uses yenta_socket instead of
i82365. Why???

My Specs:
AMD XP 2200+
MSI KT4 Ultra KT400/VT8235
512 MB DDR (333) RAM



[Cooker] ANN: dvb-modules-1.0.1-v.0.20030929 for mdk-9.2

2003-11-06 Thread Guido Draheim
Hi folks,

as some of you may have noticed, the dvb modules in the mdk kernel
are not quite working - here is a new release of the separate rpm
that gives you the latest and functional dvb support for mdk 9.2,
download here:
http://sourceforge.net/project/showfiles.php?group_id=13488release_id=196004

in the same place you will find some other dvb-tools compiled for
mdk-9.1 but which work nicely in 9.2 as well. I have worked with
these dvb-modules and dvb-tools for a while and without problems.
-- have fun,  http://google.de/search?q=guidod
GCS/E/S/P C++/$ ULHS L++w- N++@ d(+-) s+a- r+@+++ y++ 5++X- (geekcode)


Steffen Barszus wrote:
 Hi !

 Just a question: The 9.2 dvb driver don't work. Should i file a bug for
 release or are the supposed not to work (that would cause the bug to be
 a feature request and this way to be invalid) ? I reported some weeks
 ago that the tmb dvb modules do work. Will see, i guess i install tmb
 kernel on sunday.

Hi Steffen,

sorry, 'just forgot to upload the new dvb driver modules for 9.2,
I was only shortly looking into 9.2 but the dozen annoying bugs made
me turn back to 9.1 after a few days. However, during that time I did
port some rpm specs and among them the dvb modules.
As always, installing will save the old non-functional dvb modules
and upon deinstall the old ones are restored, so you can safely try
the precompiled ones. The srpm is provided as well, and if you need
dvb tools then be aware that the other tool rpms do still work
nicely as soon as the dvb modules are installed in the system.
any progress in poking mdk people to actually try to ship a working
kernel? ;-) just kiddin'...
-- have fun, guido





[Cooker] [Bug 5826] [iptables] Related, established not working with ftp server

2003-11-06 Thread [gerard.patel]
http://qa.mandrakesoft.com/show_bug.cgi?id=5826


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 21:14 ---
This is _still_ not fixed as of today.
Incredible. Beyond belief.

*** This bug has been marked as a duplicate of 6086 ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Configuration : cooker as of 19 september 2003
kernel : 2.4.22-9 iptables 1.2.8-2
trying to access from the network to the vsftpd server installed,
with the following shorewall rule :
ACCEPT  masq:192.168.0.102  fw  tcp ftp
The external computer connects correctly, but using 'ls' hangs.
If I do a 'shorewall clear', ftp access works correctly.
A similar setup works on the same computer when I boot it with 9.0
If I do an 'iptables-save' when booted under 9.0, and 'iptables-restore'
with the generated file under 9.2 (cooker), the saved file seems
to import correctly but I get the same problem.



[Cooker] [Bug 6086] [shorewall] Shorewall fails to load modules in 9.2RC2

2003-11-06 Thread [gerard.patel]
http://qa.mandrakesoft.com/show_bug.cgi?id=6086


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 21:14 ---
*** Bug 5826 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I installed Mandrake9.2RC2 with shorewall firewall and was having problems
making ftp transfers. After some investigation I determined that the problem was
that shorewall wasn't loading the ip_conntrack_ftp kernel module although that
module was listed in /etd/shorewall/modules. 
The reason why the module wasn't being loaded is that the kernel module is
compressed in a file called ip_conntrack.o.gz and shorewall was searching for a
file called ip_conntrack_ftp.gz The patch bellow fixes the problem:

--- shorewall-1.4.6c/firewall.orig  2003-10-04 16:41:40.0 +0100

+++ shorewall-1.4.6c/firewall   2003-10-04 16:42:58.0 +0100
@@ -2694,7 +2694,7 @@
 if [ -z `lsmod | grep $modulename` ]; then
shift

-   for suffix in o gz ko ; do
+   for suffix in o o.gz ko ; do
modulefile=$MODULESDIR/${modulename}.${suffix}

if [ -f $modulefile ]; then



[Cooker] [Bug 6050] [kdebase] Upgrade LM9.0 - LM9.2rc2, KDE cannot find shared lib libqt-mt.s0.3

2003-11-06 Thread [pavel]
http://qa.mandrakesoft.com/show_bug.cgi?id=6050





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 21:42 ---
solve: 
 
echo /usr/lib/qt3/lib  /etc/ld.so.conf 
ldconfig 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Upgraded from LM9.0 (working fine) to 9.2rc2
Installation completed without errors, but now KDE fails to start - dumps me to
a console login.
Running KDE from command-line, X seems to start OK, but KDE has errors, all like:
ksplash: error while loading shared libraries: libqt-mt.so.3  No such file or
directory
... so I guess an environment variable is wrong somewhere?
Checked $QTDIR = /usr/lib/qt3/; tried changing it to /usr/lib/qt3,
/usr/lib/qt3/lib, but can't fix the problem



Re: [Cooker] ftp/shorewall oddity

2003-11-06 Thread Austin
On Thu, 2003-11-06 at 12:37, Oden Eriksson wrote:
 I think there is a bug that was reported earlier regarding this. The shorweall 
 stuff does not load the ip_conntrack_ftp module or something like that.

Yep, that fixed it.
Should be an erratum at least.
Austin

-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca





[Cooker] [Bug 5730] [harddrake] gnome sound volume only display micro when xawtv run

2003-11-06 Thread [baud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5730





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 22:10 ---
I've reproduced part of my problem with 9.2 final/updated (PowerPack) :
- sound is unavailable when there's the commented line below in
/etc/modules.conf (it's muted and cannot be unmuted with an error with dsp (did
not write it down sorry...)
- with gnome-volume-control a new tab appears with usb sound (or volume) when
webcam is plugged in (fine !)
- now, xawtv crashes with segfault, but that's another bug...

cat /etc/modules.conf
 
above snd-via82xx snd-pcm-oss
alias sound-slot-0 snd-via82xx
probeall usb-interface usb-uhci
alias eth0 8139too
probeall scsi_hostadapter ide-scsi
alias /dev/nvidia*   nvidia
#post-install pwc /sbin/insmod --force /lib/modules/2.4.22-21mdk/misc/pwcx-2.4.20.o

this causes the following error in /var/log/messages (1 to 7 in fact)
Nov  6 21:54:35 BenAthlux modprobe: modprobe: Can't locate module snd-card-1
this error does not appear any more as soon as the line is commented...

now that it works, I get /sbin/lsmod|grep snd
snd-seq-oss32000   0  (unused)
snd-seq-midi-event  6080   0  [snd-seq-oss]
snd-seq42544   2  [snd-seq-oss snd-seq-midi-event]
snd-pcm-oss43652   0
snd-mixer-oss  14200   2  [snd-pcm-oss]
snd-via82xx15360   2
snd-pcm79588   0  [snd-pcm-oss snd-via82xx]
snd-timer  18436   0  [snd-seq snd-pcm]
snd-ac97-codec 45752   0  [snd-via82xx]
snd-page-alloc  9044   0  [snd-via82xx snd-pcm]
snd-mpu401-uart 4704   0  [snd-via82xx]
snd-rawmidi17760   0  [snd-mpu401-uart]
snd-seq-device  5832   0  [snd-seq-oss snd-seq snd-rawmidi]
snd41380   0  [snd-seq-oss snd-seq-midi-event snd-seq
snd-pcm-oss snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-ac97-codec
snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore   6340   0  [snd]


just in case... the error when launching xawtv : cat .xsession-errors (in $HOME)
SESSION_MANAGER=local/BenAthlux.is-a-geek.net:/tmp/.ICE-unix/2581
*** attempt to put segment in horiz list twice
*** attempt to put segment in horiz list twice
Avertissement du gestionnaire de fenêtres| : Broken client! Window 0x260004a
(xawtv) changed client leader window or SM client ID
Avertissement du gestionnaire de fenêtres| : Broken client! Window 0x260004a
(xawtv) changed client leader window or SM client ID


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
I got my WebCam Logitech QuickCam Pro 4000 to work. When xawtv is launched and I
try to change sound volume (for example with xmms playing a cd, i want to change
the sound level for line1 or cd), only micro appears when I launch
gnome-volume-control.
Expected behaviour : access to any sound control as before
info : pwcx is running, as well as xawtv and snd-usb-audio is blacklisted in
hotplug (see related bug for freeze of linux due to insmod failing...)



[Cooker] Mandrake mini-conf 2004 take two: speak now or forever hold your peace!

2003-11-06 Thread Leon Brooks
Not sure whether the first post made it to the list, but I can organise 
a one-day Mandrake mini-conference and/or a desktop mini-conf at the 
next LCA2004 in January 2004 (http://conf.linux.org.au/).

In order to do so, I need expressions of interest from you *now* if 
you'd like to either attend or present at same.

Please forward/crosspost this to any other Mandrake lists you're on.

Cheers; Leon




[Cooker] [Bug 5826] [iptables] Related, established not working with ftp server

2003-11-06 Thread [larry]
http://qa.mandrakesoft.com/show_bug.cgi?id=5826





--- Additional Comments From [EMAIL PROTECTED]  2003-11-06 22:24 ---
Just curiousIs your INPUT policy DROP? I had the same issue couple days ago
but not on Mandrake box :(. Could you try to open 1024: and use passive mode
when connecting to ftp to see if ls works?  

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Configuration : cooker as of 19 september 2003
kernel : 2.4.22-9 iptables 1.2.8-2
trying to access from the network to the vsftpd server installed,
with the following shorewall rule :
ACCEPT  masq:192.168.0.102  fw  tcp ftp
The external computer connects correctly, but using 'ls' hangs.
If I do a 'shorewall clear', ftp access works correctly.
A similar setup works on the same computer when I boot it with 9.0
If I do an 'iptables-save' when booted under 9.0, and 'iptables-restore'
with the generated file under 9.2 (cooker), the saved file seems
to import correctly but I get the same problem.



[Cooker] [Bug 6300] [gnome-applets] New: System monitor applet displays wrong memory usage

2003-11-06 Thread [olemke]
http://qa.mandrakesoft.com/show_bug.cgi?id=6300

   Summary: System monitor applet displays wrong memory usage
   Product: gnome-applets
   Version: 2.4.1-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Although 50% of my memory is used for cache/buffers, the memory graph of the
system monitor applet claims that 100% of the memory are used by user processes.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] MSI USB 802.11b

2003-11-06 Thread Austin
I bought this REALLY cheap little USB wlan controller by MSI.
http://www.msi.com.tw/program/products/communication/cmu/pro_cmu_detail.php?UID=482MODEL=
I'm trying to figure out the chipset to see if I can find a driver for
it, but USB won't even activate the device:
Nov  6 20:01:12 gamma373-179 kernel: hub 2-0:1.0: new USB device on port
1, assigned address 3
Nov  6 20:01:12 gamma373-179 kernel: [deb94240] link (1eb941e2) element
(016bc080)
Nov  6 20:01:12 gamma373-179 kernel:  Element != First TD
Nov  6 20:01:12 gamma373-179 kernel:   0: [c16bc040] link (016bc080) e3
Length=7 MaxLen=7 DT0 EndPt=0 Dev=0, PID=2d(SETUP) (buf=1eb9cd40)
Nov  6 20:01:12 gamma373-179 kernel:   1: [c16bc080] link (0001) e3
IOC Stalled Babble Length=7ff MaxLen=7ff DT1 EndPt=0 Dev=0, PID=69(IN)
(buf=)
Nov  6 20:01:12 gamma373-179 kernel:
Nov  6 20:01:12 gamma373-179 kernel: [deb94240] link (1eb941e2) element
(016bc040)
Nov  6 20:01:12 gamma373-179 kernel:   0: [c16bc040] link (016bc080) e0
Stalled CRC/Timeo Length=7 MaxLen=7 DT0 EndPt=0 Dev=0, PID=2d(SETUP)
(buf=0ebdf940)
Nov  6 20:01:12 gamma373-179 kernel:   1: [c16bc080] link (0001) e3
IOC Active Length=0 MaxLen=7ff DT1 EndPt=0 Dev=0, PID=69(IN)
(buf=)
Nov  6 20:01:12 gamma373-179 kernel:
Nov  6 20:01:12 gamma373-179 kernel: usb 2-1: device not accepting
address 3, error -110
Nov  6 20:01:15 gamma373-179 kernel: hub 2-0:1.0: Cannot enable port 1. 
Maybe the USB cable is bad?

I tried it on several motherboards and both 2.4 and 2.6 kernels, so I'm
sure it's device specific.  From the kernel mailing list, it seems that
these kind of errors are not uncommon, but that still gets me nowhere.

Is there any other way I can find out the hardware ID or the chipset
manufacturer?  The company seems to be unresponsive.

Austin
-- 
 Austin Acton
Synthetic Organic Chemist, Teaching Assistant, Ph.D. Candidate
   Department of Chemistry, York University, Toronto
MandrakeLinux Volunteer Developer, homepage: www.groundstate.ca





Re: [Cooker] Bayesian filtering still broken in SpamAssassin

2003-11-06 Thread Levi Ramsey
On Thu Nov 06 19:25 -0500, Levi Ramsey wrote:
 # sa-learn --mbox --ham Mail/IN.mandrake
 Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/O: tie
 failed:
 Cannot open bayes databases /home/levi/.spamassassin/bayes_* R/W: tie
 failed: Inappropriate ioctl for device

This does not seem to be file-system dependent... the same error occurs
for me on both reiser and ext3.

-- 
Levi Ramsey
[EMAIL PROTECTED]   [EMAIL PROTECTED]

Fate is just the weight of circumstances...
Currently playing: Rush - Different Stages - Animate
Linux 2.4.22-8mdk
 23:20:00 up 21:20, 10 users,  load average: 0.17, 0.28, 0.22



[Cooker] Suggestion for Frozen Bubble

2003-11-06 Thread Greg Meyer
This may not be the place, but since this is a Mandrake associated program, I 
thought it might be.

I spent awhile playing Frozen Bubble tonight. It is very addicting.  Anyway, I 
was think that it would be interesting to not just know how many levels I 
completed, but also how many shots it took me to get there.  If my wife and I 
have both made it through level 33, we have tied for the high score, but if I 
can get through level 33 with 10 fewer shots than she does, that means I win, 
Right? :-)

Or is the time it takes to get there supposed to be the tiebreaker?
-- 
/g

Outside of a dog, a man's best friend is a book, inside
a dog it's too dark to read -Groucho Marx



[Cooker] Club test RPMS for ATI and Win4Lin

2003-11-06 Thread Greg Meyer
For Danny and Buchan, I have been using your test rpms for ATI kernel modules 
and Win4Lin together on my Thinkpad for about four hours now without any 
problems.  Everything seems to be quite stable.
-- 
/g

Outside of a dog, a man's best friend is a book, inside
a dog it's too dark to read -Groucho Marx



Re: Cannot boot 9.1 after OSX installation

2003-11-06 Thread Andreas
Hi all!

Yesterday I installed the new OSX Panther on my ibook. Now I cannot
boot Linux.
My boot partition is on /dev/hda11, swap on 12 and my system on 13.
I tried the rescue-system with
mount /dev/hda11 /mnt -- dont work, because must specifie the
partition type
then
mount /dev/hda13 /mnt and
chroot /mnt
ybin -v
..
After reboot no bootmanager again.
Any ideas?

I'm surprised ybin didn't complain about no /proc mounted.  Normally 
you
need to mount /proc in the chroot also.   You wouldn't normally want to
mount the bootstrap, if that's what you're referring to on hda11.

--
Stew Benedict
--
MandrakeSoft

Today I tried mkofboot, no errors but no bootmanager too. After 
reboot always OSX is starting

What had I best do? New installation?

Bye!

Andreas




  1   2   >