Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Faraj Meir
I will check it ,
 Thanks .
> You might want to take a look at cdbakeoven as a Nero replacement.
[...]
> Joeb
> 
> 





Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Faraj Meir



> I'd guess this a font issue not a browser issue...Mozilla / Galeon at
> least seem to be good at rendering non-Roman characters when they
> actually exist in the font...
So it will be good to put good hebrew font , so it will work like
in IE for windows .
Because , Than I couldn't switch to windows just to read hebrew news ;-)

> Could this be a DMA issue? Check whether DMA is turned on on your drives
> using hdparm.

It's not turn on by default ?
why not to turn it when the drive support the option?


> This is a legal issue. Nothing can really be done about it. Simply put,
> putting DVD playing functionality in the main distribution would be
> illegal in the USA, and entail splitting up the distribution into US and
> non-US versions. The slowness again sounds likely to be down to DMA
> problems. Enable DMA on your DVD drive.

Yep , Plf is a good solution when tested and working easiest than now ,
there are to many dependances between plf and contrib 

> I don't believe it's really possible to have too MANY programs. Try
> booting a vanilla copy of Windows to see what too FEW programs looks
> like. :)
Not what I really whanted to tell , I think there are to many differents
options
NOW for a single type of programs , new user are quite lost with them.


> That's ridiculous and counter-intuitive. And defining the "commonly
> accepted best application" isn't exactly easy.
I know but it will be good to try to do this since a user that want to for
example use a
 messenger apps will have more than 6 apps and will have to try each one and
play with options for ,
for example found the correct one for msn or ICq 
If for example everybuddy was the only messenger apps in the menu ans two
down arrows like in windows menu give others poss . it will be easiest to
found "better suited" apps and commonly used one .






Re: [Cooker] KDE musings...

2002-11-04 Thread Edward Cherlin
On Sunday 03 November 2002 09:04 am, Gary Greene wrote:
> Where'd the information section in the KDE Control Centre go? I think that
> it became a seperate app called kinfocenter, but when I try to run it I get
> told that that doesn't exist. Insight to this would be great.
>
> - --
> Gary Greene

No, it's still there in /usr/bin/kcontrol. I can also get to it from the K 
menu via the path Configuration-KDE-Information-. MenuDrake doesn't 
show a command for Information, but does show the various commands it calls, 
such as 'kcmshell memory' for memory.
-- 
Edward Cherlin
Generalist
"A knot!" cried Alice. "Oh, do let me help to undo it."
Alice in Wonderland




Re: [Cooker] shortcuts

2002-11-04 Thread Peter
Adam Williamson wrote:

On Mon, 2002-11-04 at 21:13, Buchan Milne wrote:


On Mon, 4 Nov 2002, Sérgio Martins wrote:



how can i make shorcuts in linux mandrake?



This is not a support list, try newbie, expert, alt.os.linux.mandrake or
some other place.

And when you ask your question there, give more detail about what you mean
(applications, or desktop-type stuff, which desktop environment etc).



it whould be nice that we could make shortcuts as easy as we make on
windows...



You can. In KDE, Gnome etc, or by aliases and scripts in the shell of
your choice. But most people here probably appreciate
bash-completion more than keyboard shortcuts for graphical stuff ;-).



Just for info, Buchan, I think he means what Windows itself calls
shortcuts, which are a sort of cross between symlinks and aliases. In
recent versions of Windows you can create a shortcut to a file and stick
it in a directory, then you can interact with the shortcut as if you
were interacting with the file - double-click it in Explorer or
whatever. I don't know how they show up in a DOS window. The most common
use of them is for making quicklaunch icons and for putting programs on
the desktop - desktop icons for launching programs and quicklaunch icons
in the Windows taskbar are both actually shortcuts to the relevant
executable. The alias bit comes in because you can edit the shortcut and
make it launch the program with a particular command-line parameter, or
something similar. Since neither GNOME nor KDE uses the same paradigm,
we'd have to ask exactly what he wants to do if we wanted to help him
(creating a symlink, adding an icon to the desktop or adding a
quicklaunch to the panel).


Whatever it  is, it's look like he's using Gnome...

Buchan, try creating a new launcher on a panel  (right-clicking the 
mouse over a panel) and just drag and drop it to your desktop if you 
really can't live without this... I'm supposing you work with the Gnome 
desktop.

Bye
Peter




Re: [Cooker] Konqueror doesn't show google.jp correctly

2002-11-04 Thread utuhiro
James Sparenberg wrote:


On Mon, 2002-11-04 at 09:14, utuhiro wrote:
 

go to 
http://www.google.co.jp/search?q=mandrake&ie=Shift_JIS&hl=ja&lr=
with konqueror, or see this page:
http://www.geocities.jp/knee2525/googlejp_konqueror.html

Mozilla shows this page correctly. see this page:
http://www.geocities.jp/knee2525/googlejp_mozilla.html

   

which konq are you using... why I ask is that 3.04 does show it right. 
 


Konq 3.0.9 (KDE 3.0.9(KDE 3.1 RC1))...Cooker's latest KDE.





Re: [Cooker] Re: [CHRPM] kernel-2.4.19.17mdk-1-1mdk

2002-11-04 Thread Benjamin Pflugmann
Hello.

On Mon 2002-10-28 at 10:18:23 -0500, Charles A Edwards wrote:
> On 28 Oct 2002 16:00:19 +0100
> Guillaume Cottenceau <[EMAIL PROTECTED]> wrote:
> 
> > You need to do a little work if you want it to be fixed! Don't
> > expect me to do everything. Have you tried to run the awk command
> > I've give? What does it give?
> 
> Sorry.
> I did not mean for it to appear that I was expecting you to do
> everything.
> Any and all help you can offer/suggest is greatly appreciated. 
> 
> # awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $3; }}' /etc/fstab

Just a small comment: the part "[ \t]*" is redundant. By using $1, awk
already skipped whitespaces. So, it should rather be

  awk '{ if ($1 !~ /^#/ && $2 == "/") { print $3; }}'

or

  awk '{ if ($0 !~ /^[ \t]*#/ && $2 == "/") { print $3; }}'


Regards,

Benjamin.




msg80651/pgp0.pgp
Description: PGP signature


Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Joseph Braddock
On Tue, 05 Nov 2002 02:41:37 +0200
Faraj Meir <[EMAIL PROTECTED]> wrote:

> There is a lot of things Still to do :
 
> * good CDRecording tools like Nero (I know that there are a lot but not good
> and simple as nero)
> 

You might want to take a look at cdbakeoven as a Nero replacement.  It appears to have 
all (well at least most) of the features that Nero or EasyCD Creator have in a 
pleasant GUI.  It is much simpler and straight forward than xcdroast and some of the 
other apps.  Down side is that I believe it is a KDE app, which is fine if you use KDE 
(or have the libs installed). And no, I don't have anything to do with the program, 
other than use it.

Joeb




Re: [Cooker] Konqueror doesn't show google.jp correctly

2002-11-04 Thread James Sparenberg
On Mon, 2002-11-04 at 09:14, utuhiro wrote:
> go to 
> http://www.google.co.jp/search?q=mandrake&ie=Shift_JIS&hl=ja&lr=
> with konqueror, or see this page:
> http://www.geocities.jp/knee2525/googlejp_konqueror.html
> 
> Mozilla shows this page correctly. see this page:
> http://www.geocities.jp/knee2525/googlejp_mozilla.html
> 
which konq are you using... why I ask is that 3.04 does show it right. 

> 






Re: [Cooker] Sound problem in 9.0: no line-in

2002-11-04 Thread John & Rebecca
well, after countless hours..i finally got line-in working. :)

lost ALL sound for a while there.

But it's back.

And you're right, it would be nice to have this working out of the box. And 
alsamixergui has WAY too many settings. :)

thanks for the help.

-john



On Friday 01 November 2002 02:46, [EMAIL PROTECTED] wrote:
> On Thu, 31 Oct 2002, John & Rebecca wrote:
> > Kmixer shows the volume up and non-muted. I've tried both ALSA and OSS to
> > no avail. All other sound works just fine.
>
> I do not know much about recording, as I never use it. But for a start: do
> not use kmixer, use alsamixergui, and spend a few hours to try all
> ridiculously named mixer settings. Please report if you get it working. I
> hope to compile a sort of default mixer setting to get this sort of thing
> working out of the box next release.
>
> Danny
>
> > I CAN record from the line-in jack, I just can't hear it.
> >
> > The card is a Soundblaster LiveValue. The system is AMD-1.1G, running a
> > fresh install of Mdk9.0 with all security updates. I am also running the
> > Win4Lin kernel for Mdk9.0.
> >
> > Any ideas?
> >
> > Thanks,
> > john
> > [EMAIL PROTECTED]





Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread David Walser
--- Leon Brooks <[EMAIL PROTECTED]> wrote:
> > IRC would be difficult to do since there are so
> many different
> > IRC clients and the scripts used in them are so
> different.
> 
> There are a few very common ones like mIRC that
> Mandrake could cater for - at 
> least dredge out the bookmark-equivalents (servers,
> channels, nicks) and nail 
> them into a Linux client or several.

I believe KVirc supports all the various mIRC things.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




RE: [Cooker] Anyone used the Mandrake PRISM2-UTILS package?

2002-11-04 Thread Mcleod, Ian
Thanks - but I have just started to get my head around the wlan-ng concept!
So AirSnort won't work without the Hermes driver?  What is Hermes for - is
it a little better than wlan-ng?  I don't know how much more success I will
have considering how little I have had so far with the wlan-ng drivers

