[Cooker] [Bug 6348] [rpmdrake] New: "menu" package neither here nor there

2003-11-12 Thread [fgriffin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6348

   Summary: "menu" package neither here nor there
   Product: rpmdrake
   Version: 2.1-34mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I did a full install from a Nov. 10 cooker (checking every available option for
package selection), and then ran through a file of package names I keep issuing
urpmi for each one.

At the end of this, I was having an unrelated problem running update-menus, so I
tried to find the product component which owned /usr/bin/update-menus in order
to file a bug report.

The /usr/bin/update-menus file actually belongs to the menu package.  However,
rpmdrake couldn't find it using filename search, and some additional testing
showed that rpmdrake didn't list the menu package in the "all packages" list
whether you chose "install" or "remove".  The package effectively didn't exist.

However, following the advice of cooker posters, we have the following results:

> [EMAIL PROTECTED] ftg]# urpmf --files update-menus
> majesty-demo:/usr/local/games/maj_demo/.manifest/scripts/update-menus.sh
> mindrover-demo:/usr/games/mindrover_demo/.manifest/scripts/update-menus.sh
> [EMAIL PROTECTED] ftg]# urpmf /usr/bin/update-menus
> [EMAIL PROTECTED] ftg]# urpmi menu
> Everything already installed
> [EMAIL PROTECTED] ftg]#

[EMAIL PROTECTED] ftg]# rpm -q --whatprovides /usr/bin/update-menus
menu-2.1.5-124mdk

The upshot of this is that rpmdrake and urpmf don't seem to know about the
"menus" package, but rpm and urpmi do.  On the advice of Leon Brooks, I have
copied off my /var/lib directory (includes rpm and urpmi), which I will be happy
to burn to CD for anyone who wants it (it's about 73MB).

A timely response would be appreciated, since I don't want to keep 73MB of stuff
around indefinitely if nobody is interested.

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



Re: [Cooker] Orphan files ?

2003-11-12 Thread Leon Brooks
On Thu, 13 Nov 2003 08:49, Frank Griffin wrote:
> Leon Brooks wrote:
>>Try this:

>>rm -vf /var/lib/rpm/__db.00*
>>rpm --rebuilddb

> I'll be happy to, but one of the reasons to post this was to see if
> anybody wanted a snapshot of the existing files that seem to cause
> urpmi to recognize that the package is installed but neither urpmf
> nor rpmdrake to recognize the files included in it, or in the case of
> rpmdrake, that the package even exists (since it isn't recognized as
> being either installed or not).

> If somebody can tell me which files to copy off to the side for
> inclusion with a bug report, I'll be happy to move on.  If the
> responsible parties aren't interested, then please just say so, and
> I'll abandon trying to preserve evidence

Since RPM itself seems to be happy, the contents of /var/lib/urpmi would 
seem to be what's required (about 20MB on my machine). If you wanted to 
be safe, put aside /var/lib/rpm as well (about 23MB here).

Cheers; Leon




[Cooker] [Bug 6347] [menu] New: update-menus never finishes, stalls on GNOME

2003-11-12 Thread [fgriffin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6347

   Summary: update-menus never finishes, stalls on GNOME
   Product: menu
   Version: 2.1.5-124mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


On a full install from the Nov, 10 Cooker, I installed a large number of
packages (start by checking all the categories in the install and then run
through a file of package names using urpmi on each).

After this, I noticed that my GNOME menu didn't include any KDE apps, even
though they were installed (and showed up in the KDE menu), so I tried to run
update-menus as root.

Running update-menus just gets me another shell prompt very quickly.

Running update-menus -v gets me the following:

[EMAIL PROTECTED] run]# update-menus -v
[EMAIL PROTECTED] run]# Update-menus[3561]: Checking if urpmi is running (and waiting
for it to finish if needed)
Update-menus[3561]: urpmi not locking urpmi status area. Good.
Update-menus[3561]: Reading installed packages...
Update-menus[3561]: Reading translate info in /etc/menu-methods/translate_menus
Update-menus[3561]: Reading menuentryfiles in /etc/menu/
Update-menus[3561]: Reading menuentryfiles in /usr/lib/menu/
Update-menus[3561]: Reading menuentryfiles in /usr/lib/menu/default/
Update-menus[3561]: Running menu-methods in /etc/menu-methods/
Update-menus[3561]: Running method:/etc/menu-methods//menu
Update-menus[3561]: Running method:/etc/menu-methods//kde3
Update-menus[3561]: Running method:/etc/menu-methods//gnome
Update-menus[3561]: Running method:/etc/menu-methods//twm
Update-menus[3561]: Running method:/etc/menu-methods//icewm
Update-menus[3561]: Running method:/etc/menu-methods//gnome-mime-data-applications
Update-menus[3561]: Running method:/etc/menu-methods//gnome-mime-data-keys
Update-menus[3561]: Running method:/etc/menu-methods//enlightenment
Update-menus[3561]: Running method:/etc/menu-methods//WindowMaker
Update-menus[3561]: Running method:/etc/menu-methods//lesstif-mwm
Update-menus[3561]: Reading translate info in /etc/menu-methods/translate_menus
Update-menus[3561]: Reading menuentryfiles in /etc/menu/simplified/
Update-menus[3561]: Reading menuentryfiles in /usr/lib/menu/simplified/
Update-menus[3561]: Running menu-methods in /etc/menu-methods/simplified/
Update-menus[3561]: Running method:/etc/menu-methods/simplified//kde3
Update-menus[3561]: Running method:/etc/menu-methods/simplified//gnome


at which point the execution stalls.  No CPU utilization, no network utilization.

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



Re: [Cooker] Orphan files ?

2003-11-12 Thread Frank Griffin
Leon Brooks wrote:

Try this:

   rm -vf /var/lib/rpm/__db.00*
   rpm --rebuilddb
 

I'll be happy to, but one of the reasons to post this was to see if 
anybody wanted a snapshot of the existing files that seem to cause urpmi 
to recognize that the package is installed but neither urpmf nor 
rpmdrake to recognize the files included in it, or in the case of 
rpmdrake, that the package even exists (since it isn't recognized as 
being either installed or not).

If somebody can tell me which files to copy off to the side for 
inclusion with a bug report, I'll be happy to move on.  If the 
responsible parties aren't interested, then please just say so, and I'll 
abandon trying to preserve evidence




Re: [Cooker] Missing bootsplash options in Drakboot

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 19:09:55 -0500
Élie Charest <[EMAIL PROTECTED]> wrote:

> This is something that has bugged me for weeks - I can never seem to
> get the bootsplash options in Drakboot. Actually, I did get them  a
> month ago or so, but since I've upgraded to the 2.4.22 (and tried out
> 2.6.0) kernel, I don't get the options. I'm not sure how to
> troubleshoot this - anyone got any ideas? Is there a prerequisite in
> the initrd file in order to be able to see the bootsplash info in
> Drakboot?

This bootplash panel has been disabled since months in Drakboot, while
it works fine, I don't understand why.
Can some MandrakeSoft people explain us what's wrong with it ?
It only uses the switch-themes script IIRC.

-- 
Olivier Blin



Re: [Cooker] Orphan files ?

2003-11-12 Thread Leon Brooks
On Thu, 13 Nov 2003 08:13, Frank Griffin wrote:
> It appears that I have a /usr/bin/update-menus without having the
> menus package installed.  I've also got the man page.

Try this:

rm -vf /var/lib/rpm/__db.00*
rpm --rebuilddb

Cheers; Leon




Re: [Cooker] Orphan files ?

2003-11-12 Thread Frank Griffin
Leon Brooks wrote:

$ rpm -qf /usr/bin/update-menus
menu-2.1.5-123mdk
 

[EMAIL PROTECTED] ftg]# rpm -qf /usr/bin/update-menus
menu-2.1.5-124mdk



Re: [Cooker] Orphan files ?

2003-11-12 Thread Frank Griffin
James Sparenberg wrote:

An alternative.

rpm -q --whatprovides /usr/bin/update-menus

 

[EMAIL PROTECTED] ftg]# rpm -q --whatprovides /usr/bin/update-menus
menu-2.1.5-124mdk





Re: [Cooker] Orphan files ?

2003-11-12 Thread Leon Brooks
On Thu, 13 Nov 2003 07:24, Frank Griffin wrote:
> The latest example is /usr/bin/update-menus.

$ rpm -qf /usr/bin/update-menus
menu-2.1.5-123mdk
$

Cheers; Leon




Re: [Cooker] Orphan files ?

2003-11-12 Thread Frank Griffin
James Sparenberg wrote:

urpmf /usr/bin/update-menus 

will give you the package that includes that file.

 

Michael Altizer wrote:

It seems as though this should work.  Using urpmf --files update-menus 
returns the following results:
menu:/usr/bin/update-menus
menu:/usr/share/man/man1/update-menus.1.bz2


Hmm. 

It appears that I have a /usr/bin/update-menus without having the menus 
package installed.  I've also got the man page.  However

If I do what you suggested, I get:

[EMAIL PROTECTED] ftg]# urpmf --files update-menus
majesty-demo:/usr/local/games/maj_demo/.manifest/scripts/update-menus.sh
mindrover-demo:/usr/games/mindrover_demo/.manifest/scripts/update-menus.sh
[EMAIL PROTECTED] ftg]# urpmf /usr/bin/update-menus
[EMAIL PROTECTED] ftg]# urpmi menu
Everything already installed
[EMAIL PROTECTED] ftg]#
In addition, if I look in my cooker tree, I have
  menu-2.1.5-124mdk.i586.rpm
but neither rpmdrake install nor rpmdrake remove lists the package when 
I select "list all packages, alphabetical".

A urpmi.update -a made absolutely no difference in these results.

Is there some lower-level query I can do to discern why urpmi thinks the 
package is installed and I can see that the files are present, but 
rpmdrake thinks it is neither here nor there ?






[Cooker] Missing bootsplash options in Drakboot

2003-11-12 Thread Élie Charest
This is something that has bugged me for weeks - I can never seem to get the 
bootsplash options in Drakboot. Actually, I did get them  a month ago or so, 
but since I've upgraded to the 2.4.22 (and tried out 2.6.0) kernel, I don't 
get the options. I'm not sure how to troubleshoot this - anyone got any 
ideas? Is there a prerequisite in the initrd file in order to be able to see 
the bootsplash info in Drakboot?

These are what I currently have on my system, but it's been doing this for 
weeks with previous packages as well:

kernel-tmb-enterprise-2.4.22.21.tmb.2mdk-1-1mdk
drakconf-9.3-1mdk
drakxtools-9.3-5mdk
drakxtools-newt-9.3-5mdk
drakxtools-http-9.3-5mdk
-- 
Élie Charest
[EMAIL PROTECTED]
http://archie.homelinux.net:8080




Re: [Cooker] Orphan files ?

2003-11-12 Thread James Sparenberg
On Wed, 2003-11-12 at 15:42, Michael Altizer wrote:
> Frank Griffin wrote:
> 
> > I'm looking for some guidance on trying to find the package which owns 
> > a file.
> >
> > Several times now when I've had a problem with a particular executable 
> > or one of the initialization script files, I've tried to find the 
> > owning package for purposes of filing a bug report by using rpmdrake's 
> > seach on filename feature, only to get no hits from the search.
> >
> > The latest example is /usr/bin/update-menus.
> >
> > Should this technique work, or should I be doing something else ?
> >
> >
> >
> It seems as though this should work.  Using urpmf --files update-menus 
> returns the following results:
> menu:/usr/bin/update-menus
> menu:/usr/share/man/man1/update-menus.1.bz2
> So, /usr/bin/update-menus belongs to the menu package. (menu-2.1.5-124mdk)
> Note: Obviously, this is only going to work 100% if your urpmi database 
> matches your currently installed packages since packages are often 
> removed and, though less frequent an occurance, files may switch between 
> packages (eg. all the recent KDE changes).
> -Michael

Correct I am making two assumptions.  

1.  That current state of the urpmi database is == current installed
status.
2.  That this method is more usefull on a stable system than a dev
system.

An alternative.

rpm -q --whatprovides /usr/bin/update-menus

I've often found that giving full path to a file results in fewer orphan
statements than normal.  

James


> 
> 




[Cooker] [Bug 6346] [mdkkdm] New: It's either KDE or IceWM

2003-11-12 Thread [fgriffin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6346

   Summary: It's either KDE or IceWM
   Product: mdkkdm
   Version: 9.2-13mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


This is weird.  In a full installation from the Nov. 10 cooker, the first login
to an ID will trigger the drakfw wizard, and you can choose any WM successfully.

If you choose GNOME, then logout and try to login again without specifying a WM,
you will get IceWM or KDE (mostly IceWM).

If you use Menu->Session Type to choose GNOME explicitly (or anything else), you
still get IceWM.

Now, I have nothing against IceWM, but come on.

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



[Cooker] [Bug 5979] [rpm] urpmi problem--strange output

2003-11-12 Thread [artfakt]
http://qa.mandrakesoft.com/show_bug.cgi?id=5979





--- Additional Comments From [EMAIL PROTECTED]  2003-11-13 00:48 ---
Same problem when updating to 9.1 to 9.2:

many rpmdb warnings:
rpmdb: /var/lib/rpm/Pubkeys: unexpected file type or format

and some lines like:
... invalid signatures ...
package: incorrect signature (sha1 md5 (GPG) (MISSING KEY) GPG# NOT OK)

---
additionnal informations:

# rpm -q gpg-pubkey
gpg-pubkey--
gpg-pubkey--
gpg-pubkey--
[ 3 differents lines]

# rpm -V gpg-pubkey
[No result]

---
available for additionnal informations!

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
the following output is repeated (10-20 lines) when using urpmi to upgrade
packages: rpmdb: /var/lib/rpm/Pubkeys: unexpected file type or format
this does not prevent upgrade/install, but is rather disconcerting



Re: [Cooker] Orphan files ?

2003-11-12 Thread Michael Altizer
Frank Griffin wrote:

I'm looking for some guidance on trying to find the package which owns 
a file.

Several times now when I've had a problem with a particular executable 
or one of the initialization script files, I've tried to find the 
owning package for purposes of filing a bug report by using rpmdrake's 
seach on filename feature, only to get no hits from the search.

The latest example is /usr/bin/update-menus.

Should this technique work, or should I be doing something else ?



It seems as though this should work.  Using urpmf --files update-menus 
returns the following results:
menu:/usr/bin/update-menus
menu:/usr/share/man/man1/update-menus.1.bz2
So, /usr/bin/update-menus belongs to the menu package. (menu-2.1.5-124mdk)
Note: Obviously, this is only going to work 100% if your urpmi database 
matches your currently installed packages since packages are often 
removed and, though less frequent an occurance, files may switch between 
packages (eg. all the recent KDE changes).
-Michael




Re: [Cooker] Orphan files ?

2003-11-12 Thread James Sparenberg
On Wed, 2003-11-12 at 15:24, Frank Griffin wrote:
> I'm looking for some guidance on trying to find the package which owns a 
> file.
> 
> Several times now when I've had a problem with a particular executable 
> or one of the initialization script files, I've tried to find the owning 
> package for purposes of filing a bug report by using rpmdrake's seach on 
> filename feature, only to get no hits from the search.
> 
> The latest example is /usr/bin/update-menus.
> 
> Should this technique work, or should I be doing something else ?

urpmf /usr/bin/update-menus 

will give you the package that includes that file.

James

> 
> 




[Cooker] Orphan files ?

2003-11-12 Thread Frank Griffin
I'm looking for some guidance on trying to find the package which owns a 
file.

Several times now when I've had a problem with a particular executable 
or one of the initialization script files, I've tried to find the owning 
package for purposes of filing a bug report by using rpmdrake's seach on 
filename feature, only to get no hits from the search.

The latest example is /usr/bin/update-menus.

Should this technique work, or should I be doing something else ?




Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Svetoslav Slavtchev
> On Wed, 12 Nov 2003 21:49:01 +0100 (MET)
> "Svetoslav Slavtchev" <[EMAIL PROTECTED]> wrote:
> 
> > very short note (will come back later with longer one :) )
> > 
> > wanna include some 3rdparty stuff ?-)
> 
> Why not :)
> That won't kill me or significantly increase the built time.

