Re: [Cooker] [Bug 5220] [gcc-c++] ICE in lookup_template_functionat cp/pt.c:4005

2003-09-02 Thread Gwenole Beauchesne
On Wed, 3 Sep 2003, [wjl] wrote:

> --- Additional Comments From [EMAIL PROTECTED]  2003-03-09 02:21 ---
> Created an attachment (id=730)
>  --> (http://qa.mandrakesoft.com/attachment.cgi?id=730&action=view)
> This is the preprocessed source that makes it ICE.

Please attach the file, not the filename or bugzilla got mad somehow. ;-)



[Cooker] [Bug 5221] [bootloader-utils] Fail to create /lib/modules//build symlink

2003-09-02 Thread [tmb]
http://qa.mandrakesoft.com/show_bug.cgi?id=5221





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:26 ---
Created an attachment (id=732)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=732&action=view)
/sbin/installkernel fixes...

the bootloader-utils needs even more fixes:
- fix typo mentioned in initialbugreport of installkernel
- fix getopts in installkernel


-- 
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: 
Whenever new kernel is installed, the following message will be seen:

ln: invalid option -- o
Try `ln --help' for more information.

It's because there is a typo in do_create_link_source():

version="`echo $version | sed 's/-BOOT//'`"

local kernel_source=/usr/src/linux-$version
if [ -d $kernel_source ]; then
ln -sf $kernel-source /lib/modules/$kversion/build
fi

The hyphen between "$kernel" and "source" should be underscore instead.
Otherwise "-source" will be parsed as option to ln, thus causing failure to
create the .../build symlink.



[Cooker] [Bug 5228] [rpmdrake] New: Stealing focus from other apps after packages are installed

2003-09-02 Thread [jlp]
http://qa.mandrakesoft.com/show_bug.cgi?id=5228

   Product: rpmdrake
 Component: rpmdrake
   Summary: Stealing focus from other apps after packages are
installed
   Product: rpmdrake
   Version: 2.1-33mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: rpmdrake
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


After all packages are installed a dialog box shows telling you that all
packages have been installed. It steals focus from any app runing and brings
RPMDrake window to front. I guess that for this dialog stealing focus is OK to
alert user. But the following dialog boxes that tell you something like "Please
wait, updating list of packages" are also stealing focus but they should quietly
work in background. I think that stealing focus is a very bad thing in general
as it disturbs any work in another application the user is doing. Focus stealing
should be reserved only for realy important messages that need attention and
should be kept to an absolute minimum.

-- 
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 4851] [gnome-control-center] gnome-network-preferences: ports are not saved in manual proxy config

2003-09-02 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=4851


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:23 ---
*** Bug 5211 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: NEW
creation_date: 
description: 
In the gnome-network-preferences the port numbers for the proxies are not saved.
If you change the value, exist the dialog and enter it again, the value for the
port is 0.

To be more precisely: If one opens gconf-editor and looks at the values, they
are in fact changed - but when gnome-network-preferences is started again, they
are resetted to 0.



[Cooker] [Bug 5211] [galeon] manual proxy configuration

2003-09-02 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=5211


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:23 ---


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

-- 
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 have setup the manual proxy configuration and it worked fine, however everytime
I enter the "proxy configuration" window again the old configuration ports are
reset to 0.

This is a feature request so I don't know if it fits here, there should be an
"exclude" option for hosts/domains not using proxy.



[Cooker] [Bug 5221] [bootloader-utils] Fail to create /lib/modules//build symlink

2003-09-02 Thread [tmb]
http://qa.mandrakesoft.com/show_bug.cgi?id=5221





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:25 ---
Created an attachment (id=731)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=731&action=view)
fixes obsoletes / provides

the bootloader-utils needs even more fixes:
- it needs to obsolete/provide kernel-utils for updates,
  or rpm will complain about older kernels...


-- 
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: 
Whenever new kernel is installed, the following message will be seen:

ln: invalid option -- o
Try `ln --help' for more information.

It's because there is a typo in do_create_link_source():

version="`echo $version | sed 's/-BOOT//'`"

local kernel_source=/usr/src/linux-$version
if [ -d $kernel_source ]; then
ln -sf $kernel-source /lib/modules/$kversion/build
fi

The hyphen between "$kernel" and "source" should be underscore instead.
Otherwise "-source" will be parsed as option to ln, thus causing failure to
create the .../build symlink.



[Cooker] [Bug 5221] [bootloader-utils] Fail to create /lib/modules//build symlink

2003-09-02 Thread [tmb]
http://qa.mandrakesoft.com/show_bug.cgi?id=5221





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:33 ---
rebuilt rpms for those who can't wait:
http://www.iki.fi/tmb/Cooker/bootloader-utils-1.4-2mdk.i586.rpm
http://www.iki.fi/tmb/Cooker/bootloader-utils-1.4-2mdk.src.rpm



-- 
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: 
Whenever new kernel is installed, the following message will be seen:

ln: invalid option -- o
Try `ln --help' for more information.

It's because there is a typo in do_create_link_source():

version="`echo $version | sed 's/-BOOT//'`"

local kernel_source=/usr/src/linux-$version
if [ -d $kernel_source ]; then
ln -sf $kernel-source /lib/modules/$kversion/build
fi

The hyphen between "$kernel" and "source" should be underscore instead.
Otherwise "-source" will be parsed as option to ln, thus causing failure to
create the .../build symlink.



[Cooker] [Bug 5225] [mozilla-firebird] Evolution package needs %requires libnss3 and libnspr4

2003-09-02 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=5225


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]
 Status|UNCONFIRMED |NEW
  Component|packaging   |packaging
 Ever Confirmed||1
Product|evolution   |mozilla-firebird
Version|1.4.4-4mdk  |0.6.1-3mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 08:23 ---
Firebird should use libnss3/libnspr4 package and not provide its own copy of
those files !!

At least, it should NOT provide (ie rpm dependency) these libraries, just like
openoffice package does..

-- 
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 installed mozilla-firebird from contribs, but did not install mozilla. I then
installed evolution. Upon starting evolution I recieved the following error:

evolution: error while loading shared libraries: libplds4.so: cannot open shared
object file: No such file or directory

however the file exists: [EMAIL PROTECTED] root]# ls -l
/usr/lib/mozilla-firebird-0.6.1/libplds4.so
-rwxr-xr-x1 root root 9108 Sep  1 05:34
/usr/lib/mozilla-firebird-0.6.1/libplds4.so*

so, I figured I'd try installing mozilla to see if that corrects it. It did. I 
managed to figure out through the process of elimination that the actual
packages evolution depends on are libnss3 and libnspr4. Installing these
packages will allow evolution to start and run fine, however clicking on links
(or right clicking and choosing open in browser) still fails to open the link in
firebird, even with /usr/bin/mozilla-firebird symlinked to /usr/bin/mozilla.



[Cooker] acpi and suspend to ram.

2003-09-02 Thread Randy Welch
How does one do suspend to ram with cooker. 

Playing around a bit with my laptop with acpi and it seems to sort of 
function.  (suspend to disk seems funky, it doesn't agree with reiserfs...)

-randy





Re: [Cooker] Re: [CHRPM] urpmi-4.4-26mdk

2003-09-02 Thread Luca Berra
On Tue, Sep 02, 2003 at 03:52:29PM -0700, Ben Reser wrote:
On Tue, Aug 26, 2003 at 05:04:06PM +0200, François Pons wrote:
-=-=-=-
Name: urpmiRelocations: (not relocateable)
-=-=-=-
François Pons <[EMAIL PROTECTED]> 4.4-26mdk
- added -z for rsync:// protocol by default.
Ugh... -z may be a very bad idea.  If you have a fast connection to the
mirror (e.g. a local mirror, and I would presume those using rsync have
local mirrors since not many mirrors provide rsync access and those that
do usually severally limit the number of clients) then compression will
usually make things slower.  

besides it is not nice on the CPU of the mirrors, sunet.se i.e. asks people
not to set -z
MOTD: We *don't* suggest use of '-z' option, as most of the files here are
MOTD: already compressed, and running compression is CPU intensive thing
MOTD: anyway.   Just *wait*, and the transfer will eventually complete.
--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


[Cooker] Re: alsa status and ideas

2003-09-02 Thread Thomas Backlund

"Austin" <[EMAIL PROTECTED]> wrote:
> As it stands now, since we went to 2.4.23pre kernel, alsa drivers don't
build.
> That's kinda okay since we don't ship an alsa-driver RPM, and the alsa CVS
> builds fine, so by the time 9.2 is out, so will the next alsa, and
everyone
> will be happy.
>

Well I still consider it as a 2.4.22 kernel ;-)

as the 2.4.23-pre1 counts for one large patch, instead of
breaking it up in pieces and adding them one by one, since
most of them was needed anyway...and since other patches was
dropped when pre1 was added, it was not that big change...

OTOH the definition of a 2.4.22 kernel is quite loose, since
current patchset is at ~520 patches...


> As for the M-Audio Quattro USB sound interface that I paid so greatly for,
it
> still doesn't work with our mega-patched alsa.  I built alsa-driver from
cvs
> tonight and replaced ONLY the snd-usb-audio.o module from our 4mdk kernel.
> After a depmod, all works fine, so it's that module and nothing else
that's
> causing the lockups.  It would be nice if it was fixed for 9.2 but it's
truly
> way beyond me.  I only have a light understanding of C, and know nothing
of
> kernel programming.
>
> Anyway, I hope that helps a bit.
> Austin
>

That should help...
I'll grab ALSA cvs tonight or tomorrow, and check what they have done...
and hopefully we'll have a fix by the end of the week...


Regards...

Thomas







[Cooker] Cooker and the 9.2 release

2003-09-02 Thread Robert Pollak
Has ML9.2 development already branched from Cooker, or is Cooker going 
to stabilize now until it is tagged "9.2"?

IOW: When I use Cooker to verify fixes of 9.2rc1 errors, will they be 
fixed in the final 9.2, too?




[Cooker] urpmi.uppdate pb?

2003-09-02 Thread guran
Hi

I have an installation for update like:
...
[EMAIL PROTECTED] guran]# urpmi.addmedia update01 
ftp://ftp.uninett.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS 
with ../base/hdlist.cz
...
When I run this I get something like:
...
found probed hdlist (or synthesis) as ../base/hdlist.cz
...retrieving done
examining hdlist file [/var/cache/urpmi/partial/hdlist.update01.cz]
...
This is to my understanding quite correct. But when I do an update like:
...
[EMAIL PROTECTED] guran]# urpmi.update --wget -a && urpmi --wget --auto-select 
--auto
...
then I get the following:
...
computing md5sum of existing source hdlist (or synthesis)
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.update01.cz]
examining hdlist file [/var/lib/urpmi/hdlist.update01.cz]
problem reading synthesis file of medium "update01"
computing md5sum of existing source hdlist (or synthesis)
examining MD5SUM file
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.update02.cz]
examining hdlist file [/var/lib/urpmi/hdlist.update02.cz]
problem reading synthesis file of medium "update02"
unable to access hdlist file of "update01", medium ignored

unable to access hdlist file of "update02", medium ignored
Everything already installed
...
The examined line indicates to me that urpmi has left out the 'direction' to 
the file it has controlled and found OK, so the update can't continue.
In the working directory I found the following:(taken from mc)
...
!hdlist.update01.cz │ 33│Sep  3 07:31│   
   
!hdlist.update02.cz │ 28│Sep  3 07:31││
 
!synthesis.hdlist.update01.cz   │ 43│Sep  3 07:31││

!synthesis.hdlist.update02.cz   │ 38│Sep  3 07:31
...
[EMAIL PROTECTED] guran]# rpm -qa urpmi*
urpmi-4.4-29mdk


regards
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] [Bug 5227] [kernel] New: suspend/resume issue.

2003-09-02 Thread [rswelch]
http://qa.mandrakesoft.com/show_bug.cgi?id=5227

   Product: kernel
 Component: kernel
   Summary: suspend/resume issue.
   Product: kernel
   Version: 2.4.22-4mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: kernel
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


On a ThinkPad A22p with the builtin ethernet card there is an issue with susped
/ resume if the machine is started with the network attached.

This is with acpi set to ht.  

When the machine suspends with the network attached it takes about a minute to
go through it's operations then the machine emits a single low beep and does not
suspend ( to ram ).  This is what shows in messages:
Sep  2 21:04:25 localhost xinetd[1587]: Sending signal 9 to sgi_fam server 2252
Sep  2 21:04:25 localhost xinetd[1587]: Exiting...
Sep  2 21:04:25 localhost xinetd: xinetd shutdown succeeded
Sep  2 21:04:25 localhost kernel: unloading Kernel Card Services
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-1
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-2
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-3
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-4
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-5
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-6
Sep  2 21:04:26 localhost modprobe: modprobe: Can't locate module snd-card-7
Sep  2 21:04:28 localhost alsa:  succeeded
Sep  2 21:04:29 localhost alsa:  succeeded
Sep  2 21:04:30 localhost network: Shutting down interface eth0:  succeeded
Sep  2 21:04:30 localhost network: Shutting down loopback interface:  succeeded
Sep  2 21:04:30 localhost /etc/hotplug/net.agent: NET unregister event not suppo
rted
Sep  2 21:04:32 localhost ntpd[1514]: sendto(208.201.224.76): Invalid argument
Sep  2 21:04:40 localhost kernel: unregister_netdevice: waiting for eth0 to beco
me free. Usage count = 2
Sep  2 21:05:11 localhost last message repeated 3 times
Sep  2 21:06:12 localhost last message repeated 6 times

When the machine is opened the screen is garbled and the keyboard is dead. 
Power cycling the machine is the only option.

If the machine is started *without* the network attached then suspend/resume
works fine.  After the first suspend/resume you can connect the network cable
and then suspend/resume with no 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.



Re: [Cooker] java as per default in konqueror

2003-09-02 Thread guran
On Wednesday 03 September 2003 00.52, Pierre Jarillon wrote:
> Le Mardi 2 Septembre 2003 17:07, guran a écrit :
> > In konqueror java is supposed to be found as something like
> > /usr/lib/j2re_1_4_1.
> > At Sun the latest is:
> > j2re_1_4_2_01-linux-i586, when installed it is found by mozilla but
> > konqueror has to be manually set as /usr/java/j2re1.4.2_01/bin/java.
> > From there working nice.
>
> I made this symbolic link :
> /usr/bin/java -> /usr/java/j2re1.4.1_02/bin/java
>
> With an other install there was something more complicated :
> /usr/bin/java -> /etc/alternatives/java -> /usr/java/j2re1.4.1_02/bin/java
>
> In any case, this was too much complicated for a beginner.
> What is the best solution and how create the right link ?
> IMHO, this should be either in the rpm or in configuration panel
> (konqueror?)
Well, the java installation in konqueror is to my view pointing at a directory 
where there it is not to be found any java. As this is just a browsing 
direction the user does not have to make any link if the search is written 
as, /usr/java/java-something/bin/java. With this construction the user might 
find the right file.

regards
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] Re: [CHRPM] nautilus-gtkhtml-0.3.2-7mdk

2003-09-02 Thread Abel Cheung
On 2003-09-03(Wed) 06:48:27 +0200, Frederic Crozat wrote:
> -=-=-=-
> Name: nautilus-gtkhtml Relocations: (not relocateable)
> Version : 0.3.2 Vendor: MandrakeSoft
> Release : 7mdk  Build Date: Tue Sep  2 16:14:47 2003
> -=-=-=-
> Frederic Crozat <[EMAIL PROTECTED]> 0.3.2-7mdk
> 
> - Fix BuildRequires

Fred, probably my previous mail didn't reach you; can this package be
moved to contrib instead? If there is need to render HTML in nautilus,
there's already epiphany and galeon, which both have a nautilus view;
and nautilus-gtkhtml has stopped development for more than a year.
Can this count as an obsolete software which has a better substitute?

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: [gphoto-devel] Problem with Canon Powershot S45 and libgphoto2 2.1.2rc5

2003-09-02 Thread Ben Reser
On Fri, Aug 29, 2003 at 11:49:33PM +0200, Till Kamppeter wrote:
> I have patched the libgphoto2 on Mandrake's Cooker using Stephen's fixes 
> from August 11. Marco, please install libgphoto2-2.1.2-5mdk and report 
> whether your Canon PowerShot S45 works with it.
> 
> Everyone who reads this and has a Canon camera, please test whether all 
> works fine.

My EOS D30 works...

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

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche



[Cooker] [Bug 5027] [Hardware] get null device warning for audigy if i don't log in as root

2003-09-02 Thread [k10ck3r]
http://qa.mandrakesoft.com/show_bug.cgi?id=5027





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 06:53 ---
Ok, I'm not sure what I did, but I am able to get sound now when not root.  
However, the external break-out box does not work (Audigy Platinum EX).  This 
is why I thought I had no sound before, since I usually wear headphones. 

-- 
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: 
I get a null device warning for my sound card (audigy platinum ex) when I log 
in as a regular user.  Launching a sound mixer of any type then locks up.  If 
I log in as root, I do not have this problem (though I still don't have sound).
Abit IC7-G (i875 chipset), 1GB RAM - the sound card is the only PCI device in 
the system.



[Cooker] [Bug 2276] [Installation] install from hard-drive assumes all ISOs present in LM-9.0,9.1rc2,9.1,9.2beta1,9.2beta2,9.2rc1

2003-09-02 Thread [ndeb]
http://qa.mandrakesoft.com/show_bug.cgi?id=2276


[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|install from hard-drive |install from hard-drive
   |assumes all ISOs present in |assumes all ISOs present in
   |LM9.0/LM9.1rc2/LM9.1/LM9.2be|LM-
   |ta1/LM9.2beta2  |9.0,9.1rc2,9.1,9.2beta1,9.2b
   ||eta2,9.2rc1




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 06:37 ---
Bug very much present in LM9.2rc1. 

-- 
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: 
This a problem of installing from an ISO image on a hard-drive. The problem 
was there for mdk-9.0 and is still there for mdk-9.1rc1. 
The installer asks for the name of the ISO image of CD1. However, it does not 
ask if iso images of CD2 and CD3 are also available. During installation, it lists 
rpms that are not on CD1. Naturally, any selected rpm that is not present in CD1 
leads to an error message about missing package. This is unlike CDROM 
installation which explicitly asks if the CD2 and CD3 are also present.



[Cooker] [Bug 5226] [drakxtools] New: scrollbar and mouse focus problems

2003-09-02 Thread [narfi]
http://qa.mandrakesoft.com/show_bug.cgi?id=5226

   Product: drakxtools
 Component: DrakSec
   Summary: scrollbar and mouse focus problems
   Product: drakxtools
   Version: 9.2-6mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: DrakSec
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I did a fresh installation of cooker this evening and had the following problem
in draksec:

I run it from inside the MCC, go to the Systems Options and scroll down all the
way to the bottom. I then select one of the edit fields to move the cursor to
that field. The scrollbar then immediately goes back up, whereas the focus stays
where I wanted it to be, namely in the last edit field at the bottom of that page.

What I expected: that the edit field would not disappear out of sight on my
screen right after I selected 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.



Re: synchroning ftp (Was: Re: [Cooker] problems with main mirror - ftp.uninett.no)

2003-09-02 Thread Ben Reser
On Tue, Sep 02, 2003 at 07:52:49AM +0200, Dave Cotton wrote:
> Question really is who set the 6 month limit? If the mad rush to keep up
> with the cycle causes the problems that are occurring at the moment then
> it must be questioned. If the problem isn't faced up to, there may not
> be a requirement for a six month cycle in the future, there may not be a
> future.

You have a question about that?  I think the answer is obvious.
Mandrakesoft.  There was some discussion about backing off on the rate
of releases a while back.

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

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche



[Cooker] [Bug 1704] [xinetd] explanations of services lacking

2003-09-02 Thread [narfi]
http://qa.mandrakesoft.com/show_bug.cgi?id=1704





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 06:06 ---
This trivial bug still exists and it still bothers me when I try to make an
educated guess about which services should be enabled/disabled. 

-- 
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: 
drakxservices gets the descriptions of many services from /etc/xinetd.d/* and
some of them are lacking...

chargen: A chargen server. This is the tcp version.
chargen-udp: A chargen server. This is the udp version.
daytime: A daytime server. This is the tcp version.
daytime-udp: A daytime server. This is the udp version.
echo: An echo server. This is the tcp version.
echo-udp: An echo server. This is the udp version.
fam: does not state that KDE uses this if it is running and that it may speed up
KDE. 
time: An RFC 868 time server. This is the tcp version which is used by rdate. 
time-udp: An RFC 868 time server. This is the udp version.
xadmin: no information



[Cooker] [Bug 5155] [kernel] latest kernel completely breaks nvidia driver

2003-09-02 Thread [cybercfo]
http://qa.mandrakesoft.com/show_bug.cgi?id=5155





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 05:38 ---
This is fixed with kernel-2.4.22-4mdk 

-- 
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: 
nvidia's installer fails during building state and complains as follows in
/var/log/nvidia-installer.log about some mdk-specific extensions:

CUT-
[...]
  cc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wp
   arentheses -Wpointer-arith -Wcast-qual -Wno-multichar  -O -MD -D__KERNEL__ -
   DMODULE -D_LOOSE_KERNEL_NAMES -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D_
   _KERNEL__ -DMODULE  -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVE
   L=4469  -DNV_UNIX   -DNV_LINUX   -DNV_INT64_OK   -DNVCPU_X86   -I. -I/us
   r/src/linux/include -Wno-cast-qual nv.c
   In file included from /usr/src/linux/include/linux/config.h:4,
from nv-linux.h:17,
from nv.c:14:
   /usr/src/linux/include/linux/autoconf.h:34:28: missing ')' after "defined"
   /usr/src/linux/include/linux/autoconf.h:34:29: missing binary operator befor
   e token "up"
   /usr/src/linux/include/linux/autoconf.h:39:26: missing ')' after "defined"
   /usr/src/linux/include/linux/autoconf.h:39:27: missing binary operator befor
   e token "smp"
   /usr/src/linux/include/linux/autoconf.h:68:28: missing ')' after "defined"
   /usr/src/linux/include/linux/autoconf.h:68:29: missing binary operator befor
   e token "up"
   /usr/src/linux/include/linux/autoconf.h:74:27: missing ')' after "defined"
   /usr/src/linux/include/linux/autoconf.h:74:28: missing binary operator befor
   e token "smp"
   /usr/src/linux/include/linux/autoconf.h:87:28: missing ')' after "defined"
   /usr/src/linux/include/linux/autoconf.h:87:29: missing binary operator befor
   e token "up"
[...]
CUT-

the problems are the hyphens in the preprocessor conditionals:
CUT-
#if  defined(__module__i686-up-4GB) || defined(__module__enterprise)
CUT-

But even after removing them, I can build the kernel yet it remains unuseable
(tons of unresolved symbols).



[Cooker] [Bug 5225] [evolution] New: Evolution package needs %requires libnss3 and libnspr4

2003-09-02 Thread [rlittle46]
http://qa.mandrakesoft.com/show_bug.cgi?id=5225

   Product: evolution
 Component: packaging
   Summary: Evolution package needs %requires libnss3 and libnspr4
   Product: evolution
   Version: 1.4.4-4mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I installed mozilla-firebird from contribs, but did not install mozilla. I then
installed evolution. Upon starting evolution I recieved the following error:

evolution: error while loading shared libraries: libplds4.so: cannot open shared
object file: No such file or directory

however the file exists: [EMAIL PROTECTED] root]# ls -l
/usr/lib/mozilla-firebird-0.6.1/libplds4.so
-rwxr-xr-x1 root root 9108 Sep  1 05:34
/usr/lib/mozilla-firebird-0.6.1/libplds4.so*

so, I figured I'd try installing mozilla to see if that corrects it. It did. I 
managed to figure out through the process of elimination that the actual
packages evolution depends on are libnss3 and libnspr4. Installing these
packages will allow evolution to start and run fine, however clicking on links
(or right clicking and choosing open in browser) still fails to open the link in
firebird, even with /usr/bin/mozilla-firebird symlinked to /usr/bin/mozilla.

-- 
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] Packages with bad signatures

2003-09-02 Thread Greg Meyer
During my update tonight I got the following packages with bad signatures:

RPMS/gnome-vfs2-2.3.8-3mdk.i586.rpm: Missing signature (sha1 md5 OK)
RPMS/libgnome-vfs2_0-2.3.8-3mdk.i586.rpm: Missing signature (sha1 md5 OK)
RPMS2/kdemoreartwork-plastik-0.3.3-1mdk.i586.rpm: Missing signature (sha1 md5 
OK)
RPMS2/kdemoreartwork-thinkeramik-2.8-1mdk.i586.rpm: Missing signature (sha1 
md5 OK)

-- 
/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] [Bug 4920] [lineakd] lineakd doesn't start correctly when I log in

2003-09-02 Thread [aaron]
http://qa.mandrakesoft.com/show_bug.cgi?id=4920


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 05:32 ---
Thank you for calling me a liar. I don't care whether the package changed or
not. It used to work and now it doesn't. I know I installed the same lineakd
packages in both versions and my home directory is on a partition that did not
change in the upgrade process. 

Ben, I know you've been using computers too long to believe there's "no way"
something could stop working even though it didn't actually change. Maybe it's
GNOME's fault?

-- 
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: 
Worked fine in Mandrake 9.0, broken in 9.1 and still broken in cooker (synced
25-Aug-03). The package includes an xinit.d file which is supposed to start
lineakd when I log in to an X session. It tries but fails: "ps -ef | grep
lineakd" shows a defunct process. If I run "lineakd -b" from a terminal it
starts fine.

In case it matters, my keyboard is a Logitech Internet Navigator, and I'm
running Gnome as my desktop.



[Cooker] Expert install from isoliunx ?

2003-09-02 Thread Frank Griffin
Sorry if this is a dumb question, but is there any way to do an expert 
install from an isolinux boot ?  I can't seem to find anyplace to 
request it




[Cooker] [Bug 4920] [lineakd] lineakd doesn't start correctly when I log in

2003-09-02 Thread [aaron]
http://qa.mandrakesoft.com/show_bug.cgi?id=4920





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 05:35 ---
One more bit of seemingly relevant info from near the beginning of my
.xsession-errors:

*** lineakd already running (pid 2971)... exiting...


-- 
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: 
Worked fine in Mandrake 9.0, broken in 9.1 and still broken in cooker (synced
25-Aug-03). The package includes an xinit.d file which is supposed to start
lineakd when I log in to an X session. It tries but fails: "ps -ef | grep
lineakd" shows a defunct process. If I run "lineakd -b" from a terminal it
starts fine.

In case it matters, my keyboard is a Logitech Internet Navigator, and I'm
running Gnome as my desktop.



Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Tony Rick

Done: 5224.

tony


On Wed, 3 Sep 2003 04:18:52 +0200
Olivier Blin <[EMAIL PROTECTED]> wrote:

> > The cooker version of setup (2.4-2mdk) adds group video to
> > /etc/group (and urpmi warned me about it. too!). Updating
> > pam to 0.77-9mdk by itself didn't do anything for this issue.
> > 
> > Therefore, no bug.
> 
> There is one : pam should require setup >= 2.4-1mdk (video group was
> added in this release)
> 
> -- 
> Olivier Blin
> 



[Cooker] [Bug 5224] [pam] New: pam rpm needs to require setup-2.4-1mdk or later

2003-09-02 Thread [tony.rick]
http://qa.mandrakesoft.com/show_bug.cgi?id=5224

   Product: pam
 Component: packaging
   Summary: pam rpm needs to require setup-2.4-1mdk or later
   Product: pam
   Version: 0.77-9mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: minor
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


In 9.2RC1, pam_console_apply crashes with Segmentation fault during startup,
because group video is not present in /etc/group. Group video is added as of
setup-2.4-1mdk. A simple workaround is to add group video (video:x:82:)
by hand to /etc/group, hence Severity:minor.

-- 
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 5223] [gtkam] New: Cannot Add Camera

2003-09-02 Thread [waerola]
http://qa.mandrakesoft.com/show_bug.cgi?id=5223

   Product: gtkam
 Component: gtkam
   Summary: Cannot Add Camera
   Product: gtkam
   Version: 0.1.11-0.dev1.5mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: gtkam
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Plug in usb camera
window displays GTKam icon
Open GTKam 
Select menu to add camera
Detect camera with usb connection.
Error message: Could not list folders in '/'.
Error message:  Could not initialize camera

-- 
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] typo in kdenetwork-knode description

2003-09-02 Thread Vincent Meyer, MD
Summary:  KDE News Reader
Description: KDE New Reader 

the 's' is missing.  I know, dumb, but i noticed it tonight while updating

V.




Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Olivier Blin
> The cooker version of setup (2.4-2mdk) adds group video to
> /etc/group (and urpmi warned me about it. too!). Updating
> pam to 0.77-9mdk by itself didn't do anything for this issue.
> 
> Therefore, no bug.

There is one : pam should require setup >= 2.4-1mdk (video group was
added in this release)

-- 
Olivier Blin



Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Tony Rick

Closure.

Thanks to all for a most gratifying and successful first
cooker experience.  Repeating things to me over and again many
times usually gets my attention.  I became a urpmi guy.

The cooker version of setup (2.4-2mdk) adds group video to
/etc/group (and urpmi warned me about it. too!). Updating
pam to 0.77-9mdk by itself didn't do anything for this issue.

Therefore, no bug.

tony

> #
On Tue, 2 Sep 2003, Tony Rick wrote:

>
>
> Will do, but I have to figure out how to set up cooker here first.
>
> tony
>
> #
> On Tue, 2 Sep 2003, Buchan Milne wrote:
>
> > > [snip]
> > > since pam is developped by rh, you should look on their bugzilla, and
> > > report the info in the bug report.
> >
> > But I think the issue triggering the bug (lack of video group) has been
> > fixed by latest pam and/or setup packages. Can you test those first?
> >
> > Regards,
> > Buchan



[Cooker] [Bug 5158] [ghostscript] ps2epsi stops when invoking sed

2003-09-02 Thread [till]
http://qa.mandrakesoft.com/show_bug.cgi?id=5158


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 04:01 ---
Fixed upstream and in ghostscript-7.07-0.8mdk.i586.rpm on the Cooker.

-- 
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: 
When I run ps2epsi, I get the followin error message : 
sed: -e expression n°1, caractère 42: Invalid range end. 
I get the error with any ps file. 
The sed on my machine is sed-4.0.7-1mdk. 
 
In the ps2epsi I replaced the lines : 
sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-~]*$/d' -e '/^%!PS-Adobe/d' \ 
-e '/^%%[A-Za-z][A-Za-z]*[^!-~]*$/d' -e '/^%%[A-Za-z][A-Za-z]*: /d' 
 
with 
sed -e '/^%%BeginPreview:/,/^%%EndPreview[^!-\~]*$/d' -e '/^%!PS-Adobe/d' \ 
-e '/^%%[A-Za-z][A-Za-z]*[^!-\~]*$/d' -e '/^%%[A-Za-z][A-Za-z]*: /d' 
 
(replaced [^!-~] with [^!-\~]) 
It seems to work on the files I needed to convert but I have no clue if it's 
correct (because never used and don't know how to use sed).



[Cooker] [Bug 4977] [Hardware] SMC2632W wlan-ng

2003-09-02 Thread [ben]
http://qa.mandrakesoft.com/show_bug.cgi?id=4977





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 04:00 ---
On Fri, Aug 29, 2003 at 12:12:31AM +0200, [emmanuel.moll] wrote:

The problem is that the ng drivers break on some cards.  I've had to
help people remove the ng cards that had real orinoco cards because they
wouldn't work with those drivers.  


The lack of Centrino drivers is purely a function of the fact that Intel
hasn't released the info to make them nor have they made their own.
There was some discussion on the LKML a while back suggesting that part
of the problem is the newer cards can transmit on pretty much any
frequency which makes providing the infromation on how to control the
cards problematic from a regulatory standpoint (e.g. FCC in the US).


-- 
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: 
Hey,

I think wlan-ng should be used to setup the wireless features of the SMC2632W
rather than whatever Mandrake is currently using (it's loading orinoco_cs). This
would standardise a bit more the way wireless is handled under Mandrake 9.2.



[Cooker] [Bug 5222] [Hardware] New: AGP mode not working for i875 mobo

2003-09-02 Thread [k10ck3r]
http://qa.mandrakesoft.com/show_bug.cgi?id=5222

   Product: Hardware
 Component: Hardware
   Summary: AGP mode not working for i875 mobo
   Product: Hardware
   Version: 9.2-0.7mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: Hardware
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


AGP mode doesn't seem to work for i875 chipset (ich5).  "Modprobe agpgart" 
fails and so do scheider drivers for Radeon 9500 pro.  Get same error in each 
case ("unable to acquire AGP").

-- 
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] buglet in /sbin/installkernel

2003-09-02 Thread Abel Cheung
On 2003-09-02(Tue) 18:04:40 +0200, Olivier Blin wrote:
> > It looks like a typo -- should read $kernel_source instead?
> 
> Yep, it looks like, can you file a bug report since it isn't already
> fixed ?

Done, #5221.

Abel


> Thanks
> 
> -- 
> Olivier Blin
> 

-- 
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


[Cooker] [Bug 5221] [bootloader-utils] New: Fail to create /lib/modules//build symlink

2003-09-02 Thread [deaddog]
http://qa.mandrakesoft.com/show_bug.cgi?id=5221

   Product: bootloader-utils
 Component: bootloader-utils
   Summary: Fail to create /lib/modules//build symlink
   Product: bootloader-utils
   Version: 1.4-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: bootloader-utils
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Whenever new kernel is installed, the following message will be seen:

ln: invalid option -- o
Try `ln --help' for more information.