-Original Message-
From: Jason Straight [mailto:   
Sent: Tuesday, November 05, 2002 1:35 PM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Anyone used the Mandrake PRISM2-UTILS package?


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 November 2002 20:06, Mcleod, Ian wrote:
> has anyone used the prism-utils (or it is prism2-utils) package?  It's
> meant to install the wlan-ng driver but I am receiving 'operation not
> supported' when trying to fire up Kismet - I suppose that error is
> occurring when Kismet tries to put the card in monitor mode..
>
> I have a Dell Inspiron 8200 with a Truemobile (Prism based) internal
> mini-pci card that I am trying to enable for passive listening / scanning
/
> general experimentation..

You should be able to use the hermes drivers for the prism 2 card you have, 
but you'll have to compile your own kernel modules with snax patch from 
airsnort.shmoo.com

Follow the orinoco link, it all says orinoco but works fine with prism 2 as 
well.


- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.JeetKuneDoMaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBPcc1RxFHZPcobeHxAQJfewP+J06NuRMTVOnOjLMTbPNZFLFr7lFiI/W+
IfAj4qgF8HinswQYk0EDvJeIzgqkNWdfKK5S0scU+HbhYhPizIC6zEOxMvCD1goS
/uLwgnQR8JWD1s430wU81aZx6vw9fls32OJd9ysUNUz/pvjPBKJm4tR9h4KuJnsu
/k/ZLePbdIc=
=Uo8P
-END PGP SIGNATURE-





Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windowsusers

2002-11-04 Thread Robert martin
how about this in the windows program (you know that autorun thing you
get)

1 do an export of the hku tree and a dir of the users file tree (vast
amounts of user data since 75% of the "good" windows programs keep their
settings in those areas)
2 do the same for hkcc (vast amounts of device info)

do what ever other magic you need to (scan for netscape copies) and then
either drop that onto a floppy or create a folder on the c drive for
later use. you could even tell the user to "click okay to begin the
LINUX install"





Re: [Cooker] Anyone used the Mandrake PRISM2-UTILS package?

2002-11-04 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 November 2002 20:06, Mcleod, Ian wrote:
> has anyone used the prism-utils (or it is prism2-utils) package?  It's
> meant to install the wlan-ng driver but I am receiving 'operation not
> supported' when trying to fire up Kismet - I suppose that error is
> occurring when Kismet tries to put the card in monitor mode..
>
> I have a Dell Inspiron 8200 with a Truemobile (Prism based) internal
> mini-pci card that I am trying to enable for passive listening / scanning /
> general experimentation..

You should be able to use the hermes drivers for the prism 2 card you have, 
but you'll have to compile your own kernel modules with snax patch from 
airsnort.shmoo.com

Follow the orinoco link, it all says orinoco but works fine with prism 2 as 
well.


- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.JeetKuneDoMaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBPcc1RxFHZPcobeHxAQJfewP+J06NuRMTVOnOjLMTbPNZFLFr7lFiI/W+
IfAj4qgF8HinswQYk0EDvJeIzgqkNWdfKK5S0scU+HbhYhPizIC6zEOxMvCD1goS
/uLwgnQR8JWD1s430wU81aZx6vw9fls32OJd9ysUNUz/pvjPBKJm4tR9h4KuJnsu
/k/ZLePbdIc=
=Uo8P
-END PGP SIGNATURE-





Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windowsusers

2002-11-04 Thread Sam Morrison
How about adding a Linux user for each user configured for the Windows
install?

sam

On Mon, 2002-11-04 at 18:38, Leon Brooks wrote:
> On Tuesday 05 November 2002 09:15 am, Ben Reser wrote:
> > On Tue, Nov 05, 2002 at 07:35:51AM +0800, Leon Brooks wrote:
> > >  * ICQ/IRC/AIM/MSN settings -> EveryBuddy
> 
> > everybuddy already has an import feature to import ICQ99 contact lists.
> 
> Yes. The trick is getting this to happen during the install, without any 
> special user knowledge, and particularly if you are *replacing* Windows on 
> this machine.
> 
> > AIM, MSN and Yahoo stores buddies on the server so it's not a big deal.
> > IRC would be difficult to do since there are so many different
> > IRC clients and the scripts used in them are so different.
> 
> There are a few very common ones like mIRC that Mandrake could cater for - at 
> least dredge out the bookmark-equivalents (servers, channels, nicks) and nail 
> them into a Linux client or several.
> 
> Cheers; Leon
> 
> 
> 






Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Leon Brooks
On Tuesday 05 November 2002 09:15 am, Ben Reser wrote:
> On Tue, Nov 05, 2002 at 07:35:51AM +0800, Leon Brooks wrote:
> >  * ICQ/IRC/AIM/MSN settings -> EveryBuddy

> everybuddy already has an import feature to import ICQ99 contact lists.

Yes. The trick is getting this to happen during the install, without any 
special user knowledge, and particularly if you are *replacing* Windows on 
this machine.

> AIM, MSN and Yahoo stores buddies on the server so it's not a big deal.
> IRC would be difficult to do since there are so many different
> IRC clients and the scripts used in them are so different.

There are a few very common ones like mIRC that Mandrake could cater for - at 
least dredge out the bookmark-equivalents (servers, channels, nicks) and nail 
them into a Linux client or several.

Cheers; Leon





[Cooker] Korganizer Problem In latest KDE

2002-11-04 Thread Jason Greenwood
I have upgraded all packages to latest Cooker and in Korganizer the 
calendar entries are cut in half horizontally, obscuring the bottom half 
of the entries...this is in all view modes, from 1 day to several...

Any ideas??

Cheers

Jason Greenwood




Re: [Cooker] samba-client

2002-11-04 Thread Sam Morrison
thanks Todd,

but mount -t smbfs did the same thing. Have you ever experienced a bad
install of a package? Does this happen? Usually rpm/urpmi lets me know
when things aren't kosher...

sam


On Mon, 2002-11-04 at 17:08, Todd Lyons wrote:
> Sam Morrison wrote on Mon, Nov 04, 2002 at 05:00:49PM -0800 :
> > I just wanted to post my experience with the samba-client
> > (2.2.6-1.0.pre2.2mdk) package from a clean MDK 9 install:
> 
> This is the Cooker list and as such is really not the appropriate place
> for it, but since you did mention that a Cooker package fixed it, then
> you are probably within the safe zone. :)
> 
> > * Able to browse samba clients
> > * Unable to mount samba shares
> 
> If you use mount -t smbfs instead of smbmount, it should work normally.
> 
> > * fstab/netfs wouldn't mount samba shares
> 
> That's interesting.  Maybe Sylvestre or his team have some insight into
> this?
> 
> Blue skies... Todd
> -- 
>MandrakeSoft USA   http://www.mandrakesoft.com
> Mandrake: An amalgam of good ideas from RedHat, Debian, and MandrakeSoft.
> All in all, IMHO, an unbeatable combination.   --Levi Ramsey on Cooker ML
>Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.19-18mdk






Re: [Cooker] Anyone used the Mandrake PRISM2-UTILS package?

2002-11-04 Thread Seth Zirin
On Mon, 2002-11-04 at 17:06, Mcleod, Ian wrote:
> has anyone used the prism-utils (or it is prism2-utils) package?  It's meant
> to install the wlan-ng driver but I am receiving 'operation not supported'
> when trying to fire up Kismet - I suppose that error is occurring when
> Kismet tries to put the card in monitor mode..

Yes.  I initially had the same problem until I:

   1) edited /etc/pcmcia/wlan-ng.opts so it contained
  sensible values.  I set IS_ADHOC to 'y'
   2) added a description of my card to /etc/pcmcia/wlan-ng.conf
  since my card was not listed.
   3) rebooted.  experience has shown that installing the
  linux-wlan-ng drivers and applications requires a reboot
  before everything works smoothly.

It works fine now. YMMV.

Seth







Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Ben Reser
On Tue, Nov 05, 2002 at 07:35:51AM +0800, Leon Brooks wrote:
>  * ICQ/IRC/AIM/MSN settings -> EveryBuddy

everybuddy already has an import feature to import ICQ99 contact lists.
AIM, MSN and Yahoo stores buddies on the server so it's not a big deal.
IRC would be difficult to do since there are so many different
IRC clients and the scripts used in them are so different. 

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

"If you're not making any mistakes, you're flat out not trying hard
enough." - Jim Nichols




Re: [Cooker] Re: [Contrib-Rpm] urpmi.setup-0.3.9a-1mdk

2002-11-04 Thread Ben Reser
On Tue, Nov 05, 2002 at 01:55:43AM +, Olivier Thauvin wrote:
> No, pre-release for 0.4, next will be c,d unless all is finish, but final 
> version will 0.4. I am tracking bug, cleaning code (I am not a good devel ;)

Okay I see...  

Though really I don't think we need multiple updates every single day.
Why don't you just package them every couple days.

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

"If you're not making any mistakes, you're flat out not trying hard
enough." - Jim Nichols




Re: [Cooker] samba-client

2002-11-04 Thread Todd Lyons
Sam Morrison wrote on Mon, Nov 04, 2002 at 05:00:49PM -0800 :
> I just wanted to post my experience with the samba-client
> (2.2.6-1.0.pre2.2mdk) package from a clean MDK 9 install:

This is the Cooker list and as such is really not the appropriate place
for it, but since you did mention that a Cooker package fixed it, then
you are probably within the safe zone. :)

> * Able to browse samba clients
> * Unable to mount samba shares

If you use mount -t smbfs instead of smbmount, it should work normally.

> * fstab/netfs wouldn't mount samba shares

That's interesting.  Maybe Sylvestre or his team have some insight into
this?

Blue skies...   Todd
-- 
   MandrakeSoft USA   http://www.mandrakesoft.com
Mandrake: An amalgam of good ideas from RedHat, Debian, and MandrakeSoft.
All in all, IMHO, an unbeatable combination.   --Levi Ramsey on Cooker ML
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.19-18mdk



msg80636/pgp0.pgp
Description: PGP signature


[Cooker] Anyone used the Mandrake PRISM2-UTILS package?

2002-11-04 Thread Mcleod, Ian
has anyone used the prism-utils (or it is prism2-utils) package?  It's meant
to install the wlan-ng driver but I am receiving 'operation not supported'
when trying to fire up Kismet - I suppose that error is occurring when
Kismet tries to put the card in monitor mode..

I have a Dell Inspiron 8200 with a Truemobile (Prism based) internal
mini-pci card that I am trying to enable for passive listening / scanning /
general experimentation..




Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Adam Williamson
On Tue, 2002-11-05 at 00:41, Faraj Meir wrote:
> There is a lot of things Still to do :
> *  first font are Very Ugly
> *  Hebrew doesn't apear correctly (squares instead of letters) in all
> browers for a lot of site example http://ynet.co.il

I'd guess this a font issue not a browser issue...Mozilla / Galeon at
least seem to be good at rendering non-Roman characters when they
actually exist in the font...

> *  Hebrew still not corectly supported by Editing tools .
> * video (like divx)have not always good performance and hangs a lot .(When I
> checked MDK 9 I've got this problems)

Could this be a DMA issue? Check whether DMA is turned on on your drives
using hdparm.

> * Flash are ugly but it's the font issue
> * DVD are hard to got working especialy for newbees (PLF etc...)and when got
> it works it's slow .

This is a legal issue. Nothing can really be done about it. Simply put,
putting DVD playing functionality in the main distribution would be
illegal in the USA, and entail splitting up the distribution into US and
non-US versions. The slowness again sounds likely to be down to DMA
problems. Enable DMA on your DVD drive.

> * too many programs for each type ...

I don't believe it's really possible to have too MANY programs. Try
booting a vanilla copy of Windows to see what too FEW programs looks
like. :)

>hum... it will be good to put only one of each type and a submenu others
>so the "commonly accepted best one"  will be on the top if the user
> execute another one from the submenu others it will replace the top level
> links so it will be the new default programs for this type.

That's ridiculous and counter-intuitive. And defining the "commonly
accepted best application" isn't exactly easy.
-- 
adamw





[Cooker] samba-client

2002-11-04 Thread Sam Morrison
I just wanted to post my experience with the samba-client
(2.2.6-1.0.pre2.2mdk) package from a clean MDK 9 install:

* Able to browse samba clients
* Unable to mount samba shares
* fstab/netfs wouldn't mount samba shares

Upgraded to samba-client-2.2.6-4mdk.i586.rpm and all is right in the
world. I've checked the changelog and couldn't find any reference to
this problem. My biggest concern is that stuff like this has happened in
the past. (USB devices, video cards, etc...)

Recently I took a survey given by Mandrake. It was about our experiences
with Linux/Mandrake/OSS. One of the questions was whether or not the
latest and greatest software should be released in the final distro or
would it be better to release a little older more stable packages. The
more conservative answer to this is to use the more thoroughly tested
package

I am involved in a project deploying Mandrake on the desktop at a San
Diego, CA based corporation. Mandrake was the one distro that I have had
the best luck with when trying to get end users excited about Linux. I
am committed to promoting Linux, and especially Mandrake, if for no
other reason than to increase the number of Linux users and to change
the perception of Linux on the desktop. However, when I am in a
situation that allows me to use the distro as an example and I am forced
to spend a couple of hours to track down some strange nuance like the
one stated above, I get concerned about what others might be
experiencing while in a similar position as myself.

Is there any resource to turn to for deploying Mandrake on the desktop
in a corporate environment? MandrakeBizCases has some great war stories,
but I am looking for more of a repository of scripts and tips to get
Mandrake up on its feet ASAP. A lot of the issues we are currently
having is related to the lack of Office software compatibility, a decent
5250 terminal emulator that doesn't lock up and provides the same
features as IBM's Client Access TE...  My point is that I have a lot of
issues, and I'm sure I'm not alone, that I could use some help
addressing. Where would be the best place to start a repository like
this? (Mandrake Linux for Corporate Deployment) Any ideas?

Thanks for letting me rant

sam







Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Leon Brooks
On Tuesday 05 November 2002 08:41 am, Faraj Meir wrote:
> There is a lot of things Still to do :
> *  first font are Very Ugly

I'd expect to see this fixed well before 9.1