greate :-)

> > i'm trying to ?port? the mdk 3rdparty modules to 2.6
> 
> great
> 
> > and i almost, partly got it, but ...
> > 1.)
> > grrr, i've no idea how to fix one issue
> > make clean doesn't work after make mrproper( probably distclean too)
> 
> I guess you only need to copy /boot/config in the kernel sources
> directory.
> I'll work on a solution for all this mess soon.

no the patch i attached isn't finished/ is partly brocken
everything seems OK, but `make mrproper` deletes 3rdparty/Makefile
and `make clean` needs it to clean 3rdarty/*/*
(although it's already clean :( )

> 
> > 2.)
> > i can not find external drivers that work with 2.6
> > 
> > here is what i got to compile 
> > (in one or another way, mostly troubled by prism2, ov511 also needs
> > fixing:()
> 
> 
> Nice, where can I pick all this modules to include them in my nightly
> build ? :)
> 

i'll upload a nosrc.rpm shortly (omited only the linux tarball)
but it freezes shortly after boot is finished on my system since -bk9 
(the same patch tarball woked OK till -bk7 :( )

url is http://varna.demon.co.uk/~svetlio/cook/2.6/

on second thought, i'll upload also the patches tarball 
look for linux-2.6.0-test9s3.tar.bz2 :-)

the not enabled options are broken

sorry but longer mail, will still have to wait at least an hour :(


> > PS
> > 1)  atmel-ng is berlios driver with intersil support
> > 2.) lirc probably needs some tweaking/fixing too
> > 
> > #
> > # Unofficial 3rd party kernel additions
> > #
> > CONFIG_ACX100=m
> > CONFIG_ATMEL_NG=m // have to switch to the cryptic name from 2.4x-xq
> > CONFIG_HOSTAP=m
> > CONFIG_HOSTAP_FIRMWARE=y
> > CONFIG_HOSTAP_PLX=m
> > CONFIG_HOSTAP_PCI=m
> > CONFIG_HOSTAP_CS=m
> > 
> > #
> > # Linux InfraRed Controller
> > #
> > CONFIG_LIRC=y
> > CONFIG_LIRC_SUPPORT=y
> > CONFIG_LIRC_MAX_DEV=2
> > CONFIG_LIRC_GPIO=m
> > # CONFIG_LIRC_BT829 is not set / i2c broken ?
> > CONFIG_LIRC_IT87=m
> > CONFIG_LIRC_ATIUSB=m
> > CONFIG_LIRC_SERIAL=m

this following are currently choice,
i'll try to figure out smth to build them as separate module

> > CONFIG_LIRC_HOMEBREW=y
> > # CONFIG_LIRC_SERIAL_ANIMAX is not set
> > # CONFIG_LIRC_SERIAL_IRDEO is not set
> > # CONFIG_LIRC_SERIAL_IRDEO_REMOTE is not set
> > # CONFIG_LIRC_SERIAL_TRANSMITTER is not set
> > # CONFIG_LIRC_SERIAL_IGOR is not set



> > CONFIG_LIRC_SERIAL_COM1=y
> > # CONFIG_LIRC_SERIAL_COM2 is not set
> > # CONFIG_LIRC_SERIAL_COM3 is not set
> > # CONFIG_LIRC_SERIAL_COM4 is not set
> > # CONFIG_LIRC_SERIAL_OTHER is not set
> > CONFIG_LIRC_PORT_SERIAL=0x3f8
> > CONFIG_LIRC_IRQ_SERIAL=0x4

this one's were also a choice & i splitted them // needs testing :)
> > CONFIG_LIRC_SIR=m
> > CONFIG_LIRC_SIR_IRDA=m
> > CONFIG_LIRC_SIR_TEKRAM=m
> > CONFIG_LIRC_SIR_ACTISYS_ACT200L=m


> > CONFIG_LIRC_SIR_COM1=y
> > # CONFIG_LIRC_SIR_COM2 is not set
> > # CONFIG_LIRC_SIR_COM3 is not set
> > # CONFIG_LIRC_SIR_COM4 is not set
> > # CONFIG_LIRC_SIR_OTHER is not set
> > CONFIG_LIRC_PORT_SIR=0x3f8
> > CONFIG_LIRC_IRQ_SIR=0x4
> > CONFIG_LUFS=m
> > CONFIG_PRISM54=m
> > CONFIG_QC_USB=m
> > 

> > #
> > # Prism2.5 wireless support
> > #
> > CONFIG_PRISM25=m
> > CONFIG_P80211=m
> > CONFIG_PRISM2_PLX=m
> > CONFIG_PRISM2_PCI=m
> > CONFIG_PRISM2_CS=m

originaly only P80211 & PRISM2_PLX did compile,
i came with MD01-prism2sta.c-remove_release.patch,
and i wrote to wlan-ng to ask wether the patch is OK,
but no reply yet, and my messege have not yet hit the list :(

> > # CONFIG_PRISM2_USB is not set
 broken



> > # CONFIG_OV511 is not set // i2c needs fixing

svetljo

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




[Cooker] [Bug 6345] [mozilla] New: Download progress window hides all others

2003-11-12 Thread [fgriffin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6345

   Summary: Download progress window hides all others
   Product: mozilla
   Version: 1.4-15mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


This bug is really for -16mdk, but that's not in the selection list.

The download progress window refuses to allow other windows in front of it. 
This has been the case since at least 9.2RC2 and still is.  It's a change in
behavior from earlier 1.4 builds.

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



[Cooker] [Bug 6344] [gnome2] New: Create Launcher window hides all others

2003-11-12 Thread [fgriffin]
http://qa.mandrakesoft.com/show_bug.cgi?id=6344

   Summary: Create Launcher window hides all others
   Product: gnome2
   Version: 2.4.0-3mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The Create Launcher window (Panel->Add to Panel->Launcher) lays over and hides
child windows invoked from it such as the Icon browse selection and the Command
browse selection.  Even clicking the child window won't bring it in front of the
Create Launcher window.

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



Re: [Cooker] spamassassin broken

2003-11-12 Thread Salane KIng
On Wednesday 12 November 2003 05:31 pm, Shift wrote:
> Le Wednesday 12 November 2003 22:57, Salane KIng a écrit :
> > two errors from spamassissin probably related to perl
> >
> > service spamassassin start
> > Starting spamd: execvp: No such file or directory
> > [FAILED]
> > sa-learn --spam --showdots --dir /home/salane/.Mail/spam-id/cur/
> > bash: /usr//bin/sa-learn: /usr/bin/perl5.8.1: bad interpreter: No such
> > file or directory
>
> Cf  http://marc.theaimsgroup.com/?l=mandrake-cooker&m=106854407318495&w=2
> I suppose that spamassassin is broken because perl is broken.
>
> Franck
Yep I downloaded the src.rpm and did a rebuild on it. Now it works fine. I did 
have to do an sa-learn --import on it before I used sa-learn though. 



Re: [Cooker] spamassassin broken

2003-11-12 Thread Shift
Le Wednesday 12 November 2003 22:57, Salane KIng a écrit :
> two errors from spamassissin probably related to perl
>
> service spamassassin start
> Starting spamd: execvp: No such file or directory
> [FAILED]
> sa-learn --spam --showdots --dir /home/salane/.Mail/spam-id/cur/
> bash: /usr//bin/sa-learn: /usr/bin/perl5.8.1: bad interpreter: No such file
> or directory

Cf  http://marc.theaimsgroup.com/?l=mandrake-cooker&m=106854407318495&w=2
I suppose that spamassassin is broken because perl is broken.

Franck



Re: [Cooker] spamassassin broken

2003-11-12 Thread Tim Sawchuck
On Wed, 12 Nov 2003 16:57:43 -0500
Salane KIng <[EMAIL PROTECTED]> scribed on electronic parchment:

> two errors from spamassissin probably related to perl
> 
> service spamassassin start
> Starting spamd: execvp: No such file or directory
> [FAILED]
> sa-learn --spam --showdots --dir /home/salane/.Mail/spam-id/cur/
> bash: /usr//bin/sa-learn: /usr/bin/perl5.8.1: bad interpreter: No such
> file or directory

This may or may not help, but try "sa-learn --import" in a terminal.  Did
you upgrade to spamassassin 2.60?  This it the fix for the upgrade, but I
cannot remember the error exactly.

Tim

-- 
 _
( ) ASCII ribbon campaign against HTML e-mail
 x registered Linux user # 329428
/ \ GnuPG KeyID 6B5A70DF www.keyserver.net


pgp0.pgp
Description: PGP signature


[Cooker] [Bug 6343] [krusader] New: krusader in conflict with kdelibs-common

2003-11-12 Thread [mangoo]
http://qa.mandrakesoft.com/show_bug.cgi?id=6343

   Summary: krusader in conflict with kdelibs-common
   Product: krusader
   Version: 1.20-4mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


krusader-1.20-4mdk is in conflict with file
/usr/share/mimelnk/application/x-ace.desktop from kdelibs-common-3.1.93-14mdk,
and all previous kdelibs-common-3.1.93-xx, AFAIR.

If krusader was installed beforehand, one couldn't simply upgrade kde because of
this issue.


Additionally, the signature is missing.


Also, when I tried to send this report, a message popped up:

You are not reporting a bug for the last version available.
Please upgrade to krusader version 1.20-3mdk or it is likely that you bug report
 will be ignored.

It should be *your*, not *you*, and, 1.20-4mdk is obviously the version released
after 1.20-3mdk...


Below the output of urpmi krusader:


# urpmi krusader

(...)

The following packages have bad signatures:
/var/cache/urpmi/rpms/krusader-1.20-4mdk.i586.rpm: Missing signature (sha1 md5 OK)
Do you want to continue installation ? (y/N) y
installing /var/cache/urpmi/rpms/krusader-1.20-4mdk.i586.rpm
Preparing...##
Installation failed:
file /usr/share/mimelnk/application/x-ace.desktop from install of
krusader-1.20-4mdk conflicts with file from package kdelibs-common-3.1.93-14mdk

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



[Cooker] New mutt for testing

2003-11-12 Thread Abel Cheung
Hi all,

I've compiled mutt 1.5.5.1i and plan to upload it soon, but it would
be better if it has some more testing, in particular NNTP support and
saving history, which I just added. NNTP patch is quite a large patch.
Here is the URL:

http://deaddog.org/Mandrake/cooker/mutt/mutt-1.5.5.1i-1mdk.i586.rpm
http://deaddog.org/Mandrake/cooker/mutt/mutt-1.5.5.1i-1mdk.src.rpm
http://deaddog.org/Mandrake/cooker/mutt/mutt-1.5.5.1i-1.widechar.mdk.i586.rpm


The last one is built against ncurses which has wide char support.
It was necessary for me, since I'm using UTF-8 locale and mutt would
mis-ident under thread mode. Not sure if it's because I'm using
multibyte locale. If you have no idea what I'm talking about,
please look at:

http://deaddog.org/~maddog/screenshot/bad-mutt.png

I think the normal package and the one with wide char support basically
means mutt vs. mutt-utf8 under Debian. I've compiled the ncurses with
wchar_t under ../ncurses/ (sorry, it's for i686). Hope I can get Pixel
to have a look and incorporate it into ncurses package soon.

Please tell me if the packages work for you, thanks!

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


pgp0.pgp
Description: PGP signature


Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 21:49:01 +0100 (MET)
"Svetoslav Slavtchev" <[EMAIL PROTECTED]> wrote:

> very short note (will come back later with longer one :) )
> 
> wanna include some 3rdparty stuff ?-)

Why not :)
That won't kill me or significantly increase the built time.

> i'm trying to ?port? the mdk 3rdparty modules to 2.6

great

> and i almost, partly got it, but ...
> 1.)
> grrr, i've no idea how to fix one issue
> make clean doesn't work after make mrproper( probably distclean too)

I guess you only need to copy /boot/config in the kernel sources
directory.
I'll work on a solution for all this mess soon.

> 2.)
> i can not find external drivers that work with 2.6
> 
> here is what i got to compile 
> (in one or another way, mostly troubled by prism2, ov511 also needs
> fixing:()


Nice, where can I pick all this modules to include them in my nightly
build ? :)


> best,
> 
> svetljo
> 
> PS
> 1)  atmel-ng is berlios driver with intersil support
> 2.) lirc probably needs some tweaking/fixing too
> 
> #
> # Unofficial 3rd party kernel additions
> #
> CONFIG_ACX100=m
> CONFIG_ATMEL_NG=m
> CONFIG_HOSTAP=m
> CONFIG_HOSTAP_FIRMWARE=y
> CONFIG_HOSTAP_PLX=m
> CONFIG_HOSTAP_PCI=m
> CONFIG_HOSTAP_CS=m
> 
> #
> # Linux InfraRed Controller
> #
> CONFIG_LIRC=y
> CONFIG_LIRC_SUPPORT=y
> CONFIG_LIRC_MAX_DEV=2
> CONFIG_LIRC_GPIO=m
> # CONFIG_LIRC_BT829 is not set
> CONFIG_LIRC_IT87=m
> CONFIG_LIRC_ATIUSB=m
> CONFIG_LIRC_SERIAL=m
> CONFIG_LIRC_HOMEBREW=y
> # CONFIG_LIRC_SERIAL_ANIMAX is not set
> # CONFIG_LIRC_SERIAL_IRDEO is not set
> # CONFIG_LIRC_SERIAL_IRDEO_REMOTE is not set
> # CONFIG_LIRC_SERIAL_TRANSMITTER is not set
> # CONFIG_LIRC_SERIAL_IGOR is not set
> CONFIG_LIRC_SERIAL_COM1=y
> # CONFIG_LIRC_SERIAL_COM2 is not set
> # CONFIG_LIRC_SERIAL_COM3 is not set
> # CONFIG_LIRC_SERIAL_COM4 is not set
> # CONFIG_LIRC_SERIAL_OTHER is not set
> CONFIG_LIRC_PORT_SERIAL=0x3f8
> CONFIG_LIRC_IRQ_SERIAL=0x4
> CONFIG_LIRC_SIR=m
> CONFIG_LIRC_SIR_IRDA=m
> CONFIG_LIRC_SIR_TEKRAM=m
> CONFIG_LIRC_SIR_ACTISYS_ACT200L=m
> CONFIG_LIRC_SIR_COM1=y
> # CONFIG_LIRC_SIR_COM2 is not set
> # CONFIG_LIRC_SIR_COM3 is not set
> # CONFIG_LIRC_SIR_COM4 is not set
> # CONFIG_LIRC_SIR_OTHER is not set
> CONFIG_LIRC_PORT_SIR=0x3f8
> CONFIG_LIRC_IRQ_SIR=0x4
> CONFIG_LUFS=m
> CONFIG_PRISM54=m
> CONFIG_QC_USB=m
> 
> #
> # Prism2.5 wireless support
> #
> CONFIG_PRISM25=m
> CONFIG_P80211=m
> CONFIG_PRISM2_PLX=m
> CONFIG_PRISM2_PCI=m
> # CONFIG_PRISM2_USB is not set
> CONFIG_PRISM2_CS=m
> # CONFIG_OV511 is not set

-- 
Olivier Blin



[Cooker] spamassassin broken

2003-11-12 Thread Salane KIng
two errors from spamassissin probably related to perl

service spamassassin start
Starting spamd: execvp: No such file or directory
[FAILED]
sa-learn --spam --showdots --dir /home/salane/.Mail/spam-id/cur/
bash: /usr//bin/sa-learn: /usr/bin/perl5.8.1: bad interpreter: No such file or 
directory



Re: [Cooker] 2.6test9.5 problems

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 23:00:26 +1300
Bernard Varaine <[EMAIL PROTECTED]> wrote:

> 2.6 test9 boot in console mode.
> errors on loopback device (see mes2.6 attached)

I can't see anything wrong with loopback in your syslog, can you please
quote the loopback errors ?

> but freeze completely when trying to run X (XFree log attached)

It's quite hard to debug since there's no errors in your XFree log ...
(only some apm warnings)
Do you use XFree drivers or ATI proprietary
drivers? If you use the last ones, try to fall back to XFree drivers.

Regards

-- 
Olivier Blin



[Cooker] [Bug 1253] [Hardware] usb 2.0 problem

2003-11-12 Thread [rteng]
http://qa.mandrakesoft.com/show_bug.cgi?id=1253





--- Additional Comments From [EMAIL PROTECTED]  2003-08-29 18:26 ---
No activity has been seen on this bug since 20030203 and it is still in UNCONFIRMED 
state. This probably means that the information provided was not clear enough, or
that the bug is not valid anymore. Please test and confirm that this bug is still 
valid with the latest cooker version, or close it.


--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 22:52 ---
I have the same experience, asus a7v333 motherboard (also VIA usb controller).

On Mandrake 9.1 the usb2.0 ports seem to perform fine, but after transferring 
considerable amounts of data (couple of 700MB files), it just stops.
When the bios is set to usb legacy support, it stops much much earlier (after 
some 80MB or so). (I have the latest bios for this board, 1017, dating from May 
2003.)

I now tried on Mandrake 9.2 with the stock kernel and just now with the updated 
kernel, kernel-i686-up-4GB-2.4.22.21mdk.
On both the behaviour is the same: very low throughput (seems usb1 speed, around 
1MB/s or less), and cpu load goes to 94-100%. This is with an Athlon 2400+ cpu. 
On Mandrake 9.1 the cpu load would stay low for a bit, then gradually rise to 
60-70%

BTW hotplugging is working fine since 9.2; I don't get a desktop icon, but can 
just browse to /mnt/removable and all is there. This part works fine.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Hi!...
I am using Mandrake beta 2.0 and I have problem with USB 2.0
I got mass storage device connected to USB 2.0 kontroler from VIA...
USB Controller: VIA Technologies, Inc. USB 2.0 (rev 81).
Mass storage device is hdd (20 gb IBM) in external case...
It seems that everything is working ok, but when I start copying files to my usb
hdd, load average goes up very quickly, and when it came to around 2.5 usb
device stop responding. After that I cannot umount the device, I cannot reset or
shutdown machine
Kernel is 2.4.21-0.pre3.1mdk
p.s. I had also problem like this with Mandrake 9.0, 9.1 beta 1...



[Cooker] No KDE app menu entries in GNOME ?

2003-11-12 Thread Frank Griffin
I've just done a new installation from a Monday (Nov. 10) refresh of 
cooker, and I'm finding that the launcher in GNOME no longer contains 
any entries for KDE apps, such as Kate, KCalc, etc.  I'm sure these were 
there in the 9.2 RCs, since I always add them to my panel.

Have these disappeared by design, or is this something that needs to be 
corrected ?




[Cooker] [Bug 6342] [mailman] New: install problem with the fr locale, template is missing

2003-11-12 Thread [marc.tommasi]
http://qa.mandrakesoft.com/show_bug.cgi?id=6342

   Summary: install problem with the fr locale, template is missing
   Product: mailman
   Version: 2.1.2-9mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: mailman
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


The  "su -c "./bin/newlist mailman" mail" command fails to create a new list.
Some template is missing. Only the fr template is present (maybe detected by the
locale) and it is therefore mandatory to put 
DEFAULT_SERVER_LANGUAGE = 'fr'
in mm_cfg.py

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



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Svetoslav Slavtchev
> On Wed, 12 Nov 2003 10:26:04 -0600
> Bret Baptist <[EMAIL PROTECTED]> wrote:
> 
> > I know that my VIA82CXXX IDE chipset module was not placed in the
> > initrd.  I remade the initrd with the module using --with=via82cxxx,
> > then I found out that ide drivers don't work well as modules  So I
> > rebuilt the kernel.  :-)
> 
> Yes, sorry, I made a mistake.
> I'll build a new package, perhaps this night.
> 
> I'll try to fix this module loading issue and to fix our mkinitrd
> script to detect IDE modules (won't be easy ...).
> 
> Sorry for the mess.

very short note (will come back later with longer one :) )

wanna include some 3rdparty stuff ?-)
i'm trying to ?port? the mdk 3rdparty modules to 2.6
and i almost, partly got it, but ...
1.)
grrr, i've no idea how to fix one issue
make clean doesn't work after make mrproper( probably distclean too)

2.)
i can not find external drivers that work with 2.6

here is what i got to compile 
(in one or another way, mostly troubled by prism2, ov511 also needs fixing
:()

best,

svetljo

PS
1)  atmel-ng is berlios driver with intersil support
2.) lirc probably needs some tweaking/fixing too

#
# Unofficial 3rd party kernel additions
#
CONFIG_ACX100=m
CONFIG_ATMEL_NG=m
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_PLX=m
CONFIG_HOSTAP_PCI=m
CONFIG_HOSTAP_CS=m

#
# Linux InfraRed Controller
#
CONFIG_LIRC=y
CONFIG_LIRC_SUPPORT=y
CONFIG_LIRC_MAX_DEV=2
CONFIG_LIRC_GPIO=m
# CONFIG_LIRC_BT829 is not set
CONFIG_LIRC_IT87=m
CONFIG_LIRC_ATIUSB=m
CONFIG_LIRC_SERIAL=m
CONFIG_LIRC_HOMEBREW=y
# CONFIG_LIRC_SERIAL_ANIMAX is not set
# CONFIG_LIRC_SERIAL_IRDEO is not set
# CONFIG_LIRC_SERIAL_IRDEO_REMOTE is not set
# CONFIG_LIRC_SERIAL_TRANSMITTER is not set
# CONFIG_LIRC_SERIAL_IGOR is not set
CONFIG_LIRC_SERIAL_COM1=y
# CONFIG_LIRC_SERIAL_COM2 is not set
# CONFIG_LIRC_SERIAL_COM3 is not set
# CONFIG_LIRC_SERIAL_COM4 is not set
# CONFIG_LIRC_SERIAL_OTHER is not set
CONFIG_LIRC_PORT_SERIAL=0x3f8
CONFIG_LIRC_IRQ_SERIAL=0x4
CONFIG_LIRC_SIR=m
CONFIG_LIRC_SIR_IRDA=m
CONFIG_LIRC_SIR_TEKRAM=m
CONFIG_LIRC_SIR_ACTISYS_ACT200L=m
CONFIG_LIRC_SIR_COM1=y
# CONFIG_LIRC_SIR_COM2 is not set
# CONFIG_LIRC_SIR_COM3 is not set
# CONFIG_LIRC_SIR_COM4 is not set
# CONFIG_LIRC_SIR_OTHER is not set
CONFIG_LIRC_PORT_SIR=0x3f8
CONFIG_LIRC_IRQ_SIR=0x4
CONFIG_LUFS=m
CONFIG_PRISM54=m
CONFIG_QC_USB=m

#
# Prism2.5 wireless support
#
CONFIG_PRISM25=m
CONFIG_P80211=m
CONFIG_PRISM2_PLX=m
CONFIG_PRISM2_PCI=m
# CONFIG_PRISM2_USB is not set
CONFIG_PRISM2_CS=m
# CONFIG_OV511 is not set

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++

MB02-3rdparty.patch
Description: Binary data


[Cooker] [Bug 6341] [gnumeric] New: post install creates html files in /

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

   Summary: post install creates html files in /
   Product: gnumeric
   Version: 1.2.0-1mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Installation of gnumeric creates the following files in /:

ld-id2463288.html
ld-id2464404.html
ld-id2466338.html
ld-id2466408.html
ld-id2466446.html
ld-id2466530.html
ld-id2466598.html
ld-id2466712.html
ld-id2466830.html

I guess they are created by yelp-pregenerate in post install.

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



[Cooker] [Bug 6173] [Installation] MD5SUM error during Mandrake 9.2 Web/FTP Installation

2003-11-12 Thread [gc]
http://qa.mandrakesoft.com/show_bug.cgi?id=6173





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 21:08 ---
this has no connection with installation/stage1.

can you recheck? this was probably a mirrors problem.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Doing an 'urpmi.update -a', I always get a MD5 error
for the Mandrake 9.2 Install tree.

I use http://ftp.club-internet.fr
/pub/unix/linux/Mandrake/9.2/i586/Mandrake/RPMS/

The wrong MD5 sums appear for both hdlist.cz
and synthesis.hdlist.cz files as taken from ../base

I compared the md5sums of the two files with
the sums in the ../base/MD5SUM list after
downloading hdlist.cz, synthesis.hdlist.cz, and MD5SUM.

These are the results:

[EMAIL PROTECTED] MDK]$ md5sum hdlist.cz
745ca56870debc616e3a1a48e96064d7  hdlist.cz

[EMAIL PROTECTED] MDK]$ md5sum synthesis.hdlist.cz
cac3f2567e0e3a3164cca1500fc4a4ed  synthesis.hdlist.cz

[EMAIL PROTECTED] MDK]$ egrep ' (synthesis\.|)hdlist\.cz$' MD5SUM
cf6254a7afa19e470e8662b3d923120c  hdlist.cz
5a2a653536e87d269809469cdc91b9dc  synthesis.hdlist.cz

[EMAIL PROTECTED] MDK]$ md5sum --check MD5SUM
hdlist.cz: Fehlschlag
synthesis.hdlist.cz: Fehlschlag
md5sum: Warnung: 2 von 2 berechneten Prüfsummen passten NICHT

(Because I use the german localization of MandrakeLinux,
here a short translation:
Fehlschlag means failure, and the last line:
Warning: 2 of 2 calculated checksums doesn't match)

Here is my uname -a line for identifying my environment:
[EMAIL PROTECTED] MDK]$ uname -a
Linux machine 2.4.22-16mdk #1 Fri Oct 17 05:08:42 CEST 2003 i686 unknown unknown
GNU/Linux

I use urpmi version 4.4

I think the recreation of hdlist.cz and synthesis.hdlist.cz
and the recreation of the MD5SUM file should solve the problem.
Probably the MD5SUM step is enough if the validity of the two
files can be confirmed.

Kindest regards,
Guenter



[Cooker] [Bug 6237] [rpmdrake] Revert to official package

2003-11-12 Thread [gc]
http://qa.mandrakesoft.com/show_bug.cgi?id=6237





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 21:06 ---
We dont' have urpmi alike dependencies informations for downgrading :/.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I like to try plf and texstar packages (say kde). If they don't work well, I 
want to return to mandrake's equivalent packages. This is not supported by 
rpmdrake. THe best I could think is either: 
 
1) uninstall kde via the gui, then uncheck plf repository, the reinstall kde. 
 
2) download the packages manually, then rpm --force. 
 
Both ways have serious disadvantages:  
 
-you have to download the older packages again. They should have been kept in 
the cache. 
-The second way has another disadvantage: it forces you to use the cli. 
-The first way forces you to uninstall kde, so you have to use either gnome or 
cli.



[Cooker] [Bug 6320] [xboard] Cannot start xboard

2003-11-12 Thread [gc]
http://qa.mandrakesoft.com/show_bug.cgi?id=6320


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 20:56 ---
- path problem: /usr/games should be in the path of all users. aren't you
running the game in root, bad bad boy?

- fixing packaging problem (4.2.6-7mdk)

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The file /usr/bin/xboard is missing. Have tried reinstalling but same results.



[Cooker] [Bug 6012] [rpmdrake] rpmdrake doesn't finish sorting package names

2003-11-12 Thread [gc]
http://qa.mandrakesoft.com/show_bug.cgi?id=6012





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 20:52 ---
can you check your hdlist.cz (or synthesis) are correct, can you reproduce, and
tell me for which packages that happen?

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Package names are listed (the "flat" listing) in an almost-sorted order, with 
many entries scattered up to a few dozen positions from where they should be, 
and the odd one or two at the other end of the list. Frozen cooker as fetched 
from planetmirror today.



[Cooker] [Bug 6317] [rpmdrake] no "cancel" button in progress windows

2003-11-12 Thread [gc]
http://qa.mandrakesoft.com/show_bug.cgi?id=6317


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 20:51 ---
adding it to my todo. will try to feature that in next release.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
When rpmdrake downloads packages that are selected for install, there is no
cancel button in the progress window. This is annoying when you notice you have
selected for 500 Mbytes worth of packages (KDE 3.2 ;-)) and you don't have
enough time. You have to close the windows and then kill the left processes by hand.



Re: [Cooker] qt still crapped?

2003-11-12 Thread Brook Humphrey
On Wednesday 12 November 2003 11:05 am, Austin wrote:
> [EMAIL PROTECTED] rpm]$ qjackctl
> Loading required GL library /usr/X11R6/lib/libGL.so.1.2
> Warning: no locale found: /usr/share/locale/qjackctl_en_US.qm
> No Motif style available!
> [EMAIL PROTECTED] rpm]$
>
> Austin
install xfree devel 
-- 
New and improved with advanced outlook crash handler. 

 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
  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
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-



[Cooker] KDE 3.1.93-16mdk problems

2003-11-12 Thread Robert Fox
The kcontrol panel has gotten worse - still hoping for the fix soon.

Found another problem now - the kicker panel can't be configured - I get
an error trying to find "libkcm_kicker.la" - It should be in the kdebase
package but appears to be missing.

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




[Cooker] qt still crapped?

2003-11-12 Thread Austin
[EMAIL PROTECTED] rpm]$ qjackctl
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Warning: no locale found: /usr/share/locale/qjackctl_en_US.qm
No Motif style available!
[EMAIL PROTECTED] rpm]$ 

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






Re: [Cooker] idea for MDK 10: use all iso images for installing

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 19:47:22 +0100
[EMAIL PROTECTED] wrote:

> That's stange. Whith the Mdk9.2, id did have instllad my stystem form
> iso stored on my hd...

Hum, what's strange ? It's what it's supposed to do, isn't it ?
However, with current installer, you can only use the first ISO on hard
disk.

-- 
Olivier Blin



[Cooker] [Bug 6273] [Installation] bootsplash can not be unmarked in package list

2003-11-12 Thread [hbush]
http://qa.mandrakesoft.com/show_bug.cgi?id=6273





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 19:49 ---
I tested this once more today installing 9.2 from PowerPack DVD. Situation was
the same, namely unmarking "bootsplash" in package list leads to warning about
deleting from install list so many graphical things that it is not possible even
to see whole list. Seems that whole KKDE and Gnome environment would be gone
when unmarking one single "bootsplash".


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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Well it can be unmarked but the warning follows that almost all KDE, Gnome etc. is 
going to be 
excluded from installation as well. "The following packages are going to be removed" 
list is much 
longer than warning window can show (BTW this warning window is not scrollable, as 
anyone 
can see trying to unmark bootsplash, so you even canot see what else is NOT going to 
be 
installed...  ;-) 
 
You might understand that not everyone wants to close boot screen text messages with 
some 
much less informative "bootsplash". If somebody wants to partially blind himself, 
that's OK for 
him... I don't want to.  For me the easiest way NOT to see this bootsplash at all has 
been in 9.1 
simply to not install it. Unmark during the installation. Now with 9.2 it seems 
impossible because 
simple unmarking of bootsplash in Graphical Environment -> KDE Workstation -> 
bootsplash  
seems to imply mandatory unmarking whole graphical interface set with it. Something is 
wrong 
with this. I want to get rid of bootsplash but still use KDE and whole lot of Graphic.



Re: [Cooker] idea for MDK 10: use all iso images for installing

2003-11-12 Thread mlmdk
Selon Guillaume Cottenceau <[EMAIL PROTECTED]>:

> Keld Jørn Simonsen <[EMAIL PROTECTED]> writes:
> 
> > Hi!
> > 
> > I got an idea for MDK 10:
> > 
> > Would it not be nice if you could do network and hd installs from
> > the iso images? 
> 
> Olivier, any patch pending?
> 
> -- 
> Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
> 
> 

That's stange. Whith the Mdk9.2, id did have instllad my stystem form iso stored
on my hd...



Re: [Cooker] idea for MDK 10: use all iso images for installing

2003-11-12 Thread Olivier Blin
On 12 Nov 2003 18:49:54 +0100
Guillaume Cottenceau <[EMAIL PROTECTED]> wrote:

> Keld Jørn Simonsen <[EMAIL PROTECTED]> writes:
> 
> > Hi!
> > 
> > I got an idea for MDK 10:
> > 
> > Would it not be nice if you could do network and hd installs from
> > the iso images? 
> 
> Olivier, any patch pending?

I guess it will be ready some months before next release, as well as
proxy support (which is almost done, I only need to patch stage2 now).
I know how to do it, I just need some time to code and test.
BTW, we should use the same user agent in urpmi :
"User-Agent: DrakX/vivelinuxabaszindozs" ;)

I've lot of things pending.
For now, I'm fighting with asm kernel code :)

-- 
Olivier Blin



Re: [Cooker] gtk2 file selector

2003-11-12 Thread Bellegarde Cédric
I'm using this patch since the last discussion on mailing list.
All my gtk/gnome apps works perfectly :)

But, like i don't want to fight with fcrozat ... ;)

Le mer 12/11/2003 à 08:55, Götz Waschk a écrit :
> Am Dienstag, 11. November 2003, 18:43:07 Uhr MET, schrieb Bellegarde Cédric:
> > So, no gnome 2.6 in mandrake 10.0 :-/
> > maybee, we should use this patch, test it in cooker and put it in 10.0
> > if stable.
> > http://members1.chello.nl/~h.lai/gtkenhancements/
> 
> I've already tried that one, it made all gtk+2 apps crash :-( This was
> discussed on the list a few months ago, just search the archives.




Re: [Cooker] idea for MDK 10: use all iso images for installing

2003-11-12 Thread Guillaume Cottenceau
Keld Jørn Simonsen <[EMAIL PROTECTED]> writes:

> Hi!
> 
> I got an idea for MDK 10:
> 
> Would it not be nice if you could do network and hd installs from
> the iso images? 

Olivier, any patch pending?

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



Re: [Cooker] xmms-1.2.7-26mdk

2003-11-12 Thread Guillaume Cottenceau
Oden Eriksson <[EMAIL PROTECTED]> writes:

> Hi.
> 
> Here's background info:
> 
> I'm very picky when it comes to functionality, and I love features that some 
> people maybe even never heard about, or knew existed. One of these features 
> is the "A-B" button on my remote control for my Technics SL-P470 (audio cd 
> player). As a musician having to figure out song lyrics and train guitar 
> solos for the next cover song that we will play live, the A-B feature is 
> extremly crucial. I have asked the authors of winamp and xmms numerous times 
> about this feature, for at least 4(?) years, well since winamp 1.7.3... Guess 
> what? No responce...
> 
> The good news is that a guy named "Rodrigo Martins de Matos Ventura" made a 
> patch for xmms. I rediffed this patch for the mandrake package and it works 
> like a charm! This is so cool! I love it! Now I can use the PC as a training 
> device for learning songs and stuff! Awesome!

How does it behave when you don't have the necessary hardware? I
guess it's just available through A and S keystrokes?

Also, I think it should have a tooltip explaining what it is, as
it's rather obscure to "normal" people. Would you consider adding
the tooltip?

> I guess a lot of fellows (Austin?) would appreciate this patch if they only 
> knew about it, and realized the benefits of it. My patches are applied to 
> this mail.
> 
> To learn more about it, please read this mail:
> 
> http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
> 
> (2002-January, duh!)

XMMS staff never answered I guess?
 
> I made packages for Mandrake Linux 9.2, check here:
> 
> http://www.deserve-it.com/9.2/
> 
> 
> Chears.
> 
> 
> --- xmms/main.c   2002-02-27 15:30:28.0 +0100
> +++ xmms/main.c.oden  2003-11-12 15:23:36.0 +0100

Patch is rather small, nice :).

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



[Cooker] [Bug 6340] [gcc] gcc misoptimization with -march=i586 -mcpu=pentiumpro

2003-11-12 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=6340





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 18:40 ---
Created an attachment (id=965)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=965&action=view)
preprocessed sj-extracting.c

I got this when compiling with -E -O2 -fomit-frame-pointer -pipe -march=i586
-mcpu=pentiumpro

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
to reproduce :
-build sound-juicer 0.5.7 (available from contrib) with -march=i586
-mcpu=pentiumpro, run it, press "extract" then close the popup window with your
window manager => crash

-build only sj-extracting.c without this optimizations, and everything works
correctly.



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Bret Baptist
On Wednesday 12 November 2003 11:13 am, Olivier Blin wrote:
> On Wed, 12 Nov 2003 10:26:04 -0600
>
> Bret Baptist <[EMAIL PROTECTED]> wrote:
> > I know that my VIA82CXXX IDE chipset module was not placed in the
> > initrd.  I remade the initrd with the module using --with=via82cxxx,
> > then I found out that ide drivers don't work well as modules  So I
> > rebuilt the kernel.  :-)
>
> Yes, sorry, I made a mistake.
> I'll build a new package, perhaps this night.
>
> I'll try to fix this module loading issue and to fix our mkinitrd
> script to detect IDE modules (won't be easy ...).
>
> Sorry for the mess.

No problems Olivier, so far it has been a great experience with 2.6test.  You 
are doing an awesome job.  Thanks a ton.


-- 
Bret Baptist
Systems and Technical Support Specialist
[EMAIL PROTECTED]
Internet Exposure, Inc.
http://www.iexposure.com
 
(612)676-1946 x17
Web Development-Web Marketing-ISP Services
--


Today is the tomorrow you worried about yesterday.




[Cooker] [Bug 5673] [kernel] SIS 746FX - lost interrupts

2003-11-12 Thread [bgmilne]
http://qa.mandrakesoft.com/show_bug.cgi?id=5673





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 18:18 ---
Have you tried booting with 'acpi=off'? This fixes problems for me on the
machines I have seen with this problem.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Mainboard: ASRock K7S8X, SIS 746FX chipset, Bios 1.90  Sept, 15, 2003

I tried to boot up from 9.2rc2 CD 1.
It detected my IDE-chipset as SIS 5513: SIS 962/963 MuIOL UDMA/133

Then it got problems while detecting my HDDs:

hda: attached ide-disk driver
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: host protected ares=J1
hda: lost interrupt
hda: xxx sectors etc. (harddisk properly detected)

from the first "lost interrupt" to the detection of my first harddisk two
minutes elapsed. As it tried to detect my hdc and started again with "hdc: lost
interrupt" I stopped the installation.

Maybe a workaround for this could be to use the kernel - parameter "noapic", but
this would be a *workaround* only.

On my current 9.1 installation with kernel 2.4.21 I also get APIC-errors in
/var/log/messages even when starting with the "noapic" - option :-(

Any help would be appreciated! Thank you!



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 10:26:04 -0600
Bret Baptist <[EMAIL PROTECTED]> wrote:

> I know that my VIA82CXXX IDE chipset module was not placed in the
> initrd.  I remade the initrd with the module using --with=via82cxxx,
> then I found out that ide drivers don't work well as modules  So I
> rebuilt the kernel.  :-)

Yes, sorry, I made a mistake.
I'll build a new package, perhaps this night.

I'll try to fix this module loading issue and to fix our mkinitrd
script to detect IDE modules (won't be easy ...).

Sorry for the mess.

-- 
Olivier Blin



[Cooker] [Bug 6332] [yelp] when installing Galeon and gnome-media errors with yelp

2003-11-12 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=6332


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 17:59 ---
Fixed in yelp 2.4.2-2mdk 

yelp-custom.xsl wasn't a XML Namespace 1.0 compliant file..

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
when installing Galeon and gnome-media, errors like below occurs.

this is with yelp-2.4.1-1mdk, and up2date cooker. 

installing /home/cooker/Mandrake/Mandrake/RPMS/gnome-media-2.4.1.1-1mdk.i586.rpm
Preparing...##
   1:gnome-media##
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:18: namespace error : Namespace
prefix doc for type on param is not defined

^
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:136: namespace error : Namespace
prefix doc for type on param is not defined

^
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:1073: namespace error : Namespace
prefix doc for type on param is not defined

 ^
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:1076: namespace error : Namespace
prefix doc for type on param is not defined

^
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:1079: namespace error : Namespace
prefix doc for type on param is not defined

 ^
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:1082: namespace error : Namespace
prefix doc for type on param is not defined

 ^
/usr/share/sgml/docbook/yelp/yelp-custom.xsl:1085: namespace error : Namespace
prefix doc for type on param is not defined

  ^



[Cooker] 9.1 kernel 2.4.21-0.13mdk and USB Flash Drives

2003-11-12 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Ok so this is an older kernel...

When I boot my system and plug in my usb drive, it works.

When I remove it and reinsert it I get the following in /var/log/messages:

Nov 12 16:28:37 mwatts kernel: hub.c: new USB device 00:1f.2-1.4, assigned 
address 9
Nov 12 16:28:41 mwatts /etc/hotplug/usb.agent: Setup usb-storage for USB 
product ed1/6680/100
Nov 12 16:28:41 mwatts /etc/hotplug/usb.agent: Module setup usb-storage for 
USB product ed1/6680/100
Nov 12 16:28:41 mwatts /etc/hotplug/usb/usb-storage: Load scsimon
Nov 12 16:28:41 mwatts /etc/hotplug/usb/usb-storage: scsimon allready loaded

Nothing else happens now - I dont get the usual scsi device detection, and I 
certainly don't get a /mnt/removable appear.

I tried upgrading to the latest 9.1 errata kernel, but this makes the problem 
even worse - insmod hangs trying to load usb-storage module as part of the 
hotplug scripts.

Aside from upgrading to 9.2, which it not a suitable option in current 
circumstances, is there a fix for this? Everything worked just fine in 9.0...

Cheers,

Mark.

- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/smH0Bn4EFUVUIO0RAkSwAKCiAPAkt0NfSlerBh7IwzFEZI2XiwCfeQLX
QoIZ/Wi2uTq7GUtYxNDjVrc=
=lRTf
-END PGP SIGNATURE-




Re: [Cooker] u2fs?

2003-11-12 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> onsdagen den 12 november 2003 15.55 skrev Marcel Pol:
> > On Wed, 12 Nov 2003 13:08:39 +0100
> >
> > Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > > How do I mount FreeBSD UFS2 partitions under Mandrake?
> >
> > I used:
> > mount -t ufs -o ufstype=44bsd /dev/hda8 /mnt
> >
> > Hope this helps.
>
> Nope:
>
> # mount /dev/hdb1 /mnt/hdb1 -t ufs -o ufstype=44bsd
> mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
>or too many mounted file systems
>
>
> I only found this outdated stuff:
>
> http://www.tldp.org/HOWTO/Linux+FreeBSD-5.html
>
> The u2fs driver is from 1997... As you see I mentioned "UFS2" in my
> original post.

'man mount' is only giving info on ufs partitions, not ufs2.

The kernel config tools are only giving the option of 'ufs', not ufs2.

I'm guessing linux (at least MDK) doesn't support ufs2.

Mark.

- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/smDjBn4EFUVUIO0RAs+eAJwNOp8qf087RdZckPKgBX0Q2u6S7gCeOZyY
rdcTa+GUNlnqQUR1nFbgT30=
=UKw8
-END PGP SIGNATURE-




[Cooker] [Bug 6340] [gcc] New: gcc misoptimization with -march=i586 -mcpu=pentiumpro

2003-11-12 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=6340

   Summary: gcc misoptimization with -march=i586 -mcpu=pentiumpro
   Product: gcc
   Version: 3.3.1-2mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: gcc
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


to reproduce :
-build sound-juicer 0.5.7 (available from contrib) with -march=i586
-mcpu=pentiumpro, run it, press "extract" then close the popup window with your
window manager => crash

-build only sj-extracting.c without this optimizations, and everything works
correctly.

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



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Bret Baptist
On Tuesday 11 November 2003 10:18 pm, Olivier Blin wrote:
> On Tue, 11 Nov 2003 22:56:51 -0500
>
> Scott Chevalley <[EMAIL PROTECTED]> wrote:
> > > Yes, I need please the output of lscpi and lspcidrake (to give me
> > > the exact name of your IDE chipset).
> > >
> > > Thanks.
> >
> > here ya go.
>
> Ok, you're using a VIA82CXXX IDE chipset.
> I've set CONFIG_BLK_DEV_VIA82CXXX=m in test9.5mdk, but, as Andrey
> pointed out, ide chipsets won't even load in current 2.6 state.
> I'll built-in ide chipsets back in next release.
>
> BTW, I'd like to know if the ide module is correctly detected by
> mkinitrd.
> Can you please try the following (as root) so I can check which modules
> are detected and added in the /lib of initrd ?
>
> cp /boot/initrd-2.6.0-0.test9.5mdk.img initrd-2.6-test9.5mdk.img.gz
> gunzip initrd-2.6-test9.5mdk.img.gz
> mkdir initrd-2.6-test9.5mdk
> mount initrd-2.6-test9.5mdk.img initrd-2.6-test9.5mdk -o loop
> ls initrd-2.6-test9.5mdk/lib
> umount initrd-2.6-test9.5mdk
>
> Thanks

I know that my VIA82CXXX IDE chipset module was not placed in the initrd.  I 
remade the initrd with the module using --with=via82cxxx, then I found out 
that ide drivers don't work well as modules  So I rebuilt the kernel.  
:-)

This is with kernel-2.6.0-0.test9.5mdk-1-1mdk.


-- 
Bret Baptist
Systems and Technical Support Specialist
[EMAIL PROTECTED]
Internet Exposure, Inc.
http://www.iexposure.com
 
(612)676-1946 x17
Web Development-Web Marketing-ISP Services
--


Today is the tomorrow you worried about yesterday.




[Cooker] [Bug 5321] [galeon] Problem managing bookmarks (drag to new folder)

2003-11-12 Thread [snoyes]
http://qa.mandrakesoft.com/show_bug.cgi?id=5321





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 17:24 ---
Sorry, won't do it again. See bug 190, bug 2823, bug 6011 and numerous others for 
closing bugs that are reported upstream, or where contributors are told to report 
upstream. 

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date: 
description: 
In the bookmark editor, if you create a new folder, it is not possible to drag
existing bookmark into the empty folder.

The work-around is to create a new "dummy" bookmark in the empty folder so that
it is no longer empty. After dropping existing bookmarks into the folder, the
dummy bookmark can be removed.



Re: [Cooker] mysql-max 4.0.16 segfaults

2003-11-12 Thread Oden Eriksson
onsdagen den 12 november 2003 16.52 skrev Luca Berra:
> On Wed, Nov 12, 2003 at 01:02:58AM +0100, Oden Eriksson wrote:
> >onsdagen den 12 november 2003 00.06 skrev Luca Berra:
> >> 031112 00:03:52  mysqld started
> >> mysqld got signal 11;
> >
> >Weird. It's running just fine on 9.2. Would a rebuild help?
>
> nope, i tried rebuilding today
> mysqld works
> mysqld-max segfaults

Hmmm..., I'm using this in production and I'm not experiencing any problems 
like this. You're sure nothing's wrong at your end?

To be honest I'm not using max generally, but I have briefly switched over to 
max but had no problems.





[Cooker] [Bug 5673] [kernel] SIS 746FX - lost interrupts

2003-11-12 Thread [ricardo.junior]
http://qa.mandrakesoft.com/show_bug.cgi?id=5673





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 16:56 ---
I 've got the same error durin 9.2rc2 installation.
I also have the same motherboard...
On installing 9.1 (final) I got the same error (kernel 2.4.18 i believe...)
There are any kernel patch for this? how to implement it on installation disk?

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Mainboard: ASRock K7S8X, SIS 746FX chipset, Bios 1.90  Sept, 15, 2003

I tried to boot up from 9.2rc2 CD 1.
It detected my IDE-chipset as SIS 5513: SIS 962/963 MuIOL UDMA/133

Then it got problems while detecting my HDDs:

hda: attached ide-disk driver
hda: lost interrupt
hda: lost interrupt
hda: lost interrupt
hda: host protected ares=J1
hda: lost interrupt
hda: xxx sectors etc. (harddisk properly detected)

from the first "lost interrupt" to the detection of my first harddisk two
minutes elapsed. As it tried to detect my hdc and started again with "hdc: lost
interrupt" I stopped the installation.

Maybe a workaround for this could be to use the kernel - parameter "noapic", but
this would be a *workaround* only.

On my current 9.1 installation with kernel 2.4.21 I also get APIC-errors in
/var/log/messages even when starting with the "noapic" - option :-(

Any help would be appreciated! Thank you!



Re: [Cooker] mysql-max 4.0.16 segfaults

2003-11-12 Thread Luca Berra
On Wed, Nov 12, 2003 at 01:02:58AM +0100, Oden Eriksson wrote:
onsdagen den 12 november 2003 00.06 skrev Luca Berra:
031112 00:03:52  mysqld started
mysqld got signal 11;
Weird. It's running just fine on 9.2. Would a rebuild help?
nope, i tried rebuilding today
mysqld works
mysqld-max segfaults
--
Luca Berra -- [EMAIL PROTECTED]
   Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL
/ \


Re: [Cooker] u2fs?

2003-11-12 Thread Oden Eriksson
onsdagen den 12 november 2003 15.55 skrev Marcel Pol:
> On Wed, 12 Nov 2003 13:08:39 +0100
>
> Oden Eriksson <[EMAIL PROTECTED]> wrote:
> > How do I mount FreeBSD UFS2 partitions under Mandrake?
>
> I used:
> mount -t ufs -o ufstype=44bsd /dev/hda8 /mnt
>
> Hope this helps.

Nope:

# mount /dev/hdb1 /mnt/hdb1 -t ufs -o ufstype=44bsd
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
   or too many mounted file systems


I only found this outdated stuff:

http://www.tldp.org/HOWTO/Linux+FreeBSD-5.html

The u2fs driver is from 1997... As you see I mentioned "UFS2" in my original 
post.





[Cooker] xmms-1.2.7-26mdk

2003-11-12 Thread Oden Eriksson
Hi.

Here's background info:

I'm very picky when it comes to functionality, and I love features that some 
people maybe even never heard about, or knew existed. One of these features 
is the "A-B" button on my remote control for my Technics SL-P470 (audio cd 
player). As a musician having to figure out song lyrics and train guitar 
solos for the next cover song that we will play live, the A-B feature is 
extremly crucial. I have asked the authors of winamp and xmms numerous times 
about this feature, for at least 4(?) years, well since winamp 1.7.3... Guess 
what? No responce...

The good news is that a guy named "Rodrigo Martins de Matos Ventura" made a 
patch for xmms. I rediffed this patch for the mandrake package and it works 
like a charm! This is so cool! I love it! Now I can use the PC as a training 
device for learning songs and stuff! Awesome!

I guess a lot of fellows (Austin?) would appreciate this patch if they only 
knew about it, and realized the benefits of it. My patches are applied to 
this mail.

To learn more about it, please read this mail:

http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html

(2002-January, duh!)

I made packages for Mandrake Linux 9.2, check here:

http://www.deserve-it.com/9.2/


Chears.
--- xmms.spec	2003-08-29 21:43:00.0 +0200
+++ xmms.spec.oden	2003-11-12 15:34:00.0 +0100
@@ -13,7 +13,7 @@
 Name: xmms
 Summary: The Sound player with the WinAmp GUI
 Version: 1.2.7
-Release: 25mdk
+Release: 26mdk
 License: GPL
 Group: Sound
 URL: http://www.xmms.org/
@@ -53,6 +53,10 @@
 Patch50: xmms-1.2.5-3dse-11.patch.bz2
 Patch51: xmms-3dse-niqueluisarace.patch.bz2
 
+# rediffed from this mail:
+# http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
+Patch60: xmms-1.2.7-AB-repeat.diff.bz2
+
 Packager: Guillaume Cottenceau <[EMAIL PROTECTED]>
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: libglib-devel libgtk+-devel libxml-devel libvorbis-devel libogg-devel
@@ -169,6 +173,9 @@
 %endif
 %patch51 -p1
 
+# rediffed from this mail:
+# http://lists.xmms.org/pipermail/xmms-devel/2002-January/002282.html
+%patch60 -p0
 
 %build
 autoconf # (gc) patched configure.in
@@ -382,6 +389,9 @@
 %endif
 
 %changelog
+* Wed Nov 12 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.2.7-26mdk
+- added P60
+
 * Fri Aug 29 2003 Pablo Saratxaga <[EMAIL PROTECTED]> 1.2.7-25mdk
 - included new translations
 
@@ -798,3 +808,4 @@
 
 * Fri Apr 09 1999 Lyle Kempler <[EMAIL PROTECTED]>
 - initial version
+
--- xmms/main.c	2002-02-27 15:30:28.0 +0100
+++ xmms/main.c.oden	2003-11-12 15:23:36.0 +0100
@@ -56,8 +56,8 @@
 SButton *mainwin_srew, *mainwin_splay, *mainwin_spause, *mainwin_sstop,
*mainwin_sfwd, *mainwin_seject, *mainwin_about;
 TButton *mainwin_shuffle, *mainwin_repeat, *mainwin_eq, *mainwin_pl;
-TextBox *mainwin_info, *mainwin_rate_text, *mainwin_freq_text, *mainwin_stime_min,
-   *mainwin_stime_sec;
+TextBox *mainwin_info, *mainwin_rate_text, *mainwin_freq_text, *mainwin_ab_text,
+   *mainwin_stime_min,*mainwin_stime_sec;
 MenuRow *mainwin_menurow;
 HSlider *mainwin_volume, *mainwin_balance, *mainwin_position, *mainwin_sposition = NULL;
 MonoStereo *mainwin_monostereo;
@@ -80,6 +80,9 @@
 static gchar *mainwin_title_text = NULL;
 static gboolean mainwin_info_text_locked = FALSE;
 
+static int ab_position_a = -1;
+static int ab_position_b = -1;
+
 #if 0
 /* For x11r5 session management */
 static gchar **restart_argv;
