[Cooker] [Bug 3363] [Installation] New: Package Selection in Text Mode ignores individual package selection

2003-03-16 Thread ads
http://qa.mandrakesoft.com/show_bug.cgi?id=3363

   Product: Installation
 Component: Installation
   Summary: Package Selection in Text Mode ignores individual
package selection
   Version: 1.809
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I was installing MDK9.1 RC2 on a Toshiba laptop using text mode. When the  
generic package selection came up I went to specify individual packages.  When  
I was done selecting individual packages the install script proceeded to 
install the default group of generic packages.  It completely ignored the 
packages I had choosen using individual selection and installed ones I had 
un-selected as well. 
 
The results were the same when I restarted the install, unselected all general 
package groups (IE workstation, graphical environments, etc) and then used 
individual package selection. 
 
I could not get the install to use the list of individual packages I selected 
while using a text mode install.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] STOP THE PRESS: samba critical remote root vulnerability!!!

2003-03-16 Thread Buchan Milne
On Sat, 15 Mar 2003, Vincent Danen wrote:

 On Sat Mar 15, 2003 at 06:58:35PM -0800, Quel Qun wrote:
 
   It's already been taken care of. The current one for mandrake 9.1 should have 
   been pached for this already.
  Can't find anything in the changelog, though.
 
 And you won't.  Not until you get the 9.1 ISOs or until it is updated in
 cooker.  I built packages for this earlier this week and they are in the 9.1
 master ISOs but because it was, at the time, non-public, it did not make it
 in cooker.
 
 In other words, right now, cooker is vulnerable.  MDKSA-2003:032 outlines
 some precautions to take until you can get a patched version (or grab the
 9.0 updates and rebuild it).  9.1 fresh installs will not have to worry.
 

Also note that a number of the other fixes 2.2.8 has over 2.2.7a were 
either patches we have been shipping for a long time (unmount lazy patch 
was in 9.0) or have been integrated into our 2.2.7a package 
(smbclient/smbtar large file fixes, and the ldap referral patch).

 I suspect Sylvestre will build 2.2.8 for cooker when it's unfrozen or
 possibly sooner.
 

I have a set of 2.2.8 ready for 9.0 (both with and without ldap), and will 
build 8.0 and 8.1 this afternoon, and I still need to find a way to build 
for 8.2, and then will probably have RPMS available on the samba ftp 
mirrors by tomorrow some time.

This is mostly for those using the LDAP-enabled RPMs, which aren't 
officially supported.

Anyway, you could also get a working set of RPMS by downloading the source 
tarball, extracting, cd samba-2.2.8/packaging/Mandrake/; sh makerpms.sh .

Regards,
Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
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] dhclient config broken after 9.0 - 9.1RC2 upgrade

2003-03-16 Thread Buchan Milne
On Sun, 16 Mar 2003, Henri wrote:

 If it does, that is even better, and
 should work out-the-box. The installer should know which ones don't (may
 be your case), and in that case will try bring up dhcp anyway. You can
 check with :
 
 # ifstatus -v
   
 it answers unplugged when i'm unplugged...great !
 
 
 But does it answer that you are plugged when you are plugged?
 
 Yes !
 

Col! Which card? (I want to replace this 3c589B I have with something that 
supports ifplugd ...)

 
 add in /etc/sysconfig/network:
 NOZEROCONF=yes
   
 
 this does not work. I made a service network stop, ifdown eth0, ifdown 
 eth0:9.
 then added what you said to the config file and while i'm NOT connected 
 i enter service network restart. It looks for a dhcp server, does not 
 find it of course and...create a zeroconf interface eth0:9 with 
 ipadress = 169.254.xxx.xxx (dont remember the end...) and the 
 associated defaut route.
 any idea ?
 
 
 Maybe the installer put MII_NOT_SUPPORTED=yes in your 
 /etc/sysconfig/network-scripts/ifcfg-eth?, thinking your card does not 
 support ifplugd. If ifstatus always gives you the right answer, either 
 remove this, or run drakconnect in expert mode and enable network 
 hotplugging, which should do the same thing.
   
 
 done tonight via drakconf after upgrade from cooker. Zeroconf seems 
 desactivated now, but i'll have to redo some tests tomorow.
 I'll check tomorow if there is something about MII_NOT_SUPPORTED 
 too...but i don't think there is one, as the nic card does suport ifplugd.

But, the thing is that ifstatus sometimes can't tell if it is supported, 
so the installer decides whether it thinks ifstatus will work or not, 
because enabling ifstatus on cards which lie about their status can be 
very bad ...

 
 If you have MII_NOT_SUPPORTED=yes (like I do, my card does not give any 
 output for ifstatus), then dhcp/zeroconf will be used, since the system 
 can't tell that you are not connected, and wants to make sure you get a 
 connection if you are.
   
 
 Thanks. I read the man page of ifplugd after having ask the 
 question...but i'm still not sure to know what it exactly does : when it 
 detect the cable is plugged, it reads the config file and launch dhcp 
 (or use a static ip depending on the config) and modify the defaut 
 gateway ? what if you plug the network cable while surfing the net via a 
 modem ?

If the cable is disconnected, and you connect it, it runs 'ifup device'. 
Then, if you disconnect the cable, it will run 'ifdown device'.

If you are browsing on your modem, and you connect, either
1)Your dhcp server tells you about a gateway, in which case it will 
probably be set as the default route
2)Your dhcp server doesn't tell you about a gateway, and nothing changes.

So, make sure your dhcp server only tells you about a gateway that is 
faster than your modem ;-).

Of course, I haven't tested all of this extensively, but that is how it 
should work. If your dhcp servers lie, get your admin to fix it ...

Of course, ideally dhcp servers should be able tell you the 'metric' of 
the gateway, so that multiple 'default' routes could be setup, and the 
faster one will 'win'. But I am not sure if the RFCs support that, and if 
they do, if the server and client software supports it.

Regards,
Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
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] Bad packages in latest cooker !!!

2003-03-16 Thread Buchan Milne
On Sat, 15 Mar 2003, Levi Ramsey wrote:

 On Sat Mar 15 17:29 -0800, James Sparenberg wrote:
Is there a decent tutorial on using urpmi with a locally created rpm
  database?  I've a number of our company only rpms that I'd like to
  make available to urpmi is why.
 
 Basically I do the following... this is how I generate my own custom
 distrib for my local mirror (which only does main minus various i18n
 packages, installer stuff etc.).  I may be wrong in places, in which
 cases, someone will correct me ;o).

I think James was looking for something a bit simpler.

Easiest way is to decide on a repository, and how you want to access it 
(which depends on which distro releases your are running). We use 
anonymous FTP, since our repository is on an internal machine and our 
network is well firewalled and we still have one 8.0 and one 8.1 
production machine, plus an 8.2 running MNF. Once they all run something 
that can use urpmi over ssh, we will probably switch to that instead.

Place all the RPMS for the release in one directory, and then run 
'genhdlist .' there. Then, run 'urpmi.addmedia' on all the clients, 
pointing them to the hdlist.cz or synthesis.hdlist.cz in the directory you 
ran genhdlist.

We don't use it *that* much, since most machines run just main+contrib+ 
(in some cases) plf. The samba boxes use 
http://ranger.dnsalias.com/mandrake/samba, since that server is on our lan 
;-). We mirror updates for all the releases we run, and still have the 
original releases mirrored, mirrored on the same box. So all machines have 
at least a 'main','contrib' and 'updates' which are all internal.

 
 1) create a base/hdlists file.  This file has a simple format:
 
 hdlist_name   path/to/rpmsname_of_distrib
 
 hdlist_name is generally going to be hdlist.cz
 path/to/rpms is relative to the main directory of the distribution.  If
 your RPMS are in /distrib/RPMS, then the main directory of the
 distribution is /distrib, for instance.
 
 In this case, base/hdlists looks something like
 
 hdlist.cz RPMSinternal packages

Levi, Why don't you leave main intact, and just add another line to 
hdlists pointing to your own RPMS.internal (or whatever) directory.

 
 2) from the main directory, execute:
 
 gendistrib --distrib .
 
 which will create the files that urpmi needs

... based on what it finds in the hdlists file. So, theoretically, you can 
get contrib RPMS in the installer if you have the contrib RPMS listed in 
hdlists? (I have been meaning to try this, and actually added contrib to 
the hdlist on our 9.0 mirror ... but haven't gotten around to it).

 
 3) do a normal urpmi.addmedia for a local medium... in our example:
 
 urpmi.addmedia source_name file://distrib/RPMS with ../base/hdlist.cz
 
 source_name does not have to correspond to name_of_distrib...
 
 That should do it...
 

You know, this really only needs a GUI and some integration with LDAP to 
be able to compete with MS's AD-integrated software management features!

Regards,
Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
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] dhclient config broken after 9.0 - 9.1RC2 upgrade

2003-03-16 Thread Henri
Buchan Milne wrote:

On Sun, 16 Mar 2003, Henri wrote:

 

If it does, that is even better, and
should work out-the-box. The installer should know which ones don't (may
be your case), and in that case will try bring up dhcp anyway. You can
check with :
# ifstatus -v

 

it answers unplugged when i'm unplugged...great !
  
   

But does it answer that you are plugged when you are plugged?

 

Yes !

   

Col! Which card? (I want to replace this 3c589B I have with something that 
supports ifplugd ...)

My card is a RealTeck 8139too. It suppors all three features shown b 
ifplugd. THAT'S REALLY COOOLL ! now at boot time, if i'm not connected 
it just says failed and don't wait for any server to answer. I load 
the interface without any ip adresse, and when i plug the network cable, 
the network get working immediatly ! THANKS mandrake 

 

add in /etc/sysconfig/network:
NOZEROCONF=yes


 

this does not work. I made a service network stop, ifdown eth0, ifdown 
eth0:9.
then added what you said to the config file and while i'm NOT connected 
i enter service network restart. It looks for a dhcp server, does not 
find it of course and...create a zeroconf interface eth0:9 with 
ipadress = 169.254.xxx.xxx (dont remember the end...) and the 
associated defaut route.
any idea ?

   

Maybe the installer put MII_NOT_SUPPORTED=yes in your 
/etc/sysconfig/network-scripts/ifcfg-eth?, thinking your card does not 
support ifplugd. If ifstatus always gives you the right answer, either 
remove this, or run drakconnect in expert mode and enable network 
hotplugging, which should do the same thing.

 

done tonight via drakconf after upgrade from cooker. Zeroconf seems 
desactivated now, but i'll have to redo some tests tomorow.
I'll check tomorow if there is something about MII_NOT_SUPPORTED 
too...but i don't think there is one, as the nic card does suport ifplugd.
   

But, the thing is that ifstatus sometimes can't tell if it is supported, 
so the installer decides whether it thinks ifstatus will work or not, 
because enabling ifstatus on cards which lie about their status can be 
very bad ...

 

If you have MII_NOT_SUPPORTED=yes (like I do, my card does not give any 
output for ifstatus), then dhcp/zeroconf will be used, since the system 
can't tell that you are not connected, and wants to make sure you get a 
connection if you are.

 

Thanks. I read the man page of ifplugd after having ask the 
question...but i'm still not sure to know what it exactly does : when it 
detect the cable is plugged, it reads the config file and launch dhcp 
(or use a static ip depending on the config) and modify the defaut 
gateway ? what if you plug the network cable while surfing the net via a 
modem ?
   

If the cable is disconnected, and you connect it, it runs 'ifup device'. 
Then, if you disconnect the cable, it will run 'ifdown device'.

If you are browsing on your modem, and you connect, either
1)Your dhcp server tells you about a gateway, in which case it will 
probably be set as the default route
2)Your dhcp server doesn't tell you about a gateway, and nothing changes.
 

I'll try to make a test ASAP...thanks !

So, make sure your dhcp server only tells you about a gateway that is 
faster than your modem ;-).

Of course, I haven't tested all of this extensively, but that is how it 
should work. If your dhcp servers lie, get your admin to fix it ...