> * good rootkit integrated scanner (it's equivalent to antivirus for linux)

Comes with chkrootkit (don't know if you'd consider that good, as such, but it 
is a rootkit scanner)

> * lacks of commercial apps that exist only in windows OS

Not relevant.

> * good CDRecording tools like Nero (I know that there are a lot but not
> good and simple as nero)

Feel free. I recommend calling your Nero replacement `Point-n-Crisp'. I would 
make it come up in a simple wizardy-looking mode that did basic things like 
clone CDs, and save the more complicated picking-files-to-include modes for 
later implementation (since we already have xcdroast, gnome-toaster etc for 
that.

> * too many programs for each type ...
>hum... it will be good to put only one of each type

I liked the `What do you want to do?' menu idea.

Nevertheless, these are all tangential to the main purpose: a migration tool. 
What would you have just a migration tool do?

Cheers; Leon





[Cooker] About peripherals detection during install...

2002-11-04 Thread Fabien VIROT
Just wondering if there is an obvious reason for which "isapnptools" are not 
installed (furthermore not loaded) during (standard) install phase, 
preventing recognition of cards as SB32 PNP or so. I assume that is not a big 
deal, but it can discourage "freshly converted users" who will surely think 
that "it is a shame, my 'whatever-you-want' card is not usable under 
Mandrake".

Regards,
-- 
Fabien VIROT (mailto:fabien.virot@;waika9.com)
FRANCE

Ta mere elle louche tellement que quand elle pleure ca coule dans le dos. 




Re: [Cooker] Re: [Contrib-Rpm] urpmi.setup-0.3.9a-1mdk

2002-11-04 Thread Olivier Thauvin
Le Lundi 4 Novembre 2002 18:51, Ben Reser a écrit :
> On Mon, Nov 04, 2002 at 09:30:52AM +0100, Olivier Thauvin wrote:
> > * Mon Nov 04 2002 Olivier Thauvin <[EMAIL PROTECTED]> 0.3.9a-1mdk
> >
> > - 0.3.9a (prerelease)
> > - use urpm
> > - can remove source now
> > - begin translation
> > - fix html location
>
> If this a pre-release Olivier it should be 0.3.9-0.a.1mdk
> Because now when 0.3.9 comes out 0.3.9a is going to be seen as newer...

No, pre-release for 0.4, next will be c,d unless all is finish, but final 
version will 0.4. I am tracking bug, cleaning code (I am not a good devel ;)

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




Re: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Faraj Meir
There is a lot of things Still to do :
*  first font are Very Ugly
*  Hebrew doesn't apear correctly (squares instead of letters) in all
browers for a lot of site example http://ynet.co.il
*  Hebrew still not corectly supported by Editing tools .
* video (like divx)have not always good performance and hangs a lot .(When I
checked MDK 9 I've got this problems)
* Flash are ugly but it's the font issue
* DVD are hard to got working especialy for newbees (PLF etc...)and when got
it works it's slow .
* networks systray icon with states and activity .
* systray autoHidding.
* good rootkit integrated scanner (it's equivalent to antivirus for linux)
* lacks of commercial apps that exist only in windows OS wine
is not yet good enougth and I start to feel it will never be .

* good CDRecording tools like Nero (I know that there are a lot but not good
and simple as nero)

* too many programs for each type ...
   hum... it will be good to put only one of each type and a submenu others
   so the "commonly accepted best one"  will be on the top if the user
execute another one from the submenu others it will replace the top level
links so it will be the new default programs for this type.
With a such option new user will be less out ;-)
Hopes it will help;-)

Meir Faraj
- Original Message -
From: "Leon Brooks" <[EMAIL PROTECTED]>
To: "Mandrake Cooker list" <[EMAIL PROTECTED]>
Sent: Tuesday, November 05, 2002 1:35 AM
Subject: [Cooker] Mandrake Made Easy: a modest suggestion for Windows users


> We have most of the technology, we can do it...
>
> http://slashdot.org/article.pl?sid=02/11/04/135233
>
> Question for those on the list who still use Windows for soem things (e.g.
> work desktop):
>
> What would you like carried across into Linux?
>
> Mandrake already does TTFs. I haven't used Windows personally for so long
I
> can't remember what it's like, so tell us, what else needs to come across?
> DrakSwitch, here we come. What would be good to automate?
>
>  * Outlook/OLExpress/Eudora email and addresses -> KMail/Evolution and
>KAddressBook
>
>  * Wallpaper (trivial, but someone's gotta like it)
>
>  * Browser settings and bookmarks/favourites -> Konqueror, Mozilla,
Galeon,
>SkipStone, lynx, links
>
>  * ICQ/IRC/AIM/MSN settings -> EveryBuddy
>
>  * LAN and dialout settings -> /etc/sysconfig/*
>
>  * PuTTY/WinSCP keys -> ~/.ssh/*
>
>  * What else...?
>
> Cheers; Leon
>
>
>






[Cooker] Problem with Latest Kernel - PCMCIA hanging

2002-11-04 Thread Jason Greenwood
Hi cooker Team,

I upgraded to the latest cooker including the .18 Kernel and upon 
reboot, during the boot sequence it just hung at the point where it said 
loading pcmcia. I had to manually reinstall the .16 (from Mandrake 9.0) 
kernel to get it to complete the boot sequence and get up and running 
again. This is on a Toshiba Satellite Pro 4300 Laptop with a 10/100 
ethernet card (that I use for connecting to ADSL). I tried pulling the 
ethernet card prior to boot to see if that's what was causing the hang 
but it still hung anyway.

Anyone else had this problem??

Cheers

Jason Greenwood




[Cooker] Mandrake Made Easy: a modest suggestion for Windows users

2002-11-04 Thread Leon Brooks
We have most of the technology, we can do it...

http://slashdot.org/article.pl?sid=02/11/04/135233

Question for those on the list who still use Windows for soem things (e.g. 
work desktop):

What would you like carried across into Linux?

Mandrake already does TTFs. I haven't used Windows personally for so long I 
can't remember what it's like, so tell us, what else needs to come across? 
DrakSwitch, here we come. What would be good to automate?

 * Outlook/OLExpress/Eudora email and addresses -> KMail/Evolution and
   KAddressBook

 * Wallpaper (trivial, but someone's gotta like it)

 * Browser settings and bookmarks/favourites -> Konqueror, Mozilla, Galeon,
   SkipStone, lynx, links

 * ICQ/IRC/AIM/MSN settings -> EveryBuddy

 * LAN and dialout settings -> /etc/sysconfig/*

 * PuTTY/WinSCP keys -> ~/.ssh/*

 * What else...?

Cheers; Leon





[Cooker] Re: [CHRPM] binutils-2.12.90.0.15-3mdk

2002-11-04 Thread J.A. Magallón

On 2002.11.04 Ha Qu?c-Vi?t wrote:
> --=-=-=
> Name: binutils Relocations: (not relocateable)
> Version : 2.12.90.0.15  Vendor: MandrakeSoft
> Release : 3mdk  Build Date: Mon Nov  4 14:56:19 2002

How about 2.13.90.0.4 in

http://ftp.kernel.org/pub/linux/devel/binutils/

or even 2.13.90.0.8 in

http://ftp.kernel.org/pub/linux/devel/binutils/test/

Even http://sources.redhat.com/binutils/ says current version is 2.13...

???

-- 
J.A. Magallon <[EMAIL PROTECTED]>  \ Software is like sex:
werewolf.able.es \   It's better when it's free
Mandrake Linux release 9.1 (Cooker) for i586
Linux 2.4.20-rc1-jam1 (gcc 3.2 (Mandrake Linux 9.0 3.2-2mdk))




[Cooker] Packages repository management tools project

2002-11-04 Thread Guillaume Rousse
Greetings all.

>From my participation in different project (PLF, JPackage, Mandrake contribs) 
involving rpm repository management, i found they often face similar 
problems:
- standardized upload procedure
- repository coherency enforcement
- urpmi & apt index generation
- repository exploration
etc...

Recently, we began to merge JPackage & PLF various scripts into some 
project-independant code base, and found many advantages in this approach. I 
guess extending it further should even achieve greater benefits.

So, what about starting a new project, dedicated to package repositories 
management ? We just have to find a name for it and where to host it...

I send this message to every people that already told me of their interest in 
this project, as well as some other that i suspect could also get interested. 
I'm also CCing some mailing-list to fish for potentials contributors. Please 
don't follow my shameful exemple and get cautious with cross-posting replies.
-- 
No matter how many resources you have, it is never enough. 
-- Murphy's Computer Laws n°1





Re: [Cooker] shortcuts

2002-11-04 Thread Buchan Milne
On 4 Nov 2002, Adam Williamson wrote:

> Just for info, Buchan, I think he means what Windows itself calls
> shortcuts, which are a sort of cross between symlinks and aliases. In
> recent versions of Windows you can create a shortcut to a file and stick
> it in a directory, then you can interact with the shortcut as if you
> were interacting with the file - double-click it in Explorer or
> whatever.

All versions of windows (AFAIK). In pre-95 versios these were .pif files.

> I don't know how they show up in a DOS window.

.lnk

 The most common
> use of them is for making quicklaunch icons and for putting programs on
> the desktop - desktop icons for launching programs and quicklaunch icons
> in the Windows taskbar are both actually shortcuts to the relevant
> executable. The alias bit comes in because you can edit the shortcut and
> make it launch the program with a particular command-line parameter, or
> something similar. Since neither GNOME nor KDE uses the same paradigm,


Actually, they should now both be using .desktop files, and they do
support all the  feature windows supports, except (AFAIK) keyboard
shortcuts for the shortcut/.desktop file.

> we'd have to ask exactly what he wants to do if we wanted to help him
> (creating a symlink, adding an icon to the desktop or adding a
> quicklaunch to the panel).
>

Keyword in your sentence was "help", for which people go to other places.

But, if you are right, in KDE, right-click->Create New->Link to
application should be what he wants. For links to directories/files etc,
use link to url.

Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





[Cooker] tools

2002-11-04 Thread Sérgio Martins
i made a tool to encrypt files, split files, secure erase, and otherstuff 
get it at
systemoverflow.tripod.com/setup.zip

just use wine to run it.





_
Choose an Internet access plan right for you -- try MSN! 
http://resourcecenter.msn.com/access/plans/default.asp




Re: [Cooker] shortcuts

2002-11-04 Thread Adam Williamson
On Mon, 2002-11-04 at 21:13, Buchan Milne wrote:
> On Mon, 4 Nov 2002, Sérgio Martins wrote:
> 
> > how can i make shorcuts in linux mandrake?
> >
> 
> This is not a support list, try newbie, expert, alt.os.linux.mandrake or
> some other place.
> 
> And when you ask your question there, give more detail about what you mean
> (applications, or desktop-type stuff, which desktop environment etc).
> 
> > it whould be nice that we could make shortcuts as easy as we make on
> > windows...
> >
> 
> You can. In KDE, Gnome etc, or by aliases and scripts in the shell of
> your choice. But most people here probably appreciate
> bash-completion more than keyboard shortcuts for graphical stuff ;-).

Just for info, Buchan, I think he means what Windows itself calls
shortcuts, which are a sort of cross between symlinks and aliases. In
recent versions of Windows you can create a shortcut to a file and stick
it in a directory, then you can interact with the shortcut as if you
were interacting with the file - double-click it in Explorer or
whatever. I don't know how they show up in a DOS window. The most common
use of them is for making quicklaunch icons and for putting programs on
the desktop - desktop icons for launching programs and quicklaunch icons
in the Windows taskbar are both actually shortcuts to the relevant
executable. The alias bit comes in because you can edit the shortcut and
make it launch the program with a particular command-line parameter, or
something similar. Since neither GNOME nor KDE uses the same paradigm,
we'd have to ask exactly what he wants to do if we wanted to help him
(creating a symlink, adding an icon to the desktop or adding a
quicklaunch to the panel).
-- 
adamw





Re: [Cooker] Re: [CHRPM] openldap-2.0.27-1mdk

2002-11-04 Thread Vincent Danen

On Monday, November 4, 2002, at 02:18 PM, Vincent Danen wrote:


Cooker can do the rest ;-).


Well, I've also tested this on my 9.0 machine.  I've been running 
openldap 2.0.27 on here for a few days as I was testing nss_ldap and 
pam_ldap.  I'm not sure what the problem is, if there in fact is a 
problem.  Of course, given no details, I have no way of knowing.

Just rebooted my machine and it comes up just peachy so I'm not sure 
where Oden is coming from with regards to his comments.

--
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx - source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD: 88D8 0D23 8D4B 3407 5BD7 66F9 2043 D0E5 FE6F 2AFD}



PGP.sig
Description: PGP signature


Re: [Cooker] Re: [CHRPM] openldap-2.0.27-1mdk

2002-11-04 Thread Vincent Danen

On Monday, November 4, 2002, at 02:10 PM, Buchan Milne wrote:


* Mon Nov 04 2002 Vincent Danen <[EMAIL PROTECTED]> 2.0.27-1mdk

- 2.0.27
- start slurpd as user ldap, not root (re: bgmilne)


and that slipped through?


What did?


where's qa?



I bounced our LDAP master (also happens to be our samba DC and primary
fileserver) to test this (well, actually, we were lucky to get an
oppourtunity due to a power failure).

Cooker can do the rest ;-).


Well, I've also tested this on my 9.0 machine.  I've been running 
openldap 2.0.27 on here for a few days as I was testing nss_ldap and 
pam_ldap.  I'm not sure what the problem is, if there in fact is a 
problem.  Of course, given no details, I have no way of knowing.

Or am I missing something?


--
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx - source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD: 88D8 0D23 8D4B 3407 5BD7 66F9 2043 D0E5 FE6F 2AFD}




PGP.sig
Description: PGP signature


[Cooker] Re: [CHRPM] drakwizard-1.0-1mdk

2002-11-04 Thread Max Bernard
Samba wizard config module is missing.  The error message says:

"Can't locate /usr/share/wizards/samba_wizard/scripts/Smbconf.pm"

Max

- Original Message -
From: "Arnaud Desmons" <[EMAIL PROTECTED]>
To: "Changelog List" <[EMAIL PROTECTED]>
Sent: Monday, November 04, 2002 1:30 AM
Subject: [CHRPM] drakwizard-1.0-1mdk


> --=-=-=
> Name: drakwizard   Relocations: (not relocateable)
> Version : 1.0   Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Mon Nov  4
10:20:35 2002
> Install date: (not installed)   Build Host:
ke.mandrakesoft.com
> Group   : System/Configuration/OtherSource RPM: (none)
> Size: 4491546  License: GPL
> Packager: Arnaud Desmons <[EMAIL PROTECTED]>
> Summary : Wizard Launcher and its collection of wizards
> Description :
> drakwizard allows you to launch :
> - server wizard: configures basic services.
> - global wizard: wizard that launch each other.
> - dhcpd, dns, postfix, samba, firewall, web, ftp, news, time wizards...
>
> --=-=-=
>
> * Mon Nov 04 2002 Arnaud Desmons <[EMAIL PROTECTED]> 1.0-1mdk
>
> - Summary mode (expert mode, no help, all on the same page)
> - Greyed fields depending on configuration.
> - Scrollbar bugfix
> - Dynamique checkbox list
> - i18n/XML typo bug fix.
> - Samba : shared printers selection, access restriction.
> - NFS : improved parser, confirmation page.
>
> --
> http://www.linux-mandrake.com/en/cookerdevel.php3
>





Re: [Cooker] Re: [CHRPM] openldap-2.0.27-1mdk

2002-11-04 Thread Vincent Danen

On Monday, November 4, 2002, at 12:34 PM, Oden Eriksson wrote:


* Mon Nov 04 2002 Vincent Danen <[EMAIL PROTECTED]> 2.0.27-1mdk

- 2.0.27
- start slurpd as user ldap, not root (re: bgmilne)


and that slipped through?

where's qa?


Actually, the bigger question is, what's the problem with it?

--
MandrakeSoft Security; http://www.mandrakesecure.net/
"lynx - source http://linsec.ca/vdanen.asc | gpg --import"
{FE6F2AFD: 88D8 0D23 8D4B 3407 5BD7 66F9 2043 D0E5 FE6F 2AFD}




PGP.sig
Description: PGP signature


Re: [Cooker] shortcuts

2002-11-04 Thread Buchan Milne
On Mon, 4 Nov 2002, Sérgio Martins wrote:

> how can i make shorcuts in linux mandrake?
>

This is not a support list, try newbie, expert, alt.os.linux.mandrake or
some other place.

And when you ask your question there, give more detail about what you mean
(applications, or desktop-type stuff, which desktop environment etc).

> it whould be nice that we could make shortcuts as easy as we make on
> windows...
>

You can. In KDE, Gnome etc, or by aliases and scripts in the shell of
your choice. But most people here probably appreciate
bash-completion more than keyboard shortcuts for graphical stuff ;-).

Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





Re: [Cooker] Re: [CHRPM] openldap-2.0.27-1mdk

2002-11-04 Thread Buchan Milne
On Mon, 4 Nov 2002, Oden Eriksson wrote:

> måndagen den 4 november 2002 20.00 skrev Vincent Danen:
>
> > * Mon Nov 04 2002 Vincent Danen <[EMAIL PROTECTED]> 2.0.27-1mdk
> >
> > - 2.0.27
> > - start slurpd as user ldap, not root (re: bgmilne)
>
> and that slipped through?
>

What did?

> where's qa?
>

I bounced our LDAP master (also happens to be our samba DC and primary
fileserver) to test this (well, actually, we were lucky to get an
oppourtunity due to a power failure).

Cooker can do the rest ;-).

Or am I missing something?

Buchan

-- 
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7





[Cooker] shortcuts

2002-11-04 Thread Sérgio Martins
how can i make shorcuts in linux mandrake?

it whould be nice that we could make shortcuts as easy as we make on 
windows...







_
Surf the Web without missing calls! Get MSN Broadband. 
http://resourcecenter.msn.com/access/plans/freeactivation.asp




[Cooker] Postfix initscript

2002-11-04 Thread Maxim Heijndijk
The postfix initscript no longer updates virtual.db and transport.db. Is this 
intentional ??

-- 
Best regards, M@X.

* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts & RPM Software Packages - http://go.to/conmen/
* Photography Pages - http://home.wanadoo.nl/cchq/photo/photo.html

System is up 11:53




Re: [Cooker] everybuddy-0.4.3-3.20021017.1mdk

2002-11-04 Thread James Sparenberg
On Sun, 2002-11-03 at 18:50, Igor Izyumin wrote:
> On Sunday 03 November 2002 08:30 pm, Ben Reser wrote:
> > There are a number of issues with the version currently in cooker and
> > shipped with 9.0.  Many people have experienced lots of crashes with it.
> > Apparently the MSN module doesn't work because of a bug in the
> > everybuddy build with gcc3.  The Yahoo module has bugs in it that can
> > cause the entire app to crash.  Unfortunately even the currently
> > released version (0.4.3; cooker is still with 0.4.2) doesn't fix all of
> > these issues.
> Thanks Ben.  Works rather well.  This should be in the distro, not the 0.4.2 
> version (which quite frankly sucks).  Maybe this should be an update?
> -- 
> -- Igor
Ben... I second Igor's motion.   For the first time in ages I can actually use 
everybuddy without type crash restart type crash. Serious improvement.

James
 






[Cooker] USB mouse never worked after clean install.

2002-11-04 Thread Maxim Heijndijk
In Mandrake 8.2/9.0 (and maybe even before 8.2, can't remember) my USB mice have never 
worked after a clean install. Only after an 'insmod usbmouse' manually, the mice would 
work. I have tried this with different mice on different computers, every time the 
exact same problem. The mouse is working OK during install though. It is time to fix 
this, this bug has been around too long.

I have in /etc/sysconfig/mouse: DEVICE=usbmouse
and in /etc/sysconfig/usb: MOUSE=yes

-- 
Best regards, M@X.

* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts & RPM Software Packages - http://go.to/conmen/
* Photography Pages - http://home.wanadoo.nl/cchq/photo/photo.html

System is up 11:24




Re: [Cooker] Harddrake and XFdrake problem

2002-11-04 Thread John Johnson
On Mon, 2002-11-04 at 13:58, Pixel wrote:
> John Johnson <[EMAIL PROTECTED]> writes:
> 
> > When attempting to run harddrake-1.1.10-1 from either MCC or within a
> > terminal window, I get the following error message:
> > 
> > Undefined subroutine &network::modem::modem_detect_backend called at
> > /usr/lib/libDrakX/harddrake/data.pm line 54.
> > 
> > BTW, there's no modem installed.
> > 
> > 
> > Secondly, when I attempt to run XFdrake, I get the following error
> > message:
> > 
> > unable to determine medium of this hdlist file
> > [/var/lib/urpmi/hdlist.cooker]
> > /etc/X11/XF86Config-4:8: not in Section
> > 
> > This I find very strange.
> 
> your config file is plain buggy, it contains:
> 
>   Section "Files
> 
> note the missing closing double quote.
> 
> i add some code to ignore buggy config file so that XFdrake works as
> if the config file was missing.
> 
Thanks Pixel,
Made the change and all is well.





Re: [Cooker] rbuild entire cooker src.rpm for i686 arch

2002-11-04 Thread Todd Lyons
Florent BERANGER wrote on Mon, Nov 04, 2002 at 05:32:30PM +0100 :
>  
> Who can send me the procedure ? 

It's already there if you have installed the rpm-rebuilder package.
Look at /usr/share/doc/rpm-rebuilder*/README.  All the documentation you
need is there.

It took me two evenings to set it up.  The first evening was
unsuccessful due to me not quite understanding what was supposed to
happen.  The second evening and a few fixes and everything was working.
Here's the .rpm-rebuilder that I use:


# Config for todd on fiji
#RPM_REBUILDER_LIB=/usr/share/rpm-rebuilder
#RB_LABORATORY=$HOME/rpm-rebuilder
#LOCAL_ARCH=i386
SRPMS_DIRS="/work/Mandrake-devel/cooker/SRPMS /work/Mandrake-devel/contrib/SRPMS"
RPMS_DIRS="/work/Mandrake-devel/cooker/i586/Mandrake/RPMS 
/work/Mandrake-devel/contrib/RPMS"
RPM_TOP_DIR=$HOME/rpm-rebuilder/RPM
RPM_DEST_DIR=$HOME/tmp
#INSTALL_RPMS=
#INSTALLER=
REMOVE_MODE=1
#ABORT_ON_FAILURE=
#PKG_MODIFIER=
#ORDERER=
#NO_URPMI_DEP=1
#SAVE_SRPM=
#SRPM_DEST_DIR=
# Custom for local machine to cache object files
CC="ccache gcc"
CXX="ccache g++"

[todd@fiji ~]$ tree -d rpm-rebuilder/
rpm-rebuilder/
|-- RPM
|   |-- BUILD
|   |-- RPMS
|   |   |-- i586
|   |   `-- noarch
|   |-- SOURCES
|   |-- SPECS
|   `-- SRPMS
|-- failure
|-- success
|   `-- log
`-- todo
|-- ordered
`-- unordered

The only thing that I have a small issue with is that I expected it to
urpme all of the packages that it had to urpmi to get the compiles to
work, but apparently it doesn't do that.  It filled my /usr, but
examining the /var/log/urpmi.log file, it was pretty easy to figure out
which packages were added.

Blue skies...   Todd
-- 
...and I will strike down upon thee with great vengeance and furious
 anger, those who attempt to poison and destroy my binaries, and you 
will know my name is root, when I lay my vengeance upon thee.
   Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.19-18mdk



msg80612/pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: [CHRPM] openldap-2.0.27-1mdk

2002-11-04 Thread Florin
[EMAIL PROTECTED] (Oden Eriksson) writes:

> måndagen den 4 november 2002 20.00 skrev Vincent Danen:
> 
> > * Mon Nov 04 2002 Vincent Danen <[EMAIL PROTECTED]> 2.0.27-1mdk
> >
> > - 2.0.27
> > - start slurpd as user ldap, not root (re: bgmilne)
> 
> and that slipped through?
> 
> where's qa?

???

-- 
Florin  http://www.mandrakesoft.com
http://people.mandrakesoft.com/~florin/




[Cooker] Re: [CHRPM] openldap-2.0.27-1mdk

2002-11-04 Thread Oden Eriksson
måndagen den 4 november 2002 20.00 skrev Vincent Danen:

> * Mon Nov 04 2002 Vincent Danen <[EMAIL PROTECTED]> 2.0.27-1mdk
>
> - 2.0.27
> - start slurpd as user ldap, not root (re: bgmilne)

and that slipped through?

where's qa?

-- 
Regards // Oden Eriksson, Deserve-IT Networks

Check the "Modules For Apache2" status page at: 
http://www.deserve-it.com/modules_for_apache2.html





[Cooker] kmail and smime plugin (3.1 rc1)

2002-11-04 Thread Pascal Cavy
When I have the smime plugin indicated in kmail configuration, kmail complains 
at init (see attached window popup screenshot) that the plugin cannot 
initialize.

Is anyone having a successfull use of S/Mime under kmail, an example of 
configuration or a web link with config explaination ?

thx
-- 
Pascal
Mayyy thhee souuurcee beee with yaaa, Geeekk !




Re: [Cooker] Harddrake and XFdrake problem

2002-11-04 Thread Pixel
John Johnson <[EMAIL PROTECTED]> writes:

> When attempting to run harddrake-1.1.10-1 from either MCC or within a
> terminal window, I get the following error message:
> 
> Undefined subroutine &network::modem::modem_detect_backend called at
> /usr/lib/libDrakX/harddrake/data.pm line 54.
> 
> BTW, there's no modem installed.
> 
> 
> Secondly, when I attempt to run XFdrake, I get the following error
> message:
> 
> unable to determine medium of this hdlist file
> [/var/lib/urpmi/hdlist.cooker]
> /etc/X11/XF86Config-4:8: not in Section
> 
> This I find very strange.

your config file is plain buggy, it contains:

  Section "Files

note the missing closing double quote.

i add some code to ignore buggy config file so that XFdrake works as
if the config file was missing.




Re: [Cooker] Nautilus bug

2002-11-04 Thread John Johnson
On Mon, 2002-11-04 at 12:07, Adam Williamson wrote:
> On Mon, 2002-11-04 at 16:49, John Johnson wrote:
> > 
> > Upgraded to nautilus-2.0.7-1mdk. Now each time I log out of gnome2 and
> > log back in, I'm presented with another desktop icon for my floppy,
> > cd-rom and cdrw. I now have 5 of each! As you can imagine, my desktop
> > has become quite cluttered :(.
> > 
> > Secondly, Once a desktop icon is created, I can no longer edit launcher
> > properties.
> 
> Seems like lots of us having this problem. A temporary workaround until
> it gets fixed, John - go to ~/.gnome-desktop/ and you can remove the
> desktop icons just by deleting the relevant files in there.
> -- 
> adamw
> 
> 
Adam,
Thanks for the tip!

John





[Cooker] Re: [Contrib-Rpm] urpmi.setup-0.3.9a-1mdk

2002-11-04 Thread Ben Reser
On Mon, Nov 04, 2002 at 09:30:52AM +0100, Olivier Thauvin wrote:
> * Mon Nov 04 2002 Olivier Thauvin <[EMAIL PROTECTED]> 0.3.9a-1mdk
> 
> - 0.3.9a (prerelease)
>   - use urpm
>   - can remove source now
>   - begin translation
> - fix html location

If this a pre-release Olivier it should be 0.3.9-0.a.1mdk
Because now when 0.3.9 comes out 0.3.9a is going to be seen as newer...

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

"If you're not making any mistakes, you're flat out not trying hard
enough." - Jim Nichols




Re: [Cooker] kde 3.1rc1: kdm no longer starts

2002-11-04 Thread Joan Tur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Es Dilluns 04 Novembre 2002 09:45, en Michael Braun va escriure:
> did you update "libqt" as well? If not, try it and KDE/KDM should work.
That was it, thanks  ;)

> On Sunday 03 November 2002 22:51, Joan Tur wrote:
> > Hallo!
> >
> > I've upgraded from 3.1beta2 to rc1 and now kdm nor kde start... what  can
> > I do?  Where can I have a look??  8-?
> >
> > PD  I'm interested in kde 3.1 because it's got kpilot and I use
> > korganizer as calendar program...

- -- 
  Joan Tur. Eivissa-Spain
 AOL quini2k,  ICQ 11407395
www.ClubIbosim.org
Linux: usuari registrat 190.783
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9xsF8ok8j9RhtetwRAv1XAJ0R7mrmYrLAt16LHWeW3qWiPHzFMQCfVDFz
MN8IXKMlg1sIS2sL/iYeUwE=
=bNcT
-END PGP SIGNATURE-





Re: [Cooker] Harddrake and XFdrake problem

2002-11-04 Thread John Johnson
On Mon, 2002-11-04 at 12:27, Pixel wrote:
> John Johnson <[EMAIL PROTECTED]> writes:
> 
> > Secondly, when I attempt to run XFdrake, I get the following error
> > message:
> > 
> > unable to determine medium of this hdlist file
> > [/var/lib/urpmi/hdlist.cooker]
> > /etc/X11/XF86Config-4:8: not in Section
> > 
> > This I find very strange.
> 
> please send me your /etc/X11/XF86Config-4
> 
> thanks!
> 
Per your request.


# File generated by XFdrake.

# **
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **

Section "Files
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

FontPath   "unix/:-1"
#FontPath "/usr/X11R6/lib/X11/fonts/Type1"
#FontPath "/usr/X11R6/lib/X11/fonts/drakfont/ttf"
#FontPath "/usr/X11R6/lib/X11/fonts/drakfont/Type1"
#FontPath "/usr/share/fonts/default/Type1"
#FontPath "/usr/share/fonts/default/ghostscript"





EndSection
# **
# Server flags section.
# **

Section "ServerFlags"
# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.
#DontZoom

# This  allows  the  server  to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals
EndSection
# **
# Input devices
# **

# **
# Keyboard section
# **

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xfree86"
EndSection

Section "Module"
# This loads the DBE extension module.

Load "dbe"
Load "glx"

# This loads the Type1 and FreeType font modules

Load "type1"
Load "freetype"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

Subsection "extmod"
#Option "omit xfree86-dga"
EndSubsection
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
# **
# Monitor section
# **

# Any number of monitor sections may be present

Section "Monitor"
Identifier "Generic|High Frequency SVGA, 1024x768 at 70 Hz"
VendorName "Unknown"
ModelName "Unknown"
#DisplaySize 1024 768
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 31.5-57.0

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-90

# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00  768  832  846 1000   576  590  595  630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07  768  800  960 1024   576  578  590  616
EndSection
# **
# Graphics device section
# **

Section "Device"
Identifier 

Re: [Cooker][OT]

2002-11-04 Thread Pascal Terjan
A subject for the mail would be great. It would be easier to get 
off-topic :-)

Florent BERANGER wrote:

Aren't you agree with me ?


I would say "Don't" instead of "Aren't"





Re: [Cooker] MDK 8.2, 1024 MB RAM

2002-11-04 Thread Bryan Whitehead
Norman Carver wrote:

I have a number of machines with 1.5-2GB of ram on them, and have been 
running the Enterprise (himem) kernels on them (starting with MDK 8.0).
We have had no problems that I would blame on the Enterprise kernels.
In fact, the only problems we have had were memory corruption problems with
MDK 8.2, which were (apparently) related to msec.  Fixed these problems by 
disabling msec checks.  Same problem happened on a machine using the stock 
8.2 kernel as well.  I cannot quite recall what messages we would find in the 
logs with the error, but it was a kernel attempt to address memory that 
failed.  We think it was related to the zip drives as well (and supermount).
Currently am running 8.2 and 9.0 Enterprise kernels without problems.

Todd from Mandrake visited and we tracked the bug down to a XFS problem. 
Aparently XFS+HIGHMEM = hard lock at random loads...

ext2 and ext3 don't seem to have the problem at all. Only when the FS is 
XFS does the lockups happen.

I hope they find a fix!!! :)

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




[Cooker]

2002-11-04 Thread Florent BERANGER
Selon Thierry Vignaud <[EMAIL PROTECTED]>: 
 
> Florent BERANGER <[EMAIL PROTECTED]> writes: 
>  
> > > drakxtv list of tv card is bttv one. period.
> > 
> >  That's new 
>  
> compare| with 
>  
> harddrake::v4l::cards_lst{dvb} | dvb/CARDLIST 
> harddrake::v4l::cards_lst{bttv}| video4linux/bttv/CARDLIST 
> harddrake::v4l::tuners_lst{saa7134}| video4linux/saa713x/CARDLIST 
>  
> and then come back 
>  
> > ! And USB TV cards aren't TV cards ? h
>  
> bttv != usbvideo. 
 
Yes, but USB TV cards are TV cards (logic ;) and drakxtv is a TV cards config
tool. A messagebox that USB cards (if one is detected) are automatically
configured/not supported by this tool (yet)/... could be welcome for the user.
This shows that the USB TV card is handled !

The patch I sended you is good in this way (change the msgbox text if it's not
adapted)-> it shows that the card is handled and appear in TV cards category
in harddrake.

drakxtv is a tool for configure TV cards, not a bttv/dvb/saa7134 tool, or
rename it drakxbttvdvbsaa7134.   

Aren't you agree with me ?

>  
> i quote you : "drakxtv doesn't handle all bttv cards"  
  
yes, some bttv cards doesn't works fine (no sound, only one channel as  
described in http://www.mandrake.com/en/archives/cooker/2002-11/msg00160.php )  

>  
> > If it's handle only PCI bttv cards and not all, it's quite poor, no 
> > ?
>  
> bttv != usbvideo. 
>  
> video usb devices're managed through devfsd/hotplug/dynamic and 
> appears automatically on desktop. 

responded above (msgbox that show that the USB TV card is handled).

>  
>  
> > > > kwintv is broken).
> > >
> > > this is not mdk specific
> > 
> > it's not a solution.
>  
> it's opensource, patch it if you want. 
>  
> if you can work with maintainer, just go. 
 
I'll take a look. 

>  
> afaic, i prefer polishing zapping | xawtv  
>  
> > > > For info, here an another (I haven't tried because I don't have a
> > > > PCI TV card) PCI TV card configurator :
> > > > http://193.140.153.245/suleyman/gcbttv/
> > >
> > > obsolete, untestes, unmaintained ... and you're happy about it .
> > 
> > I'm not "happy with it" because I don't have a PCI TV card so I 
> > don't use it, as I said before, but perhaps there is some 
> > interesting stuff for drakxtv. 
>  
> i've reviewed it long ago and there wasn't any thing i wanted 
>  
ok, if there is nothing interressant. 





Re: [Cooker] Harddrake and XFdrake problem

2002-11-04 Thread Pixel
John Johnson <[EMAIL PROTECTED]> writes:

> Secondly, when I attempt to run XFdrake, I get the following error
> message:
> 
> unable to determine medium of this hdlist file
> [/var/lib/urpmi/hdlist.cooker]
> /etc/X11/XF86Config-4:8: not in Section
> 
> This I find very strange.

please send me your /etc/X11/XF86Config-4

thanks!




[Cooker] Konqueror doesn't show google.jp correctly

2002-11-04 Thread utuhiro
go to 
http://www.google.co.jp/search?q=mandrake&ie=Shift_JIS&hl=ja&lr=
with konqueror, or see this page:
http://www.geocities.jp/knee2525/googlejp_konqueror.html

Mozilla shows this page correctly. see this page:
http://www.geocities.jp/knee2525/googlejp_mozilla.html





Re: [Cooker] Nautilus bug

2002-11-04 Thread Adam Williamson
On Mon, 2002-11-04 at 16:49, John Johnson wrote:
> 
> Upgraded to nautilus-2.0.7-1mdk. Now each time I log out of gnome2 and
> log back in, I'm presented with another desktop icon for my floppy,
> cd-rom and cdrw. I now have 5 of each! As you can imagine, my desktop
> has become quite cluttered :(.
> 
> Secondly, Once a desktop icon is created, I can no longer edit launcher
> properties.

Seems like lots of us having this problem. A temporary workaround until
it gets fixed, John - go to ~/.gnome-desktop/ and you can remove the
desktop icons just by deleting the relevant files in there.
-- 
adamw





[Cooker] Re: [CHRPM] rfbdrake-0.8.3-8mdk

2002-11-04 Thread Daouda LO
Stefan van der Eijk <[EMAIL PROTECTED]> writes:

> --=-=-=

[...]

> --=-=-=
> 
> * Wed Oct 30 2002 Stefan van der Eijk <[EMAIL PROTECTED]> 0.8.3-8mdk
> 
> - BuildRequires: gettext

It should be better if you commit your changes into cvs.
module soft/rfbdrake.

thanx. 




Re: [Cooker] interesting TV vewer software

2002-11-04 Thread Lonnie Borntreger
On Mon, 2002-11-04 at 05:05, Florent BERANGER wrote:
> And please, fix kwintv/qtvision problem (devices not listed at start 
> selection), 

Did you install libqtvision1-devel??

TTFN, 
Lonnie Borntreger






Re: [Cooker] Re: [CHRPM] XFree86-4.2.1-6mdk

2002-11-04 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 November 2002 11:43, Gwenole Beauchesne wrote:
> On Mon, 4 Nov 2002, Jason Straight wrote:
> > Does this mean it's using xfree86 dri code for 7500 or gatos still?
>
> This means it's still using gatos (AFAIK) and my ATI Radeon 7500 is now
> working. But I have not tested on an IA-32 machine though.

My radeon 7500 worked but has issues with the gatos code, switching virtual 
consoles,vmware full screen and just bad dri. Near the end of 9.0's cooker 
phase the gatos cvs code was used in mdk X (by you?) fixing the black screen 
with the radeon 7500 on my system - Vladimir at gatos had to turn off the 
theatre drivers for the 7500's apparently.

See if you can run glxgears and have the window over a konsole window - then 
close glxgears and see if remnants are left behind on the konsole perhaps - 
that is if you use kde.

Also can you switch to virt consoles and back to X without X freezing?

> > This should solve issues with gatos dri code causing X lockups with
> > v-consoles, vmware and corrupted images/memory?
>
> It makes images appearing instead of having a black window. ;-)
>
> > As I'm compiling xfree86-dri right now should I just ctrl-c it?
> >
> >  :)
>
> I don't know, you can try the new binary.
>
> Bye,
> Gwenole.

- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.JeetKuneDoMaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBPcam/RFHZPcobeHxAQL/iwQAnHBCWG1/HyKS30izxw8TiGgMjAYFKLg2
Mp8zFPyfBP9GOXwCY/F7RUG/wXn0pGO7ywwp4iIhtRtlbVHgl8Poz5TsYK3hLlOX
upB67Gfx5p7aicgV9N+jLJMBYk3dU8kwD+nXrDh0P5wLYfv2GllMNUDQzqKbO7q2
8Hcc2NOFfFc=
=l0+s
-END PGP SIGNATURE-





[Cooker] Nautilus bug

2002-11-04 Thread John Johnson

Upgraded to nautilus-2.0.7-1mdk. Now each time I log out of gnome2 and
log back in, I'm presented with another desktop icon for my floppy,
cd-rom and cdrw. I now have 5 of each! As you can imagine, my desktop
has become quite cluttered :(.

Secondly, Once a desktop icon is created, I can no longer edit launcher
properties.

John






Re: [Cooker] [TV cards] bttv question

2002-11-04 Thread Thierry Vignaud
Florent BERANGER <[EMAIL PROTECTED]> writes:

> > drakxtv list of tv card is bttv one. period.   
>
>  That's new

compare| with

harddrake::v4l::cards_lst{dvb} | dvb/CARDLIST
harddrake::v4l::cards_lst{bttv}| video4linux/bttv/CARDLIST
harddrake::v4l::tuners_lst{saa7134}| video4linux/saa713x/CARDLIST

and then come back

> ! And USB TV cards aren't TV cards ? h   

bttv != usbvideo.

i quote you : "drakxtv doesn't handle all bttv cards"

> If it's handle only PCI bttv cards and not all, it's quite poor, no
> ?   

bttv != usbvideo.

video usb devices're managed through devfsd/hotplug/dynamic and
appears automatically on desktop.


> > > kwintv is broken).   
> >   
> > this is not mdk specific   
>
> it's not a solution.   

it's opensource, patch it if you want.

if you can work with maintainer, just go.

afaic, i prefer polishing zapping | xawtv 

> > > For info, here an another (I haven't tried because I don't have a   
> > > PCI TV card) PCI TV card configurator :   
> > > http://193.140.153.245/suleyman/gcbttv/   
> >   
> > obsolete, untestes, unmaintained ... and you're happy about it .   
>
> I'm not "happy with it" because I don't have a PCI TV card so I
> don't use it, as I said before, but perhaps there is some
> interesting stuff for drakxtv.

i've reviewed it long ago and there wasn't any thing i wanted





Re: [Cooker] Re: [CHRPM] XFree86-4.2.1-6mdk

2002-11-04 Thread Gwenole Beauchesne
On Mon, 4 Nov 2002, Jason Straight wrote:

> Does this mean it's using xfree86 dri code for 7500 or gatos still?

This means it's still using gatos (AFAIK) and my ATI Radeon 7500 is now 
working. But I have not tested on an IA-32 machine though.

> This should solve issues with gatos dri code causing X lockups with 
> v-consoles, vmware and corrupted images/memory?

It makes images appearing instead of having a black window. ;-)

> As I'm compiling xfree86-dri right now should I just ctrl-c it?
>  :)

I don't know, you can try the new binary.

Bye,
Gwenole.





Re: [Cooker] rbuild entire cooker src.rpm for i686 arch

2002-11-04 Thread Florent BERANGER
Le Dimanche 20 Octobre 2002 21:36, Florent BERANGER a écrit : 
> > > Aparently, some RPMS fails to build because some dependencies are 
> > > missing. So, i reformule my question : 
> > > - Is an entire cooker system (libraries & devel packages) is needed to 
> > > use rpm-rebuilder ? 
> > > 
> > > -In use rpm-rebuilder ask me for password (I use it with a simple user 
> > > account). Why ? 
> > > 
> > > Thanks for answers, it's a long process ! 
> > > 
> > >   Florent 
> > 
> > Maybe you need to setup sudo to enable use of urpmi as normal user... 
> > Take a look to the script. 
> 
> Ok, thx. 
> 
> I have asked Mdk's team for entire procedure. 
> Build Mdk for i686 is (very) long and I don't have time to find solutions 
> ach each step if a procedure exists and it exists -> Mdk team use it for 
> the main distro. 
> So I re-ask : 
> Can I have the entire procedure to build the distro for i686 from Mdk team 
> please ? 
> 
> Thanks, 
>   Florent 
 
Who can send me the procedure ? 
 
Thanks, 
 
  Florent 





[Cooker] 75 modules

2002-11-04 Thread Oden Eriksson
Hi

We have a whopping number of 75 (and counting) more or less functional modules 
for apache2 v2.0.43. This counts about 23 more compared to apache1 for 
Mandrake Linux, should I give it a rest now?

Latest one is "apache2-mod_xslt-2.0.43_1.0.5a-1mdk". Great thanks to 
Frederic Crozat for the help with this one!

-- 
Regards // Oden Eriksson, Deserve-IT Networks

Check the "Modules For Apache2" status page at: 
http://www.deserve-it.com/modules_for_apache2.html






Re: [Cooker] libxml2-2.4.25-2mdk

2002-11-04 Thread Oden Eriksson
måndagen den 4 november 2002 15.48 skrev Frederic Crozat:
> On Mon, 04 Nov 2002 14:30:34 +0100, Oden Eriksson wrote:
> > måndagen den 4 november 2002 13.23 skrev Götz Waschk:
> >> Am Montag,  4. November 2002, 13:14:52 Uhr MET, schrieb Oden Eriksson:
> >> > can't because headers from libxslt1-devel are trying to find headers
> >> > from libxml2-devel and fails. This patch fixes the problem.
> >> > The xslt1 headers expects to find the xml2 headers in
> >> > /usr/include/libxml/, but those headers are in
> >> > /usr/include/libxml2/libxml/. The libxml2 devel package is broken and
> >> > has been that way for some time.
> >>
> >> That's not broken, because the xml2-config script and pkgconfig give
> >> the right includes. The program you're trying to package is broken.
> >> You can always use this trick:
> >> make CC="gcc -I/usr/include/libxml2"
> >
> > I'm stucked... I managed to compile this package at home after fixing
> > that softlink.
> >
> > Care to help out some?
>
> http://d-srv.com/Cooker/SRPMS/apache2-mod_xslt-2.0.43_1.0.5a-1mdk.src.rpm
>
> First, it is missing a BuildRequires on ADVX-build :))

No? It's there.

> Second, use the following line to build the thing :
> %{_sbindir}/apxs -c `pkg-config --cflags libxslt` mod_xslt.c iotools.c
> logging.c urltools.c xsltools.c
>
> Notice that -I options must be BEFORE files to compile (and pkg-config
> should be used instead of *-config programs..)

I was very tired, this was surely the way to do it, great thanks!

But I hope you meant:

%{_sbindir}/apxs -c `pkg-config --cflags --libs libxslt` mod_xslt.c \
iotools.c logging.c urltools.c xsltools.c \

?

Anyway, that's what bakes the cake. Great thanks Frederic!

-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com

Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html






Re: [Cooker] Try again: Sound Question

2002-11-04 Thread Lutschix

Let's try again...

Searching for 'snd' on /var/log/messages i've found inumerous lines as
follow:

>> modprobe: modprobe: Can't locate module snd-card-1

>From snd-card-1 till snd-card-7...

Do you know what it means?

And I have some of these lines:

>> draksound[5057]: switching audio driver from 'snd-cmipci' to 'cmpci'
>> draksound[5057]: removing old snd-cmipci
>> draksound[2335]: switching audio driver from 'cmpci' to 'snd-cmipci'
>> draksound[2335]: adding alias sound-slot-0 to snd-cmipci
>> draksound[2335]: loading new snd-cmipci

What ist going on


Point two: There's no /etc/sysconfig/hwconf on my system...

The complete /proc/ioports looks like that:

>> cat /proc/ioports 
-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : serial(auto)
0330-0331 : MPU401 UART
0376-0376 : ide1
0378-037a : parport0
0388-0389 : OPL2/3 (left)
038a-038b : OPL2/3 (right)
03c0-03df : vesafb
03f6-03f6 : ide0
03f8-03ff : serial(auto)
0cf8-0cff : PCI conf1
a400-a41f : VIA Technologies, Inc. UHCI USB (#4)
  a400-a41f : usb-uhci
a800-a81f : VIA Technologies, Inc. UHCI USB (#3)
  a800-a81f : usb-uhci
b000-b00f : VIA Technologies, Inc. Bus Master IDE
  b000-b007 : ide0
  b008-b00f : ide1
b400-b4ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C
  b400-b4ff : 8139too
b800-b81f : Realtek Semiconductor Co., Ltd. RTL-8029(AS)
  b800-b81f : ne2k-pci
d000-d01f : VIA Technologies, Inc. UHCI USB (#2)
  d000-d01f : usb-uhci
d400-d41f : VIA Technologies, Inc. UHCI USB
  d400-d41f : usb-uhci
d800-d8ff : C-Media Electronics Inc CM8738
  d800-d8ff : CMI8738-MC6


>> cat /proc/asound/cards
0 [card0  ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6
 C-Media PCI CMI8738-MC6 (model 55) at 0xd800, irq
10

>> ls /dev/sound/
adsp  audio  dmfm  dmmidi  dsp  midi  mixer  sequencer  sequencer2

>> ls /dev/snd/  
controlC0  controlC3  controlC6  midiC0D0  pcmC0D1p  seq
controlC1  controlC4  controlC7  pcmC0D0c  pcmC0D2c  timer
controlC2  controlC5  hwC0D0 pcmC0D0p  pcmC0D2p


So, that's all...

I hope you find out something!

Greetings
Peter


On Mon, 2002-11-04 at 08:49, Lonnie Borntreger wrote:
> On Fri, 2002-11-01 at 10:47, Rufferto wrote:
> > On Fri, 2002-11-01 at 17:01, Lonnie Borntreger wrote:
> > > On Fri, 2002-11-01 at 06:50, Rufferto wrote:
> > > > C-Media PCI CMI8738-MC6 (model 55) at 0xd800, irq 10
> > > That's the card.
> > > 
> > > > Synth devices:
> > > > 0: OPL3 FM
> > > That I don't have.
> > > 
> > > > Mixers:
> > > > 0: mixer00
> > > And that I don't have.
> > > 
> > > Could you send me a copy of every sound related line in your
> > > /etc/modules.conf file?
> > > files?
> >
> > Sure...
> > 
> > 
> > alias sound-slot-0 snd-cmipci
> > above snd-cmipci snd-pcm-oss
> 
> OK.  I'm still getting nowhere.  Could you send me the following
> information?
> 
> The lines in the following files dealing with the sound card:
> /var/log/messages (there may not be any)
> /etc/sysconfig/hwconf
> 
> And the following:
> cat /proc/ioports
> cat /proc/asound/cards
> ls /dev/sound
> ls /dev/snd
> 
> 
> Thanks, 
> Lonnie Borntreger
> 
> 
> 
> 







Re: [Cooker] [TV cards] bttv question

2002-11-04 Thread Florent BERANGER
Le Lundi 4 Novembre 2002 16:02, Thierry Vignaud a écrit :   
> Florent BERANGER <[EMAIL PROTECTED]> writes:   
> > TV cards support is not top in Mdk (drakxtv doesn't handle all bttv   
> > cards,   
>   
> drakxtv is just a wrapper :   
> - on top of scantv (channels wizard)   
> - for bttv & tuner parameters (bttv configuration).   
   
not perfect, some cards don't works fine :   
==   
>"Only one channel works, scantv return no tuner found and there is no   
>sound." I saw this pb on some machines with bttv PCI cards & on   
forums.  
http://www.mandrake.com/en/archives/cooker/2002-11/msg00124.php  
==   
>"bttv cards should be detected automagically. It never worker for me,   
>i always have to declare it manually in /etc/modules.conf:   
   
>alias char-major-81 bttv   
>pre-install bttv modprobe -k tuner ; modprobe -k msp3400   
>options i2c verbose=1 scan=1 i2c_debug=0   
>options bttv card=1   
>options tuner debug=0 type=3   
   
>If you don't have that, xawtv cannot switch between channels, and
>autodetection won't work.   
   
>Stef" 
 
http://www.mandrake.com/en/archives/cooker/2002-11/msg00160.php 
   
   
>   
> drakxtv list of tv card is bttv one. period.   
   
 That's new ! And USB TV cards aren't TV cards ? h   
If it's handle only PCI bttv cards and not all, it's quite poor, no ?   
>   
> > kwintv is broken).   
>   
> this is not mdk specific   
   
it's not a solution.   
   
>   
> > I've send a patch for USB TV cards first step support and ???   
>   
> and  :   
>   
> RCS file: /cooker/soft/ldetect-lst/lst/usbtable,v   
> Working file: usbtable   
> head: 1.61   
> branch:   
> locks: strict   
> access list:   
> symbolic names:   
> keyword substitution: kv   
> total revisions: 61;  selected revisions: 61   
> description:   
>    
> revision 1.61   
> date: 2002/10/15 07:35:42;  author: tvignaud;  state: Exp;  lines: +17 -7   
> add support for usb video devices (florent beranger)   
>   
>   
> ... no comment    
   
yes, no comment, I talk about the patch I have sended you 2 days ago (for 
drakxtv  & data.pm) for USB TV card first step support (handle & list as TV 
card in  harddrake).   
   
>   
> > For info, here an another (I haven't tried because I don't have a   
> > PCI TV card) PCI TV card configurator :   
> > http://193.140.153.245/suleyman/gcbttv/   
>   
> obsolete, untestes, unmaintained ... and you're happy about it .   
   
I'm not "happy with it" because I don't have a PCI TV card so I don't use it,   
as I said before, but perhaps there is some interesting stuff for drakxtv.   
   





Re: [Cooker] KDEHOME in startkde

2002-11-04 Thread David Walser
--- Laurent Montel <[EMAIL PROTECTED]> wrote:
> Le Saturday 02 November 2002 18:36, David Walser a
> écrit :
> > Thanks Danny.  He probably hasn't applied it
> because
> > I'm not exactly making it easy for him. 
> 
> Or perhaps I have other problem to fix before to
> apply your patch !
> So I will apply your patch when I will have time.

That's what I mean, it would have taken a good bit of
time for you to apply it before.  Now it will take no
time because I've done all the work for you.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




[Cooker] Re: [CHRPM] XFree86-4.2.1-6mdk

2002-11-04 Thread Jason Straight
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 04 November 2002 09:47, Gwenole Beauchesne wrote:
> - Patch217: Build with -fno-strict-aliasing with any gcc >= 3.1 to
>   avoid XFree86 source bugs. Aka let's have 3D acceleration there with
>   an ATI Radeon 7500 (Egbert Eich, 4.3-branch)

Does this mean it's using xfree86 dri code for 7500 or gatos still?

This should solve issues with gatos dri code causing X lockups with 
v-consoles, vmware and corrupted images/memory?

As I'm compiling xfree86-dri right now should I just ctrl-c it?
 :)

- -- 
"Having no way as way, having no limitation as limitation."
Bruce Lee

PGP Keys: http://www.JeetKuneDoMaster.net/~junfan/pubkey.asc
Jason Straight <[EMAIL PROTECTED]>
ICQ: 1796276
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iQCVAwUBPcaQVRFHZPcobeHxAQJyvwP/QfG4mtsPrcI5UH/me5LvWKaZNqrIYfr5
sMWmW7t/H1xojL1PF1fN7ILov9+UFdzqiXllTjcEB/cndvwIv2Mzs0rKnXdggzzd
gdkUjgPVG0qZ1IEYleKrUyBeZCUPXtSSsipt/WU+0KUWYEusu7zFi1zF0ePqFEqN
sv+nd1IHZDo=
=C2wr
-END PGP SIGNATURE-





Re: [Cooker] [TV cards] bttv question

2002-11-04 Thread Thierry Vignaud
Florent BERANGER <[EMAIL PROTECTED]> writes:

> TV cards support is not top in Mdk (drakxtv doesn't handle all bttv
> cards,

drakxtv is just a wrapper :
- on top of scantv (channels wizard)
- for bttv & tuner parameters (bttv configuration).

drakxtv list of tv card is bttv one. period.

> kwintv is broken).

this is not mdk specific

> I've send a patch for USB TV cards first step support and ??? 

and  :

RCS file: /cooker/soft/ldetect-lst/lst/usbtable,v
Working file: usbtable
head: 1.61
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 61;selected revisions: 61
description:

revision 1.61
date: 2002/10/15 07:35:42;  author: tvignaud;  state: Exp;  lines: +17 -7
add support for usb video devices (florent beranger)


... no comment 

> For info, here an another (I haven't tried because I don't have a
> PCI TV card) PCI TV card configurator :
> http://193.140.153.245/suleyman/gcbttv/

obsolete, untestes, unmaintained ... and you're happy about it .





Re: [Cooker] Removable media icons in Nautilius

2002-11-04 Thread Michal Bukovjan
Adam Williamson wrote:

On Mon, 2002-11-04 at 10:03, Michal Bukovjan wrote:


Hi,

when mounting and subsequently unmounting a CDROM (dev/hdd, via Nautilus 
right click menu on desktop), the CD-ROM gets mounted, but when 
unmounting, the CDROM icon stays on the desktop.

Upon subsequent mount of another or same CD, Nautilus reports an error 
(/dev/hdd already mounted). The CD *IS* mounted correctly, though, and I 
get another icon on the desktop. If I would repeat this, I get the whole 
desktop cluttered with obsolete icons. These icons have to be manually 
deleted from ~/.gnome-desktop, no way to remove them via Nautilus.

Worked OK on MDK9.0, now running up-to-date cooker except for kernel 
(now have 2.4.9-16mdk).


I have what could be a related problem. I still use supermount, since I
hardly ever actually use my CD drives (:>), and since some recent Cooker
update, I get new floppy and CD drive icons on my desktop with every
boot. So on a system with two CD drives and no floppy, my desktop
currently shows icons for four CD drives and a floppy drive. It just
seems to add two CD icons and a floppy icon on each login. I have to
manually remove them from ~/.gnome-desktop.


Looks like the same problem, except I don't use supermount...

Michal





Re: [Cooker] libxml2-2.4.25-2mdk

2002-11-04 Thread Frederic Crozat
On Mon, 04 Nov 2002 14:30:34 +0100, Oden Eriksson wrote:

> måndagen den 4 november 2002 13.23 skrev Götz Waschk:
>> Am Montag,  4. November 2002, 13:14:52 Uhr MET, schrieb Oden Eriksson:
>> > can't because headers from libxslt1-devel are trying to find headers from
>> > libxml2-devel and fails. This patch fixes the problem.
>> > The xslt1 headers expects to find the xml2 headers in
>> > /usr/include/libxml/, but those headers are in
>> > /usr/include/libxml2/libxml/. The libxml2 devel package is broken and has
>> > been that way for some time.
>>
>> That's not broken, because the xml2-config script and pkgconfig give
>> the right includes. The program you're trying to package is broken.
>> You can always use this trick:
>> make CC="gcc -I/usr/include/libxml2"
> 
> I'm stucked... I managed to compile this package at home after fixing that 
> softlink.
> 
> Care to help out some?
> 
>
http://d-srv.com/Cooker/SRPMS/apache2-mod_xslt-2.0.43_1.0.5a-1mdk.src.rpm

First, it is missing a BuildRequires on ADVX-build :))

Second, use the following line to build the thing :
%{_sbindir}/apxs -c `pkg-config --cflags libxslt` mod_xslt.c iotools.c
logging.c urltools.c xsltools.c

Notice that -I options must be BEFORE files to compile (and pkg-config
should be used instead of *-config programs..)
-- 
Frederic Crozat
MandrakeSoft





Re: [Cooker] Removable media icons in Nautilius

2002-11-04 Thread Adam Williamson
On Mon, 2002-11-04 at 10:03, Michal Bukovjan wrote:
> Hi,
> 
> when mounting and subsequently unmounting a CDROM (dev/hdd, via Nautilus 
> right click menu on desktop), the CD-ROM gets mounted, but when 
> unmounting, the CDROM icon stays on the desktop.
> 
> Upon subsequent mount of another or same CD, Nautilus reports an error 
> (/dev/hdd already mounted). The CD *IS* mounted correctly, though, and I 
> get another icon on the desktop. If I would repeat this, I get the whole 
> desktop cluttered with obsolete icons. These icons have to be manually 
> deleted from ~/.gnome-desktop, no way to remove them via Nautilus.
> 
> Worked OK on MDK9.0, now running up-to-date cooker except for kernel 
> (now have 2.4.9-16mdk).

I have what could be a related problem. I still use supermount, since I
hardly ever actually use my CD drives (:>), and since some recent Cooker
update, I get new floppy and CD drive icons on my desktop with every
boot. So on a system with two CD drives and no floppy, my desktop
currently shows icons for four CD drives and a floppy drive. It just
seems to add two CD icons and a floppy icon on each login. I have to
manually remove them from ~/.gnome-desktop.
-- 
adamw





Re: [Cooker] gendistrib local mirror... after gendistrib : package ....... is not found. Something changed ??

2002-11-04 Thread Franco Silvestro
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

...ok I was sleeping...problem was for urpmi cause a garbage file dated 20 october 
left from previous execution in /var/cache/urpmi/ ...after delete it all is ok
sorry...;o(
cugood work...;o)

On Monday 04 November 2002 11:19, Franco Silvestro wrote:
> I always used this command (when mirrors hdlists not synched...):
> #cd /mnt/hd/Mandrake-devel/cooker/i586/misc;./gendistrib --distrib ../
> and after:
> #urpmi.update -c -d -f RPMS RPMS2;urpmi --media RPMS,RPMS2 -v --auto-select
> ...but now I've:
> [...]
> To satisfy dependencies, the following packages are going to be installed
[...]
> package id3lib-3.8.1-2mdk.i586 is not found.
> unable to get source packages, aborting
>
> ...may be I'm sleeping yet??
> cugood work..;o)

- -- 
Franco Silvestro
c/o CeSIA - Alma Mater Studiorum - Universita' di Bologna
'lynx -source http://www.reti.unibo.it/FrancoSilvestro.asc | gpg --import'
Key fingerprint = 3145 1309 C5D8 7B3F 2582  44D2 91BB ACAB E010 ABF9

Current Linux uptime: 1 day 10 hours 44 minutes.
- -
Mon Nov  4 15:10:34 CET 2002
- -
Linux 2.4.19-18mdkenterprise GNU/Linux
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE9xoG+kbusq+AQq/kRAhQQAJ9rWQxl8mAEeD7fyCRDdLWPQp5QGgCdFPhh
sJmNFux53UIWksrwfn5pA9c=
=2etN
-END PGP SIGNATURE-




[Cooker] Ntop stops logrotate

2002-11-04 Thread Maxim Heijndijk
The ntop package has a wrong logrotate entry. It chokes logrotate with the message:

error: ntop:9 error verifying log file path /var/ntop: No such file or directory

-- 
Best regards, M@X.

* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts & RPM Software Packages - http://go.to/conmen/
* Photography Pages - http://home.wanadoo.nl/cchq/photo/photo.html

System is up  5:39




Re: [Cooker] request for update - gstreamer

2002-11-04 Thread Götz Waschk
Am Montag,  4. November 2002, 13:15:40 Uhr MET, schrieb Adam Williamson:
> On Mon, 2002-11-04 at 08:10, Götz Waschk wrote:
> > Yes, it's out but it's not working, same as 0.4.1. If you managed to
> > compile it on Cooker, please send me your changes. 
> Ah, no, didn't check, I just saw it on linuxtoday. Have you told the
> author(s) about the problem?
Sure, watch this thread:
http://sourceforge.net/mailarchive/forum.php?thread_id=1266374&forum_id=5947
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




Re: [Cooker] libxml2-2.4.25-2mdk

2002-11-04 Thread Oden Eriksson
måndagen den 4 november 2002 13.23 skrev Götz Waschk:
> Am Montag,  4. November 2002, 13:14:52 Uhr MET, schrieb Oden Eriksson:
> > can't because headers from libxslt1-devel are trying to find headers from
> > libxml2-devel and fails. This patch fixes the problem.
> > The xslt1 headers expects to find the xml2 headers in
> > /usr/include/libxml/, but those headers are in
> > /usr/include/libxml2/libxml/. The libxml2 devel package is broken and has
> > been that way for some time.
>
> That's not broken, because the xml2-config script and pkgconfig give
> the right includes. The program you're trying to package is broken.
> You can always use this trick:
> make CC="gcc -I/usr/include/libxml2"

I'm stucked... I managed to compile this package at home after fixing that 
softlink.

Care to help out some?

http://d-srv.com/Cooker/SRPMS/apache2-mod_xslt-2.0.43_1.0.5a-1mdk.src.rpm

-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com

Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html






Re: [Cooker] request for update - gstreamer

2002-11-04 Thread Adam Williamson
On Mon, 2002-11-04 at 08:10, Götz Waschk wrote:
> Am Sonntag,  3. November 2002, 14:40:02 Uhr MET, schrieb Adam Williamson:
> > Gstreamer 0.4.2 is out.
> Yes, it's out but it's not working, same as 0.4.1. If you managed to
> compile it on Cooker, please send me your changes. 

Ah, no, didn't check, I just saw it on linuxtoday. Have you told the
author(s) about the problem?
-- 
adamw





[Cooker] Re: [CHRPM] patch-2.5.8-1mdk

2002-11-04 Thread Yura Gusev
Thierry Vignaud said:

> --=-=-=
> Name: patch
> Version : 2.5.8
> Release : 1mdk
> URL : ftp://alpha.gnu.org/gnu/patch/
> --=-=-=

Can you please change url to it's project page?
http://www.gnu.org/directory/GNU/patch.html








[Cooker] rpmdrake feature request

2002-11-04 Thread Michal Bukovjan
Hi,

when displaying packages for update, and there is no new package sumary 
available (like in Cooker), would it be possible to display the summary 
of the old (currently) installed package (instead of nothing)?

It would save me typing rpm -qi each time I am not sure what a package 
to be updated is about...

Michal




Re: [Cooker] Konqueror is very unstable :(

2002-11-04 Thread Lukas Vesely
On Mon, 4 Nov 2002, Florent BERANGER wrote:

> > Perhaps ... And how do you crash it ?
>
> simply browsing, it crash frequently.
> And I found a bug with bmp pictures ( go on
> http://www.programmationworld.com/site/cours.asp?Action=cours&numero=38 for
> exemple to see result).

I have Konqueror 3.0.9 and I don't recognize any problems you describe
here - the page above looks pretty normal and opening with integrated
editor open it in integrated editor ;-) without any crash ..
Maybe there's something rotten on your system ?

Lukas






Re: [Cooker] Re: [CHRPM] kdebase-3.1-0.beta2.13mdk

2002-11-04 Thread Daouda LO
"Yura Gusev" <[EMAIL PROTECTED]> writes:

> > --=-=-=
> > Name: kdebase
> > Summary : K Desktop Environment - Core files
> > Description :
> > Core applications for the K Desktop Environment.
> >
> > --=-=-=
> 
> KDE is main DE for Mandrake and at the same time it has worst description.
> Please write a better one.

Do it and send it to [EMAIL PROTECTED]





Re: [Cooker] libxml2-2.4.25-2mdk

2002-11-04 Thread Götz Waschk
Am Montag,  4. November 2002, 13:14:52 Uhr MET, schrieb Oden Eriksson:
> can't because headers from libxslt1-devel are trying to find headers from  
> libxml2-devel and fails. This patch fixes the problem.
> The xslt1 headers expects to find the xml2 headers in /usr/include/libxml/, 
> but those headers are in /usr/include/libxml2/libxml/. The libxml2 devel 
> package is broken and has been that way for some time.

That's not broken, because the xml2-config script and pkgconfig give
the right includes. The program you're trying to package is broken.
You can always use this trick:
make CC="gcc -I/usr/include/libxml2"
-- 
   Götz Waschk <> master of computer science  <> University of Rostock
 http://wwwtec.informatik.uni-rostock.de/~waschk/waschk.asc for PGP key
 --> Logout Fascism! <--




Re: [Cooker] libxml2-2.4.25-2mdk

2002-11-04 Thread Oden Eriksson
måndagen den 4 november 2002 09.46 skrev Frederic Crozat:
> On Mon, 04 Nov 2002 02:11:54 +0100, Oden Eriksson wrote:
> > Hi.
> >
> > Could we pleease have this little soft link in the libxml2 package?
>
> Why do you want this patch ?

I'm trying to make a package out of mod-xslt (http://www.mod-xslt.com/), but I 
can't because headers from libxslt1-devel are trying to find headers from  
libxml2-devel and fails. This patch fixes the problem.

The xslt1 headers expects to find the xml2 headers in /usr/include/libxml/, 
but those headers are in /usr/include/libxml2/libxml/. The libxml2 devel 
package is broken and has been that way for some time.

-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com

Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html






Re: [Cooker] [TV cards] bttv question

2002-11-04 Thread Florent BERANGER
Le Lundi 4 Novembre 2002 11:28, vous avez écrit : 
> Le Dimanche 3 Novembre 2002 23:56, Florent BERANGER a écrit : 
> > Is there a problem with bttv driver and old PCTV cards ? 
> > Only one channel works, scantv return no tuner found and there is no 
> > sound. 
> > 
> > I don't have a PCI TV card but I have noted that on some machines. 
> > 
> > Is anyone have experienced this problem with these old cards ? 
> > 
> > Thanks, 
> > 
> >   Florent 
> > 
> > PS : is anyone can resolve the problem of kwintv/qtvision (no device 
> > listed at start) ? 
> 
> bttv cards should be detected automagically. It never worker for me, i 
> always have to declare it manually in /etc/modules.conf: 
> 
> alias char-major-81 bttv 
> pre-install bttv modprobe -k tuner ; modprobe -k msp3400 
> options i2c verbose=1 scan=1 i2c_debug=0 
> options bttv card=1 
> options tuner debug=0 type=3 
> 
> If you don't have that, xawtv cannot switch between channels, and 
> autodetection won't work. 
> 
> Stef 
 
TV cards support is not top in Mdk (drakxtv doesn't handle all bttv cards, 
kwintv is broken). 
I've send a patch for USB TV cards first step support and ??? 
 
For info, here an another (I haven't tried because I don't have a PCI TV card) 
PCI TV card configurator : http://193.140.153.245/suleyman/gcbttv/ 
 
  Florent 





Re: [Cooker] Harddrake and XFdrake problem

2002-11-04 Thread Thierry Vignaud
John Johnson <[EMAIL PROTECTED]> writes:

> Undefined subroutine &network::modem::modem_detect_backend called at
> /usr/lib/libDrakX/harddrake/data.pm line 54.

broken by drakconnect changes, fixed long ago in cvs, i should really
do a package





[Cooker] interesting TV vewer software

2002-11-04 Thread Florent BERANGER
Here the link : 
http://tvtime.sourceforge.net/ 
 
And please, fix kwintv/qtvision problem (devices not listed at start 
selection), 
 
  Florent 





[Cooker] Removable media icons in Nautilius

2002-11-04 Thread Michal Bukovjan
Hi,

when mounting and subsequently unmounting a CDROM (dev/hdd, via Nautilus 
right click menu on desktop), the CD-ROM gets mounted, but when 
unmounting, the CDROM icon stays on the desktop.

Upon subsequent mount of another or same CD, Nautilus reports an error 
(/dev/hdd already mounted). The CD *IS* mounted correctly, though, and I 
get another icon on the desktop. If I would repeat this, I get the whole 
desktop cluttered with obsolete icons. These icons have to be manually 
deleted from ~/.gnome-desktop, no way to remove them via Nautilus.

Worked OK on MDK9.0, now running up-to-date cooker except for kernel 
(now have 2.4.9-16mdk).

Michal




Re: [Cooker] rpmdiff doesn't work?

2002-11-04 Thread Thierry Vignaud
Michael Reinsch <[EMAIL PROTECTED]> writes:

> /usr/bin/rpmdiff: Error parsing header in rpm file:
> gscmxx-0.4-0.pre6.1mdk.noarch.rpm, record number: 0.
>
> The RPM itself is ok...

uses /usr/share/rpmlint/rpmdiff ...





Re: [Cooker] ppp connection not working.

2002-11-04 Thread Florent BERANGER
Le Lundi 4 Novembre 2002 11:46, Stéphane Teletchéa a écrit : 
> I noticed it on beta steps, but since it seemed to work on last rc, i 
> didn't send a bug report. 
> 
> From a fresh install (whis some hard reboots, see my mail about nvidias' 
> stuff) : 
> 
> If i launch via mcc the internet connection, it works perfectly. 
> 
> If i try to use gnome-ppp ot kppp, the connection begans and after 5s i got 
> and error message with "ppd daemon died unexpectidly". 
> I tried to create another user account and i still get the same problem. 
> 
> Last : under winX, i always connect at 57600, with linux i only get 42666 
> (at best) : quite frustrating, since it is the same computer, same modem, 
> same phone line. 
> 
> Stef 
 
and connection time isn't displayed in Drakxconnect (the label exists but no 
data). 
I've reported it few days ago. 





Re: [Cooker] Konqueror is very unstable :(

2002-11-04 Thread Florent BERANGER
Le Lundi 4 Novembre 2002 11:30, vous avez écrit : 
> Le Monday 04 November 2002 11:27, Florent BERANGER a écrit : 
> > Actual Konqueror is very unstable : 
> > - crash are very frequent when web browsing. 
> 
> Perhaps ... And how do you crash it ? 
 
simply browsing, it crash frequently. 
And I found a bug with bmp pictures ( go on 
http://www.programmationworld.com/site/cours.asp?Action=cours&numero=38 for 
exemple to see result). 
> 
> > - if you want to display a text file with integrated editor -> crash ! 
> 
> Backtrace ? 
 
Just try to open a text a file with integrated editor, it's not to hard to 
reproduce it ("Aperçu avec Editeur de texte intégré" in french).  
 
> 
> > - tab behavior isn't as good as Galeon one. 
> 
>  
> send a bug report ! 
 
Current screen navigator is moving to new tab -> popup effect. 
 
> 
> > I think it' in alpha step, not rc1 :( 
> > I hope, it will be more stable for KDE 3.1 final ! 
 
 





[Cooker] ppp connection not working.

2002-11-04 Thread Stéphane Teletchéa
I noticed it on beta steps, but since it seemed to work on last rc, i didn't 
send a bug report.

>From a fresh install (whis some hard reboots, see my mail about nvidias' 
stuff) :

If i launch via mcc the internet connection, it works perfectly.

If i try to use gnome-ppp ot kppp, the connection begans and after 5s i got 
and error message with "ppd daemon died unexpectidly".
I tried to create another user account and i still get the same problem.

Last : under winX, i always connect at 57600, with linux i only get 42666 (at 
best) : quite frustrating, since it is the same computer, same modem, same 
phone line.

Stef




[Cooker] One nvidia remark

2002-11-04 Thread Stéphane Teletchéa
I use nvidia's 1.0-3123 drivers for displying on a 9.0 rc with kernel 2.4-17 
(acpi turned on).
I tried this manipulation also with the bundled kernel.
When i enable tvout funcionnalities, i canot swith between tty and X : it 
freezes hard (X is locked, i don't have any trace that dthe kernel itself is 
down).
When i turn off the tvout feature, the problem disappears.
With previous drivers, it wasn't a problem to enable or not the tvout feature 
so i enabled it always. It seems now that they have added a testing if there 
is REALLY something connected to the cable.
If not, the server locks up.

This is not really a bug, but since this problem may come from time to time 
on this list, nvidia users, be aware of this (new) problem.

My 0.02 ¤cents.

Stef




Re: [Cooker] Konqueror is very unstable :(

2002-11-04 Thread Laurent Montel
Le Monday 04 November 2002 11:27, Florent BERANGER a écrit :
> Actual Konqueror is very unstable :
> - crash are very frequent when web browsing.

Perhaps ... And how do you crash it ? 

> - if you want to display a text file with integrated editor -> crash !

Backtrace ?

> - tab behavior isn't as good as Galeon one.


send a bug report !

>
> I think it' in alpha step, not rc1 :(
> I hope, it will be more stable for KDE 3.1 final !





Re: [Cooker] [TV cards] bttv question

2002-11-04 Thread Stéphane Teletchéa
Le Dimanche 3 Novembre 2002 23:56, Florent BERANGER a écrit :
> Is there a problem with bttv driver and old PCTV cards ?
> Only one channel works, scantv return no tuner found and there is no sound.
>
> I don't have a PCI TV card but I have noted that on some machines.
>
> Is anyone have experienced this problem with these old cards ?
>
> Thanks,
>
>   Florent
>
> PS : is anyone can resolve the problem of kwintv/qtvision (no device listed
> at start) ?

bttv cards should be detected automagically. It never worker for me, i always 
have to declare it manually in /etc/modules.conf:

alias char-major-81 bttv
pre-install bttv modprobe -k tuner ; modprobe -k msp3400
options i2c verbose=1 scan=1 i2c_debug=0
options bttv card=1
options tuner debug=0 type=3

If you don't have that, xawtv cannot switch between channels, and 
autodetection won't work.

Stef




  1   2   >