@@ -259,7 +262,7 @@
 	MAINWIN_GENERAL_STOPFADE, MAINWIN_GENERAL_BACK5SEC,
 	MAINWIN_GENERAL_FWD5SEC, MAINWIN_GENERAL_START, MAINWIN_GENERAL_BACK10,
 	MAINWIN_GENERAL_FWD10, MAINWIN_GENERAL_JTT, MAINWIN_GENERAL_JTF,
-	MAINWIN_GENERAL_EXIT
+	MAINWIN_GENERAL_EXIT, MAINWIN_GENERAL_SETAB, MAINWIN_GENERAL_CLEARAB
 };
 
 void mainwin_general_menu_callback(gpointer cb_data, guint action, GtkWidget * w);
@@ -294,6 +297,9 @@
 	{N_("/Playback/-"), NULL, NULL, 0, ""},
 	{N_("/Playback/Jump to Time"), "J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTT, ""},
 	{N_("/Playback/Jump to File"), "J", mainwin_general_menu_callback, MAINWIN_GENERAL_JTF, ""},
+	{N_("/Playback/-"), NULL, NULL, 0, ""},
+{N_("/Playback/Set A-B"), "A", mainwin_general_menu_callback, MAINWIN_GENERAL_SETAB, ""},
+{N_("/Playback/Clear A-B"), "S", mainwin_general_menu_callback, MAINWIN_GENERAL_CLEARAB, ""},
 	{N_("/Visualization"), NULL, NULL, 0, ""},
 	{N_("/-"), NULL, NULL, 0, ""},
 	{N_("/Exit"), NULL, mainwin_general_menu_callback, MAINWIN_GENERAL_EXIT, ""}
@@ -1931,6 +1937,8 @@
 
 void mainwin_play_pushed(void)
 {
+if (-1!=ab_position_a)
+input_seek(ab_position_a/1000);
 	if (get_input_paused())
 	{
 		input_pause();
@@ -2447,7 +2455,26 @@
 		break;
 	case MAINWIN_GENERAL_EXIT:
 		mainwin_quit_cb();
-		break;
+		break;	
+case MAINWIN_GENERAL_SETAB:
+if (playlist_get_current_length() != -1)
+if (-1==ab_position_a) {
+  			ab_positio

Re: [Cooker] u2fs?

2003-11-12 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> Hi.
>
> This is a silly unrelated question..., perhaps...
>
> How do I mount FreeBSD UFS2 partitions under Mandrake?
>
> Impossible mission?

Try this:

mount /dev/hdXY /mnt/foo -t ufs -o ufstype=44bsd

- -- 
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public Key ID: 455420ED

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/skpuBn4EFUVUIO0RAmU/AJ4wCgtrjYIxMPtM9y86Jmi7yylhZwCg/YHz
ukuHMOpnV7hhrmDw8j2pCn0=
=i2DX
-END PGP SIGNATURE-




Re: [Cooker] u2fs?

2003-11-12 Thread Marcel Pol
On Wed, 12 Nov 2003 13:08:39 +0100
Oden Eriksson <[EMAIL PROTECTED]> wrote:

> How do I mount FreeBSD UFS2 partitions under Mandrake?

I used:
mount -t ufs -o ufstype=44bsd /dev/hda8 /mnt

Hope this helps.


--
Marcel Pol





Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Scott Chevalley
Quoting Olivier Blin <[EMAIL PROTECTED]>:

> On Tue, 11 Nov 2003 22:56:51 -0500
> Scott Chevalley <[EMAIL PROTECTED]> wrote:
> 
> > > Yes, I need please the output of lscpi and lspcidrake (to give me
> > > the exact name of your IDE chipset).
> > 
> > > Thanks.
> > 
> > here ya go. 
> 
> Ok, you're using a VIA82CXXX IDE chipset.
> I've set CONFIG_BLK_DEV_VIA82CXXX=m in test9.5mdk, but, as Andrey
> pointed out, ide chipsets won't even load in current 2.6 state.
> I'll built-in ide chipsets back in next release.
> 
> BTW, I'd like to know if the ide module is correctly detected by
> mkinitrd.
> Can you please try the following (as root) so I can check which modules
> are detected and added in the /lib of initrd ?
> 
> cp /boot/initrd-2.6.0-0.test9.5mdk.img initrd-2.6-test9.5mdk.img.gz
> gunzip initrd-2.6-test9.5mdk.img.gz
> mkdir initrd-2.6-test9.5mdk
> mount initrd-2.6-test9.5mdk.img initrd-2.6-test9.5mdk -o loop
> ls initrd-2.6-test9.5mdk/lib
> umount initrd-2.6-test9.5mdk
> 
> Thanks
> 
> -- 
> Olivier Blin
> 
> 

it only shows reiserfs.ko in there.

...
[EMAIL PROTECTED] scott]# ls initrd-2.6.0-0.test9.5mdk/l
lib  linuxrc  loopfs
[EMAIL PROTECTED] scott]# ls initrd-2.6.0-0.test9.5mdk/lib
reiserfs.ko









Re: [Cooker]

2003-11-12 Thread Pixel
[EMAIL PROTECTED] writes:

> # detectloader
> Can't call method "L" without a package or object reference at 
> /usr/sbin/detectloader line 127.
> 
> line 127 is:
> 
> $return = readlink($return) if -L $return;
> 
> broken with new perl?

well it was broken, it was doing: 

  - $return

it is now doing:

  - $return->L

anyway, this code seems to be broken, - $return where $return is an
absolute file always returned -0

i remove that line... and upload a new bootloader-utils




[Cooker] [Bug 6338] [mdkkdm] /etc/sysconfig/desktop does not exist

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|148 |25
 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2003-12-11 14:00 ---

packaging config files is bad.
config files are created by config tools when needed


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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
/etc/sysconfig/desktop Does not exist and is not documented. 

It is possible to specify with DM to use.
DISPLAYMANAGER=GDM

thouse parameters are used in 
/etc/X11/prefdm and /etc/X11/Xsession.

It will be even better if you will move /etc/sysconfig/* to separate package.



[Cooker] u2fs?

2003-11-12 Thread Oden Eriksson
Hi.

This is a silly unrelated question..., perhaps...

How do I mount FreeBSD UFS2 partitions under Mandrake?

Impossible mission?




[Cooker] [Bug 5321] [galeon] Problem managing bookmarks (drag to new folder)

2003-11-12 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=5321


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 13:06 ---
DO NOT close bug you don't own  !!

This bug should remain opened until upstream gnome bug is fixed and backported
to cooker..

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date: 
description: 
In the bookmark editor, if you create a new folder, it is not possible to drag
existing bookmark into the empty folder.

The work-around is to create a new "dummy" bookmark in the empty folder so that
it is no longer empty. After dropping existing bookmarks into the folder, the
dummy bookmark can be removed.



Re: [Cooker] Re: [CHRPM] gaim-0.72-2mdk

2003-11-12 Thread Charles A Edwards
On Wed, 12 Nov 2003 03:49:01 +0100
Olivier Blin <[EMAIL PROTECTED]> wrote:

> gaim now segfaults at startup.
> The bug must caused by the TCL patch :

All the patch does is overcome the tcl-8.3x version check to allow tcl
to be enabled when tcl-8.4x is installed.

This should not be done.
Current gaim code Only supports tcl-8.3x and will not work with
tcl-8.4x.
That is why the version check was included in the first place.


Charles

-- 
"The vast majority of successful major crimes against property are
perpetrated by individuals abusing positions of trust."
-- Lawrence Dalzell
-
Mandrake Linux 10.0 on PurpleDragon
Kernel-2.4.22-21.tmb.2mdkenterprise
http://www.eslrahc.com
-



pgp0.pgp
Description: PGP signature


[Cooker] [Bug 2851] [kernel] lircd does not create /dev/lirc/0

2003-11-12 Thread [deryk]
http://qa.mandrakesoft.com/show_bug.cgi?id=2851


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 12:56 ---
Suprisingly, that did the trick.  I wasn't aware that nodes stuck around with
devfs.  From my previous experiences in the 2.3.x days writing the devfs patches
for the nVidia driver, devfs created _everything_ on the fly as required.  I
guess this has changed.  Sorry to carry this fault on longer than needed.  All
is working now.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
With the latest cooker update from 6th of March, lircd does not create /dev/lirc/0.  I 
am taking 
a stab in the dark and assuming that because I run a system with devfs that the module 
is not 
creating the devfs entry. 
 
Changing /etc/sysconfig/lircd from: 
 
(this results in lircmd and crew not being able to communicate with the kernel space 
portion of 
this and hence all the problems that arrise from that) 
 
# The device node that communicates with the IR device. 
 
# with devfs enabled 
DEVICE=/dev/lirc/0 
 
# without devfs 
#DEVICE=/dev/lirc 
 
To: 
 
# The device node that communicates with the IR device. 
 
# with devfs enabled 
#DEVICE=/dev/lirc/0 
 
# without devfs 
DEVICE=/dev/lirc 
 
Fixes the problem and all other remaining mdk packages work as expected (tested with 
irw 
and xawtv).  I've banged my head about this one for a month or so now since getting my 
new 
PV951 tuner card and just decided to have another dig at it.  Hopefully this will get 
fixed for the 
final release.



Re: [Cooker] Re: [CHRPM] gaim-0.72-2mdk

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 15:12:39 +0530
Jaimon Jose <[EMAIL PROTECTED]> wrote:

> > If you're waiting for a "fixed" release (errm, I only disabled the
> > TCL patch), grab it here: http://compil.mandrake.org/~blino/gaim/
> You have a dependency on perl-base 5.8.2.  I can't see this package
> anywhere except couple of cooker servers.

Well, this package is entended for cooker, what's wrong ?
Wait your mirror to catch up the new perl-base (it was uploaded
yesterday).

Regards

-- 
Olivier Blin



Re: [Cooker] gtk2 file selector

2003-11-12 Thread Frederic Crozat
On Tue, 11 Nov 2003 18:43:07 +0100, Bellegarde Cédric wrote:

> So, no gnome 2.6 in mandrake 10.0 :-/
> maybee, we should use this patch, test it in cooker and put it in 10.0
> if stable.
> http://members1.chello.nl/~h.lai/gtkenhancements/

And I'll kill anybody trying to put this (or anything similar) into our
GTK+ package (and I think I already warn people before).. :)

-- 
Frederic Crozat
MandrakeSoft




Re: [Cooker] Trying to find packages in cooker.

2003-11-12 Thread Frederic Crozat
On Sun, 09 Nov 2003 01:17:48 -0500, Tom and Esther Ward wrote:

> Hello, list.
> I'm new to this list, and I am interested in helping debug, test, and work
> with the cooker release of Mandrake. However, I'm having problems finding a
> couple of packages that I absolutely require in order to work with Linux.
> I have a visual problem seeing the screen, but in Gnome 2.4 there is the atk
> libraries, gnopernicus screen reader, festival tts, gnome-mag magnifier, as
> well as other Gnome accessibility packages.

type :
urpmi gnopernicus

then, log under gnome, go to Configuration/GNOME/Accessibility/AT Startup
and choose what you want to be started when at login.

-- 
Frederic Crozat
MandrakeSoft




Re: [Cooker] Bayesian filtering still broken in SpamAssassin

2003-11-12 Thread Frederic Crozat
On Fri, 07 Nov 2003 12:24:49 -0500, Levi Ramsey wrote:

> Possibly useful pontificating: perhaps some type of extension to rpm
> whereby a script can be specified to be run only if upgrading from a
> given version/range of versions should be included?

It can't be done because a package should NEVER touch user data (and
baysian database is stored in $HOME ...)

-- 
Frederic Crozat
MandrakeSoft




[Cooker] [Bug 2851] [kernel] lircd does not create /dev/lirc/0

2003-11-12 Thread [fcrozat]
http://qa.mandrakesoft.com/show_bug.cgi?id=2851





--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 12:19 ---
hmmm, have you tried to REMOVE /dev/lirc* (and in /lib/dev-state) .. I think you
had old node around in /dev/lirc which are causing the problem.



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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date: 
description: 
With the latest cooker update from 6th of March, lircd does not create /dev/lirc/0.  I 
am taking 
a stab in the dark and assuming that because I run a system with devfs that the module 
is not 
creating the devfs entry. 
 
Changing /etc/sysconfig/lircd from: 
 
(this results in lircmd and crew not being able to communicate with the kernel space 
portion of 
this and hence all the problems that arrise from that) 
 
# The device node that communicates with the IR device. 
 
# with devfs enabled 
DEVICE=/dev/lirc/0 
 
# without devfs 
#DEVICE=/dev/lirc 
 
To: 
 
# The device node that communicates with the IR device. 
 
# with devfs enabled 
#DEVICE=/dev/lirc/0 
 
# without devfs 
DEVICE=/dev/lirc 
 
Fixes the problem and all other remaining mdk packages work as expected (tested with 
irw 
and xawtv).  I've banged my head about this one for a month or so now since getting my 
new 
PV951 tuner card and just decided to have another dig at it.  Hopefully this will get 
fixed for the 
final release.



[Cooker] [Bug 2851] [kernel] lircd does not create /dev/lirc/0

2003-11-12 Thread [deryk]
http://qa.mandrakesoft.com/show_bug.cgi?id=2851


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2003-10-25 12:57 ---
This bug is still valid.

[EMAIL PROTECTED] newlook]# rpm -q devfsd
devfsd-1.3.25-32mdk

[EMAIL PROTECTED] newlook]# uname -r
2.4.22-18mdk

I changed commented out the DEVICE=/dev/lirc line in /etc/sysconfig/lircd and
uncommented the DEVICE=/dev/lirc/0.  I then restarted lircd with the following
results:

Stopping Linux Infrared Remote Control mouse daemon:[  OK  ]
Stopping Linux Infrared Remote Control daemon:  [  OK  ]
Starting Linux Infrared Remote Control daemon:  [  OK  ]
Starting Linux Infrared Remote Control mouse daemon:[  OK  ]

[EMAIL PROTECTED] newlook]# tail /var/log/syslog
Oct 25 18:50:54 i216-191 kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
Oct 25 18:50:54 i216-191 kernel: _devfs_append_entry(0): dir: "lirc" is not a
directory
Oct 25 18:50:54 i216-191 kernel: devfs_register(lirc/0): could not append to
parent, err: -20
Oct 25 18:50:54 i216-191 lircd 0.6.6[12840]: lircd(any) ready
Oct 25 18:50:54 i216-191 lircd: lircd startup succeeded
Oct 25 18:50:54 i216-191 lircd 0.6.6[12840]: accepted new client on /tmp/.lircd
Oct 25 18:50:54 i216-191 lircd 0.6.6[12840]: could not open /dev/lirc/0
Oct 25 18:50:54 i216-191 lircd 0.6.6[12840]: default_init(): Not a directory
Oct 25 18:50:54 i216-191 lircd 0.6.6[12840]: caught signal
Oct 25 18:50:54 i216-191 lircmd: lircmd startup succeeded


[EMAIL PROTECTED] newlook]# ls /dev/lirc* -l
crw-r--r--1 root root  61,   0 Oct 25 15:54 /dev/lirc
srw-rw-rw-1 root root0 Oct 25 15:54 /dev/lircd=
prw-r--r--1 root root0 Oct 25 15:54 /dev/lircm|

--- Additional Comments From [EMAIL PROTECTED]  2003-11-12 11:25 ---
[EMAIL PROTECTED] sysconfig]# rpm -q devfsd
devfsd-1.3.25-32mdk
[EMAIL PROTECTED] sysconfig]# uname -r
2.4.22-24mdk

[EMAIL PROTECTED] sysconfig]# rpm -qa|grep lirc
liblirc0-0.6.6-3mdk
lirc-remotes-0.6.6-1mdk
lirc-0.6.6-3mdk

Nov 12 18:19:03 i115-184 kernel: lirc_dev: IR Remote Control driver registered,
at major 61
Nov 12 18:19:03 i115-184 kernel: lirc_i2c: chip found @ 0x4b (PV951 IR)
Nov 12 18:19:03 i115-184 kernel: tuner: type already set (1)
Nov 12 18:19:03 i115-184 kernel: lirc_dev: lirc_register_plugin:sample_rate: 10
Nov 12 18:19:03 i115-184 kernel: _devfs_append_entry(0): dir: "lirc" is not a
directory
Nov 12 18:19:03 i115-184 kernel: devfs_register(lirc/0): could not append to
parent, err: -20
Nov 12 18:19:03 i115-184 lircd 0.6.6[11488]: lircd(any) ready
Nov 12 18:19:03 i115-184 lircd: lircd startup succeeded
Nov 12 18:19:03 i115-184 lircd 0.6.6[11488]: accepted new client on /tmp/.lircd
Nov 12 18:19:03 i115-184 lircd 0.6.6[11488]: could not open /dev/lirc/0
Nov 12 18:19:03 i115-184 lircd 0.6.6[11488]: default_init(): Not a directory
Nov 12 18:19:03 i115-184 lircd 0.6.6[11488]: caught signal
Nov 12 18:19:03 i115-184 lircmd: lircmd startup succeeded

[EMAIL PROTECTED] sysconfig]# ls -l /dev/lirc* -l
crw-r--r--1 root root  61,   0 Nov 12 15:26 /dev/lirc
srw-rw-rw-1 root root0 Nov 12 15:26 /dev/lircd=
prw-r--r--1 root root0 Nov 12 15:26 /dev/lircm|

As previously, the fix is to change the device used in /etc/sysconfig/lircd to
the non-devfs device.

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


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date: 
description: 
With the latest cooker update from 6th of March, lircd does not create /dev/lirc/0.  I 
am taking 
a stab in the dark and assuming that because I run a system with devfs that the module 
is not 
creating the devfs entry. 
 
Changing /etc/sysconfig/lircd from: 
 
(this results in lircmd and crew not being able to communicate with the kernel space 
portion of 
this and hence all the problems that arrise from that) 
 
# The device node that communicates with the IR device. 
 
# with devfs enabled 
DEVICE=/dev/lirc/0 
 
# without devfs 
#DEVICE=/dev/lirc 
 
To: 
 
# The device node that communicates with the IR device. 
 
# with devfs enabled 
#DEVICE=/dev/lirc/0 
 
# without devfs 
DEVICE=/dev/lirc 
 
Fixes the problem and all other remaining mdk packages work as expected (tested with 
irw 
and xawtv).  I've banged my head about this one for a month or so now since getting my 
new 
PV951 tuner card and just decided to have another dig at it.  Hopefully this will get 
fixed for the 
final release.



Re: [Cooker] Umbrello not in menu's

2003-11-12 Thread Laurent Montel
On Sunday 09 November 2003 01:10, Crispin Boylan wrote:
> Hi
>
> with the new kdesdk package umbrello has been added into the main kde
> packages, but there is no menu entry for it - can this be fixed please?
>
> Cheers
> cris.

Fixed in new kdesdk package
Regards



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread "Andrey Borzenkov"
> A patch has been sent, but Alan waits the IDE code to be stable enough.

he retired from active work for a year now so it is unlikely it
is going to be fixed (by him) any time soon.

> 
> But this problem can be avoided if we keep IDE support
> built-in (CONFIG_IDE=y, CONFIG_BLK_DEV_IDE=y).
> So general IDE module won't load, but we can try to load IDE chipset
> modules.
> 

we are likely to have early initialization problem then. I do not
know if it really possible to change chipset driver after it has
already started (even the most generic one). The same for FB support :(

[...]
> Can we assume that the module size is roughly the same size as if
> it was built-in ?

probably. we get the same exported symbols (that are added to main
kernel) and the same code.

modpost adds some aliases so actually it will be smaller builtin.

> I can provide you the kernel config files from Fedora, made by Arjan
> van de Ven, his kernel is only 1.2 MiB IIRC.
>

I would be really interested to see how Arjan packages kernel source.
 
> I've to work on kernel-2.6-source package too, I don't really know how
> I'll do it, perhaps a main kernel-2.6-source package with additionnals
> kernel-2.6-source- binary packages that conflicts between them.
>

I'm still thinking about it.

Vanilla kernel build requires at least ($src refers to source kernel
directory and $build to uidl kernel directory, They can differe, works
just fine. Third directory $module is external module build directory)

- $build/scripts/* be present. They are the same for all flavours
- $build/vmlinux be present
- it writes into $builld/.tmp_versions during build

modversions adds

- it requires *all* $build/**/module.o files
- it writes in $build/.tmp_versions for new modules
- it expects *all* modules be in $build/.tmp_versions. modpost
is run on that list
- moreover, it also requires all $build/**/*.ko files be present!
- it leaves reference to $module under $build/.tmp_versions which
means, it will attempt to access it when you build different module!

all in all it means that
 - you must be root or $build/.tmp_versions must be all-writable
 - you actually have to ship large part of binary modules; and it
   is possible that due to make rules you even have to ship all
   intermediate *.o files :(

I do not see how it is possible to cleanly compile external module
in 2.6. It is completely screwed up.





Re: [Cooker] I noticed that Fedora includes dvdrtools

2003-11-12 Thread Warly
"Gary L. Greene" <[EMAIL PROTECTED]> writes:

> On Friday 07 November 2003 10:08 pm, John Allen wrote:
>> As I said above, Fedora includes dvdrtools (a fork of cdrtools), should
>> Mandrake include it instead of/as well as cdrecord.
>>
>> http://www.nongnu.org/dvdrtools/
>
> Bero is the main developer of the dvdrtools package. The reason for the 
> fork, is that cdrtools is weirdly licenced. One branch is GPL, while the 
> other (the "official" branch that supports DVD writing support) is 
> propreitary and closed, yet includes patches from the GPL branch.
>
> If MDK is truely aiming at having only open tools, then you should include 
> this instead of cdrtools. This eliminates a potentially "grey" solution.

dvdrtools is based on a old version of the DVD patch (which I am
maintaining) which is actually included into mandrake cdrecord in a
newer version.

-- 
Warly



Re: [Cooker] Re: [CHRPM] gaim-0.72-2mdk

2003-11-12 Thread Jaimon Jose
On Wed, 2003-11-12 at 08:45, Olivier Blin wrote:
> On Wed, 12 Nov 2003 03:49:01 +0100
> Olivier Blin <[EMAIL PROTECTED]> wrote:
> 
> > gaim now segfaults at startup.
> > The bug must caused by the TCL patch :
> > 
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 16384 (LWP 16689)]
> > 0x40c09f10 in Tcl_UtfToUniChar () from /usr/lib/libtcl8.4.so
> 
> If you're waiting for a "fixed" release (errm, I only disabled the TCL
> patch), grab it here: http://compil.mandrake.org/~blino/gaim/
You have a dependency on perl-base 5.8.2.  I can't see this package
anywhere except couple of cooker servers.




Re: [Cooker] Re: No more fpons

2003-11-12 Thread Warly
Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> Brad Felmey <[EMAIL PROTECTED]> writes:
>
>> On Fri, 2003-11-07 at 04:08, Guillaume Cottenceau wrote:
>> > Brad Felmey <[EMAIL PROTECTED]> writes:
>> > 
>> > > > What a typical macho opinion. I rather prefer the nice girls who can
>> > > > write good code.
>> > > 
>> > > IIRC for GC it would be handsome guys delivering refreshments between
>> > > bouts of perfect coding. :)
>> > 
>> > How rumours can spread..
>> 
>> I just remember a post by one of your current or former workmates saying
>> something about it. If I'm out of line just smack me around a little. :)
>
> Kind of things that are dangerous to believe when they come
> second-hand, especially from a male/childish set of coworkers :).