Of course, ideally dhcp servers should be able tell you the 'metric' of 
the gateway, so that multiple 'default' routes could be setup, and the 
faster one will 'win'. But I am not sure if the RFCs support that, and if 
they do, if the server and client software supports it.

Regards,
Buchan
 






Re: [Cooker] [Bug 3196] [kdebase-servicemenu] Problems withconvertpstopdf.desktop and compress-zip.desktop

2003-03-16 Thread Buchan Milne
On Sun, 16 Mar 2003, ghibo wrote:

 --- Additional Comments From [EMAIL PROTECTED]  2003-03-16 09:37 ---
 there is already ps2pdfpress to achieve the best
 printing quality.

But it doesn't help fix this bug? And it is not available in the menu 
for .ps files either?

At present none of these options get shown for .ps files in KDE, and you 
get an error every time you right-click.

It would be sad if something so easy to fix gets left for 9.1

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
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




[Cooker] draksound : thanks for this very good tool !!!

2003-03-16 Thread Henri
in a precedent bug report, i told my via 8233 sound card was not 
recognized by draksound, even if the driver was already loaded (it gave 
an message sayingwas not supported..).
This is now fixed, thanks a lot !
I really like this new tool and i think the help button is a great 
idea : it make things clear about alsa and oss, and provide very useful 
commands for newbees.
Thanks a lot mandrake ! This 9.1 will be really good : easy access to 
Floppy/CDROM, easy CD burning, great control center, great integration 
of gnome apps into KDE and vice-versa, easy connection of my notebook to 
the LAN via ifplugd, very good documentation...that's almost perfect !
The only things missing are
new gnome open/save and printing dialogs (gnome 2.4 ? I hope...),
the french traduction for mozilla (but it seems this will come soon...),
the small text concerning e-patent during install process.

Thanks a lot,
Henri.





[Cooker] konqueror pbme with rendering

2003-03-16 Thread Pascal
Hello

It seems that konqueror has problems with the following site
http://diveintopython.org/

am I the only one or is it reproducable ?

the symptom is the windows does not render correctly when scrolling the page, 
and it refreshes partially when the mouse pointer is hovering the page 
content.

(latest cooker of course)
-- 
Pascal 
__
Running  2:03,  6 users,  load average: 0.53, 0.30, 0.26
(gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk))
Kernel Linux version 2.4.21-0.13mdkenterprise


pgp0.pgp
Description: signature


[Cooker] [Bug 3136] [drakxtools] the lcd/monitor switch freeze the computer!!!!

2003-03-16 Thread bugzilla_mail
http://qa.mandrakesoft.com/show_bug.cgi?id=3136





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 09:23 ---
On my Sony VAIO FX210, trying to use the LCD/TV switch blanks the LCD and
freezes the machine. Since the second time I tried this, Linux no longer starts
X when it boots. Now I'm temporarily logging in through the console and typing
startx.

This machine has an AGP ATI Rage Mobility and runs 9.1 RC2.



--- 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: 
hello, 
I have a laptop, a compaq presario 700 with a pro savage 4+ videocard, 
I used a RH8 previously and everything was fine 
 
when I press the lcd/monitor switch to look at some divx on my TV through the 
svideo tv/out or something like that... the computer just freeze... and it freezes 
for real like there is no other solution than to turn it off and turn it on again!  
 
you should really try to find out what's happening... thanks



Re: [Cooker] konqueror pbme with rendering

2003-03-16 Thread Fabrice MARIE
On Sunday 16 March 2003 19:16, Pascal wrote:
 Hello
 It seems that konqueror has problems with the following site
 http://diveintopython.org/
 am I the only one or is it reproducable ?
 [...]

I can confirm the same.

Have a nice day,

Fabrice.
--
Fabrice MARIE

Silly hacker, root is for administrators
   -Unknown



Re: [Cooker] Re: War

2003-03-16 Thread James Sparenberg
On Sat, 2003-03-15 at 18:36, Leon Brooks wrote:
 On Friday 14 March 2003 03:56 am, Francisco Alcaraz Ariza wrote:
  1) I don't think that American people that would buy Mandrake won't buy it
  now, because all the American not Windows user were antipatriotic before.
  If you are a good American, you must use windows, musn't you?
 
 No. It's a risk to national security.
 
 http://www.eweek.com/article2/0,3959,5264,00.asp
 
 Straight from the horse's mouth.
 
 And now they are sharing it with China and Russia. D'oh?
 
 Just wondering how many Chinese and Russians are here who wet themselves 
 laughing at the thought of this chuztpah. (-:
 
 Cheers; Leon

Dang first they export the jobs and now they are exporting the cracking
opportunities.  Life sucks...*grin*

James

 
 




Re: [Cooker] konqueror pbme with rendering

2003-03-16 Thread James Sparenberg
On Sun, 2003-03-16 at 03:16, Pascal wrote:
 Hello
 
 It seems that konqueror has problems with the following site
 http://diveintopython.org/
 
 am I the only one or is it reproducable ?
 
 the symptom is the windows does not render correctly when scrolling the page, 
 and it refreshes partially when the mouse pointer is hovering the page 
 content.
 
 (latest cooker of course)

Pascal,

   I can verify it here if you move the window off screen than drag
it back some of the page re-appears.  I've checked and the page
validates as 4.01 strict compliant.  I'm wondering if konq has trouble
with 4.01 strict.  I checked against my company page which is 4.01
transitional and it works.  But I haven't found another strict site to
compare. 

James





[Cooker] Major evolution of gnomeicu to include in mdk 9.1

2003-03-16 Thread Pierre BETOUIN
Hi,
It would be very great to include the last version of gnomeicu in latest
mdk...
It can detect disconnections, there's a lot of bug corrections, and
more...

For packagers, @ of src tarball is
http://prdownloads.sourceforge.net/gnomeicu/gnomeicu-0.99.tar.gz

Regards.

-- 
Pierre BETOUIN [EMAIL PROTECTED]


signature.asc
Description: PGP signature


Re: [Cooker] Major evolution of gnomeicu to include in mdk 9.1

2003-03-16 Thread Pascal Terjan
Pierre BETOUIN wrote:
Hi,
It would be very great to include the last version of gnomeicu in latest
mdk...
Too late...




[Cooker] [Bug 3196] [kdebase-servicemenu] Problems with convertpstopdf.desktop and compress-zip.desktop

2003-03-16 Thread ghibo
http://qa.mandrakesoft.com/show_bug.cgi?id=3196





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 09:37 ---
there is already ps2pdfpress to achieve the best
printing quality.



--- 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: 
Right clicking on a postscript file gives the message: 
The desktop entry file  
/usr/share/apps/konqueror/servicemenus/convertpstopdf.desktop 
has an invalid menu entry convertpstopdf 
 
The problem is that Actions=convertpstopdf doesn't match 
[Desktop Action convertpdftops]. 
 
Also,  
Exec=ps2pdf %f.ps %f.pdf  
should read  
Exec=ps2pdf %f %f.pdf.  
Otherwise, it's looking for a file that probably doesn't exist (e.g., 
myfile.ps.ps instead of myfile.ps). 
 
I'm also having trouble with 
/usr/share/apps/konqueror/servicemenus/compress-zip.desktop. 
The problem is that zip expects an archive name as the first 
argument, to which it then appends .zip. Giving it a url (e.g., 
'./Documents' as opposed to Documents) causes it to fail with: 
zip error: Zip file structure invalid (./.Documents) 
 
Changing  
Exec=zip -r %u %u  
to  
Exec=zip -r %u.zip %u  
solves the problem. 
 
Note: I'm using cooker SRPMs rebuilt for 9.0, but that shouldn't 
affect the validity of the report.



[Cooker] [Bug 3364] [Installation] New: Impossible to install together with a large Mac OS partition whith French keyboard

2003-03-16 Thread ocarrere
http://qa.mandrakesoft.com/show_bug.cgi?id=3364

   Product: Installation
 Component: Installation
   Summary: Impossible to install together with a large Mac OS
partition whith French keyboard
   Version: 1.809
  Platform: PPC (Machintosh)
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P1
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


If you have a Mac OS partition larger than 2 Go at the beginning of the hard
drive, you are asked to enter an instruction in the firmware.

The instruction (looks like tdxi://something) requires to enter two backslash
characters.

You CANNOT do this on a French keyboard at the firmware level (no backslash
character available).

A way round is to split the OS partition in two and put a small one at the
beginning of the HD, a large a the end, but it is very hard to guess.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3364] [Installation] Impossible to install together with a large Mac OS partition whith French keyboard

2003-03-16 Thread ocarrere
http://qa.mandrakesoft.com/show_bug.cgi?id=3364





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 09:41 ---
The OS partition you split is MAC OS, of course



--- 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: 
If you have a Mac OS partition larger than 2 Go at the beginning of the hard
drive, you are asked to enter an instruction in the firmware.

The instruction (looks like tdxi://something) requires to enter two backslash
characters.

You CANNOT do this on a French keyboard at the firmware level (no backslash
character available).

A way round is to split the OS partition in two and put a small one at the
beginning of the HD, a large a the end, but it is very hard to guess.



[Cooker] [Bug 1878] [kernel] Shutdown and reboot problem on sony laptop

2003-03-16 Thread bugzilla_mail
http://qa.mandrakesoft.com/show_bug.cgi?id=1878





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 09:42 ---
I used to have shutdown and reboot working with ACPI on a Sony FX-210 laptop.
(AMD Duron 800 MHz, VIA chipset, Phoenix BIOS)
The system started out as Mandrake 8.0 but was heavily upgraded.
-Plain 2.4.19 kernel from kernel.org
-ACPI 20020918 kernel patch
-Mandrake's supermount patch

However, shutdown and reboot with a clean install of 9.1 RC2 do *not* work for me.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
I use a sony vaio fx 805 laptop (but the problem seems to be present on all the
AMD processor sony vaio fx serie laptops) and it is not possible to have a
correct shutdown (power off does not work) and a correct reboot (freezing hard
drive led after Sony logo) without recompiling the kernel with the option local
apic switched off
I only recompiled the 2.4.21-0.pre4.7mdk kernel but the problem was the same on
the 2.4.21-0.pre4.6mdk kernel



[Cooker] [Bug 3047] [Hardware] no module for USR/3COM internal modem 5610

2003-03-16 Thread tmb
http://qa.mandrakesoft.com/show_bug.cgi?id=3047





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 10:30 ---
Viestissä Sunnuntai 16. Maaliskuuta 2003 06:11, krisbaker kirjoitti:

what's the output of lspcidrake -v 

Thomas




--- 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 hardware is detected, but the no module message shows in harddrake.  This
seems like deja vu all over again.  I notice that bug 103 referred to the same
problem for 9.0-0.2mdk, but it must have been fixed for the final release,
because 9.0 works fine.



Re: [Cooker] Re: [CHRPM] php-4.3.1-11mdk

2003-03-16 Thread Oden Eriksson
söndag 16 mars 2003 03:46 fm skrev Jean-Michel Dault:
 Le sam 08/03/2003 à 14:39, Oden Eriksson a écrit :
  Saturday 08 March 2003 18.12 skrev Jean-Michel Dault:
   Le sam 08/03/2003 à 07:14, Oden Eriksson a écrit :
 - add make test  270 tests total! 
 
  There were so many mysterious things going on when I fiddled with this
  (make test) the last time. If you for example have php-4.2.3 extensions
  in extensionsdir and the configs in /etc/php/ and run make test with
  php-4.3.1 the tests will fail.
 
  I think I had to first compile and install php, then all the extensions,
  put them in place, fix the configs in /etc/php and then re-run make test.
  This isn't nessesary any more?

 Well, php has a BuildConflicts libphp-common now, so you have to
 uninstall everything or you can't build =)

Argh!!! Didn't think of that :) Easy..., potential problem solved.

-- 
Regards // Oden Eriksson, Deserve-IT.Com




[Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread zeb
http://qa.mandrakesoft.com/show_bug.cgi?id=3357





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 10:30 ---
I confirm too, same error message.



--- 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 just updated to current cooker drakxtools-9.1-25 and drakconnect is crashing.  Here 
is console 
output. 
 
[EMAIL PROTECTED] greg]# drakconnect 
bad category network/gigabit 
list_modules::category2modules() called from /usr/lib/libDrakX/modules.pm:114 
modules::probe_category() called from /usr/lib/libDrakX/modules.pm:108 
modules::load_category() called from /usr/lib/libDrakX/network/netconnect.pm:62 
network::netconnect::detect() called from /usr/lib/libDrakX/network/netconnect.pm:172 
network::netconnect::main() called from /usr/lib/libDrakX/network/netconnect.pm:49 
network::netconnect::intro() called from /usr/sbin/drakconnect:316



[Cooker] [Bug 3365] [rpmdrake] New: Segfault when searching packages

2003-03-16 Thread yure
http://qa.mandrakesoft.com/show_bug.cgi?id=3365

   Product: rpmdrake
 Component: rpmdrake
   Summary: Segfault when searching packages
   Version: 2.1-11mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Steps to reproduce the problem:

1. Start rpmdrake
2. Select by update availability mode
3. Type any package name (e.g.: not installed)
4. Select founded package in packages list
5. Repeat 3-4 steps 1-2 times.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread zeb
http://qa.mandrakesoft.com/show_bug.cgi?id=3357





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 10:37 ---
Please change that bug to critical/blocker and priority 1.



--- 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 just updated to current cooker drakxtools-9.1-25 and drakconnect is crashing.  Here 
is console 
output. 
 
[EMAIL PROTECTED] greg]# drakconnect 
bad category network/gigabit 
list_modules::category2modules() called from /usr/lib/libDrakX/modules.pm:114 
modules::probe_category() called from /usr/lib/libDrakX/modules.pm:108 
modules::load_category() called from /usr/lib/libDrakX/network/netconnect.pm:62 
network::netconnect::detect() called from /usr/lib/libDrakX/network/netconnect.pm:172 
network::netconnect::main() called from /usr/lib/libDrakX/network/netconnect.pm:49 
network::netconnect::intro() called from /usr/sbin/drakconnect:316



[Cooker] [Bug 3366] [drakxtools] New: Problems with drakcronat

2003-03-16 Thread tulear999
http://qa.mandrakesoft.com/show_bug.cgi?id=3366

   Product: drakxtools
 Component: drakxtools
   Summary: Problems with drakcronat
   Version: 9.1-25mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


- problem of display (cf attached files)
- when creating a new task it is not possible to use the calendar, not possible
to uncheck activate ...
- after creation the summary window doesn't show the right hour... 
- existing cron task are not displayed ...

In one word : it doesn't seems to be usable, shouldn't be better to remove this
tools than let it in this state ?



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3366] [drakxtools] Problems with drakcronat