It's because there is a typo in do_create_link_source():

version="`echo $version | sed 's/-BOOT//'`"

local kernel_source=/usr/src/linux-$version
if [ -d $kernel_source ]; then
ln -sf $kernel-source /lib/modules/$kversion/build
fi

The hyphen between "$kernel" and "source" should be underscore instead.
Otherwise "-source" will be parsed as option to ln, thus causing failure to
create the .../build symlink.

-- 
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 5065] [gftp] Listings not updated

2003-09-02 Thread [deaddog]
http://qa.mandrakesoft.com/show_bug.cgi?id=5065





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 03:03 ---
It was me who do the update to 2.0.15, not maintainer. My ISP failed to deliver
any of my mail, and it forbids me to use any other mail server, thus I'm unable
to reply to cooker.

I'm seeing the bug too, and reported upstream.
http://bugzilla.gnome.org/show_bug.cgi?id=121318

Will get back here once I got any more news.

-- 
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: 
When first selecting from a bookmarked site the local listing is not synced with
the local directory, when changing to another bookmarked site, both local and
remote are not synced. A manual refresh is needed in both cases.



[Cooker] [Bug 5145] [mozilla] Flash and Java plugins does not work/run as normal (in mdk9.2rc).

2003-09-02 Thread [jarillon]
http://qa.mandrakesoft.com/show_bug.cgi?id=5145





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 03:02 ---
I made this symbolic link : 
/usr/bin/java -> /usr/java/j2re1.4.1_02/bin/java 
 