Oh! After all the things we lived together! You are so rude!

-- 
Warly



Re: [Cooker] Corrected mdk 9.2 iso images, where are they?

2003-11-12 Thread Zdenek Mazanec
> I don't know what happened about the availabliltu of MDK 9.2
> iso images, corrected for the LG problem. Were they
> ever produced? Do somebody have a URL to them?
There are unofficial iso images only. 


> Or is it just too hard to create iso images out of the rpm tree?
Not it's easy.


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




Re: [Cooker] More kde conflicts

2003-11-12 Thread Laurent Montel
On Sunday 09 November 2003 15:07, [EMAIL PROTECTED] wrote:
> file /usr/bin/umbrello from install of kdesdk-3.1.93-3mdk conflicts with
> file from package umbrello-1.1.1-3mdk
> (kdesdk should probably provide/obsolete umbrello?)

Fixed.
I will remove it from contrib

>
> A lot of these occur if using 'urpmi --auto-select', there should be
> conflicts in kdepim-common for kdenetwork-common < 3.1.93 etc.
>
> file /usr/bin/kgpgcertmanager from install of
> kdepim-common-3.1.93-6mdk conflicts with file from package
> kdenetwork-common-3.1.3-37mdk
> file /usr/lib/libkdenetwork.la from install of
> libkdepim2-common-3.1.93-6mdk conflicts with file from package
> libkdenetwork2-common-3.1.3-37mdk
> file /usr/lib/libkdenetwork.so.2 from install of
> libkdepim2-common-3.1.93-6mdk conflicts with file from package
> libkdenetwork2-common-3.1.3-37mdk
> file /usr/lib/libmimelib.la from install of
> libkdepim2-common-3.1.93-6mdk conflicts with file from package
> libkdenetwork2-common-3.1.3-37mdk
> file /usr/lib/libmimelib.so.1.0.1 from install of
> libkdepim2-common-3.1.93-6mdk conflicts with file from package
> libkdenetwork2-common-3.1.3-37mdk