2003-03-16 Thread tulear999
http://qa.mandrakesoft.com/show_bug.cgi?id=3366





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 11:26 ---
Created an attachment (id=374)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=374action=view)
add windows 




--- 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: 
- problem of display (cf attached files)
- when creating a new task it is not possible to use the calendar, not possible
to uncheck activate ...
- after creation the summary window doesn't show the right hour... 
- existing cron task are not displayed ...

In one word : it doesn't seems to be usable, shouldn't be better to remove this
tools than let it in this state ?



[Cooker] [Bug 3366] [drakxtools] Problems with drakcronat

2003-03-16 Thread tulear999
http://qa.mandrakesoft.com/show_bug.cgi?id=3366





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 11:28 ---
Created an attachment (id=375)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=375action=view)
summary windows

date, time not display in the first window



--- 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: 
- problem of display (cf attached files)
- when creating a new task it is not possible to use the calendar, not possible
to uncheck activate ...
- after creation the summary window doesn't show the right hour... 
- existing cron task are not displayed ...

In one word : it doesn't seems to be usable, shouldn't be better to remove this
tools than let it in this state ?



[Cooker] [Bug 3367] [drakconf] New: Cannot mount USB Zip drive

2003-03-16 Thread ocarrere
http://qa.mandrakesoft.com/show_bug.cgi?id=3367

   Product: drakconf
 Component: drakconf
   Summary: Cannot mount USB Zip drive
   Version: 9.1-11mdk
  Platform: PPC (Machintosh)
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P1
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I cannot mount a Iomega Z250USBPCM drive. If I select Point de montage de votre
lecteur Zip, the Périphérique: sda4 dialog appears. Then, whatever option I
choose (Point de montage, Options, Type, Terminer), I am brought back to the
previous window when I click OK. The Zip drive is not available under Konqueror.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3368] [drakxtools] New: Can not access Mac OS 9 partitions

2003-03-16 Thread ocarrere
http://qa.mandrakesoft.com/show_bug.cgi?id=3368

   Product: drakxtools
 Component: diskdrake
   Summary: Can not access Mac OS 9 partitions
   Version: 9.1-25mdk
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: P3
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I configured the fstab entry manually, with this line:

/dev/hda11 /mnt/macos hfs defaults,umask=0,quiet,sync,noexec 0 0

to access my Macos 9.2 partition. However, I can access this partition but am
not able to browse the folders.

I guess this is not really a Mandrake bug, but we mac users would LOVE this to
be implemented automatically.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3369] [Installation] New: Default installation of Mac on linux

2003-03-16 Thread ocarrere
http://qa.mandrakesoft.com/show_bug.cgi?id=3369

   Product: Installation
 Component: Installation
   Summary: Default installation of Mac on linux
   Version: 1.809
  Platform: PPC (Machintosh)
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: P5
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Mac on linux is a great tool. So why is it not implemented in by default? I
guess it would help a lot Mac users (who are far from being nerds) to consider
switching to Mandrake Linux.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3349] [kdebase] KPRINTER doesn't work when LDAP is used

2003-03-16 Thread bgmilne
http://qa.mandrakesoft.com/show_bug.cgi?id=3349





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 11:54 ---
Can you just confirm whether, when there is no local account in /etc/passwd,
whether:

$ getent passwd user 
works correctly?

(this is the mechanism all programs should use, the getpw* fuctions, which
getent is just a simple frontend for).

Have you got ssl or tls enabled in /etc/ldap.conf? (I have mine disabled for
ssh, and have not seen this issue, although I don't print via kprinter that
much, but have at least once in the last month on cooker).



--- 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: 
My PC is configured as a LDAP-client for an LDAP-server on my main linux-box
(Mdk9.0). Everything works like a charm except printing through KDE.
I have cups configured on both machines and printing works with all printing
commands ( lp,lpr,lpr-cups,lpr-xpp ) except the ones supplied by kdebase
(kprinter, lpr-kprinter, embedded prining from konqueror, ...). The KDE-commands
crash and I receive the following message (only the relevant part):
...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384
(LWP 4257)]

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
0x40fcdf32 in waitpid () from /lib/libpthread.so.0
#0  0x40fcdf32 in waitpid () from /lib/libpthread.so.0
#1  0x406f2e7b in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#2  0x41139d58 in __libc_sigaction () from /lib/libc.so.6

I think this isn't very useful, more interesting is, that all printing-related
KDE-programs ( kjobviewer, kcontrolcenter-part for printing) crash the same way !!

By the way, CUPS is left to standard-configuration, that is 'base' is accessible
by everyone without authentication, only 'admin' is left up to 'System' and
basic authentication.

Any ideas?



[Cooker] [Bug 3370] [drakwizard] New: Squid wizard : local access network not efficient ...

2003-03-16 Thread tulear999
http://qa.mandrakesoft.com/show_bug.cgi?id=3370

   Product: drakwizard
 Component: program
   Summary: Squid wizard : local access network not efficient ...
   Version: 1.8-1mdk
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


if you choose Local Network - access for local network (recommended) in windows 
access  
control, the next window ask you the authorized adress network 
192.168.0.0/255.255.255.0  
for example, and finish configuration.  
  
But this configuration is not saved in /etc/squid/squid.conf : there no acl about this 
LAN access  
(only one for localhost).  
 
rq : Looks like bug 250, which is said to be fixed ... so I create this one 
  
Another thing  : after squid wizard configuration, squid service doesn't start (core 
dump) : I need  
to add this line in squid.conf   
visible_hostname localhost  
Maybe it is not a bug, but relative to my configuration (no qualified domain name for 
my PC) ?



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 3371] [Installation] New: 9.1 RC2 - Radeon 9k7pro failed after testing graphic during install

2003-03-16 Thread gcmr
http://qa.mandrakesoft.com/show_bug.cgi?id=3371

   Product: Installation
 Component: Installation
   Summary: 9.1 RC2 - Radeon 9k7pro failed after testing graphic
during install
   Version: 1.809
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Having picked all graphics options as appropraite, I used test. This then 
displayed the usual test screen with countdown. Said yes it was fine, at this 
point my display went horrible. Had to describe but the usual kind of X has 
gone wrong sort of output.

I've got:
1x Tyan K7 Thunder S2642UNG
2x MP2400+
1x Radeon 9700Pro
1x NEC FE750+
1x 0.5Gb Ram
2x MAM3184 U160 18Gb HDD off m/b adaptec 7899 chipset

Any ideas? Or more info needed? Going to boot back into mdk, to see how it went 
despite the error. Will add any more info that I find.

Cheers,

Guy



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] Major evolution of gnomeicu to include in mdk 9.1

2003-03-16 Thread Pierre BETOUIN
Le dim 16/03/2003 à 13:43, Pascal Terjan a écrit :
 Pierre BETOUIN wrote:
  Hi,
  It would be very great to include the last version of gnomeicu in latest
  mdk...
 
 Too late...
Maybe it could be included in the 9.1 updates then, because it contains
a lot of bug fixes and a nice remixed GUI... ;)
No other deps are needed.

-- 
Pierre BETOUIN [EMAIL PROTECTED]


signature.asc
Description: PGP signature


Re: [Cooker] [Bug 865] [Installation] 9.1 beta 1 installation blocksat second stage install

2003-03-16 Thread Eric Fernandez
zuringco wrote:

http://qa.mandrakesoft.com/show_bug.cgi?id=865





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 14:09 ---
Also unable installing MDK8.2, 8.1, 9.1RC2 on my:
GA-8SR533P (BIOS updated to version 2 after unable to install mdk8.0,8.2 with 
v.1 (nothing has changed, problem still remains))
P4 Celeron 2.4GHz
(Those installations CDs work perfectly with an other comput. (PIII))

1) Can't install SCSI Adaptec 2940 U2W card (aic7xxx goes through all 15 targets 
without success).
2) with F1 - expert noauto
installation hangs if selecting format / with check partition for bad blocks 
(mke2fs -F -j -c /dev/hdb1) but no problem if formatting without partition check
3) 'expert noauto' + no 'check partition for bad blocks': even with the most 
minimalistic installation, hangs when copying files from CD-ROM.
4) installed MDK8.2 on a PIII and put the partition on the GA-8SR533P:
worked on a basic level for a short time, then hung and corrupted / with 
messages like 'Unable to handle kernel paging request at virtual address ...'

Also not that during the installation trials I got messages like:
-'segfault: seems like memory is missing as the install crashes' (mdk8.2,9.0)
-'getAndSaveFile: No space left on device at 
/usr/bin/perl-install/per-install_any.pm line 140, $F chunk 8E.'