With an other install there was something more complicated : 
/usr/bin/java -> /etc/alternatives/java -> /usr/java/j2re1.4.1_02/bin/java 
 
In any case, it works fine, but this is too much complicated for a beginner. 
What is the best solution and how create the right link ? 
IMHO, this should be either in the rpm or in a configuration panel (konqueror?) 

-- 
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 can't seem to get Java applet support and the macronedia flashplayer installed
so that mozilla/galeon can use them. In mdk 9.1 this all worked -no problems. 

In Mozilla-1.3 'rpm -ivh j2sdkXYZ' would install libjavaplugin_oji.so properly
and applet support was ensured. Same with the flash-player installer script, I
just told it that mozilla was located at /usr/lib/mozilla-1.3 (now -1.4
ofcourse) and everything worked.

I've tried moving the flash-files and linking (ln -s) the libjavaplugin_oji.so
to all sorts of places (/usr/lib/mozilla/plugins, /usr/lib/mozilla-1.4,
/usr/lib/mozilla-1.4/plugins, ~/.mozilla/plugins ) but nothing works. I have
MPlayer-plugin installed at ~/.mozilla/plugins which works fine. The best I can
do regarding java/flash is to just make the areas where they where supposed to
be seen in the browser disappear.



[Cooker] Warning: possible samba (client) breakage coming!

2003-09-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have just finished the first stab at alternativising samba-client and
samba3-client, but it doesn't quite work as well as it should yet. If
you can't live without smbclient/smbmount/nmbloookup etc and don't know
how update-alternatives works, you may want to avoid
samba-client-2.2.8a-9mdk and samba3-client-3.0.0-0.rc2.2mdk.

Please don't file bug reports on alternativisation issues (such as
broken smbldap-tools in samba3-server, possibly missing smbclient etc)
unless you have a patch to provide me with (ie, I know most of the
issues, but don't have time to fix them all now, Gwenole wanted a
working samba on the 64bit arches, some people badgered me about
3.0.0rc2 already, so I just made sure I could install all the packages
simultaneously => filing bugs isn't going to help me, but patches will).

If you do want to test this, and end up missing an smbclient, just run:
# update-alternatives --auto smbclient
and you should have one (which one, I can't guarantee). However, I might
have broken 'mount -t smbfs', but you should be using smbmount anyway ;-).

So, if you have anything to report about this, please rather keep it in
this thread (which is about the only place I am going to look until I
have things working correclty).

All server components (besides smbldap-tools for 3) should however work
fine.

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.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/VTyYrJK6UGDSBKcRAhIaAJ9LtC4JWOdt7rFmbhKrn7m5k7JlZgCglygI
dbSfg6wkXoKv3BSKJ1CjrO0=
=tDRx
-END PGP SIGNATURE-

*
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
*



[Cooker] [Bug 5211] [galeon] manual proxy configuration

2003-09-02 Thread [mr]
http://qa.mandrakesoft.com/show_bug.cgi?id=5211





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 02:38 ---
see bug #4851


-- 
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: 
I have setup the manual proxy configuration and it worked fine, however everytime
I enter the "proxy configuration" window again the old configuration ports are
reset to 0.

This is a feature request so I don't know if it fits here, there should be an
"exclude" option for hosts/domains not using proxy.



[Cooker] [Bug 5220] [gcc-c++] ICE in lookup_template_function at cp/pt.c:4005

2003-09-02 Thread [wjl]
http://qa.mandrakesoft.com/show_bug.cgi?id=5220





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 02:21 ---
Created an attachment (id=730)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=730&action=view)
This is the preprocessed source that makes it ICE.


-- 
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: 
Compiling some code with some partially specialized templates causes and ICE.  
The code itself may be incorrect in some way, but it shouldn't cause an ICE.  
  
Here is the appropriate info. I will attach the preprocessed source in just a  
moment (there doesn't seem to be a way to do it from this bugzilla screen).  
  
$ g++ -o test Convert.ii -v  
Reading specs from /usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs  
Configured with: ../configure --prefix=/usr --libdir=/usr/lib  
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info  
--enable-shared --enable-threads=posix --disable-checking --enable-long-long  
--enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal  
--host=i586-mandrake-linux-gnu --with-system-zlib  
Thread model: posix  
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk)  
 /usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/cc1plus -fpreprocessed  
Convert.ii -quiet -dumpbase Convert.ii -auxbase Convert -version -o  
/tmp/ccBkAw2p.s  
GNU C++ version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk) (i586-mandrake-linux-gnu)  
compiled by GNU C version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk).  
GGC heuristics: --param ggc-min-expand=55 --param ggc-min-heapsize=48162  
Convert.cpp:14: internal compiler error: in lookup_template_function, at  
cp/pt.c:4005  
Please submit a full bug report,  
with preprocessed source if appropriate.  
See https://qa.mandrakesoft.com/> for instructions. 
 
 
I also reported this to the GCC bugzilla: 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12146



[Cooker] [Bug 5220] [gcc-c++] New: ICE in lookup_template_function at cp/pt.c:4005

2003-09-02 Thread [wjl]
http://qa.mandrakesoft.com/show_bug.cgi?id=5220

   Product: gcc-c++
 Component: program
   Summary: ICE in lookup_template_function at cp/pt.c:4005
   Product: gcc-c++
   Version: 3.3.1-2mdk
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Compiling some code with some partially specialized templates causes and ICE.  
The code itself may be incorrect in some way, but it shouldn't cause an ICE.  
  
Here is the appropriate info. I will attach the preprocessed source in just a  
moment (there doesn't seem to be a way to do it from this bugzilla screen).  
  
$ g++ -o test Convert.ii -v  
Reading specs from /usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs  
Configured with: ../configure --prefix=/usr --libdir=/usr/lib  
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info  
--enable-shared --enable-threads=posix --disable-checking --enable-long-long  
--enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal  
--host=i586-mandrake-linux-gnu --with-system-zlib  
Thread model: posix  
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk)  
 /usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/cc1plus -fpreprocessed  
Convert.ii -quiet -dumpbase Convert.ii -auxbase Convert -version -o  
/tmp/ccBkAw2p.s  
GNU C++ version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk) (i586-mandrake-linux-gnu)  
compiled by GNU C version 3.3.1 (Mandrake Linux 9.2 3.3.1-1mdk).  
GGC heuristics: --param ggc-min-expand=55 --param ggc-min-heapsize=48162  
Convert.cpp:14: internal compiler error: in lookup_template_function, at  
cp/pt.c:4005  
Please submit a full bug report,  
with preprocessed source if appropriate.  
See https://qa.mandrakesoft.com/> for instructions. 
 
 
I also reported this to the GCC bugzilla: 
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12146

-- 
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] my local cooker updates: choices?

2003-09-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tony Rick wrote:
> It looks like my choices are to have a local mirror (~6GB), or wait
for iso images
> to be updated (which appears to be infrequently in comparison to
devel-tree mirrors).
> Are there any other choices?

# urpmi --auto-select --auto
against a mirror. You aren't really going to get much benefit running a
local mirror if the mirrors are out-of-sync, and I don't know how much
bandwidth saving you'll get from rsync in the current state of affairs.

If you only need to update selected packages, using a remote mirror
should be no problem.

AFAIK, most of this is covered in the CookerHowTo on the wiki.

- --
|--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.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/VTFarJK6UGDSBKcRAr0LAKCarCMw/BEOzgDx9EDxsZLmaYayrgCeIz64
+h+86gLx3xg3RjJZksuG0qA=
=0KK9
-END PGP SIGNATURE-

*
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
*



[Cooker] my local cooker updates: choices?

2003-09-02 Thread Tony Rick
It looks like my choices are to have a local mirror (~6GB), or wait for iso images
to be updated (which appears to be infrequently in comparison to devel-tree mirrors).
Are there any other choices?

tony



[Cooker] [Bug 5135] [Installation] Second installation CD contains old bootsplash

2003-09-02 Thread [kaas]
http://qa.mandrakesoft.com/show_bug.cgi?id=5135





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 01:49 ---
Mandrake 9.2 RC1: 
 
booting with network.img also shows the MDK 9.1 bootsplash 

-- 
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: 
Mandrake 9.2 RC1: after boot from second installation CD bootlodader displays
old MDK 9.1-bootsplash.



[Cooker] [Bug 4920] [lineakd] lineakd doesn't start correctly when I log in

2003-09-02 Thread [ben]
http://qa.mandrakesoft.com/show_bug.cgi?id=4920


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 01:42 ---
This has to be bogus.  The script doesn't do a test to see if lineakd is
running.  It just tests to see if you have the ~/lineak/lineakd.conf file.

Considering that this script hasn't changed since it was first added there's no
way it could be working in 9.0 and broken in 9.1:
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/lineakd/lineakd.startup

-- 
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: 
Worked fine in Mandrake 9.0, broken in 9.1 and still broken in cooker (synced
25-Aug-03). The package includes an xinit.d file which is supposed to start
lineakd when I log in to an X session. It tries but fails: "ps -ef | grep
lineakd" shows a defunct process. If I run "lineakd -b" from a terminal it
starts fine.

In case it matters, my keyboard is a Logitech Internet Navigator, and I'm
running Gnome as my desktop.



Re: [Cooker] Re: [CHRPM] php-4.3.3-2mdk

2003-09-02 Thread Ben Reser
On Wed, Aug 27, 2003 at 07:14:49AM +0200, Gwenole Beauchesne wrote:
> Hi,
> 
> >-=-=-=-
> >Name: php  Relocations: (not 
> >relocateable)
> >Version : 4.3.3 Vendor: MandrakeSoft
> >Release : 2mdk  Build Date: Wed Aug 27 
> >02:13:47 2003
> >-=-=-=-
> 
> >- php-devel should require openssl-devel (buchan?)
> >- drop php-killrpath (S1), use chrpath instead
> 
> Why do people keep on using this non portable tool? It should be 
> possible to import our libtool to aclocal.m4 so that RPATH to X11 libs 
> is not generated.

Rather than just bitching provide an explanation of how to avoid using
chrpath and we'll try and fix the packages so they don't use it.

Incidentally, what's non-portable about chrpath?  I thought it would
work on any ELF binary?

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

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche



[Cooker] [Bug 4992] [kdebase] No konsole in KDE in LM9.2rc1

2003-09-02 Thread [jarillon]
http://qa.mandrakesoft.com/show_bug.cgi?id=4992





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 01:17 ---
The package kterm is not loaded too... 
 
urpmi kterm=> CD1 + CD3  => and kterm is coming back. 
 
I manually create an icon in the dashboard. 
There is no "Terminal as superuser" in the menu 

-- 
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: 
This problem was not present in LM9.2beta2. The KDE konsole has just vanished. 
"whereis konsole" or "which konsole" does not list any such program. Its 
nowhere on the system. And naturally, Kmenu->Terminals does not list konsole 
either. 
 
"rpm -qa | grep kdebase" shows this: 
 
kdebase-3.1.3-36mdk 
kdebase-servicemenu-1.0-10mdk 
kdebase-kdm-config-file-3.1.3-36mdk 
libkdebase4-3.1.3-36mdk 
kdebase-common-3.1.3-36mdk 
 