Known bugs, I will try to fix it.


> (I have now done 'rpm -Uvh /var/cache/urpmi/rpms/*.rpm' on this cooker
> box, but we have another which will probably show the problems ...).
>
> Then, I also get this:
> file /usr/share/mimelnk/text/x-fortran.desktop from install of
> kdevelop-3.0.0-0.alpha7.6mdk conflicts with file from package
> mandrake-mime-0.4-5mdk
> file /usr/share/mimelnk/text/x-pascal.desktop conflicts between
> attempted installs of kdevelop-3.0.0-0.alpha7.6mdk and
> kdelibs-common-3.1.93-11mdk

I fixed it into CVS, and fixed it into kdevelop package

> (maybe there is a newer pacakge, our mirror is a bit behind)
>
> Regards,
> Buchan



Re: [Cooker] kdevelop qt docs

2003-11-12 Thread Laurent Montel
On Tuesday 11 November 2003 19:33, [EMAIL PROTECTED] wrote:
> the --with-qtdoc-dir is hard coded to %_docdir/qt-3.2.1/html in the spec
> file, which of course will be broken at each new qt version (just like it
> is now).
>
> QTVER=`rpmquery --qf %\{VERSION\} libqt3-devel`
> QTDOCDIR=%_defaultdocdir/qt-$QTVER/doc/html
>
> --with-qtdoc-dir=$QTDOCDIR
>
> I think that kind of thing would be better.
> -o-
> kk1