I noted in all the dmesg that I got the following warning:
---
4ENABLING IO-APIC IRQs
4Setting 2 in the phys_id_present_map
6...changing IO-APIC physical APIC ID to 2 ... ok.
7init IO_APIC IRQs
7 IO-APIC (apicid-pin) 2-0, 2-9, 2-10, 2-11 not connected.
6..TIMER: vector=0x31 pin1=2 pin2=0
7number of MP IRQ sources: 23.
7number of IO-APIC #2 registers: 24.
6testing the IO APIC...
4
7IO APIC #2..
7 register #00: 0200
7...: physical APIC id: 02
7 register #01: 00178014
7... : max redirection entries: 0017
7... : PRQ implemented: 1
7... : IO APIC version: 0014
4An unexpected IO-APIC was found. If this kernel release is less than
4three months old please report this to [EMAIL PROTECTED]
7 register #02: 0200
7... : arbitration: 02
7 IRQ redirection table:
7 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
7 00 000 00  100   0   00000
7 01 001 01  000   0   01139
7 02 001 01  000   0   01131
7 03 001 01  000   0   01141
7 04 001 01  000   0   01149
7 05 001 01  000   0   01151
7 06 001 01  000   0   01159
7 07 001 01  000   0   01161
7 08 001 01  000   0   01169
7 09 000 00  100   0   00000
7 0a 000 00  100   0   00000
7 0b 000 00  100   0   00000
7 0c 001 01  000   0   01171
7 0d 001 01  000   0   01179
7 0e 001 01  000   0   01181
7 0f 001 01  000   0   01189
7 10 001 01  110   1   01191
7 11 001 01  110   1   01199
7 12 001 01  110   1   011A1
7 13 001 01  110   1   011A9
7 14 001 01  110   1   011B1
7 15 001 01  110   1   011B9
7 16 001 01  110   1   011C1
7 17 001 01  110   1   011C9
7IRQ to pin mappings:
7IRQ0 - 0:2
7IRQ1 - 0:1
7IRQ3 - 0:3
7IRQ4 - 0:4
7IRQ5 - 0:5
7IRQ6 - 0:6
7IRQ7 - 0:7
7IRQ8 - 0:8
7IRQ12 - 0:12
7IRQ13 - 0:13
7IRQ14 - 0:14
7IRQ15 - 0:15
7IRQ16 - 0:16
7IRQ17 - 0:17
7IRQ18 - 0:18
7IRQ19 - 0:19
7IRQ20 - 0:20
7IRQ21 - 0:21
7IRQ22 - 0:22
7IRQ23 - 0:23
6 done.
---

Windows millenium works fine on that computer with all components.
Also all other components:
-Hard disks
-CD-roms
-Geforce4 mmx440
-SBlive soundcard
tried on PIII and work fine with mdk8.0,8.2,9.0, WinME
(Not tried on MDKs:
-2x256mb DDR 333
-GA-8SR533P
-CPU 2.4GHz Celeron)
Has anyone been able to install and get work MDK 8.x 9.x on a Gigabyte 8SR533 ?



--- 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 boot mandrake9.1 beta 1 CD-ROMM on a gigabyte 8SR533 motherboard from a CDROM on
IDE interface. the processor is a pentium 4 at 1.8GHZ.
After the loading with the loading to memory screen,
I get an
install exited abnormaly :-( -- signal 11

or I get second stage install
and then it blocks
I installed with no problem mandrake9.0 on a pentium III architecture with the
same CD-ROM
I installed with no problem windows 2000 on the same pentium 4 motherborad
(just to test if the hardware is OK)
 

Have you 1Go RAM ? There was a bug preventing installation. If this is 
your case, try with mem=512m. Hope this helps.

Eric





[Cooker] [Bug 3246] [libSDL1.2] Frozen Bubble,Ltris, Lbreakout use 60 Hz Refreshrate in fullscreen mode

2003-03-16 Thread alkahan
http://qa.mandrakesoft.com/show_bug.cgi?id=3246





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 12:46 ---
I have the same problem in games (frozen bubble, gltron...)  in fullscreen mode in 
640x480. 
if I use Strg-Alt-Minus to switch to 640x480 i have no problem 
I have this problem only in 640x480. If i launch Gltron in 800x600 fullscreen mode, 
it works well. 
 
I 'm using the nvida driver. 



--- 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: 
Steps to reproduce:
1.launche Frozen Bubble,Ltris or Lbreakout 
2.switch to fullscreen mode

Result:
3.640x480 is running at 60 Hz

This is not the case if I use Strg-Alt-Minus to switch to 640x480 or if I start
X with 640x480. 

X is using the nv driver.



[Cooker] [Bug 3246] [libSDL1.2] Frozen Bubble,Ltris, Lbreakout use 60 Hz Refreshrate in fullscreen mode

2003-03-16 Thread jarillon
http://qa.mandrakesoft.com/show_bug.cgi?id=3246





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:05 ---
Same than Bug 2852



--- 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: 
Steps to reproduce:
1.launche Frozen Bubble,Ltris or Lbreakout 
2.switch to fullscreen mode

Result:
3.640x480 is running at 60 Hz

This is not the case if I use Strg-Alt-Minus to switch to 640x480 or if I start
X with 640x480. 

X is using the nv driver.



[Cooker] [Bug 2852] [XFree86] bad geometry on Low resolution (games frozen bubbles Lbreakout2)

2003-03-16 Thread jarillon
http://qa.mandrakesoft.com/show_bug.cgi?id=2852





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:08 ---
Same problem reported in Bug 3246



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

frozen bubbles and Lbreakout2 are perfect with Mdk 9.0. 
But with Mdk 9.1 RC1 and RC2 they are not.

When I ask full screen, the picture is narrower in the bottom.
Width at the top : 34cm
Width at the bottom : 32cm

Notes : With Ctrl Alt -  the geometry remains correct. 
Usual resolution 1280x1024 at 85Hz in each case.
(automatic setting with Mdk 901 : excellent!)

My hardware :
Vendeur: #8206;nVidia Corporation
Bus: #8206;PCI
Identification de Bus: #8206;10de:111
Position sur le bus: #8206;1:0:0
Description: #8206;NV11 DDR
Module: #8206;Card:NVIDIA GeForce2 DDR (generic)
Classe de matériel: #8206;DISPLAY_VGA

Monitor : iiyama A902MT Vision master pro  (19)



[Cooker] [Bug 3246] [libSDL1.2] Frozen Bubble,Ltris, Lbreakout use 60 Hz Refreshrate in fullscreen mode

2003-03-16 Thread ghibo
http://qa.mandrakesoft.com/show_bug.cgi?id=3246

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:14 ---


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



--- 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: 
Steps to reproduce:
1.launche Frozen Bubble,Ltris or Lbreakout 
2.switch to fullscreen mode

Result:
3.640x480 is running at 60 Hz

This is not the case if I use Strg-Alt-Minus to switch to 640x480 or if I start
X with 640x480. 

X is using the nv driver.



[Cooker] [Bug 2852] [XFree86] bad geometry on Low resolution (games frozen bubbles Lbreakout2)

2003-03-16 Thread ghibo
http://qa.mandrakesoft.com/show_bug.cgi?id=2852

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:14 ---
*** Bug 3246 has been marked as a duplicate of this bug. ***



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

frozen bubbles and Lbreakout2 are perfect with Mdk 9.0. 
But with Mdk 9.1 RC1 and RC2 they are not.

When I ask full screen, the picture is narrower in the bottom.
Width at the top : 34cm
Width at the bottom : 32cm

Notes : With Ctrl Alt -  the geometry remains correct. 
Usual resolution 1280x1024 at 85Hz in each case.
(automatic setting with Mdk 901 : excellent!)

My hardware :
Vendeur: #8206;nVidia Corporation
Bus: #8206;PCI
Identification de Bus: #8206;10de:111
Position sur le bus: #8206;1:0:0
Description: #8206;NV11 DDR
Module: #8206;Card:NVIDIA GeForce2 DDR (generic)
Classe de matériel: #8206;DISPLAY_VGA

Monitor : iiyama A902MT Vision master pro  (19)



[Cooker] [Bug 3331] [mdkkdm] kdm_greet/mdkkdm_greet crash

2003-03-16 Thread pub
http://qa.mandrakesoft.com/show_bug.cgi?id=3331





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:38 ---
 
more informations: 
 
On 9.1RC2, 
after investigations all Qt apps crashes when remote displayed. 
All gnome  X apps are working good, 
that explain why kdm_greet and mdkkdm_greet are crashing, 
and not xdm. 
 
This is a showstopper bug for me. 



--- 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: 
When kdm or mdkkdm are configured for remode display 
changed kdmrc with : 
[Xdmcp] 
enabled=true 
And xfs tuned to be in tcp with port 7100. 
 
kdm_greet crashes with kdm, same thing with mdkkdm_greet. (with mdkkdm) 
It works fine with xdm. (but a little bit ugly display ;) ) 
 
kdm_greet ltrace gave me :  
_ZN14QPtrCollection7newItemEPv(0x081a3948, 0xbfffe460, 0xbfffe460, 0x40947ac8, 
0x40ada064) = 0xbfffe460 
_ZN14QPtrCollection7newItemEPv(0x081a3948, 0xbfffe590, 2, 0x40947ac8, 0x40ada064) 
= 0xbfffe590 
_ZThn40_NK7QWidget6metricEi(0x081a9350, 1, 0, 18, 0x0807ca08 unfinished ... 
_ZNK7QWidget6metricEi(0x081a9328, 1, 0, 18, 0x0807ca08) = 218 
--- SIGSEGV (Segmentation fault) --- 
+++ killed by SIGSEGV +++ 
 
I tried differents X displays and it is always the same thing, 
same config worked on mandrake 9.0 
 
Regards.



[Cooker] 9.1 release date

2003-03-16 Thread Simon Prosser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is it to be released monday 17/3 or on friday 21/3?
The guys at linuxformat are interested to know whether it could make the DVD 
for the next issue.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+dItMt3yCLmAxGjYRApSrAKCTcxX6g/X0Ymm39gO6dzB1NVlh+wCfbF/k
EZR6+HIXEI2ho99XVR3nDso=
=gYdO
-END PGP SIGNATURE-




Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25crashing

2003-03-16 Thread Warly
zeb [EMAIL PROTECTED] writes:

 http://qa.mandrakesoft.com/show_bug.cgi?id=3357





 --- Additional Comments From [EMAIL PROTECTED]  2003-03-16 10:37 ---
 Please change that bug to critical/blocker and priority 1.



 --- 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 just updated to current cooker drakxtools-9.1-25 and drakconnect is crashing.  
 Here is console 
 output. 

did it work with 24mdk ?

-- 
Warly



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Francisco Alcaraz Ariza
Here updated and all the dependences under cooker for last 
mondey with kdbase updated. Any problemd detected, it is 
runing fine.


El Domingo, 16 de Marzo de 2003 16:05, Warly escribió:
 zeb [EMAIL PROTECTED] writes:
  http://qa.mandrakesoft.com/show_bug.cgi?id=3357
 
 
 
 
 
  --- Additional Comments From [EMAIL PROTECTED] 
  2003-03-16 10:37 --- Please change that bug to
  critical/blocker and priority 1.
 
 
 
  --- 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 just updated to current cooker drakxtools-9.1-25 and
  drakconnect is crashing.  Here is console output.

 did it work with 24mdk ?

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



Re: [Cooker] Audio workstation.

2003-03-16 Thread Austin
Hi Brook.

On 2003.03.16 00:27 Brook Humphrey wrote:
Ok here we go Auston I wnet by your directions and well I have the same
problem as before. You know I've tried this with multiple sound cards and
still it does not work. the stipid part is you can here the mic is orking and
if I leave the speakers turned up I get feeback that sounds well like
feedback.
Could you define 'the same problem as before'?

May  Iask what kind of sound card you use.
I have:
ISA SB-compatible (ESS)
ISA Gravis Ultrasound
PCI C-Media
PCI VIA 686
PCI CT-4810 (a.k.a. SB 16)
PCI Turtle Beach 128 (Vortex/Aureal 3880 chip)
They all work for me.

By the way audacity is still the
best in my humble opinion. They did allot to make it useable.
The best compared to what?  Do you mean I sould recommend it more highly?
We're still shipping 1.1.1 which has that nasty cracling problem.
But 1.3 is too unstable.  So we're stuck shipping a shaky version either way.
If you're trying to imply that I should give audacity more praise in the 
HowTo, I will.  As soon as 1.3 is released and working.

SO I still have
the problem of actually getting it to work though.
What's your problem?

And did I mention kikarts
is awsome.
Thank Buchan.

Oh and I tried under both kde and that other desktop.  Ihave not
tried any of the others like blackbox or ice yet though.
The window manager itself will have no effect on your audio programs, 
excluding arts.
If you're using KDE, try
# killall artsd
# killall artswrapper

If you still have problems, it's not KDE's fault.

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] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Greg Meyer
On Sunday 16 March 2003 10:08 am, Francisco Alcaraz Ariza wrote:
 Here updated and all the dependences under cooker for last
 mondey with kdbase updated. Any problemd detected, it is
 runing fine.