I am sure that kde-3.1.3 compiled from sources does not have this problem. Has 
the konsole binary been moved to some other rpm ?



[Cooker] [Bug 4986] [Installation] Installation GUI will not allow me to select Dia

2003-09-02 Thread [mrmazda]
http://qa.mandrakesoft.com/show_bug.cgi?id=4986





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 01:06 ---
Now bug 5219 filed to dupe this.

-- 
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: 
The GUI Installation (for Mandrake 9.2 RC1) will not allow me to select Dia to 
be installed (even though the selection is offered).



Re: [Cooker] resigning some packages

2003-09-02 Thread Ben Reser
On Tue, Aug 26, 2003 at 06:29:04PM +0200, Guillaume Rousse wrote:
> I guess signature is included in package headers. From what i understood from 
> previous discussion, isn't resigning typically the case where rsyncing 
> packages in place, instead of deleting old ones and downloading new ones, 
> woul be especially useful ?

It's not necessary to change the version numbers to resign the packages.
rpm provides --addsign and --resign (poorly named since they behave
opposite of how you'd expect).

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

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche



Re: [Cooker] java as per default in konqueror

2003-09-02 Thread Pierre Jarillon
Le Mardi 2 Septembre 2003 17:07, guran a écrit :

> In konqueror java is supposed to be found as something like
> /usr/lib/j2re_1_4_1.
> At Sun the latest is:
> j2re_1_4_2_01-linux-i586, when installed it is found by mozilla but
> konqueror has to be manually set as /usr/java/j2re1.4.2_01/bin/java.
> From there working nice.

I made this symbolic link :
/usr/bin/java -> /usr/java/j2re1.4.1_02/bin/java

With an other install there was something more complicated :
/usr/bin/java -> /etc/alternatives/java -> /usr/java/j2re1.4.1_02/bin/java

In any case, this was too much complicated for a beginner.
What is the best solution and how create the right link ?
IMHO, this should be either in the rpm or in configuration panel (konqueror?)

-- 
Pierre Jarillon - http://pjarillon.free.fr/
Vice-président de l'ABUL : http://abul.org/




[Cooker] Re: [CHRPM] urpmi-4.4-26mdk

2003-09-02 Thread Ben Reser
On Tue, Aug 26, 2003 at 05:04:06PM +0200, François Pons wrote:
> -=-=-=-
> Name: urpmiRelocations: (not relocateable)
> Version : 4.4   Vendor: MandrakeSoft
> Release : 26mdk Build Date: Tue Aug 26 16:48:56 2003
> Install Date: (not installed)   Build Host: bi.mandrakesoft.com
> Group   : System/Configuration/Packaging   Source RPM: (none)
> Size: 787024   License: GPL
> Signature   : (none)
> Packager: François Pons <[EMAIL PROTECTED]>
> URL : http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi
> Summary : User mode rpm install
> Description :
> urpmi takes care of dependencies between rpms, using a pool (or pools) of rpms.
> 
> You can compare rpm vs. urpmi  with  insmod vs. modprobe
> 
> Buildarchs: noarch
> 
> 
> -=-=-=-
> François Pons <[EMAIL PROTECTED]> 4.4-26mdk
> 
> - added -z for rsync:// protocol by default.

Ugh... -z may be a very bad idea.  If you have a fast connection to the
mirror (e.g. a local mirror, and I would presume those using rsync have
local mirrors since not many mirrors provide rsync access and those that
do usually severally limit the number of clients) then compression will
usually make things slower.  

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

"What upsets me is not that you lied to me, but that from now on I can
no longer believe you." -- Nietzsche



[Cooker] [Bug 5219] [Installation] New: Can't select dia from individual package selection (9.2RC1)

2003-09-02 Thread [kaas]
http://qa.mandrakesoft.com/show_bug.cgi?id=5219

   Product: Installation
 Component: Installation
   Summary: Can't select dia from individual package selection
(9.2RC1)
   Product: Installation
   Version: 1.829
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: Installation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


With Mdk 9.2 RC 1, 
 
While doing individual package selection, I cannot select dia (Workstation -> 
Office Workstation -> dia). The error message is simply: 
"You can't select/unselect this package" 
 
I was able to install dia from the running system with rpmdrake

-- 
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 887] [koffice] No koffice-i18n-ca

2003-09-02 Thread [astals11]
http://qa.mandrakesoft.com/show_bug.cgi?id=887





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 00:27 ---
Yes it is still valid 

-- 
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 don't know why there is not a koffice-i18n-ca package if the sources are
available at
ftp://ftp.kde.org/pub/kde/stable/koffice-1.2.1/src/koffice-i18n-ca-1.2.1.tar.bz2

I would like to have access to my language translation of Koffice in Mandrake

Thanks



[Cooker] [Bug 4681] [kde-i18n-hu] kde-i18n-hu missing from 9.2beta2

2003-09-02 Thread [astals11]
http://qa.mandrakesoft.com/show_bug.cgi?id=4681





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 00:24 ---
As seems someone is reading that (and nobody seems to read my already reported bug) 
i'll say the i don't know why there is not a koffice-i18n-ca in cooker since Catalan 
team 
has a 94.48% translation of koffice. 

-- 
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: 
The "kde-i18n-hu" package is not in 9.2beta2.



[Cooker] alsa status and ideas

2003-09-02 Thread Austin
As it stands now, since we went to 2.4.23pre kernel, alsa drivers don't build.   
That's kinda okay since we don't ship an alsa-driver RPM, and the alsa CVS  
builds fine, so by the time 9.2 is out, so will the next alsa, and everyone  
will be happy.

As for the M-Audio Quattro USB sound interface that I paid so greatly for, it  
still doesn't work with our mega-patched alsa.  I built alsa-driver from cvs  
tonight and replaced ONLY the snd-usb-audio.o module from our 4mdk kernel.   
After a depmod, all works fine, so it's that module and nothing else that's  
causing the lockups.  It would be nice if it was fixed for 9.2 but it's truly  
way beyond me.  I only have a light understanding of C, and know nothing of  
kernel programming.

Anyway, I hope that helps a bit.
Austin
--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


Re: [Cooker] Suggestion for improved user experience

2003-09-02 Thread danny
On Tue, 2 Sep 2003, Thierry Vignaud wrote:

> <[EMAIL PROTECTED]> writes:
> 
> > Now that I am complaining, why does urpmi.setup not have it's own
> > button in drakconf (ok, it's a bit bugged, is that the reason?). It
> > is such a waste to have all the nice functionality of urpmi lost to
> > most non-CLI users.
> 
> plf & other "not so legal in all countries" repositeries i guess.

eh...what has urpmi.setup to do with plf et al? It is already in main, and 
can be used to setup remote sources for main and contrib.

d.

> 
> 




Re: [Cooker] Strange KDE behavior

2003-09-02 Thread Mike Dewey


--- Trey Sizemore <[EMAIL PROTECTED]> wrote:
>I am using Mandrake 9.2 RC1 updated KDE to 3.1.3 via URPMI cooker 
>mirror...everything appeared fine, but when I logged out and logged back 
>in, the kicker bar at the bottom of the screen was gone.
>   I then logged in as root and deleted the ~/.kde directories for all 
>users and then logged back in as a user to KDE.  Now I have no 
>applications to select from in the menu.  And neither does the root account.
>   I used Menudrake to try and make changes but they have no effect for 
>either user or root.  The applications are obviously there and I can 
>acces them when using Gnome, for example.  Also, right clicking on the 
>kicker bar and selecting the option to configure does not bring up the 
>configure screen.
>   I hope this is a simple fix, as everything else appears in working order.
>
>   Any ideas?
>
>Thanks.

Hi:  I had the same problem with kde 58mdk with no panel at the bottom and no 
kdecontrol.  But, when I urpmi to kde 59mdk  on September 2nd everything was fine.  
Now check to see if kdebase was installed.  Another person said they had no kmenu 
after an urpmi and he said kdebase was installed.

man_linux

_
Signup for free MacPunk email! [EMAIL PROTECTED]

http://www.macpunk.com



Re: [Cooker] Suggestion for improved user experience

2003-09-02 Thread Adam Williamson
On Tue, 2003-09-02 at 22:13, Thierry Vignaud wrote:
> <[EMAIL PROTECTED]> writes:
> 
> > Now that I am complaining, why does urpmi.setup not have it's own
> > button in drakconf (ok, it's a bit bugged, is that the reason?). It
> > is such a waste to have all the nice functionality of urpmi lost to
> > most non-CLI users.
> 
> plf & other "not so legal in all countries" repositeries i guess.

I ran urpmi.setup the other day and I didn't see the opportunity to
setup a plf source anywhere...
-- 
adamw




Re: [Cooker] tmdns stealing my hostname again

2003-09-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

guran wrote:
> Hi
>
> Hd.img installation VERSION:
> Mandrake Linux Cooker-i586 20030902 14:27
> /ChangeLog/1.829/Sat Aug 30 01:04:19 2003//
>
> This is from syslog:
> ...
> Sep  2 22:14:01 localhost tmdns[1622]: claim name "Pelles.local", type 1
> ...
> This is caused by LAN installation against a Mdk 9.0 firewall with dnsd.
>

Well, yes, tmdns is supposed to claim `hostname`.local, so that when you
do the equivalent of 'getent hosts `hostname`', that even if you don't
have ddns, that you get a reply (and not a timeout).

This isn't the problem. The problem is that your hostname isn't set to
Pelles, if it were, there would be no need to have Pelles in
/etc/tmdns.conf.

This is covered in one of the drakconnect bugs, but it seems that Damien
hasn't realised that setting tmdns up for a particular name is useless
if there is actually no host with the hostname.

- --
|--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.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/VRZGrJK6UGDSBKcRAjpZAJ9O3NhUPRa36g0eG4uepIns61zVmgCgvIUa
8RQSYL8nSge/PHWRBMen55U=
=e8wG
-END PGP SIGNATURE-

*
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
*



Re: [Cooker] drakfonts unreadable

2003-09-02 Thread guran
On Tuesday 02 September 2003 23.41, Luca Berra wrote:
> On Tue, Sep 02, 2003 at 11:28:46PM +0200, guran wrote:
> >Hi
> >
> >Hd.img installation VERSION:
> >Mandrake Linux Cooker-i586 20030902 14:27
> >/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//
> >
> >This is from syslog:
> >...
> >Sep  2 22:13:54 localhost xfs: xfs startup succeeded
> >Sep  2 22:13:54 localhost xfs: ignoring font path element
> >/usr/X11R6/lib/X11/fonts/drakfont (unreadable)
>
> this means you never used drakfont to import external fonts in your
> system.
>
> >Sep  2 22:13:54 localhost xfs: ignoring font path element
> >/usr/X11R6/lib/X11/fonts/100dpi:unscaled (unreadable
>
> this means the 100dpi fonts are not installed
>
> those errors are harmless, but they could as well be fixed
> file bugs vs
> xfs (default font path contains optional entries)
> drakfont (use chkfontpath when needed)
Thanks
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] tmdns stealing my hostname again

2003-09-02 Thread guran
Hi

Hd.img installation VERSION:
Mandrake Linux Cooker-i586 20030902 14:27
/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//

This is from syslog:
...
Sep  2 22:14:01 localhost tmdns[1622]: claim name "Pelles.local", type 1
...
This is caused by LAN installation against a Mdk 9.0 firewall with dnsd.

regards
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] [Bug 4992] [kdebase] No konsole in KDE in LM9.2rc1

2003-09-02 Thread [willemsj]
http://qa.mandrakesoft.com/show_bug.cgi?id=4992





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:50 ---
The package is on the third cd, and is not installed by default (strange).

-- 
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: 
This problem was not present in LM9.2beta2. The KDE konsole has just vanished. 
"whereis konsole" or "which konsole" does not list any such program. Its 
nowhere on the system. And naturally, Kmenu->Terminals does not list konsole 
either. 
 
"rpm -qa | grep kdebase" shows this: 
 
kdebase-3.1.3-36mdk 
kdebase-servicemenu-1.0-10mdk 
kdebase-kdm-config-file-3.1.3-36mdk 
libkdebase4-3.1.3-36mdk 
kdebase-common-3.1.3-36mdk 
 
I am sure that kde-3.1.3 compiled from sources does not have this problem. Has 
the konsole binary been moved to some other rpm ?



Re: [Cooker] upgrading dhcp-server stops it unconditionally

2003-09-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Luca Berra wrote:
> hello
> if you upgrade dhcp-server you will find it stopped, since %preun kills
> it without checking $1.
> i filed bug 4476 a while ago but it is getting ignored, and qa started
> bugging me to recheck it.
>
> would some kind soul vote for this bug, so it might get fixed

Confirmed.

- --
|--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.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/VRGsrJK6UGDSBKcRAnh5AKC/eU0LPR5L4pg27rwMS4nNPVFf5QCgw1Z7
kW1cS3ghyJ4dPu/zptz48Ak=
=ZzNu
-END PGP SIGNATURE-

*
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
*



[Cooker] [Bug 4681] [kde-i18n-hu] kde-i18n-hu missing from 9.2beta2

2003-09-02 Thread [biro_arpad]
http://qa.mandrakesoft.com/show_bug.cgi?id=4681





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:46 ---
"kde-i18n-he" is also missing.

-- 
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: 
The "kde-i18n-hu" package is not in 9.2beta2.



[Cooker] upgrading dhcp-server stops it unconditionally

2003-09-02 Thread Luca Berra
hello
if you upgrade dhcp-server you will find it stopped, since %preun kills
it without checking $1.
i filed bug 4476 a while ago but it is getting ignored, and qa started
bugging me to recheck it.
would some kind soul vote for this bug, so it might get fixed

regards,
L.
--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Olivier Blin
> Will do, but I have to figure out how to set up cooker here first.

Hi,

Have a look here :
http://qa.mandrakesoft.com/twiki/bin/view/Main/CookerHowTo
It's very useful.

-- 
Olivier Blin



[Cooker] [Bug 4681] [kde-i18n-hu] kde-i18n-hu missing from 9.2beta2

2003-09-02 Thread [alice]
http://qa.mandrakesoft.com/show_bug.cgi?id=4681





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:43 ---
>>Perhaps for this version there is not enough space on CD. 
 
Why not add 4-th install CD, since packages are growing and useful packages list too? 

-- 
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: 
The "kde-i18n-hu" package is not in 9.2beta2.



Re: [Cooker] drakfonts unreadable

2003-09-02 Thread Luca Berra
On Tue, Sep 02, 2003 at 11:28:46PM +0200, guran wrote:
Hi

Hd.img installation VERSION:
Mandrake Linux Cooker-i586 20030902 14:27
/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//
This is from syslog:
...
Sep  2 22:13:54 localhost xfs: xfs startup succeeded
Sep  2 22:13:54 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/drakfont (unreadable)
this means you never used drakfont to import external fonts in your
system.
Sep  2 22:13:54 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/100dpi:unscaled (unreadable
this means the 100dpi fonts are not installed

those errors are harmless, but they could as well be fixed
file bugs vs
xfs (default font path contains optional entries)
drakfont (use chkfontpath when needed)


--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


[Cooker] [Bug 5218] [initscripts] New: log_martians : please set to 0 instead of 1 to avoid meaningless martian source logs

2003-09-02 Thread [baud]
http://qa.mandrakesoft.com/show_bug.cgi?id=5218

   Product: initscripts
 Component: program
   Summary: log_martians : please set to 0 instead of 1 to avoid
meaningless martian source logs
   Product: initscripts
   Version: 7.06-20mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


At installing Mandrake 9.2rc1, I chose SECURE_LEVEL=2 ("élevée") which appears
in my /etc/sysconfig/msec.
Unfortunately, the file has changed compared to Mandrake 9.1
There was :
net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.all.log_martians=0

Now there is :
net.ipv4.conf.all.rp_filter=1
net.ipv4.conf.all.log_martians=1

I don't care for rp_filter for the moment (I've read a doc explaining it there
http://www.linuxgazette.com/issue77/lechnyr.html ) but log_martians has a nasty
side effect on the eagle-usb driver for my Sagem Fast800 to access my ISP
freeadsl : it pollutes my /var/log/messages with many lines
Sep  2 23:03:54 BenAthlux kernel: martian source 82.65.237.156 from 127.0.0.1,
on dev ppp0
Sep  2 23:03:54 BenAthlux kernel: ll header: 45:00:00:28:0b:ea:00:00

Those lines are meaningless (coming from loopback, from no identified mac
address as it keeps changing) and may frighten the noobie (and me BTW).

>From 9 posts out of 10 on the subject that I googled, people ended turning off
this feature from out of space (like Z series: funny when you know what to
expect, boring otherwise... ever seen Ed Wood's ?)

That's confusing to put it there as it keeps reappearing after each reboot (the
only hint to turn it off I found was 
echo 0 >/proc/sys/net/ipv4/conf/all/log_martians
which is clearly not suficient... Not that many noobies are going to become
network experts, this message is only understandable with a strong explanation.

BTW if you've have any idea how those packets can be produced... well... tell
the developper, it will help ! (that's for package adiusbadsl)

well that is with initscripts-7.06-19mdk but may still exist with 7.06-20mdk ? 
Please ensure that it will not reappear in rc3 and release. keep
net.ipv4.conf.all.log_martians=0 thanks.

-- 
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] [Bug 5145] [mozilla] Flash and Java plugins does notwork/run as normal (in mdk9.2rc).k

2003-09-02 Thread Tony Rick
I had to install (by copying from an older installation, 9.1?)
the compatibility library files in /usr/lib:

  libstdc++-3-libc6.2-2-2.10.0.so
  libstdc++-libc6.1-1.so.2 -> libstdc++-libc6.2-2.so.3
  libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so

I think libstdc++-3-libc6.2-2-2.10.0 is in rpm form somwhere.
libstdc++-libc6.2-2.so.3 is not.

I did ldd on the flash plugin .so to find out what libs it wanted.

tony
##
On Tue, 2 Sep 2003, [cory.meisch] wrote:

> http://qa.mandrakesoft.com/show_bug.cgi?id=5145
>
>
>
>
>
> --- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:09 ---
> Flash is not working for me. Installed the version from Macromedia in
> /usr/lib/mozilla-1.4 destination and it doesn't work. Using Galeon for the
> actual browser.
>
> --
> 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 can't seem to get Java applet support and the macronedia flashplayer installed
> so that mozilla/galeon can use them. In mdk 9.1 this all worked -no problems.
>
> In Mozilla-1.3 'rpm -ivh j2sdkXYZ' would install libjavaplugin_oji.so properly
> and applet support was ensured. Same with the flash-player installer script, I
> just told it that mozilla was located at /usr/lib/mozilla-1.3 (now -1.4
> ofcourse) and everything worked.
>
> I've tried moving the flash-files and linking (ln -s) the libjavaplugin_oji.so
> to all sorts of places (/usr/lib/mozilla/plugins, /usr/lib/mozilla-1.4,
> /usr/lib/mozilla-1.4/plugins, ~/.mozilla/plugins ) but nothing works. I have
> MPlayer-plugin installed at ~/.mozilla/plugins which works fine. The best I can
> do regarding java/flash is to just make the areas where they where supposed to
> be seen in the browser disappear.
>
>






[Cooker] [Bug 4681] [kde-i18n-hu] kde-i18n-hu missing from 9.2beta2

2003-09-02 Thread [alice]
http://qa.mandrakesoft.com/show_bug.cgi?id=4681





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:38 ---
Same with  kde-i18n-ru 

-- 
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: 
The "kde-i18n-hu" package is not in 9.2beta2.



Re: [Cooker] rpm pecularity ??

2003-09-02 Thread guran
On Tuesday 02 September 2003 23.22, Luca Berra wrote:
> On Tue, Sep 02, 2003 at 11:03:07PM +0200, guran wrote:
> >When as root I tried to get the version nr for kernel I did not get any
> >answer, when I logged out of mc and root I got an answer.
> >I don't know if it is a problem:
>
> the problem is you being a unix newbie (no offense intended, i am just
> an old fart)
>
> repeat with me:
> globbing is done by the shell
> globbing is done by the shell
> globbing is done by the shell
> globbing is done by the shell
>
> >[EMAIL PROTECTED] log]# rpm -qa kernel*
>
> if you do
> rpm -qa kernel*
> in the /var/log directory
> it matches a directory named kernel there and the line evaluates to
> rpm -qa kernel
> and there is no pattern named just kernel
>
> >[EMAIL PROTECTED] guran]$ rpm -qa kernel*
>
> in your home directory there is probably no file whose name starts with
> kernel, and you have nullglob unset, so the word is left as it is, the
> line evaluates to:
> rpm -qa kernel*
> which yelds
>
> >kernel-source-2.4.22-4mdk
> >kernel-2.4.22.4mdk-1-1mdk
>
> exercise for the reader
> 1) what would have happened if you had set nullglob?
> 2) what should the correct command be?
>
> regards,
> L.
Thanks, I think I feel what it might be about.
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




Re: [Cooker] DVB and TMB Kerel

2003-09-02 Thread Michael Lothian
Quoting Steffen Barszus <[EMAIL PROTECTED]>:

> Am Dienstag, 2. September 2003 16:05 schrieb Thomas Backlund:
> > Michael Lothian kirjoitti viestissään (lähetysaika Tiistai 2.
> > Syyskuuta 2003
> >
> > 15:35):
> > > Quoting Steffen Barszus <[EMAIL PROTECTED]>:
> > > > probeall /dev/dvb dvb-ttpci
> > > > alias /dev/dvb/* /dev/dvb
> > > > below dvb-ttpci alps_bsrv2 alps_tdmb7 alps_tdlb7
> > > > add below dvb-ttpci grundig_29504-401 grundig_29504-491
> > > > add below dvb-ttpci stv0299 ves1820
> > > >
> > > > the same i posted just two or three times ;)
> > >
> > > Well for the second or third time this doesn't work ;) It complains
> > > about the grundig_29504-401 driver. I tried removing this, at
> > > startup lsmod | grep dvb shows nothing. modprobe dvb-ttpci will
> > > load the drivers however /dev/dvb/adapter0/fronend0 is still
> > > missing.
> > >
> 
> Seems that sympa is eating mail . I haven't read that this doesn't work 
> for you. 
> 
> > > I can get it to appear using
> > >
> > > >>alias char-major-250 dvb
> > > >>alias dvb dvb-ttpci
> > > >>below dvb-ttpci alps_bsrv2 alps_tdmb7 alps_tdlb7
> > > >>add below dvb-ttpci tda1004x
> > > >>add below dvb-ttpci stv0299 ves1820
> > > >>options dvb-core dvb_shutdown_timeout=0
> > >
> 
> I will search the dvb-mailinglist about this. 
> 
> > > However I still have to modprobe dvb-ttpci each time I boot up the
> > > pc.
> 
> Ok. From what i see the difference is on module tda1004x, it is in your 
> entry but not in mine. So could you try the following:
> 
> probeall /dev/dvb dvb-ttpci
> alias /dev/dvb/* /dev/dvb
> below dvb-ttpci alps_bsrv2 alps_tdmb7 alps_tdlb7
> add below dvb-ttpci grundig_29504-401 grundig_29504-491
> add below dvb-ttpci stv0299 ves1820 tda1004x
> 
> I have no clue if 
> alias char-major-250 dvb-ttpci 
> is necessary. Maybe other know that better then me. the above is still 
> working for me. 
> 
> Regards
> 
> Steffen
> 
Using exactly what you have written above /dev/dvb doesn't appear at boot. I
have to type in modprobe dvb-ttpci. 

Without the tda1004x /dev/dvb doesn;t appear at boot. When modprobe dvb-ttpci is
loaded /dev/dvb appears however there is no /dev/dvb/adapter0/fronend0 (the
above has this.

I stream using...

dvbstream -f 57 -c 0 -o -qam 16 -cr 2_3 -I 0 -ps 201 202 | mplayer -cache 4096 -

However everytine I do this

Sep  2 22:21:52 localhost kernel: tda1004x_init: Unable to open firmware
/etc/dvb/tda1004x.mc

appears in /var/log/messages

Strange that without the tda1004x frontend it doesn;t work yet with it, it works
but doesn't use the frontend (I don't think)

Any suggestions?

Mike



Re: [Cooker] unicode - segmentationfault

2003-09-02 Thread Olivier Blin
> This is from syslog:
> 
> Sep  2 22:13:06 localhost rc.sysinit: Mounting proc filesystem
> succeeded Sep  2 22:13:06 localhost unicode_start: ^[%G
> Sep  2 22:13:06 localhost unicode_start: /bin/unicode_start: line 23: 
>   41 
> Segmentation fault  consolecha
> rs --font=$1

It seems to be bug 4316.
[Bug 4316] [console-tools] /sbin/setsysfont segfaults on boot

Regards

-- 
Olivier Blin



Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Tony Rick


Will do, but I have to figure out how to set up cooker here first.

tony

#
On Tue, 2 Sep 2003, Buchan Milne wrote:

> > [snip]
> > since pam is developped by rh, you should look on their bugzilla, and
> > report the info in the bug report.
>
> But I think the issue triggering the bug (lack of video group) has been
> fixed by latest pam and/or setup packages. Can you test those first?
>
> 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




Re: [Cooker] Broken docbook tools (openjade)

2003-09-02 Thread Michal Bukovjan
Camille Bégnis wrote:
Fixed in openjade-1.3.2-8mdk

Could you upload that? I still get openjade-1.3.2-8mdk on Cooker.

Thanks,

Michal

Camille.

Le mer 20/08/2003 à 22:54, Michal Bukovjan a écrit :

Hi,

when trying to generate a HTML document from a Docbook document using 
DSSSL transformation, on a current Cooker as of today, only a lot of 
garbage comes out:


docbook2html -o html dizertacni_prace.xml
Using catalogs: /etc/sgml/xml-docbook-4.1.2.cat
Using stylesheet: 
/usr/share/sgml/docbook/utils-0.6.13/docbook-utils.dsl#html
Working on: /home/michal/dizertace/dizertacni_prace.xml
jade:E: cannot open "/usr/share/sgml/xml.dcl" (No such file or directory)
jade:/home/michal/dizertace/dizertacni_prace.xml:6:13:E: character "_" 
invalid: only parameter literal, "CDATA", "ENDTAG", "MD", "MS", "PI", 
"PUBLIC", "SDATA", "STARTTAG", "SYSTEM" and parameter separators allowed
jade:http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd:74:17:E: 
"X20AC" is not a function name

[..host of other errors deleted...]
-
This worked few days ago, perhaps openjade needs fixing?

Thanks,

Michal









[Cooker] drakfonts unreadable

2003-09-02 Thread guran
Hi

Hd.img installation VERSION:
Mandrake Linux Cooker-i586 20030902 14:27
/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//

This is from syslog:
...
Sep  2 22:13:54 localhost xfs: xfs startup succeeded
Sep  2 22:13:54 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/drakfont (unreadable)
Sep  2 22:13:54 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/drakfont/Type1 (unreadable)

Sep  2 22:13:54 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/drakfont/ttf (unreadable)
Sep  2 22:13:54 localhost netfs: Mounting other filesystems:  succeeded
Sep  2 22:13:54 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/100dpi:unscaled (unreadable
)
Sep  2 22:13:55 localhost xfs: ignoring font path element 
/usr/X11R6/lib/X11/fonts/pcf_drakfont:unscaled (unre
adable)
Sep  2 22:13:55 localhost shorewall: Loading /usr/share/shorewall/functions...
...
regards
guran

-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] [Bug 5217] [mandrake_doc-fr] New: Documention still for Mdk 9.1

2003-09-02 Thread [jarillon]
http://qa.mandrakesoft.com/show_bug.cgi?id=5217

   Product: mandrake_doc-fr
 Component: mandrake_doc-fr
   Summary: Documention still for Mdk 9.1
   Product: mandrake_doc-fr
   Version: 9.2-0.1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: mandrake_doc-fr
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


All the documentation provided in file:/usr/share/doc/mandrake/fr/ 
still reference Mandrake Linux 9.1 
 
Suggestion replace "Mandrake Linux 9.1" with "Mandrake Linux 9.1 / 9.2"

-- 
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] kernel-tmb-2.4.22.3.tmb.2mdk

2003-09-02 Thread Charles A Edwards
On Tue, 2 Sep 2003 22:35:05 +0300
"Thomas Backlund" <[EMAIL PROTECTED]> wrote:

> And an update...
> Now it's reuploaded...
> then all files redownloaded, and checked with md5sum
> 
> So now they are OK...


Rebuilt for Athlon and now running happily.

Thanks


Charles

-- 
The secret source of humor is not joy but sorrow; there is no humor in
Heaven.
-- Mark Twain
-
Mandrake Linux 9.2 on PurpleDragon
Kernel-2.4.22-3.tmb.2mdkenterprise 
-


pgp0.pgp
Description: PGP signature


[Cooker] unicode - segmentationfault

2003-09-02 Thread guran
Hi

Hd.img installation VERSION:
Mandrake Linux Cooker-i586 20030902 14:27
/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//

This is from syslog:
...
Sep  2 22:13:06 localhost rc.sysinit: Mounting proc filesystem succeeded
Sep  2 22:13:06 localhost unicode_start: ^[%G
Sep  2 22:13:06 localhost unicode_start: /bin/unicode_start: line 23:41 
Segmentation fault  consolecha
rs --font=$1
Sep  2 22:13:06 localhost rc.sysinit: Setting default font (lat0-16):  
succeeded
...

regards
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Scherer wrote:
> Hi.
>
> On Tuesday 02 September 2003 21:08, Tony Rick wrote:
>
>>Just joined, first post: is it a bug?
>
>
> Yes, it seems
>
>
>>I downloaded and installed 9.2RC1 on 28 August.
>>During startup, the trace reports that getgrname failed to find group
>>video, and then pam_console_apply reports a segmentation fault.  I
>>reproduced this by simply calling 'pam_console_apply -r' as root
>>(this is how it appears in rc.sysinit, line 863 or there about).
>>
>>[ snip ]
>>
>>I can't find this  in the cooker mailing list archives or in
>>Bugzilla, but I have only been looking for  references to pam and
>>segmentation faults.
>
>
> then you should enter it in bugzilla.
> you should first upgrade if possible to cooker, to check, if , by
> chance, it has been resolved, and if not, create a bugzilla account and
> add it.
>
> since pam is developped by rh, you should look on their bugzilla, and
> report the info in the bug report.

But I think the issue triggering the bug (lack of video group) has been
fixed by latest pam and/or setup packages. Can you test those first?

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.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE/VQrurJK6UGDSBKcRAvRrAJ9pTvKe02ybPTXIFn6b8N2KbaWMagCgjUmX
CSdtbx6pmHYBKHDa3wZUQsU=
=kdq8
-END PGP SIGNATURE-

*
Please click on http://www.cae.co.za/disclaimer.htm to read our
e-mail disclaimer or send an e-mail to [EMAIL PROTECTED] for a copy.
*



Re: [Cooker] rpm pecularity ??

2003-09-02 Thread Luca Berra
On Tue, Sep 02, 2003 at 11:03:07PM +0200, guran wrote:
When as root I tried to get the version nr for kernel I did not get any 
answer, when I logged out of mc and root I got an answer.
I don't know if it is a problem:
the problem is you being a unix newbie (no offense intended, i am just
an old fart)
repeat with me:
globbing is done by the shell
globbing is done by the shell
globbing is done by the shell
globbing is done by the shell
[EMAIL PROTECTED] log]# rpm -qa kernel*
if you do
rpm -qa kernel*
in the /var/log directory
it matches a directory named kernel there and the line evaluates to
rpm -qa kernel
and there is no pattern named just kernel
[EMAIL PROTECTED] guran]$ rpm -qa kernel*
in your home directory there is probably no file whose name starts with
kernel, and you have nullglob unset, so the word is left as it is, the
line evaluates to:
rpm -qa kernel*
which yelds
kernel-source-2.4.22-4mdk
kernel-2.4.22.4mdk-1-1mdk
exercise for the reader
1) what would have happened if you had set nullglob?
2) what should the correct command be?
regards,
L.
--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


[Cooker] cdrom problem for missed icon?

2003-09-02 Thread guran
Hi

Hd.img installation VERSION:
Mandrake Linux Cooker-i586 20030902 14:27
/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//

This is from syslog and might indicate why I don't have a cdrom icon on my 
desktop in KDE:
...
Sep  2 22:28:52 localhost kernel: udf: registering filesystem
Sep  2 22:28:53 localhost kernel: cdrom: open failed.
Sep  2 22:28:53 localhost kernel: end_request: I/O error, cmd 0 dev 02:00 
(floppy), sector 0
Sep  2 22:28:53 localhost kernel: sda: Unit Not Ready, sense:
Sep  2 22:28:53 localhost kernel: Current 00:00: sense key Not Ready
Sep  2 22:28:53 localhost kernel: Additional sense indicates Medium not 
present
...
To me this means that the dialog with floppy and Zip drive is OK, and their 
icons are up on desktop but the cdrom one is missing.
This is from earlier in syslog:
...
Sep  2 22:13:53 localhost kernel: hdc: Hewlett-Packard CD-Writer Plus 9100, 
ATAPI CD/DVD-ROM drive
...
Sep  2 22:13:53 localhost kernel: hdc: attached ide-scsi driver.
Sep  2 22:13:53 localhost kernel: scsi1 : SCSI host adapter emulation for IDE 
ATAPI devices
Sep  2 22:13:53 localhost kernel:   Vendor: HPModel: CD-Writer+ 9100   
Rev: 1.0c
Sep  2 22:13:53 localhost kernel:   Type:   CD-ROM 
ANSI SCSI revision: 02
...
regards
guran
-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




Re: [Cooker] Suggestion for improved user experience

2003-09-02 Thread Thierry Vignaud
<[EMAIL PROTECTED]> writes:

> Now that I am complaining, why does urpmi.setup not have it's own
> button in drakconf (ok, it's a bit bugged, is that the reason?). It
> is such a waste to have all the nice functionality of urpmi lost to
> most non-CLI users.

plf & other "not so legal in all countries" repositeries i guess.




[Cooker] [Bug 5145] [mozilla] Flash and Java plugins does not work/run as normal (in mdk9.2rc).

2003-09-02 Thread [cory.meisch]
http://qa.mandrakesoft.com/show_bug.cgi?id=5145





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:09 ---
Flash is not working for me. Installed the version from Macromedia in
/usr/lib/mozilla-1.4 destination and it doesn't work. Using Galeon for the
actual browser.

-- 
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 can't seem to get Java applet support and the macronedia flashplayer installed
so that mozilla/galeon can use them. In mdk 9.1 this all worked -no problems. 

In Mozilla-1.3 'rpm -ivh j2sdkXYZ' would install libjavaplugin_oji.so properly
and applet support was ensured. Same with the flash-player installer script, I
just told it that mozilla was located at /usr/lib/mozilla-1.3 (now -1.4
ofcourse) and everything worked.

I've tried moving the flash-files and linking (ln -s) the libjavaplugin_oji.so
to all sorts of places (/usr/lib/mozilla/plugins, /usr/lib/mozilla-1.4,
/usr/lib/mozilla-1.4/plugins, ~/.mozilla/plugins ) but nothing works. I have
MPlayer-plugin installed at ~/.mozilla/plugins which works fine. The best I can
do regarding java/flash is to just make the areas where they where supposed to
be seen in the browser disappear.



[Cooker] [Bug 5216] [kde-i18n-da] New: The file kde-i18n-da is missing in Mandrake 9.2rc1

2003-09-02 Thread [joe]
http://qa.mandrakesoft.com/show_bug.cgi?id=5216

   Product: kde-i18n-da
 Component: packaging
   Summary: The file kde-i18n-da is missing in Mandrake 9.2rc1
   Product: kde-i18n-da
   Version: 3.1.3-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The file kde-i18n-da is missing in Mandrake 9.2rc1

-- 
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] rpm pecularity ??

2003-09-02 Thread guran
Hi

Hd.img installation VERSION:
Mandrake Linux Cooker-i586 20030902 14:27
/ChangeLog/1.829/Sat Aug 30 01:04:19 2003//

When as root I tried to get the version nr for kernel I did not get any 
answer, when I logged out of mc and root I got an answer.
I don't know if it is a problem:
...
[EMAIL PROTECTED] share]$ rpm -qa rpm
rpm-4.2-16mdk
...
.

[EMAIL PROTECTED] guran]# mc
[EMAIL PROTECTED] log]# rpm -qa kernel*
[EMAIL PROTECTED] log]# exit
exit

[EMAIL PROTECTED] guran]# exit
exit
[EMAIL PROTECTED] guran]$ rpm -qa kernel*
kernel-source-2.4.22-4mdk
kernel-2.4.22.4mdk-1-1mdk
[EMAIL PROTECTED] guran]$

regards
guran

-- 
Mandrake Linux Cooker 9.2 KDE kernel-2.4.22.4mdk-1-1mdk Version:20030902 14:27

Only in a society that has 'a priori' defined what is the truth
can the result from the evolution of life be defined false.




[Cooker] [Bug 5018] [rpmdrake] Epiphany doesn't appear under "Gnome workstation"

2003-09-02 Thread [jkeller]
http://qa.mandrakesoft.com/show_bug.cgi?id=5018





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:01 ---
No problem.

I hope I didn't come off as too pigheaded. I just wanted to make sure it 
wasn't because I'd explained things poorly.

-- 
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: 
Galeon appears under the "Gnome Workstation" section, but Epiphany doesn't.
However, Epiphany is the "official" Gnome Desktop browser as of 2.4. Shouldn't
it also be displayed?



[Cooker] [Bug 5175] [mc] unacceptably long startup time

2003-09-02 Thread [mrmazda]
http://qa.mandrakesoft.com/show_bug.cgi?id=5175





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 23:00 ---
Machine was freshly cobbled together out of spare parts for the  express purpose
of testing 9.2 betas. Previously, it did not have any Linux version installed.
9.2rc1 would not install on it, so I installed 9.1,
fixed /etc/grub/menu.lst, fixed /etc/fstab, and upgraded to 9.2rc1. There has
been nothing special done to this system that wasn't part of the installation
processes. Only non-default user is 501.

Intel VX chipset, Pentium MMX 200, 128 MB EDO, 53c8xx SCSI, realtek8139, ET6000
4 MB, 4 GB /dev/hda, 9 GB /dev/sda, atapi CD on /dev/hdc. Also, /dev/scd0
powered off and disconnected after install complete.

All other systems with this mc problem were 450-550 MHz, and did/do not
materially differ in performance starting mc.

NIS=no
LDAP=no
Winbind=no
nscd=no

runlevel 3
right after boot and immediate login:
#time getent passwd | wc -l
0.01user 0.01 system 0:00.04 elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs  (201major+25minor)pagefaults 0swaps

20 minutes after boot
#time getent hosts 'hostname'
0.01user 0.01 system 0:00.03 elapsed 54%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs  (201major+25minor)pagefaults 0swaps
   22

runlevel 3
shortly after boot:
#time getent hosts 'hostname'
0.02user 0.01 system 0:04.31 elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs  (230major+32minor)pagefaults 0swaps

more than 20 minutes later on:
0.02user 0.01 system 0:05.30 elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs  (230major+32minor)pagefaults 0swaps

# /etc/nsswitch.conf (with other commented lines omitted)
passwd: files nisplus nis
shadow: files nisplus nis
group:  files nisplus nis
hosts:  files nisplus nis dns
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks:   files
networks:   files
protocols:  files
rpc:files
services:   files
netgroup:   nisplus
publickey:  nisplus
automount:  files nisplus
aliases:files nisplus


-- 
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: NEEDINFO
creation_date: 
description: 
mc startup has actually been fubar since at least 9.0, possibly before that, but
I can't remember. I haven't stopwatched it, but if started immediately upon 1st
login after boot, it must be taking at least one minute, a seeming eternity,
both in 9.1 and 9.2rc1. Upon entering mc at shell prompt, the screen is blanked,
cursor goes to bottom left, and nothing happens for a while. Eventually, some
liblow error messages quickly scroll up the screen too fast to read, and mc
becomes ready to use.  

Hardware is rather old, P200 for rc1, with 128 MB RAM & PCI graphics card, but
immaterially better on K6/2-500 with 256 MB RAM and same graphics adapter for
9.1, and on a P3-450 with 768 MB RAM and G450 graphics adapter..



[Cooker] [Bug 4095] [kernel-source] Kernel doesn't compile if you don't run 'make mrproper' first as the documentation tells you to.

2003-09-02 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=4095


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|program |documentation
Product|gcc |kernel-source
 Resolution||INVALID
Summary|Bug in 3.3 gcc  |Kernel doesn't compile if
   ||you don't run 'make
   ||mrproper' first as the
   ||documentation tells you to.
Version|3.3.1-1mdk  |2.4.22-4mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 22:42 ---
Arghh, you mean you guys spent all this time in bugzilla, without reading the
documentation?

The first thing you will see in
/usr/share/doc/kernel-source-2.4.*/README.Mandrake is that you must run make
mrproper first.