thanks for your patch.
It will integrate into new kdevelop.
Regards.



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 10:27:02 +0300
"Andrey Borzenkov"  <[EMAIL PROTECTED]> wrote:

> 
> > Ok, you're using a VIA82CXXX IDE chipset.
> > I've set CONFIG_BLK_DEV_VIA82CXXX=m in test9.5mdk, but, as Andrey
> > pointed out, ide chipsets won't even load in current 2.6 state.
> 
> I do not remember having said that :) I said that "modular IDE
> is known to not work" - but the only proof of that statement I have
> seen is post-halloween document.

Oups, it wasn't Andrew as I said but Alan Cox.
It's quite old, but seems still true.
Acutally, it's ide-proc that doesn't compile.
A patch has been sent, but Alan waits the IDE code to be stable enough.
(as you can read on LKML, Ali support looks really buggy ...)

More details can be found here :
http://marc.theaimsgroup.com/?l=linux-kernel&m=103281667726673&w=2
http://www.ussg.iu.edu/hypermail/linux/kernel/0306.0/0003.html

But this problem can be avoided if we keep IDE support
built-in (CONFIG_IDE=y, CONFIG_BLK_DEV_IDE=y).
So general IDE module won't load, but we can try to load IDE chipset
modules.

> But I readily admit it is true. It is not an IDE job to actually
> load chipset drivers - it is a job of PCI hotplug.
>
> But - we get chicken and egg problem here. You have apparently no way
> to dynamically load IDE drivers at the kernel probes for disks. Nor
> do you have any way to even STATICALLY load them out of initrd because
> initrd is initialized too late.
>
> Ideally we want to skip IDE init until initram has been inited and
> load correct driver after that. I appreciate if someone could get a
> look.