What version of drakXtools ar you running?
-- 
Greg



[Cooker] User mode linux?

2003-03-16 Thread Brook Humphrey
Does the current kernel support User Mode linux. I was looking through the 
spec and I know that on the website they only have patches for .20 and not 
.21 so I figured I would just ask. 

Thanks for any responce. Myself I'm looking at this being a good replacement 
for vmware since I only want to run linux on it anyway. It would come in 
handy testing stuff for the secteam. 


download page for user mode linux just in case nobody knows what I'm talking 
about. I doubt it but just in case.
http://user-mode-linux.sourceforge.net/dl-sf.html


-- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  Brook Humphrey   
Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107
http://www.webmedic.net, [EMAIL PROTECTED], [EMAIL PROTECTED]   
 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Francisco Alcaraz Ariza
[EMAIL PROTECTED] francisco]$ rpm -qa drakxtools
drakxtools-9.1-25mdk

Downloaded this morning




El Domingo, 16 de Marzo de 2003 16:16, Greg Meyer escribió:
 On Sunday 16 March 2003 10:08 am, Francisco Alcaraz Ariza 
wrote:
  Here updated and all the dependences under cooker for
  last mondey with kdbase updated. Any problemd detected,
  it is runing fine.

 What version of drakXtools ar you running?

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Greg Meyer
On Sunday 16 March 2003 10:05 am, Warly wrote:

 did it work with 24mdk ?


I have been updating nightly, but I do not recall specifically when the last 
time I ran it was, and I no longer have drakxtools 9.1-24 so I cannot test.

I had just updated last night and the only packages that updated were 
drakXtools and hardrake2.  I was trying to test and see whether bug 2885 was 
still outstanding.

-- 
Greg



[Cooker] [Bug 3362] [pcmcia-cs] Removing 802.11b wireless cards hard freezes Acer laptop.

2003-03-16 Thread mr
http://qa.mandrakesoft.com/show_bug.cgi?id=3362





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:43 ---
See Bug #2360. You are probably also using the orinoco_cs driver. If this is the
case, please mark this bug as a duplicate of #2360 and vote for it.



--- 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: 
When physically removing either of my two wireless cards my laptop freezes up
totally. I have to hard reboot the machine. I have not tried with other kinds of
pcmcia cards since I do not have any. Restarting pcmcia or inserting cards
doesn't cause problems.

This did not happen in MDK 9.0, but I am not sure when the problem first
appeared. However, I think it may have been at the same time hotplugging was
introduced.

Computer: Acer 340T laptop. Cards: Linksys WPC-11 and Proxim RangeLAN-DS.



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Greg Meyer
On Sunday 16 March 2003 10:17 am, Francisco Alcaraz Ariza wrote:
 [EMAIL PROTECTED] francisco]$ rpm -qa drakxtools
 drakxtools-9.1-25mdk

 Downloaded this morning

Interesting, although the error I got was confirmed by zeb.  Could it be a 
configuration issue?
-- 
Greg



[Cooker] [Bug 3055] [kdebase] System crashes during logout (using KDE logout dialog)

2003-03-16 Thread ueberall
http://qa.mandrakesoft.com/show_bug.cgi?id=3055

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:50 ---


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



--- 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: 
((This bug report _may_ be tied to bug #1339, but I'm not sure))
(Report for 9.1rc2;  9.1rc1 showed the same behaviour; 9.0 was OK!)

On a Sony PCG-GRX561MD laptop (ATI mobility readeon 7500), using security level
higher, it is impossible to use the logout dialog, as the system crashes
almost immediately (while playing the logout sound, the screen goes white/black
and that's it).
Auto-Login is desactivated, the bug is reproducible (I triggered it three times
:( ).  However, shutdown -h now works flawlessly.

After a reboot, the file integrity check finds errors (in my opinion, during
init, such a check should always be run -- at least when security level is
high, higher or paranoid -- instead of forcing the user to press Y in
order to do so;  I would rather change the question so that the user has to
press S(kip) or N(o check) in order to prevent this check, because I unfor-
tunately let the system reboot without standing by (this is not fun))



[Cooker] Whats in a name

2003-03-16 Thread Spencer
Hi all,
I have a fantastic looking and running ML9.1 on this desktop. Does anyone know what 
the code name is going to be?

Spence



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Greg Meyer
It crashes in console mode too, not just the gui.
-- 
Greg



Re: [Cooker] Whats in a name

2003-03-16 Thread Greg Meyer
On Sunday 16 March 2003 10:28 am, Spencer wrote:
 Hi all,
 I have a fantastic looking and running ML9.1 on this desktop. Does anyone
 know what the code name is going to be?

Pheonix would be appropriate

-- 
Greg



[Cooker] [Bug 2741] [XFree86] XFree fails to restart after logout

2003-03-16 Thread ueberall
http://qa.mandrakesoft.com/show_bug.cgi?id=2741

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||frankfurt.de



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:50 ---
*** Bug 3055 has been marked as a duplicate of this bug. ***



--- 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: 
1. Log in to Mandrake 9.1 RC2 as any user (including root) using KDM (user has 
the KDE environment).

2. Do whatever.

3. Logout from the KDE environment.

4. After logout the screen goes blank, the signal from the graphics card 
switches off and you cannot get any login screen up (textual or graphical). 
Under 9.0 the screen would blank before X starts up with KDM again, this does 
not appear to be happening under 9.1RC2.

I am using a dual P-III SMP system with an ATI Radeon 64Mbyte DDR graphics card.



[Cooker] [Bug 3372] [rpmdrake] New: Segfault when searching packages

2003-03-16 Thread yure
http://qa.mandrakesoft.com/show_bug.cgi?id=3372

   Product: rpmdrake
 Component: rpmdrake
   Summary: Segfault when searching packages
   Version: 2.1-11mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Steps to reproduce the problem:

1. Start rpmdrake
2. Select by update availability mode
3. Type any package name (e.g.: not installed)
4. Select founded package in packages list
5. Repeat 3-4 steps 1-2 times.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Francisco Alcaraz Ariza
El Domingo, 16 de Marzo de 2003 16:30, Greg Meyer escribió:
 It crashes in console mode too, not just the gui.

If I open a console and as root run drakconnect, its open 
and seems to be runing fine. I just have started it, not 
follow the whole process of net, sharing or proxy 
configuration.

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25crashing

2003-03-16 Thread Warly
cybercfo [EMAIL PROTECTED] writes:

 http://qa.mandrakesoft.com/show_bug.cgi?id=3357





 --- Additional Comments From [EMAIL PROTECTED]  2003-03-16 16:40 ---
 It crashes in console mode too, not just the gui.

drakxtools 9.1-26mdk should fix the problem 

-- 
Warly



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Greg Meyer
On Sunday 16 March 2003 10:40 am, Francisco Alcaraz Ariza wrote:
 El Domingo, 16 de Marzo de 2003 16:30, Greg Meyer escribió:
  It crashes in console mode too, not just the gui.

 If I open a console and as root run drakconnect, its open
 and seems to be runing fine. I just have started it, not
 follow the whole process of net, sharing or proxy
 configuration.

It should crash after you click the next button on the screen you select 
expert mode on.
-- 
Greg



[Cooker] [Bug 3368] [drakxtools] Can not access Mac OS 9 partitions

2003-03-16 Thread sbenedict
http://qa.mandrakesoft.com/show_bug.cgi?id=3368

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 14:05 ---
Diskdrake is quite capbable of creating hfs mount points.  Your problem is that
most likely your MacOS partition in not HFS, rather HFS+, for which there is not
support in the Linux kernel.  There is experimental support being worked on as a
seperate project at sourceforge, but it is not integrated into the Mandrake kernel.



--- 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 configured the fstab entry manually, with this line:

/dev/hda11 /mnt/macos hfs defaults,umask=0,quiet,sync,noexec 0 0

to access my Macos 9.2 partition. However, I can access this partition but am
not able to browse the folders.

I guess this is not really a Mandrake bug, but we mac users would LOVE this to
be implemented automatically.



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Francisco Alcaraz Ariza
El Domingo, 16 de Marzo de 2003 16:49, Greg Meyer escribió:
 On Sunday 16 March 2003 10:40 am, Francisco Alcaraz Ariza 
wrote:
  El Domingo, 16 de Marzo de 2003 16:30, Greg Meyer 
escribió:
   It crashes in console mode too, not just the gui.
 
  If I open a console and as root run drakconnect, its
  open and seems to be runing fine. I just have started
  it, not follow the whole process of net, sharing or
  proxy configuration.

 It should crash after you click the next button on the
 screen you select expert mode on.

Sorry, confirmed, If I select next, it crash



-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread Greg Meyer
On Sunday 16 March 2003 10:54 am, Francisco Alcaraz Ariza wrote:
 El Domingo, 16 de Marzo de 2003 16:49, Greg Meyer escribió:
  On Sunday 16 March 2003 10:40 am, Francisco Alcaraz Ariza

 wrote:
   El Domingo, 16 de Marzo de 2003 16:30, Greg Meyer

 escribió:
It crashes in console mode too, not just the gui.
  
   If I open a console and as root run drakconnect, its
   open and seems to be runing fine. I just have started
   it, not follow the whole process of net, sharing or
   proxy configuration.
 
  It should crash after you click the next button on the
  screen you select expert mode on.

 Sorry, confirmed, If I select next, it crash

Okay, good.  Warly just posted that he fixed it.  I'll check when it hits the 
mirrors and post back.
-- 
Greg



Re: [Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25crashing

2003-03-16 Thread Warly
Greg Meyer [EMAIL PROTECTED] writes:

 On Sunday 16 March 2003 10:54 am, Francisco Alcaraz Ariza wrote:
 El Domingo, 16 de Marzo de 2003 16:49, Greg Meyer escribió:
  On Sunday 16 March 2003 10:40 am, Francisco Alcaraz Ariza

 wrote:
   El Domingo, 16 de Marzo de 2003 16:30, Greg Meyer

 escribió:
It crashes in console mode too, not just the gui.
  
   If I open a console and as root run drakconnect, its
   open and seems to be runing fine. I just have started
   it, not follow the whole process of net, sharing or
   proxy configuration.
 
  It should crash after you click the next button on the
  screen you select expert mode on.

 Sorry, confirmed, If I select next, it crash

 Okay, good.  Warly just posted that he fixed it.  I'll check when it hits the 
 mirrors and post back.

You can find the new packages at http://people.mandrakesoft.com/~warly/doc/rpms/

-- 
Warly



Re: [Cooker] Whats in a name

2003-03-16 Thread Michael Scherer
Le Dimanche 16 Mars 2003 16:31, El Gringo ( aka Greg Meyer ) a écrit :
 On Sunday 16 March 2003 10:28 am, Spencer wrote:
  Hi all,
  I have a fantastic looking and running ML9.1 on this desktop. Does anyone
  know what the code name is going to be?

 Pheonix would be appropriate

Was thinking the same, but, is this not already the codename of a RH ?
-- 

Michaël Scherer




Re: [Cooker] Re: [Contrib-Rpm] kernel-multimedia-2.4.21.0.16mdk-1-1mdk

2003-03-16 Thread Danny Tholen
On Friday 14 March 2003 15:38, Adam Williamson wrote:

  * Thu Mar 13 2003 Danny Tholen [EMAIL PROTECTED] 2.4.21.0.16mdk
 
  - supermount 1.1.1 (a great job, by Andrey Borzenkov)
  - small snd-emu10k1 patch
  - dmi_scan fixes (Thomas Backlund)
  - custom config should now have patches enabled

 I don't like this at all. Read the description.
Bad luck for you.
 This kernel was supposed
 to be simply the Mandrake kernel, with specific patches - pre-empt and
 lowlatency - for multimedia use. 
By whom it was supposed so?

Instead it seems to have become the
 Danny Tholen Let's Include Any Patches That Look Fun kernel. 
The patches are not what I think is fun. They:
a) fix a bloody oops with snd-emu10k1, tested and verified, and will probably 
also in the final kernel for main (if we get an alsa update).
b) supermount in main sucks more than the one i included. But main kernel 
should be QAed, this kernel not. I expect these patches to go in main after 
release. Furthermore, this patch solves some minor problem between supermount 
and preemption.
c) various people have been saying that Thomas patch fixed the acpi problems 
they had. Possibly Juan will/has already included it in 14mdk for main. It 
just disables ACPI on a few more mobos.

I will not include just random unrelated patches that will not go in main, I 
will just try to keep up with main. Do you actually know what you are talking 
about?

I don't
 think this is a good idea, even in contribs. IMO, it should just stick
 to being the stock Mandrake kernel with those specific
 audio-application-helping patches in it.
If you do not like it, you can always build your own kernel. I'm sure it will 
suck more than mine.

Danny



[Cooker] [Bug 865] [Installation] 9.1 beta 1 installation blocks at second stage install

2003-03-16 Thread zuringco
http://qa.mandrakesoft.com/show_bug.cgi?id=865





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 14:09 ---
Also unable installing MDK8.2, 8.1, 9.1RC2 on my:
GA-8SR533P (BIOS updated to version 2 after unable to install mdk8.0,8.2 with 
v.1 (nothing has changed, problem still remains))
P4 Celeron 2.4GHz
(Those installations CDs work perfectly with an other comput. (PIII))

1) Can't install SCSI Adaptec 2940 U2W card (aic7xxx goes through all 15 targets 
without success).
2) with F1 - expert noauto
installation hangs if selecting format / with check partition for bad blocks 
(mke2fs -F -j -c /dev/hdb1) but no problem if formatting without partition check
3) 'expert noauto' + no 'check partition for bad blocks': even with the most 
minimalistic installation, hangs when copying files from CD-ROM.
4) installed MDK8.2 on a PIII and put the partition on the GA-8SR533P:
worked on a basic level for a short time, then hung and corrupted / with 
messages like 'Unable to handle kernel paging request at virtual address ...'