I am quite sure this is documented in many other places too.

[The setting of this bug to invalid applies to the users attempting to compile
the shipping kernel with the shipping gcc on real releases - cookers with real
problems on the cooker kernel and gcc should open a new bug if they still have
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: RESOLVED
creation_date: 
description: 
Hello,

just compiling kernel 2.4.21-0.18mdk and I experienced this problem with latest
Cooker gcc-3.3-1mdk:

...
make[2]: Entering directory `/usr/src/linux-2.4.21-0.18mdk/kernel'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21-0.18mdk/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc
-iwithprefix include -DKBUILD_BASENAME=sched  -fno-omit-frame-pointer -c -o
sched.o sched.c
sched.c: In function `schedule':
sched.c:714: internal compiler error: in merge_assigned_reloads, at reload1.c:6134
Please submit a full bug report,
with preprocessed source if appropriate.
See https://qa.mandrakesoft.com/> for instructions.
make[2]: *** [sched.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.21-0.18mdk/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21-0.18mdk/kernel'
make: *** [_dir_kernel] Error 2

Patch should be applied because this gcc is unusable.

Thanks,
Vlasta



Re: [Cooker] kernel-tmb-2.4.22.3.tmb.2mdk

2003-09-02 Thread Austin
Regular alsa works fine.
MIDI works fine (as it does in the latest cooker kernel as well).
My quattro still freezes the system, but that's not your fault really.
I can't test the building of alsa-libs until you post the source code.
Austin
--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


[Cooker] [Bug 5212] [rpmdrake] missing error check

2003-09-02 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=5212





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 22:36 ---
*** Bug 5213 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: UNCONFIRMED
creation_date: 
description: 
I was trying to do a media update from a cooker mirror (with urpmi.update). I
guess the mirror was beeing update so I got an md5 checksum error and the source
could not be updated.
I have tried using the "Edit sources" GUI and the "Update" option, the update
did failed but I got no error message as result. It just returned to the edit
source window without reporting any error. 
Maybe an error check on urpmi.update  would help :) ?



Re: [Cooker] pam_console_apply Segmentation fault during rc.sysinit

2003-09-02 Thread Michael Scherer
Hi.

On Tuesday 02 September 2003 21:08, Tony Rick wrote:
> Just joined, first post: is it a bug?

Yes, it seems

> I downloaded and installed 9.2RC1 on 28 August.
> During startup, the trace reports that getgrname failed to find group
> video, and then pam_console_apply reports a segmentation fault.  I
> reproduced this by simply calling 'pam_console_apply -r' as root
> (this is how it appears in rc.sysinit, line 863 or there about).
>
> [ snip ]
>
> I can't find this  in the cooker mailing list archives or in
> Bugzilla, but I have only been looking for  references to pam and
> segmentation faults.

then you should enter it in bugzilla.
you should first upgrade if possible to cooker, to check, if , by 
chance, it has been resolved, and if not, create a bugzilla account and 
add it.

since pam is developped by rh, you should look on their bugzilla, and 
report the info in the bug report.


-- 

Michaël Scherer




[Cooker] [Bug 5213] [rpmdrake] missing error check

2003-09-02 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=5213


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 22:36 ---


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

-- 
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 was trying to do a media update from a cooker mirror (with urpmi.update). I
guess the mirror was beeing update so I got an md5 checksum error and the source
could not be updated.
I have tried using the "Edit sources" GUI and the "Update" option, the update
did failed but I got no error message as result. It just returned to the edit
source window without reporting any error. 
Maybe an error check on urpmi.update  would help :) ?



[Cooker] [Bug 5215] [Bugzilla] New: first vote on a bug produce software error

2003-09-02 Thread [oliv.blin]
http://qa.mandrakesoft.com/show_bug.cgi?id=5215

   Product: Bugzilla
 Component: software
   Summary: first vote on a bug produce software error
   Product: Bugzilla
   Version: 2.17.4
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: software
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The first time I vote for a bug, it produce a software error.
If I go back and try another time to vote for this bug, it works as expected.

Here's the software error produced :

DBD::mysql::st execute failed: Table 'fielddefs' was not locked with LOCK TABLES
[for statement ``SELECT fieldid FROM fielddefs WHERE name = 'bug_status''']) at
Bugzilla/DB.pm line 66
Bugzilla::DB::SendSQL('SELECT fieldid FROM fielddefs WHERE name =
\'bug_status\'') called at globals.pl line 148
main::GetFieldID('bug_status') called at CGI.pl line 377
main::CheckIfVotedConfirmed(5209,7449) called at
/var/www/html/dimension/votes.cgi line 346
main::record_votes() called at /var/www/html/dimension/votes.cgi line 80

-- 
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] kernel-tmb-2.4.22.3.tmb.2mdk

2003-09-02 Thread Austin
On 09/02/03 13:47:38, Thomas Backlund wrote:
I knew I should have pasted the full changelog... ;-)
(it was added in: 2.4.22-1.tmb.1mdk)
Cool, my laptop will thank you many times.
Will test alsa tonight.
Austin
--
   Austin Acton Hon.B.Sc.
Synthetic Organic Chemist, Teaching Assistant
  Department of Chemistry, York University, Toronto
MandrakeClub Volunteer (www.mandrakeclub.com)
homepage: www.groundstate.ca


  1   2   3   4   >