Well, I will have a look, but I can't promise you anything, I've not
read much kernel code for now.

> Olivier, thank you for config comparison, it is very useful, I will
> send a detailed comment later.

You're welcome, it took me five minutes :)
Can we assume that the module size is roughly the same size as if
it was built-in ?
I'll try to build some kernels to have a preview of the minimal size we
can get.
I can provide you the kernel config files from Fedora, made by Arjan
van de Ven, his kernel is only 1.2 MiB IIRC.

I've to work on kernel-2.6-source package too, I don't really know how
I'll do it, perhaps a main kernel-2.6-source package with additionnals
kernel-2.6-source- binary packages that conflicts between them.

Thanks for your time Andrey.

-- 
Olivier Blin



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 11:19:03 +0300
"Andrey Borzenkov"  <[EMAIL PROTECTED]> wrote:

> > I've read it on lklm in posts from Andrew Morton IIRC, I'll check it
> > and give a more detailed answer at lunch.
> > 
> 
> ok, I would bei interested. I still like the idea of delayed
> initialization and loading IDE out of initrd.

I've sent another reply to this, I couldn't wait for lunch ;)

> > PS: bootsplash will be in my next 2.6 release :)
> >
> 
> Could you make your patches available separately - at least, as long,
> as it is not in CVS? I use standard kernel but I'd like to test it.

Well, Stefan from Suse did it some days ago, he made it available here :
ftp://ftp.suse.com/pub/people/stepan/bootsplash/kernel/

I have to make sure frame buffer is working before applying this patch.
Any hint to test vesafb ? Do I need to pass video=vesafb ?

-- 
Olivier Blin



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread "Andrey Borzenkov"


> 
> > I do not remember having said that :) I said that "modular IDE
> > is known to not work" - but the only proof of that statement I have
> > seen is post-halloween document.
> 
> I've read it on lklm in posts from Andrew Morton IIRC, I'll check it and
> give a more detailed answer at lunch.
> 

ok, I would bei interested. I still like the idea of delayed
initialization and loading IDE out of initrd.

> Regards.
> 
> PS: bootsplash will be in my next 2.6 release :)
>

Could you make your patches available separately - at least, as long,
as it is not in CVS? I use standard kernel but I'd like to test it.



Re: [Cooker] gtk2 file selector

2003-11-12 Thread Götz Waschk
Am Dienstag, 11. November 2003, 18:43:07 Uhr MET, schrieb Bellegarde Cédric:
> So, no gnome 2.6 in mandrake 10.0 :-/
> maybee, we should use this patch, test it in cooker and put it in 10.0
> if stable.
> http://members1.chello.nl/~h.lai/gtkenhancements/

I've already tried that one, it made all gtk+2 apps crash :-( This was
discussed on the list a few months ago, just search the archives.
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"