Also not that during the installation trials I got messages like:
-'segfault: seems like memory is missing as the install crashes' (mdk8.2,9.0)
-'getAndSaveFile: No space left on device at 
/usr/bin/perl-install/per-install_any.pm line 140, $F chunk 8E.'

I noted in all the dmesg that I got the following warning:
---
4ENABLING IO-APIC IRQs
4Setting 2 in the phys_id_present_map
6...changing IO-APIC physical APIC ID to 2 ... ok.
7init IO_APIC IRQs
7 IO-APIC (apicid-pin) 2-0, 2-9, 2-10, 2-11 not connected.
6..TIMER: vector=0x31 pin1=2 pin2=0
7number of MP IRQ sources: 23.
7number of IO-APIC #2 registers: 24.
6testing the IO APIC...
4
7IO APIC #2..
7 register #00: 0200
7...: physical APIC id: 02
7 register #01: 00178014
7... : max redirection entries: 0017
7... : PRQ implemented: 1
7... : IO APIC version: 0014
4An unexpected IO-APIC was found. If this kernel release is less than
4three months old please report this to [EMAIL PROTECTED]
7 register #02: 0200
7... : arbitration: 02
7 IRQ redirection table:
7 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
7 00 000 00  100   0   00000
7 01 001 01  000   0   01139
7 02 001 01  000   0   01131
7 03 001 01  000   0   01141
7 04 001 01  000   0   01149
7 05 001 01  000   0   01151
7 06 001 01  000   0   01159
7 07 001 01  000   0   01161
7 08 001 01  000   0   01169
7 09 000 00  100   0   00000
7 0a 000 00  100   0   00000
7 0b 000 00  100   0   00000
7 0c 001 01  000   0   01171
7 0d 001 01  000   0   01179
7 0e 001 01  000   0   01181
7 0f 001 01  000   0   01189
7 10 001 01  110   1   01191
7 11 001 01  110   1   01199
7 12 001 01  110   1   011A1
7 13 001 01  110   1   011A9
7 14 001 01  110   1   011B1
7 15 001 01  110   1   011B9
7 16 001 01  110   1   011C1
7 17 001 01  110   1   011C9
7IRQ to pin mappings:
7IRQ0 - 0:2
7IRQ1 - 0:1
7IRQ3 - 0:3
7IRQ4 - 0:4
7IRQ5 - 0:5
7IRQ6 - 0:6
7IRQ7 - 0:7
7IRQ8 - 0:8
7IRQ12 - 0:12
7IRQ13 - 0:13
7IRQ14 - 0:14
7IRQ15 - 0:15
7IRQ16 - 0:16
7IRQ17 - 0:17
7IRQ18 - 0:18
7IRQ19 - 0:19
7IRQ20 - 0:20
7IRQ21 - 0:21
7IRQ22 - 0:22
7IRQ23 - 0:23
6 done.
---

Windows millenium works fine on that computer with all components.
Also all other components:
-Hard disks
-CD-roms
-Geforce4 mmx440
-SBlive soundcard
tried on PIII and work fine with mdk8.0,8.2,9.0, WinME
(Not tried on MDKs:
-2x256mb DDR 333
-GA-8SR533P
-CPU 2.4GHz Celeron)

Has anyone been able to install and get work MDK 8.x 9.x on a Gigabyte 8SR533 ?



--- 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 boot mandrake9.1 beta 1 CD-ROMM on a gigabyte 8SR533 motherboard from a CDROM on
IDE interface. the processor is a pentium 4 at 1.8GHZ.
After the loading with the loading to memory screen,
I get an
install exited abnormaly :-( -- signal 11

or I get second stage install
and then it blocks

I installed with no problem mandrake9.0 on a pentium III architecture with the
same CD-ROM
I installed with no problem windows 2000 on the same pentium 4 motherborad
(just to test if the hardware is OK)



Re: [Cooker] Whats in a name

2003-03-16 Thread Zdenek Mazanec
   I have a fantastic looking and running ML9.1 on this desktop. Does
anyone
   know what the code name is going to be?


 9.1 Bamboo

--
Zdenek Mazanec, Contactel. s.r.o.
http://mandrake.redbox.cz
Silver MandrakeClub Member




[Cooker] Mandrake 9.1 released before kernel 2.4.21 final?

2003-03-16 Thread Ken Mays
Is Mandrake 9.1 meant to be released without the final v2.4.21 kernel?!?

Just seems a little 'chicken before egg'.



[Cooker] [Bug 3357] [drakxtools] Drakconnect 9.1-25 crashing: Solved with 26

2003-03-16 Thread Francisco Alcaraz Ariza
Downloaded the packages and this error has dessapeared. Now 
it seems it is runing fine.


 You can find the new packages at
 http://people.mandrakesoft.com/~warly/doc/rpms/

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



[Cooker] [Bug 3373] [Installation] New: [upgrading Mdk9.0] warning: ldconfig failed

2003-03-16 Thread hhielscher
http://qa.mandrakesoft.com/show_bug.cgi?id=3373

   Product: Installation
 Component: stage1
   Summary: [upgrading Mdk9.0] warning: ldconfig failed
   Version: 1.809
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I had no problems installing 9.1RC1 on my system. Now I tried to update my 9.0
installation. Both an selfmade iso and 9.1RC2 failed at/with Entering step
'Install system'.

F3 gives the following:
error opening File Mandrake/...  (repeated for several files)
examining packagesToInstall ... (repeated for each CD)
running: ldconfig with root /mnt
exec of ldconfig failed: No such file or directory
warning: ldconfig failed



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] Re: [CHRPM] drakxtools-9.1-26mdk

2003-03-16 Thread David Walser
--- Warly [EMAIL PROTECTED] wrote:
 Name: drakxtools  
 Version : 9.1  
 Release : 26mdk Build
 --=-=-=
 
 * Sun Mar 16 2003 Warly [EMAIL PROTECTED]
 9.1-25mdk
 
 - do a correct cvs up of all gi before (me sux)

Well, everybody has a bad day...

 --=-=-=
 drakxtools.spec changed
 
 --- drakxtools-9.1-24mdk.src.rpm/drakxtools.spec
 2003-03-16 17:30:24.0 +0100
 +++ drakxtools-9.1-26mdk.src.rpm/drakxtools.spec
 2003-03-16 17:30:24.0 +0100
 @@ -1,8 +1,8 @@
  Summary: The drakxtools (XFdrake, diskdrake,
 keyboarddrake, mousedrake...)
  Name:drakxtools
  Version: 9.1
 -Release: 24mdk
 -Url: http://www.mandrakelinux.com/en/drakx.php3
 +Release: 26mdk
 +Url: http://www.mandrakelinux.com/en/drakx.php2

...today is yours.  (look   ^^^)

__
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com



[Cooker] Re: Mandrake 9.1 released before kernel 2.4.21 final?

2003-03-16 Thread David Walser
If we waited on Marcelo before we made our release, we'd be waiting a 
long time.  He's the slowest kernel maintainer in history.  (He also 
works for a competitor, so letting him control our release schedule is a 
bad idea anyway).

Ken Mays wrote:
Is Mandrake 9.1 meant to be released without the final v2.4.21 kernel?!?

Just seems a little 'chicken before egg'.







Re: [Cooker] Re: Mandrake 9.1 released before kernel 2.4.21 final?

2003-03-16 Thread Adam Williamson
On Sun, 2003-03-16 at 16:39, David Walser wrote:
 If we waited on Marcelo before we made our release, we'd be waiting a 
 long time.  He's the slowest kernel maintainer in history.  (He also 
 works for a competitor, so letting him control our release schedule is a 
 bad idea anyway).
 
 Ken Mays wrote:
  Is Mandrake 9.1 meant to be released without the final v2.4.21 kernel?!?
  
  Just seems a little 'chicken before egg'.
  
  

The Mandrake kernel is pretty heavily modified, anyway, so tracking
stable Marcelo releases wouldn't be very necessary, especially when the
options are waiting a matter of months or regressing to a worse kernel
than we have currently. The kernel in 9.0 was a 2.4.19 with a bunch of
2.4.20-pre backports anyway, IIRC...
-- 
adamw




Re: [Cooker] Whats in a name

2003-03-16 Thread Pascal Terjan
Zdenek Mazanec wrote:

 9.1 Bamboo
Just for information, where did you get it ?




[Cooker] SCSI still broken in latest kernel, I see. :(

2003-03-16 Thread Brad Felmey
Asus A7N8X mobo
Adaptec 29160 (aic7xxx)
Seagate Cheetah X15s

SCSI is broken 2.4.19-16mdk. Upon bootup, I get an error that says
reset failed with lots 'n lots of gibberish on the screen accompanying
it. I keep having to reboot back to 2.4.19.

As a side gripe, I found one bug (1317) that mentions this problem, and
the fscking thing is closed and marked RESOLVED FIXED with NO comments
whatsoever. This is just totally useless. Fixed in a newer version?
Fixed for only some SCSI? Fixed by changing a setting? WHAT? You cannot
expect the users to use Bugzilla first if there's nothing there to go
on.
-- 
Brad Felmey




[Cooker] [Bug 3371] [Installation] 9.1 RC2 - Radeon 9k7pro failed after testing graphic during install

2003-03-16 Thread eslrahc
http://qa.mandrakesoft.com/show_bug.cgi?id=3371





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 14:47 ---
The radeon 9700 Is Not supported in 9.1 by the radeon driver.
You Can use the generic vega driver or you can use the linux driver available from 
ATI.

Secondly this 'bug' is a dup of #3347
Could you please close and mark it as such.



--- 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: 
Having picked all graphics options as appropraite, I used test. This then 
displayed the usual test screen with countdown. Said yes it was fine, at this 
point my display went horrible. Had to describe but the usual kind of X has 
gone wrong sort of output.

I've got:
1x Tyan K7 Thunder S2642UNG
2x MP2400+
1x Radeon 9700Pro
1x NEC FE750+
1x 0.5Gb Ram
2x MAM3184 U160 18Gb HDD off m/b adaptec 7899 chipset

Any ideas? Or more info needed? Going to boot back into mdk, to see how it went 
despite the error. Will add any more info that I find.

Cheers,

Guy



[Cooker] [Bug 242] [OpenOffice.org] Mandrake 9.0 RC2 OpenOffice, problem launching

2003-03-16 Thread patrickhendriks
http://qa.mandrakesoft.com/show_bug.cgi?id=242





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 14:47 ---
I had a similar problem, starting from the command line gave me the idea that
one of the rpms was missing. Turns out one of the rpms
[OpenOffice.org-l10n-en-1.0.2-5mdk.i586.rpm] is on cd3. Typically i have
everything set to English-US [whatever that may be ;)] and the first two cd's
are sufficient.

Perhaps this package ordering might lead to problems?



--- 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: 
Hi folks, I have some guy at mandrakeexpert that has trouble with OpenOffice 
install on RC2 I tried to reproduce the error, but on my machine I don't get 
that problem, but I ahev a german installation with OpenOffice.org + german 
localization for OpenOffice he has got english, here is the problem:

1. Did a fresh install of RC2 on a 2 Gb hardisk
2. Installed Openoffice through Mandrake Control Center
a. K-Menu again mixed up
b. K-panel, icons don't work
3. Restored the K-menu
a. OpenOffice can be started from the menu
4. Rebooted the system
a. K-menu still oke
b. K-panel restored itself, icons working again
c. Cann't start Open office from the K-Menu
5. OPen Office can only be started in a terminal window as superuser
The bugs are twofold:
- messing up the K-menu tree and k-panel
- After reboot OPenOffice can only be started as superuser

Thanks for checking it out.

Linux-phased, Mandrakeexpert



[Cooker] [Bug 2952] [OpenOffice.org-l10n-en] Problem installing OpenOffice during Mandrake install

2003-03-16 Thread patrickhendriks
http://qa.mandrakesoft.com/show_bug.cgi?id=2952

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 14:48 ---
I had a similar problem : i d/l the first two cd's but
OpenOffice.org-l10n-en-1.0.2-5mdk.i586.rpm is on the 3rd cd. Bad package order?





--- 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: 
OO would not install.



[Cooker] [Bug 1401] [OpenOffice.org] SRPM not signed

2003-03-16 Thread arnld23
http://qa.mandrakesoft.com/show_bug.cgi?id=1401

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 15:49 ---
OpenOffice.org-1.0.2-7mdk.src.rpm: md5 gpg OK 
Thank you very much. 
Arn 
 
 



--- 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: CLOSED
creation_date: 
description: 
OpenOffice.org-1.0.2-2mdk.src.rpm (downloaded from 
ftp://ftp.club-internet.fr/pub/unix/linux/Mandrake-devel/cooker/SRPMS) 
is not signed (md5 only)



[Cooker] [Bug 3357] [drakxtools] Emergency: Drakconnect 9.1-25 crashing

2003-03-16 Thread cybercfo
http://qa.mandrakesoft.com/show_bug.cgi?id=3357





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 16:40 ---
It crashes in console mode too, not just the gui.




--- 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 just updated to current cooker drakxtools-9.1-25 and drakconnect is crashing.  Here 
is console 
output. 
 
[EMAIL PROTECTED] greg]# drakconnect 
bad category network/gigabit 
list_modules::category2modules() called from /usr/lib/libDrakX/modules.pm:114 
modules::probe_category() called from /usr/lib/libDrakX/modules.pm:108 
modules::load_category() called from /usr/lib/libDrakX/network/netconnect.pm:62 
network::netconnect::detect() called from /usr/lib/libDrakX/network/netconnect.pm:172 
network::netconnect::main() called from /usr/lib/libDrakX/network/netconnect.pm:49 
network::netconnect::intro() called from /usr/sbin/drakconnect:316



Re: [Cooker] Re: [Contrib-Rpm] kernel-multimedia-2.4.21.0.16mdk-1-1mdk

2003-03-16 Thread Austin
On 2003.03.14 09:38 Adam Williamson wrote:
I don't like this at all. Read the description. This kernel was supposed
to be simply the Mandrake kernel, with specific patches - pre-empt and
lowlatency - for multimedia use. Instead it seems to have become the
Danny Tholen Let's Include Any Patches That Look Fun kernel. I don't
think this is a good idea, even in contribs. IMO, it should just stick
to being the stock Mandrake kernel with those specific
audio-application-helping patches in it.
What percentage of multimedia users do you think use supermount and 
soundblaster?
A lot.

Are working supermount and soundblaster drivers important to the multimedia 
user?
I think so.

Shall we not provide them with a working system?
Maybe not, but Danny will. :-)
And I don't think he deserves any grief for it either.
Austin



Re: [Cooker] 9.1 release date

2003-03-16 Thread Olivier Thauvin
Le Dimanche 16 Mars 2003 15:33, Simon Prosser a écrit :
 Is it to be released monday 17/3 or on friday 21/3?
 The guys at linuxformat are interested to know whether it could make the
 DVD for the next issue.

PLF is in way to make it's own DVD, distribution is not clear yet, we can't 
put it on ftp, if you are insterest, mail me.

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/



Re: [Cooker] Whats in a name

2003-03-16 Thread Olivier Thauvin
Le Dimanche 16 Mars 2003 17:24, Zdenek Mazanec a écrit :
I have a fantastic looking and running ML9.1 on this desktop. Does

 anyone

know what the code name is going to be?

  9.1 **

You canno't keep a secrets ! It is a game for each release.
Btw: I know it since Saturday :)


 --
 Zdenek Mazanec, Contactel. s.r.o.
 http://mandrake.redbox.cz
 Silver MandrakeClub Member

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en véritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/



Re: [Cooker] [Bug 3331] [mdkkdm] kdm_greet/mdkkdm_greet crash

2003-03-16 Thread Henri
I used remote display for my everyday work since RC1 to last cooker with 
no problem under kde, using mdkkdm.  You must have a config problem. I'm 
connecting to X server with a
X -indirect server.

pub wrote:

http://qa.mandrakesoft.com/show_bug.cgi?id=3331





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 13:38 ---

more informations: 

On 9.1RC2, 
after investigations all Qt apps crashes when remote displayed. 
All gnome  X apps are working good, 
that explain why kdm_greet and mdkkdm_greet are crashing, 
and not xdm. 

This is a showstopper bug for me. 



--- 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: 
When kdm or mdkkdm are configured for remode display 
changed kdmrc with : 
[Xdmcp] 
enabled=true 
And xfs tuned to be in tcp with port 7100. 

kdm_greet crashes with kdm, same thing with mdkkdm_greet. (with mdkkdm) 
It works fine with xdm. (but a little bit ugly display ;) ) 

kdm_greet ltrace gave me :  
_ZN14QPtrCollection7newItemEPv(0x081a3948, 0xbfffe460, 0xbfffe460, 0x40947ac8, 
0x40ada064) = 0xbfffe460 
_ZN14QPtrCollection7newItemEPv(0x081a3948, 0xbfffe590, 2, 0x40947ac8, 0x40ada064) 
= 0xbfffe590 
_ZThn40_NK7QWidget6metricEi(0x081a9350, 1, 0, 18, 0x0807ca08 unfinished ... 
_ZNK7QWidget6metricEi(0x081a9328, 1, 0, 18, 0x0807ca08) = 218 
--- SIGSEGV (Segmentation fault) --- 
+++ killed by SIGSEGV +++ 

I tried differents X displays and it is always the same thing, 
same config worked on mandrake 9.0 

Regards.

 





[Cooker] [Bug 3328] [harddrake] INSMOD error after running harddrake at boot

2003-03-16 Thread andy.dewhurst
http://qa.mandrakesoft.com/show_bug.cgi?id=3328





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 17:19 ---
There is nothing in syslog but if you remove the  /dev/nul from the detection process 
you get 
on screen: 
 
/lib/modules/2.4.21-0.11mdk/kernel/drivers/block/floppy.o.gz: init_module: No such 
device 
modprobe: insmod /lib/modules/2.4.21-0.11mdk/kernel/drivers/block/floppy.o.gz failed 
modprobe: insmod floppy failed 
 
 
Why is it trying to insmod a device that isn't in the machine? The machine is a 
floppyless 
workstation. 



--- 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: 
On screen message given after upgrading to latest harddrake does not happen on
original release of RC2, on screen message is:

Hint: Insmod errors can be caused by incorrect module parameters, including IO
or IRQ parameters. You may find more information in SYSLOG or DMESG once you
have logged in



Re: [Cooker] SCSI still broken in latest kernel, I see. :(

2003-03-16 Thread Brad Felmey
On Sun, 2003-03-16 at 11:05, Brad Felmey wrote:

 Asus A7N8X mobo
 Adaptec 29160 (aic7xxx)
 Seagate Cheetah X15s
 
 SCSI is broken 2.4.19-16mdk. Upon bootup, I get an error that says
 reset failed with lots 'n lots of gibberish on the screen accompanying
 it. I keep having to reboot back to 2.4.19.
 
 As a side gripe, I found one bug (1317) that mentions this problem, and
 the fscking thing is closed and marked RESOLVED FIXED with NO comments
 whatsoever. This is just totally useless. Fixed in a newer version?
 Fixed for only some SCSI? Fixed by changing a setting? WHAT? You cannot
 expect the users to use Bugzilla first if there's nothing there to go
 on.

I should add that I skipped a few versions, and after 2.4.19-16mdk I
have tried the following:

vmlinuz-2.4.21-0.13mdk
vmlinuz-2.4.21pre3-2mdk
vmlinuz-2.4.21pre4-10mdk
-- 
Brad Felmey [EMAIL PROTECTED]
Uncompensated Mandrake Guinea Pigs, Inc.




Re: [Cooker] SCSI still broken in latest kernel, I see. :(

2003-03-16 Thread Thomas Backlund
Viestissä Sunnuntai 16. Maaliskuuta 2003 19:19, Brad Felmey kirjoitti:
 On Sun, 2003-03-16 at 11:05, Brad Felmey wrote:
  Asus A7N8X mobo
  Adaptec 29160 (aic7xxx)
  Seagate Cheetah X15s
 
  SCSI is broken 2.4.19-16mdk. Upon bootup, I get an error that says
  reset failed with lots 'n lots of gibberish on the screen accompanying
  it. I keep having to reboot back to 2.4.19.
 
  As a side gripe, I found one bug (1317) that mentions this problem, and
  the fscking thing is closed and marked RESOLVED FIXED with NO comments
  whatsoever. This is just totally useless. Fixed in a newer version?
  Fixed for only some SCSI? Fixed by changing a setting? WHAT? You cannot
  expect the users to use Bugzilla first if there's nothing there to go
  on.

 I should add that I skipped a few versions, and after 2.4.19-16mdk I
 have tried the following:

 vmlinuz-2.4.21-0.13mdk
 vmlinuz-2.4.21pre3-2mdk
 vmlinuz-2.4.21pre4-10mdk

boot with: linux acpi=off

or even linux acpi=off noapic


Does it solve your problem?

Thomas



Re: [Cooker] SCSI still broken in latest kernel, I see. :(

2003-03-16 Thread tarvid
On Sunday 16 March 2003 12:05, Brad Felmey wrote:
 Asus A7N8X mobo
 Adaptec 29160 (aic7xxx)
 Seagate Cheetah X15s

 SCSI is broken 2.4.19-16mdk. Upon bootup, I get an error that says
 reset failed with lots 'n lots of gibberish on the screen accompanying
 it. I keep having to reboot back to 2.4.19.

 As a side gripe, I found one bug (1317) that mentions this problem, and
 the fscking thing is closed and marked RESOLVED FIXED with NO comments
 whatsoever. This is just totally useless. Fixed in a newer version?
 Fixed for only some SCSI? Fixed by changing a setting? WHAT? You cannot
 expect the users to use Bugzilla first if there's nothing there to go
 on.
It is running on a few boxes here including this one.

[EMAIL PROTECTED] root]# uname -a
Linux demo.ls.net 2.4.21-0.13mdkenterprise #1 SMP Fri Mar 7 05:51:54 CET 2003 
i686 unknown unknown GNU/Linux

[EMAIL PROTECTED] root]# cat /proc/scsi/aic7xxx/0
Adaptec AIC7xxx driver version: 6.2.8
aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs

[EMAIL PROTECTED] root]# cat /proc/scsi/scsi
Attached devices:
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: QUANTUM  Model: ATLAS10K2-TY092L Rev: DA40
  Type:   Direct-AccessANSI SCSI revision: 03






Re: [Cooker] SCSI still broken in latest kernel, I see. :(

2003-03-16 Thread tarvid
On Sunday 16 March 2003 12:19, Brad Felmey wrote:
 On Sun, 2003-03-16 at 11:05, Brad Felmey wrote:
  Asus A7N8X mobo
  Adaptec 29160 (aic7xxx)
  Seagate Cheetah X15s
 
  SCSI is broken 2.4.19-16mdk. Upon bootup, I get an error that says
  reset failed with lots 'n lots of gibberish on the screen accompanying
  it. I keep having to reboot back to 2.4.19.
 
  As a side gripe, I found one bug (1317) that mentions this problem, and
  the fscking thing is closed and marked RESOLVED FIXED with NO comments
  whatsoever. This is just totally useless. Fixed in a newer version?
  Fixed for only some SCSI? Fixed by changing a setting? WHAT? You cannot
  expect the users to use Bugzilla first if there's nothing there to go
  on.

Should have added -

Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ACER Product ID: M25D APIC at: 0xFEE0
Processor #0 Pentium(tm) Pro APIC version 17
I/O APIC #1 Version 17 at 0xFEC0.
Enabling APIC mode: Flat.   Using 1 I/O APICs
Processors: 1
Kernel command line: BOOT_IMAGE=2421-13ent ro root=801 devfs=nomount 
hda=ide-scsi acpi=off
 failsafe





Re: [Cooker] Whats in a name

2003-03-16 Thread Warly
Olivier Thauvin [EMAIL PROTECTED] writes:

 Le Dimanche 16 Mars 2003 17:24, Zdenek Mazanec a écrit :
I have a fantastic looking and running ML9.1 on this desktop. Does

 anyone

know what the code name is going to be?

  9.1 **

 You canno't keep a secrets ! It is a game for each release.
 Btw: I know it since Saturday :)

Oh my boys it leaked by the same way each time, you should learn!

-- 
Warly



Re: [Cooker] Re: War

2003-03-16 Thread Andi Payn
On Saturday 15 March 2003 18:36, Leon Brooks wrote:
 On Friday 14 March 2003 03:56 am, Francisco Alcaraz Ariza wrote:
  1) I don't think that American people that would buy Mandrake won't buy
  it now, because all the American not Windows user were antipatriotic
  before. If you are a good American, you must use windows, musn't you?