Re: [Cooker] Re: [Contrib-Rpm] gdesklets-0.24.1-1mdk

2003-11-12 Thread Götz Waschk
Am Dienstag, 11. November 2003, 09:37:26 Uhr MET, schrieb Curtis Hildebrand:
> Shouldn't this be gdesklets.gnomedesktop.org?  The sourceforge site has
> version 0.13 as the latest.

Right, next time. 

Thanks, Götz


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



[Cooker] Corrected mdk 9.2 iso images, where are they?

2003-11-12 Thread Keld Jørn Simonsen
Hi!

I don't know what happened about the availabliltu of MDK 9.2
iso images, corrected for the LG problem. Were they
ever produced? Do somebody have a URL to them?

Or is it just too hard to create iso images out of the rpm tree?
I tried it once and had problems with the iso images not
being bootable.

Best regards
keld



[Cooker] idea for MDK 10: use all iso images for installing

2003-11-12 Thread Keld Jørn Simonsen
Hi!

I got an idea for MDK 10:

Would it not be nice if you could do network and hd installs from
the iso images? 

Currently this cannot be done, as the installer code only does this
for the first iso image. But it handles the iso format ok, so probably 
it is only a matter of loopback mounting the other images (if found).

best regards
Keld



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread Olivier Blin
On Wed, 12 Nov 2003 10:27:02 +0300
"Andrey Borzenkov"  <[EMAIL PROTECTED]> wrote:

> I do not remember having said that :) I said that "modular IDE
> is known to not work" - but the only proof of that statement I have
> seen is post-halloween document.

I've read it on lklm in posts from Andrew Morton IIRC, I'll check it and
give a more detailed answer at lunch.

Regards.

PS: bootsplash will be in my next 2.6 release :)

-- 
Olivier Blin



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-12 Thread "Andrey Borzenkov"

> Ok, you're using a VIA82CXXX IDE chipset.
> I've set CONFIG_BLK_DEV_VIA82CXXX=m in test9.5mdk, but, as Andrey
> pointed out, ide chipsets won't even load in current 2.6 state.

I do not remember having said that :) I said that "modular IDE
is known to not work" - but the only proof of that statement I have
seen is post-halloween document.

But I readily admit it is true. It is not an IDE job to actually
load chipset drivers - it is a job of PCI hotplug.

But - we get chicken and egg problem here. You have apparently no way
to dynamically load IDE drivers at the kernel probes for disks. Nor
do you have any way to even STATICALLY load them out of initrd because
initrd is initialized too late.

Ideally we want to skip IDE init until initram has been inited and
load correct driver after that. I appreciate if someone could get a
look.

Olivier, thank you for config comparison, it is very useful, I will
send a detailed comment later.




[Cooker] [Bug 6339] [Hardware] New: Sandisk Mini Cruzer Flashkey Dead after use in 9.2

2003-11-11 Thread [tufkal]
http://qa.mandrakesoft.com/show_bug.cgi?id=6339

   Summary: Sandisk Mini Cruzer Flashkey Dead after use in 9.2
   Product: Hardware
   Version: 9.2-0.7mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: critical
  Priority: P1
 Component: Hardware
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have to confirm when I get to work tommorow, but I ruined my old Lexar
flashkey in the wash and had to get another one. Grabbed a Sandisk Mini Cruzer
128MB at Staples and was using it today at work. Brought it home and plugged it
in. /mnt/removeable popped up on my KDE desktop, yay! Double click, konq opens
up and hangs there with the light on the flashkey solid on. After about 15 secs
PC froze hard. Reboot and tried again, maybe it needed to initalize some new
kernel modules. Same effect. Third times a charm right? Nope, after those 2
times, now the key when inserted doesnt light up, nothing registers with the
kernel, and it seems to be dead. Like I said i'll find out more tommorow when I
get to work. My Lexar key was working great in 9.2 for weeks now, it seems to be
just a problem with the Sandisk Mini Cruzers. More later.

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



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-11 Thread Olivier Blin
On Tue, 11 Nov 2003 22:56:51 -0500
Scott Chevalley <[EMAIL PROTECTED]> wrote:

> > Yes, I need please the output of lscpi and lspcidrake (to give me
> > the exact name of your IDE chipset).
> 
> > Thanks.
> 
> here ya go. 

Ok, you're using a VIA82CXXX IDE chipset.
I've set CONFIG_BLK_DEV_VIA82CXXX=m in test9.5mdk, but, as Andrey
pointed out, ide chipsets won't even load in current 2.6 state.
I'll built-in ide chipsets back in next release.

BTW, I'd like to know if the ide module is correctly detected by
mkinitrd.
Can you please try the following (as root) so I can check which modules
are detected and added in the /lib of initrd ?

cp /boot/initrd-2.6.0-0.test9.5mdk.img initrd-2.6-test9.5mdk.img.gz
gunzip initrd-2.6-test9.5mdk.img.gz
mkdir initrd-2.6-test9.5mdk
mount initrd-2.6-test9.5mdk.img initrd-2.6-test9.5mdk -o loop
ls initrd-2.6-test9.5mdk/lib
umount initrd-2.6-test9.5mdk

Thanks

-- 
Olivier Blin



Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-11 Thread Scott Chevalley
On Tue, 2003-11-11 at 22:34, Olivier Blin wrote:
> On Tue, 11 Nov 2003 22:27:47 -0500
> Scott Chevalley <[EMAIL PROTECTED]> wrote:
> 
> > I just tried the test9.5 kernel and during the fsck stage it keeps
> > saying that DMA is turned off on the hard drive.  I checked with
> > hdparm and it is off and it gives a SIOC error when I try to enable
> > it. 
> > 
> > I tried ide0=dma on the kernel command line, but it didn't change
> > anything.  I noticed some messages during boot about reiserfs being in
> > slow mode.  
> > 
> > I've enclosed an example boot from my warnings log file to help.  If
> > there is other info I can give, just ask.
> 
> Yes, I need please the output of lscpi and lspcidrake (to give me the
> exact name of your IDE chipset).

> Thanks.

here ya go. 


unknown : VIA Technologies|VT8367 [KT266] [BRIDGE_HOST]
unknown : VIA Technologies|VT8367 [KT266 AGP] [BRIDGE_PCI]
tulip   : Lite-On|LNE100TX [NETWORK_ETHERNET]
snd-ens1370 : Ensoniq|ES1370 [AudioPCI] [MULTIMEDIA_AUDIO]
unknown : VIA Technologies|VT8233 PCI to ISA Bridge [BRIDGE_ISA]
unknown : VIA Technologies|VT82C586 IDE [Apollo] [STORAGE_IDE]
usb-uhci: VIA Technologies|VT82C586B USB [SERIAL_USB]
usb-uhci: VIA Technologies|VT82C586B USB [SERIAL_USB]
usb-uhci: VIA Technologies|VT82C586B USB [SERIAL_USB]
Card:Voodoo3 (generic): 3Dfx Interactive, Inc.|Voodoo 3 [DISPLAY_VGA]
unknown : Unknown|USB UHCI Root Hub [Hub|Root Hub]
unknown : Unknown|USB UHCI Root Hub [Hub|Root Hub]
unknown : Eastman Kodak Company|KODAK DX3700 Digital Camera [Imaging|Still 
Image Capture|Picture Transfer Protocol (PIMA 15470)]
unknown : Unknown|USB UHCI Root Hub [Hub|Root Hub]
00:00.0 Host bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
00:09.0 Ethernet controller: Lite-On Communications Inc LNE100TX (rev 20)
00:0b.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI]
00:11.0 ISA bridge: VIA Technologies, Inc. VT8233 PCI to ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:11.2 USB Controller: VIA Technologies, Inc. USB (rev 1b)
00:11.3 USB Controller: VIA Technologies, Inc. USB (rev 1b)
00:11.4 USB Controller: VIA Technologies, Inc. USB (rev 1b)
01:00.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01)


Re: [Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-11 Thread Olivier Blin
On Tue, 11 Nov 2003 22:27:47 -0500
Scott Chevalley <[EMAIL PROTECTED]> wrote:

> I just tried the test9.5 kernel and during the fsck stage it keeps
> saying that DMA is turned off on the hard drive.  I checked with
> hdparm and it is off and it gives a SIOC error when I try to enable
> it. 
> 
> I tried ide0=dma on the kernel command line, but it didn't change
> anything.  I noticed some messages during boot about reiserfs being in
> slow mode.  
> 
> I've enclosed an example boot from my warnings log file to help.  If
> there is other info I can give, just ask.

Yes, I need please the output of lscpi and lspcidrake (to give me the
exact name of your IDE chipset).

Thanks.

-- 
Olivier Blin



[Cooker] no DMA in linux-2.6.0-0.test9.5mdk

2003-11-11 Thread Scott Chevalley
I just tried the test9.5 kernel and during the fsck stage it keeps
saying that DMA is turned off on the hard drive.  I checked with hdparm
and it is off and it gives a SIOC error when I try to enable it. 

I tried ide0=dma on the kernel command line, but it didn't change
anything.  I noticed some messages during boot about reiserfs being in
slow mode.  

I've enclosed an example boot from my warnings log file to help.  If
there is other info I can give, just ask.

Thanks.



Nov 10 20:31:22 avalon-xp kernel: Linux version 2.6.0-0.test9.5mdk
([EMAIL PROTECTED]) (gcc version 3.3.1 (Mandrake Linux 9.2
3.3.1-4mdk)) #2 Mon Nov 10 16:11:02 CET 2003
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820:  -
0009fc00 (usable)
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820: 0009fc00 -
000a (reserved)
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820: 000f -
0010 (reserved)
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820: 0010 -
0fff (usable)
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820: 0fff -
0fff3000 (ACPI NVS)
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820: 0fff3000 -
1000 (ACPI data)
Nov 10 20:31:22 avalon-xp kernel:  BIOS-e820:  -
0001 (reserved)
Nov 10 20:31:22 avalon-xp kernel: On node 0 totalpages: 65520
Nov 10 20:31:22 avalon-xp kernel:   DMA zone: 4096 pages, LIFO batch:1
Nov 10 20:31:22 avalon-xp kernel:   Normal zone: 61424 pages, LIFO
batch:14
Nov 10 20:31:22 avalon-xp kernel:   HighMem zone: 0 pages, LIFO batch:1
Nov 10 20:31:22 avalon-xp kernel: Building zonelist for node : 0
Nov 10 20:31:22 avalon-xp kernel: Kernel command line: devfs=mount
root=/dev/hda5 ide0=dma ide2=dma
Nov 10 20:31:22 avalon-xp kernel: Local APIC disabled by BIOS --
reenabling.
Nov 10 20:31:22 avalon-xp kernel: Found and enabled local APIC!
Nov 10 20:31:22 avalon-xp kernel: PID hash table entries: 1024 (order
10: 8192 bytes)
Nov 10 20:31:22 avalon-xp kernel: Detected 1470.289 MHz processor.
Nov 10 20:31:22 avalon-xp kernel: Console: colour VGA+ 80x25
Nov 10 20:31:22 avalon-xp kernel: Calibrating delay loop... 2891.77
BogoMIPS
Nov 10 20:31:22 avalon-xp kernel: Inode-cache hash table entries: 16384
(order: 4, 65536 bytes)
Nov 10 20:31:22 avalon-xp kernel: Mount-cache hash table entries: 512
(order: 0, 4096 bytes)
Nov 10 20:31:22 avalon-xp kernel: CPU: AMD Athlon(tm) XP 1700+ stepping
02
Nov 10 20:31:22 avalon-xp kernel: POSIX conformance testing by UNIFIX
Nov 10 20:31:22 avalon-xp kernel: enabled ExtINT on CPU#0
Nov 10 20:31:22 avalon-xp kernel: ESR value before enabling vector:

Nov 10 20:31:22 avalon-xp kernel: ESR value after enabling vector:

Nov 10 20:31:22 avalon-xp kernel: Using local APIC timer interrupts.
Nov 10 20:31:22 avalon-xp kernel: calibrating APIC timer ...
Nov 10 20:31:22 avalon-xp kernel: . CPU clock speed is 1469.0774
MHz.
Nov 10 20:31:22 avalon-xp kernel: . host bus clock speed is 267.0231
MHz.
Nov 10 20:31:22 avalon-xp kernel: spurious 8259A interrupt: IRQ7.
Nov 10 20:31:22 avalon-xp kernel: PCI: Probing PCI hardware (bus 00)
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs
1 3 4 5 6 7 10 *11 12 14 15)
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs
1 *3 4 5 6 7 10 11 12 14 15)
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs
1 3 4 5 6 7 10 11 12 14 15)
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs
1 3 4 5 6 7 10 *11 12 14 15)
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKB]
enabled at IRQ 3
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKD]
enabled at IRQ 11
Nov 10 20:31:22 avalon-xp kernel: ACPI: PCI Interrupt Link [LNKA]
enabled at IRQ 11
Nov 10 20:31:22 avalon-xp kernel: pty: 256 Unix98 ptys configured
Nov 10 20:31:22 avalon-xp kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a
16550A
Nov 10 20:31:22 avalon-xp kernel: Using anticipatory io scheduler
Nov 10 20:31:22 avalon-xp kernel: RAMDISK driver initialized: 16 RAM
disks of 4096K size 1024 blocksize
Nov 10 20:31:22 avalon-xp kernel: hda: Maxtor 6Y160P0, ATA DISK drive
Nov 10 20:31:22 avalon-xp kernel: hdb: Maxtor 32049H2, ATA DISK drive
Nov 10 20:31:22 avalon-xp kernel: hdc: LITE-ON LTR-40125S, ATAPI
CD/DVD-ROM drive
Nov 10 20:31:22 avalon-xp kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Nov 10 20:31:22 avalon-xp kernel: ide1 at 0x170-0x177,0x376 on irq 15
Nov 10 20:31:22 avalon-xp kernel: hda: max request size: 1024KiB
Nov 10 20:31:22 avalon-xp kernel: hdb: max request size: 128KiB
Nov 10 20:31:22 avalon-xp kernel: VFS: Mounted root (ext2 filesystem).
Nov 10 20:31:22 avalon-xp kernel: found reiserfs format "3.6" with
standard journal
Nov 10 20:31:22 avalon-xp kernel: reiserfs:warning:
CONFIG_REISERFS_CHECK is set ON
Nov 10 20:31:22 avalon-xp kernel: reiserfs:warning: - it is slow mode
for debugging.
Nov 10 20:31:22 avalon-xp kernel: Reiserfs journal params: device hda5,
size 819

<    3   4   5   6   7   8   9   10   11   12   >