This was basically my point, but I've been thinking about it. Many idiots of 
that type _do_ buy linux. In fact, I've been in the position of advocating 
linux to corporate management, and I don't know how I forgot this 

So, Jean-Michel Dault's original posting is relevant; people in the position 
of trying to sell Mandrake to management need to find answers to, Let's go 
with Redhat, because it's made in the good ol' US of A.

On another subject:

 No. It's a risk to national security.

 http://www.eweek.com/article2/0,3959,5264,00.asp

From the article, Microsoft plans to withhold one protocol and a few APIs 
because of security issues, and:

 The protocol, which is part of Message Queuing, contains a coding mistake
 that would threaten the security of enterprise systems using it if it were
 disclosed, Allchin said.

This was almost a year ago; more than enough time for some cracker to reverse 
engineer the protocol, discover the vulnerability, write an exploit kit, and 
distribute it to millions of codezkidz. So either the exploit wasn't easily 
usable, or, in this case, obscurity bought Microsoft just enough time to get 
a fix out before the vulnerability was found. Either way, they got away with 
it this time; I don't think this proves that using Windows is unpatriotic.

Also, pushing the argument that the US government shouldn't be using any OS 
that could have security issues would be a bad idea for linux. IIRC, the 
government commissioned a thorough security audit of OpenBSD, and a large 
share of the funding for OpenBSD's security RD comes from DARPA, USAF, and 
NSA--so if they're going to go with a different OS because of security 
issues, it's not going to be Mandrake.




Re: [Cooker] Whats in a name

2003-03-16 Thread Tibor Pittich
On 16. mar 2003, 18:30, Warly wrote:

 Olivier Thauvin [EMAIL PROTECTED] writes:
 
  Le Dimanche 16 Mars 2003 17:24, Zdenek Mazanec a crit :

 know what the code name is going to be?
 
   9.1 **
 
  You canno't keep a secrets ! It is a game for each release.
  Btw: I know it since Saturday :)
 
 Oh my boys it leaked by the same way each time, you should learn!

but someone can be l33t without other works, just to know about name...



pgp0.pgp
Description: PGP signature


Re: [Cooker] konqueror pbme with rendering

2003-03-16 Thread Thomas Backlund
Viestissä Sunnuntai 16. Maaliskuuta 2003 13:16, Pascal kirjoitti:
 Hello

 It seems that konqueror has problems with the following site
 http://diveintopython.org/

 am I the only one or is it reproducable ?

 the symptom is the windows does not render correctly when scrolling the
 page, and it refreshes partially when the mouse pointer is hovering the
 page content.

 (latest cooker of course)

No problem here...

Could it be hardware related ...?

what graphic card do you have? what resolution? what color depth?

If it's Ati or nVidia, what drivers are you using?


Thomas



Re: [Cooker] Whats in a name

2003-03-16 Thread Spencer
On Sun, 16 Mar 2003 18:30:56 +0100
Warly [EMAIL PROTECTED] wrote:

 Olivier Thauvin [EMAIL PROTECTED] writes:
 
  Le Dimanche 16 Mars 2003 17:24, Zdenek Mazanec a écrit :
 I have a fantastic looking and running ML9.1 on this desktop. Does
 
  anyone
 
 know what the code name is going to be?
 
   9.1 **
 
  You canno't keep a secrets ! It is a game for each release.
  Btw: I know it since Saturday :)
 
 Oh my boys it leaked by the same way each time, you should learn!
 
 -- 
 Warly
 
Hehehe;) I knew it but I just couldn't resist. Warly, a beautiful distro, many thanks 
to you, the Mandrake team, and the whole Mandrake community.

Spence



Re: [Cooker] konqueror pbme with rendering

2003-03-16 Thread Francisco Alcaraz Ariza
I tested the page (cooker from last monday but kdbase 
updated to 83.mdk, and nvidia rebuilded rpms installed) and 
I am having the same problems.


El Domingo, 16 de Marzo de 2003 18:40, Thomas Backlund 
escribió:
 Viestissä Sunnuntai 16. Maaliskuuta 2003 13:16, Pascal 
kirjoitti:
  Hello
 
  It seems that konqueror has problems with the following
  site http://diveintopython.org/
 
  am I the only one or is it reproducable ?
 
  the symptom is the windows does not render correctly
  when scrolling the page, and it refreshes partially
  when the mouse pointer is hovering the page content.
 
  (latest cooker of course)

 No problem here...

 Could it be hardware related ...?

 what graphic card do you have? what resolution? what
 color depth?

 If it's Ati or nVidia, what drivers are you using?


 Thomas

-- 
Francisco Alcaraz Ariza
Departamento de Biología Vegetal
Universidad de Murcia
E-30100 Murcia
España (Spain)



Re: [Cooker] Re: [Contrib-Rpm] kernel-multimedia-2.4.21.0.16mdk-1-1mdk

2003-03-16 Thread Adam Williamson
On Sun, 2003-03-16 at 17:04, Austin wrote:
 On 2003.03.14 09:38 Adam Williamson wrote:
  I don't like this at all. Read the description. This kernel was supposed
  to be simply the Mandrake kernel, with specific patches - pre-empt and
  lowlatency - for multimedia use. Instead it seems to have become the
  Danny Tholen Let's Include Any Patches That Look Fun kernel. I don't
  think this is a good idea, even in contribs. IMO, it should just stick
  to being the stock Mandrake kernel with those specific
  audio-application-helping patches in it.
 
 What percentage of multimedia users do you think use supermount and 
 soundblaster?
 A lot.
 
 Are working supermount and soundblaster drivers important to the multimedia 
 user?
 I think so.
 
 Shall we not provide them with a working system?
 Maybe not, but Danny will. :-)
 And I don't think he deserves any grief for it either.

It's just that the kernel is an important package, and I think it gets a
bit confusing if there's one that's getting quite a bit away from the
other five versions...sure it's in contribs, but kernel is so important
maybe it needs stricter control than most contribs packages...
-- 
adamw




Re: [Cooker] konqueror pbme with rendering

2003-03-16 Thread Jure Repinc
On Sunday 16 of March 2003 18:49, Francisco Alcaraz Ariza wrote:
 I tested the page (cooker from last monday but kdbase
 updated to 83.mdk, and nvidia rebuilded rpms installed) and
 I am having the same problems.

I'm using kdebase 3.1-83 and ATI Radeon 8500 64 MB with drivers that came 
with XFree86 4.3.0 4.3-5 and also have the problem.



[Cooker] [Bug 2152] [drakconf] lan cannot be setup

2003-03-16 Thread andy.dewhurst
http://qa.mandrakesoft.com/show_bug.cgi?id=2152





--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 17:20 ---
problem was with mmc.  



--- 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: 
After performing a clean installation without configuration of the lan it is not
possible unless you log on as root to re-configure the lan settings. Any
settings entered under the control centre are ignored.



Re: [Cooker] Re: [Contrib-Rpm] kernel-multimedia-2.4.21.0.16mdk-1-1mdk

2003-03-16 Thread Götz Waschk
Am Freitag, 14. März 2003, 14:38:22 Uhr MET, schrieb Adam Williamson:
  --=-=-=
  Name: kernel-multimedia-2.4.21.0.16mdk  Relocations: (not relocateable)
  Version : 1 Vendor: MandrakeSoft
  Release : 1mdk  Build Date: Fri Mar 14 11:23:52 2003

BTW this kernel doesn't work for me. It stops at the depmod stage. 
-- 
   Götz Waschk  master of computer science   University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 -- Logout Fascism! --



[Cooker] [Bug 3371] [Installation] 9.1 RC2 - Radeon 9k7pro failed after testing graphic during install

2003-03-16 Thread bugzilla
http://qa.mandrakesoft.com/show_bug.cgi?id=3371

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 17:42 ---


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



--- 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: 
Having picked all graphics options as appropraite, I used test. This then 
displayed the usual test screen with countdown. Said yes it was fine, at this 
point my display went horrible. Had to describe but the usual kind of X has 
gone wrong sort of output.

I've got:
1x Tyan K7 Thunder S2642UNG
2x MP2400+
1x Radeon 9700Pro
1x NEC FE750+
1x 0.5Gb Ram
2x MAM3184 U160 18Gb HDD off m/b adaptec 7899 chipset

Any ideas? Or more info needed? Going to boot back into mdk, to see how it went 
despite the error. Will add any more info that I find.

Cheers,

Guy



  1   2   3   >