Re: [Cooker] Bug in bind-utils

2000-09-13 Thread Vincent Danen
On Wed Sep 13, 2000 at 04:55:34AM +0200, Magnus Holmberg wrote: Strange... I get this on both my machines. It works fine with 8.2.2P5-8mdk I use glibc-2.1.3-16 (that's all that is needed for bind-utils I think) Same version of glibc I have running here... I don't know what it could

Re: [Cooker] Bug in bind-utils

2000-09-13 Thread Vincent Danen
On Wed Sep 13, 2000 at 05:19:55AM +0200, Magnus Holmberg wrote: It works when i recompile it my self. It can't be that way that the package I installed through MandrakeUpdate is compiled for i686? I think you will get ileagal instruktion if you try i686 binares on a pentium200/amd k6-2-300

Re: [Cooker] Where is iostream.h? (was include header)

2000-09-13 Thread Geoffrey Lee
Yo, include header.h ? It must work with some versions of gcc as other people can compile it. Argh, I don't think this is the problem now. Apparently I don't have an iostream.h on my system. Isn't that part of gcc? Why would it be missing? [drfickle@potato include]$ rpm -qa

Re: [Cooker] include header

2000-09-13 Thread Geoffrey Lee
Yo, like include header rather than include header.h ? It must work with some versions of gcc as other people can compile it. Just curious but you use gcc command to compile c++ app? I would tend to use the g++ command if I were you. It's the same

Re: [Cooker] Video TV card support

2000-09-13 Thread Pedro Rosa
Thierry Vignaud wrote: Note that the new bttv doesn't need anymore the tuner type and the bttv card parameters :-) Not quite. The AverMedia TVPhone98 works weird if the tuner is not marked as type=5 (Philips PAL). By default it tries to load type 3 (Philips SECAM). In this case xawtv shows

[Cooker] RPM buildflags for i586 again

2000-09-13 Thread Reinhard Katzmann
Hi Cooker! The current RPM does not include an important option for i586 in /usr/lib/rpm/rpmrc: -mcpu=pentium Here is the diff from my and the original rpmrc (rpm-3.0.5-20mdk): diff -uNr /usr/lib/rpm/rpmrc~ /usr/lib/rpm/rpmrc --- /usr/lib/rpm/rpmrc~ Sat Sep 2 14:58:46 2000 +++

Re: [Cooker] Video TV card support

2000-09-13 Thread Jan Dittberner
Robert L Martin wrote: For those who own one of bt848, bt849A, bt878, bt879 and the like : that would be me (new hauppage/radio card (stnd stereo) do you have any idea how to hack xawtv to default to US broadcast (NTSC) nodga? It would be nice if Mandrake could include the experimental

[Cooker] More mandrake_desk gdm weiredness

2000-09-13 Thread Reinhard Katzmann
Hi I had two major "login" problems with gdm which may be due to problems with chksession/fndSession and problems with networking: If I update (not install) mandrake_desk and gdm from Mandrake 7.1 but do only include some windowmanagers (no fvwm*, blackbox, wm, enlightenment) the wmsession.d

RE: [Cooker] Bug inside Installation when using SCSI ! PLEASE READ !

2000-09-13 Thread Daniel Flinkmann
Hey Pixel, I also checked the cooker bootdisk 'cdrom.img' at home with my Tekram controller. Could it be that the /tmp/dc396_trm.o file is missing on that cooker disk ? Daniel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Flinkmann Sent:

Re: [Cooker] Video TV card support

2000-09-13 Thread Reinhard Katzmann
Hi! I once used a bttv card (Hauppage WinTV Radio), but now I'm using a digital one which is not based on the bttv chip. I can't test my old card as I don't have a free slot any longer (my old board had one more than my new one...). Question: Do you plan to support other cards as well ? The DVB

Re: [Cooker] Where is the mkcd.sh script

2000-09-13 Thread Warly
Kees de Bruin [EMAIL PROTECTED] writes: Hi, I've downloaded the ISO creation script from the 7.2 beta page, but this script doesn't work and also seems to be truncated. I saw references to a script named mkcd.sh in the archives and in replies to one of my previous postings, but I cannot

Re: [Cooker] XFS doesn't start

2000-09-13 Thread Reinhard Katzmann
Hi Ektanoor! Reason: xfs did not start. As there is no error message logged, I can't figure out why. I updated the X RPMs, used mkfontdir everywhere and also tried to /etc/rc.d/init.d/xfs stop, start, ... I had once problems with some ttf fonts I installed manually. Another reason might

Re: [Cooker] Gtk theme solved : KDE bug report ?

2000-09-13 Thread Christopher Molnar
On Tue, 12 Sep 2000, Steve Fox wrote: Which version was that fixed in? I was playing with KDE2 tonight, but when I went back to GNOME my theme was screwed up. It should be included in the current cooker versions. This code is about 1 day old. -Chris

[Cooker] Beta 2 available

2000-09-13 Thread warly
Beta 2 available (http://forum.mandrakesoft.com/article.php3?sid=2913032627) The new Beta of Linux-Mandrake 7.2 is now available, this new beta include new tools not present in the first beta and need even more feedbacks from you. You will now be able to test the new graphical boot (Aurora)

[Cooker] Mnkd-7.2 Printer installation problem

2000-09-13 Thread Andrea Celli
I tried to install Ulysses. All right until printer detection. System detects my printer and stops completely with the message "Printer HP laserjet 6L detected" (or similar, the original message was in Italian). The only think i was able to do was to restart installation (avoiding printer

[Cooker] Re: Where is the mkcd.sh script

2000-09-13 Thread Kees de Bruin
Warly writes: Could someone point me in the correct direction. is it this one Yep. It seems to be truncated at the end and it also uses some non-existing files from the misc/usr/bin directory (genfilelist). François Pons told me in a previous reply that the 72beta_mkcd.sh script normally

Re: [Cooker] Bug in bind-utils

2000-09-13 Thread Ed Wilts
I'll confirm that it's not just you. [root@linux1 /root]# nslookup ftp.sunet.se Illegal instruction (core dumped) [root@linux1 /root]# rpm -qa | grep bind bind-utils-8.2.2P5-9mdk bind-8.2.2P5-9mdk [root@linux1 /root]# rpm -q glibc glibc-2.1.3-16mdk

[Cooker] Re: include header

2000-09-13 Thread Kees de Bruin
Antony Suter writes: No, header and header.h are seperate files. All standard header files in C++ are supposed to be without the .h, but in practise most people use the .h version probably because of MS standards being lacking and all header files having .h on MS systems. Although I'm not a

Re: [Cooker] Big bug in initscripts: /etc/sysconfig/ifup

2000-09-13 Thread Pedro Rosa
Chmouel Boudjnah wrote: and isn't the dhcp job to set the gateway ? Not only... It also sets the netmask. Why then would DHCP be for? A server just feeding worstation numbers would be a stupid nonsense. Specially for mobile stuff (ex. notebooks). A change on general architecture of the

Re: [Cooker] include header

2000-09-13 Thread Steve Fox
Geoffrey Lee wrote: It's the same thing. gcc detects that you're doing c++ based on file extension I believe Uhh, kind of. Say ... -- cut -- #include iostream int main () { cout "Hello world" endl; return 0; } --/cut -- When you use g++ it will work

[Cooker] Where is iostream.h? Found!

2000-09-13 Thread Steve Fox
Geoffrey Lee wrote: Yo, include header.h ? It must work with some versions of gcc as other people can compile it. Argh, I don't think this is the problem now. Apparently I don't have an iostream.h on my system. Isn't that part of gcc? Why would it be missing?

Re: [Cooker] Gtk theme solved : KDE bug report ?

2000-09-13 Thread Steve Fox
Christopher Molnar wrote: On Tue, 12 Sep 2000, Steve Fox wrote: Which version was that fixed in? I was playing with KDE2 tonight, but when I went back to GNOME my theme was screwed up. It should be included in the current cooker versions. This code is about 1 day old. -Chris

Re: [Cooker] Beta 2 available

2000-09-13 Thread Ron Stodden
[EMAIL PROTECTED] wrote: Beta 2 available (http://forum.mandrakesoft.com/article.php3?sid=2913032627) The new Beta of Linux-Mandrake 7.2 is now available, ... But where oh where is the new Beta2 of Linux-Mandrake 7.2 available? And do we have a choice of tree (for hd.img install) or

Re: [Cooker] Where is iostream.h? Found!

2000-09-13 Thread Geoffrey Lee
Yo, [drfickle@potato include]$ rpm -qa | grep gcc gcc-cpp-2.95.2-7mdk gcc-2.95.2-7mdk gcc-c++-2.95.2-7mdk gcc-g77-2.95.2-7mdk gcc-java-2.95.2-7mdk gcc-objc-2.95.2-7mdk gcc-colorgcc-2.95.2-7mdk gcc-libgcj-2.95.2-7mdk libstdc++-devel installed yet? --

Re: [Cooker] include header

2000-09-13 Thread Geoffrey Lee
Yo, [drfickle@potato remotehost_applet-0.2.0]$ ll `which gcc` lrwxrwxrwx1 root root 17 Aug 25 17:12 /usr/bin/gcc - /usr/bin/colorgcc* -- [drfickle@potato remotehost_applet-0.2.0]$ ll /usr/bin/g++ lrwxrwxrwx1 root root 17 Aug 25 17:12 /usr/bin/g++ -

[Cooker] all.img 20000913 12:31 ..... what is ????

2000-09-13 Thread Franco Silvestro
What is the new all.img in last mdkinst update P.S. Files in cooker/misc are always correct ?? : today (before this last update I try rebuild hdlist.cz2 and I had problem in installer with urpmi...) Ooops, now on sunsite (15:10 CEST)I see in Mandrake/base only hdlist.cz and no more

Re: [Cooker] Beta 2 available

2000-09-13 Thread Warly
Ron Stodden [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: Beta 2 available (http://forum.mandrakesoft.com/article.php3?sid=2913032627) The new Beta of Linux-Mandrake 7.2 is now available, ... But where oh where is the new Beta2 of Linux-Mandrake 7.2 available? And do

Re: [Cooker] depslist.ordered , hdlist.cz mismatch cause two version of cups-drivers in RPMS (this stop upgrade or install if not manual edit depslist.ordered)

2000-09-13 Thread Warly
"Franco Silvestro" [EMAIL PROTECTED] writes: Synched on sunsite.uio.no 2913 04:00 CEST In depslist.ordered there is incorrect : cups-drivers-0.3.6-9mdk In hdlist.cz there is correct : cups-drivers-0.3.6-10mdk cu ...good work...;o) yep, must be corrected now -- Warly

[Cooker] WINE-20000909 installation

2000-09-13 Thread Vadim Plessky
I have following strange error trying RPM -U on WINE-2909-1mdk rmplib (VersionDependencies) = 3.0.3-1 is needed I have 3.0.3-47 For the first time I see requirement for lower version. What should I do? -- Vadim Plessky

Re: [Cooker] all.img 20000913 12:31 ..... what is ????

2000-09-13 Thread Pixel
"Franco Silvestro" [EMAIL PROTECTED] writes: What is the new all.img in last mdkinst update tis a 2.88 image to use for cdrom boot.

Re: [Cooker] filesystem and initscripts rpm problems

2000-09-13 Thread Udo Weber
Ed Wilts wrote: [root@linux1 cooker]# rpm -Fvh initscripts-5.27-20mdk.i586.rpm warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew initscripts ##unpacking of archive failed on file /etc/init.d: cpio: unlink [root@linux1 cooker]# rpm -Fvh

Re: [Cooker] Beta 2 available

2000-09-13 Thread Serge Lussier
[EMAIL PROTECTED] wrote: Beta 2 available (http://forum.mandrakesoft.com/article.php3?sid=2913032627) The new Beta of Linux-Mandrake 7.2 is now available, this new beta include new tools not present in the first beta and need even more feedbacks from you. You will now be able to

Re: [Cooker] WINE-20000909 installation

2000-09-13 Thread Francois Pons
Vadim Plessky [EMAIL PROTECTED] writes: I have following strange error trying RPM -U on WINE-2909-1mdk rmplib (VersionDependencies) = 3.0.3-1 is needed I have 3.0.3-47 For the first time I see requirement for lower version. What should I do? This is the general problem when a

Re: [Cooker] WINE-20000909 installation

2000-09-13 Thread Geoffrey Lee
Yo, I have following strange error trying RPM -U on WINE-2909-1mdk rmplib (VersionDependencies) = 3.0.3-1 is needed I have 3.0.3-47 For the first time I see requirement for lower version. What should I do? Get latest rpm from either beta 7.2 or cooker. -- Geoff

Re: [Cooker] kernel-pcmcia-cs-2.2.17-2 Problem with frame buffer in last kernel

2000-09-13 Thread Franco Silvestro
ednesday, September 13, 2000 7:24 AM Subject: [Cooker] kernel-pcmcia-cs-2.2.17-2 Problem with frame buffer in last kernel Synched from sunsite.uio.no 2913 04:00 CEST Fresh Install expert developer first time with all, second time with slide at minimum With last kernel , soon at boot

Re: [Cooker] Where is iostream.h? Found!

2000-09-13 Thread Guillaume Cottenceau
Steve Fox [EMAIL PROTECTED] writes: [...] Woohoo! That was it! Oddly enough that package isn't even on the main CD. Doesn't that seem important enough to get installed with the base install??? How does one compile C++ apps without it? was an error. fixed since 2 months. -- Guillaume

Re: [Cooker] RPM buildflags for i586 again

2000-09-13 Thread Guillaume Cottenceau
Reinhard Katzmann [EMAIL PROTECTED] writes: Hi Cooker! The current RPM does not include an important option for i586 in /usr/lib/rpm/rpmrc: -mcpu=pentium march is enough. mcpu defaults to march. -- Guillaume Cottenceau -- Distribution Developer for MandrakeSoft

Re: [Cooker] Bug in bind-utils

2000-09-13 Thread Guillaume Cottenceau
Vincent Danen [EMAIL PROTECTED] writes: On Wed Sep 13, 2000 at 05:19:55AM +0200, Magnus Holmberg wrote: It works when i recompile it my self. It can't be that way that the package I installed through MandrakeUpdate is compiled for i686? I think you will get ileagal instruktion if you

Re: [Cooker] Bug in bind-utils

2000-09-13 Thread Geoffrey Lee
Yo, compilation cluster), they're definately built for i586... I don't have a regular pentium system to try it on, sorry... It's either an Athlon or the P2-350. I have a k6-2 here; it does the same error as pucko reported [illegal instruction core dumped]. :-( Geoffrey, you are the

Re: [Cooker] include header

2000-09-13 Thread Guillaume Cottenceau
Steve Fox [EMAIL PROTECTED] writes: Does anyone know why gcc b0rks when someone includes things in a C++ app like include header rather than include header.h ? It must work with some versions of gcc as other people can compile it. titi said: it's just two different include

Re: [Cooker] gnome session name changed

2000-09-13 Thread Guillaume Cottenceau
Antony Suter [EMAIL PROTECTED] writes: Frederic Crozat wrote: [EMAIL PROTECTED] (Antony Suter) writes: Why has the gnome session type name changed from "Gnome" to "GNOME". Its causing wierd things to happen. It's because kdm requires it :(( (don't ask me why...) If kdm

[Cooker] current changes in /mdkinst/etc/sysconfig

2000-09-13 Thread Veit Waltemath
Hey, i just saw that in ../mdkinst/etc/sysconfig/network-scripts the files isdn_db.txt and makedev.sh are deleted. Are these files comming back or ? -- Veit Waltemath [EMAIL PROTECTED] 01896 Pulsnitz / Sa -Germany

Re: [Cooker] Mnkd-7.2 Printer installation problem

2000-09-13 Thread Francois Pons
Andrea Celli [EMAIL PROTECTED] writes: I tried to install Ulysses. All right until printer detection. What is the contents of the VERSION file in the root of the cdrom image ? Printer configuration has been broken for the Beta1 and a new Beta2 is out, if you have the Beta1, can you try to

Re: [Cooker] Tv and kernel 2.2.17-2

2000-09-13 Thread pgeorges
David Dennis a écrit : I dont have notes with me now, but I have a Bttv 8448 card and support for it has been never able by me to be compiled in correctly or module loaded correctly under Mdk or any linux. Also have looked for the howtos or the kwintv site or the hauppage site, you can

Re: [Cooker] Bug in bind-utils

2000-09-13 Thread Guillaume Cottenceau
Magnus Holmberg [EMAIL PROTECTED] writes: I get this: [root@b202 pucko]# nslookup www.mandrake.com Otillåten instruktion (core dumped) [root@b202 pucko]# Otillåten instrukiton is Illegal instruction in swedish. I'm using bind-utils-8.2.2P5-9mdk Fixed as of 10mdk. -- Guillaume

Re: [Cooker] Beta 2 available

2000-09-13 Thread Guillaume Cottenceau
pgeorges [EMAIL PROTECTED] writes: Serge Lussier a écrit : Is it because I am too newbie; my report has no values or what ? I saw no reply nor thanks about what I did - and no help obviously. Thus, if my report is not enough significant, then at least, tell me! I NEED ACK!!! Yes.

Re: [Cooker] XFS doesn't start

2000-09-13 Thread Guillaume Cottenceau
Pedro Rosa [EMAIL PROTECTED] writes: Reinhard Katzmann wrote: endless "looping" problem. If you use startx instead of g/k/xdm, you Just in case. Has anyone thought about limiting this loop? When it happens on your machine, it may not be such a hassle. But when this Yes. fredl worked on

Re: [Cooker] Beta 2 available

2000-09-13 Thread Pascal Grossé
On Wed, Sep 13, 2000 at 09:58:25AM -0400, Serge Lussier wrote: [EMAIL PROTECTED] wrote: Beta 2 available (http://forum.mandrakesoft.com/article.php3?sid=2913032627) The new Beta of Linux-Mandrake 7.2 is now available, this new beta include new tools not present in the first

Re: [Cooker] Video TV card support

2000-09-13 Thread Canek Peláez Valdés
Thierry For those who own one of bt848, bt849A, bt878, bt879 and the like Thierry : Thierry 1) BTTV auto config in order to support a lot of TV cards, i Thierry request all people who have a tv tuner card to send me back (and Thierry to pixel too) its pci id. if you don't know how

Re: [Cooker] Video TV card support

2000-09-13 Thread Thierry Vignaud
[EMAIL PROTECTED] (Canek Peláez Valdés) writes: Thierry For those who own one of bt848, bt849A, bt878, bt879 and the like Thierry : Thierry 1) BTTV auto config in order to support a lot of TV cards, i Thierry request all people who have a tv tuner card to send me back (and

[Cooker] mouseconfig resets XF86Config

2000-09-13 Thread Daniel Woods
I realize this is the cooker list for 7.2 testing, but thought that someone else could test this problem on 7.2 and see if it also happens with XFree86 4.x Last night I was using mouseconfig to change the mouse setting. After doing so, regular user accounts could no longer 'startx'. This is on a

Re: [Cooker] kernel question

2000-09-13 Thread Tim McKenzie
So I really need agpgart module, but it gives a resource busy error when trying to load it. I already managed to use NVidia driver with an older Mandrake. --- I'm not sure this is relevant, but perhaps you could ask the guys at Red Hat... The beta 6.9.5 works wonderfully with all

Re: [Cooker] Beta 2 available

2000-09-13 Thread Pascal Grossé
I would add that the title of the popup window is always the same: those packages will be installed/removed (this may not be the real message, but i translated from french). So we don't know if the mentionned packaged will be installed or removed. Or maybe some will be installed and some removed

[Cooker] Re: [Contrib-Rpm] openmerchant-0.7pre3-3mdk

2000-09-13 Thread Nora Etukudo
On Wed, Sep 13, 2000 at 05:24:48PM +0200, Lenny Cartier wrote: Name: openmerchant Relocations: (not relocateable) Version : 0.7pre3 Vendor: MandrakeSoft From the Webpage of OpenSales: 18 August 2000 Newsflash: OpenMerchant is no longer

Re: [Cooker] Beta 2 available

2000-09-13 Thread Pixel
Pascal Grossé [EMAIL PROTECTED] writes: Globally, i think the dependency gestion gives not a good impression: sometimes the windows proposes to remove packages which are not even selected (a simple check could arrange that i think), sometimes packages are show to be removed, but are not

[Cooker] sox-12-17 and SoundStudio-1.0.3

2000-09-13 Thread William H Bouterse
Anyone seen a new mdk.rpm for these? Ive been using 'Sound Studio' for years and mdk rpm is still at the 9.x stage. 'sox' in Cooker as of 9/12/00 is still 12-16x in addition... Chris Bagwell says Some may have noticed that I finally got around to releasing version 12.17 of SoX. Its got

Re: [Cooker] mouseconfig resets XF86Config

2000-09-13 Thread Pixel
Daniel Woods [EMAIL PROTECTED] writes: Last night I was using mouseconfig to change the mouse setting. please use mousedrake! ;pp

Re: [Cooker] Beta 2 available

2000-09-13 Thread Pixel
Serge Lussier [EMAIL PROTECTED] writes: Hi, First, Pixel: why didn't, you at least, acknowledge my report - and the USB mouse ??? And by the way, did you received my report you asked to me about USB mouse stopping during installation ??? i did receive it, and wasn't able to do anything

Re: [Cooker] current changes in /mdkinst/etc/sysconfig

2000-09-13 Thread dam's
[EMAIL PROTECTED] (Chmouel Boudjnah) writes: Veit Waltemath [EMAIL PROTECTED] writes: Hey, i just saw that in ../mdkinst/etc/sysconfig/network-scripts the files isdn_db.txt and makedev.sh are deleted. Are these files comming back or ? i asked to damien to remove makedev.sh since

RE: [Cooker] logrotate issue: runs forever

2000-09-13 Thread Don Head
logrotate stills runs "forever". something is very wrong. This was a known issue solved a while ago. The problem lies in two sections of /etc/logrotate.d/syslog beginning with: /var/log/mail/* and /var/log/news/* These lines rotate all the files in those directories, including the files

Re: [Cooker] Tv and kernel 2.2.17-2

2000-09-13 Thread jedi
David Dennis a écrit : I dont have notes with me now, but I have a Bttv 8448 card and support for it has been never able by me to be compiled in correctly or module loaded correctly under Mdk or any linux. Also have looked for the howtos or the I've been running a Hauppauge

[Cooker] How to get rid of this !*$ key ?

2000-09-13 Thread Guillaume Rousse
I can't play my favorite xmame games without that damn windows keys opening a flying gnome menu everytime i press it by error. Very often, actually as fire is CTRL key, and jump is ALT key :-) Ok, i could change keys assignement in xmame. But as it is something happening in every windowed

[Cooker] Auora freeze (no FB)

2000-09-13 Thread MailListReader
Hi: On the current beta (mirrored last night) the install goes along just fine, however on the first boot it fails to start auora (sorry if the spelling is wrong there) since the framebuffer startup is not an option in lilo. Also a few days ago selecting the boot of 'linux' from lilo did

[Cooker] Problem with fdisk

2000-09-13 Thread Michael Stucki
Hi all, I have a problem with a computer that has a 20 GB IDE harddisk. The problem is that Diskdrake doesn't recognize it's partitions. I know this has to do with a limit at about 7.8 GB if I remember right... But: When I have a running system, I see that fdisk has the same problems, but "mount"

Re: [Cooker] Octave 2.0.16

2000-09-13 Thread Bryan Whitehead
Well if you look at my orginal post, Octave also has problems finding it's own Libraries. So while they are redoing the RPM anyway, why not just change the man path to /usr/man so it works on other distro's/older Mandrake also??? On Wed, 13 Sep 2000, Geoffrey Lee wrote: Yo, can't find it

[Cooker] How to use CHRPM and CHRPM-FROZEN...

2000-09-13 Thread Kenneth Beversdorf
Hello. I am a technical writer and instructor for a Linux software company that has both a Linux release and a Real-Time OS release. I have been testing all distributions of Linux for our products and have recently loaded Mandrake. I have also signed up for the Cooker, CHRPM, and CHRPM-FROZEN

[Cooker] startx

2000-09-13 Thread andre
When i do a startx and (under another user) do a startx -- :1 i get under F8 the normal something is wrong gray mesh but with weird stuff in it(not the black it is without the startx -- :1 ) and ALT-F7 is being used by both users/desktops. AFAIK startx -- :1 starts another x-window under

Re: [Cooker] NVIdia solved

2000-09-13 Thread Dale Herring
Exactly what part of the makefile did you place this statement in. Did this solve the problem of the blankscreen? pgeorges wrote: I managed to solve the NVdriver / agpgart module problem by adding -DNOAGPGART in Makefile of nvidia kernel drivers. Now, 3D games are what they should have

Re: [Cooker] NVIdia solved

2000-09-13 Thread pgeorges
Dale Herring a écrit : Exactly what part of the makefile did you place this statement in. Did this solve the problem of the blankscreen? What blankscreen ? I just noticed a few blinkings when starting X, that's all. The problem is that NVidia kernel driver supports a lot of chipsets (see

[Cooker] pcmcia.img 20000913 19:18 - pcmcia 3c589_cs always not configurable...

2000-09-13 Thread Franco Silvestro
Synched on sunsite 2913 23:20 CEST It looks like my precedent bug report...;o/ I try on my laptop with pcmcia.img to make ftp install with my synched mirror on local network , I select ftp and 3c589_cs from list but : console f1 is freeze with "Starting" dialog "Plea

Re: [Cooker] Problem with fdisk

2000-09-13 Thread Pixel
Michael Stucki [EMAIL PROTECTED] writes: I have a problem with a computer that has a 20 GB IDE harddisk. The problem is that Diskdrake doesn't recognize it's partitions. I know this has to do with a limit at about 7.8 GB if I remember right... no such limit under linux. Can you give the

Re: [Cooker] NVIdia solved

2000-09-13 Thread Guillaume Cottenceau
pgeorges [EMAIL PROTECTED] writes: I managed to solve the NVdriver / agpgart module problem by adding -DNOAGPGART in Makefile of nvidia kernel drivers. Now, 3D games are what they should have always been with a Geforce :-)) I think that the setup of a Geforce 256, and other TNT*, etc.

Re: [Cooker] Re: [Frozen-CHRPM] gnupg-1.0.1-3mdk

2000-09-13 Thread Vincent Danen
On Thu Sep 14, 2000 at 03:01:10AM +1100, Antony Suter wrote: Name: gnupgRelocations: (not relocateable) Version : 1.0.1 Vendor: MandrakeSoft Release : 3mdk Build Date: Wed Sep 13 17:31:15 2000

Re: [Cooker] NVIdia solved

2000-09-13 Thread Tim McKenzie
Is your working system fully constituted of free drivers? -- Guillaume Cottenceau -- Distribution Developer for MandrakeSoft http://www.mandrakesoft.com/~gc/ Guillaume, If Red Hat can set up NVidia cards as new as the GeForce2, what would be the problem with Mandrake doing the same?

Re: [Cooker] pcmcia.img 20000913 19:18 - pcmcia 3c589_cs always not configurable...

2000-09-13 Thread Franco Silvestro
in last kernel Synched from sunsite.uio.no 2913 04:00 CEST Fresh Install expert developer first time with all, second time with slide at minimum With last kernel , soon at boot, it disappear screen , I need blindly CTRL ALT CANC when hd led stop blinking to shutdown [] P.P.S. With pr

Re: [Cooker] NVIdia solved

2000-09-13 Thread Nick Webb
On Wed, 13 Sep 2000, Tim McKenzie wrote: Is your working system fully constituted of free drivers? -- Guillaume Cottenceau -- Distribution Developer for MandrakeSoft http://www.mandrakesoft.com/~gc/ Guillaume, If Red Hat can set up NVidia cards as new as the GeForce2, what

[Cooker] wine-20000909-1mdk SRPM

2000-09-13 Thread Chris Spencer
I recently downloaded the latest SRPM of Wine and am having some problems getting it installed. It compiled fine, but when I try to install it I get the message "libGLcore.so.1 is needed by wine-2909-1mdk". Weird thing is, I have libGLcore.so.1 in /usr/lib as a symbolic link to

[Cooker] Beta 2 comments

2000-09-13 Thread Phil Lavigna
Hi, Just completed a Custom install of ulysses-2-inst.i586.iso and it went well, just a few comments to make: After configuring X, the installer didn't ask to test the display settings but went directly to the window about a graphical login. After installation was complete and computer

[Cooker] Webmin SSL

2000-09-13 Thread Phil Lavigna
Hi Guillaume, I think many people will appreciate 7.2's Webmin now uses SSL. I appreciate it too, thanks. BTW- I read that Webmin .81 was released the other day. Cheers, -- Phil Lavigna [EMAIL PROTECTED] http://www.linux-mandrake.com/en/demos/

[Cooker] most recent rsync won't install

2000-09-13 Thread frank
the package: rsync-2.4.5-1mdk.i586.rpm from today's download of mdk7.2 fails during installation...nor will it install by rpmdrake after mdk7.2 is up and running...can't test with kpackage as it's still broken... frank --

Re: [Cooker] filesystem and initscripts rpm problems

2000-09-13 Thread Ed Wilts
That fixed the initscripts install. filesystem still has the same problem. Thanks to you that also fixed the problem with autofs not finding functions. .../Ed On Wed, 13 Sep 2000, Udo Weber wrote: Ed Wilts wrote: [root@linux1 cooker]# rpm -Fvh initscripts-5.27-20mdk.i586.rpm

Re: [Cooker] NVIdia solved

2000-09-13 Thread Steve Fox
Tim McKenzie wrote: Guillaume, If Red Hat can set up NVidia cards as new as the GeForce2, what would be the problem with Mandrake doing the same? Is there a difference in policy between the two companies that I am not aware of? I know the RH beta 6.9.5 sets up NVidia cards... If there is

[Cooker] Beta 2 comments

2000-09-13 Thread Phil Lavigna
Hi, Just completed a Recommmended install with the Beta2 ISO. At first I tried the partitioning option "use free space on Windows partition" but it locked up the installer. The final message on console 3 was: wizlog not enough free space to allocate new partitions 251 1024000 -- Phil

[Cooker] beta 2 issues:

2000-09-13 Thread Serge Lussier
Hi, new beta is mixed success and failure for me: - Installation and usbmouse: The mouse stops working right after its configuration. ( I went to console and "modprobe usbmouse" then the mouse restarted to work...cool... network configuration: I have modemcable and my ISP provides me with a

Re: [Cooker] Minimal installation of Mandrake

2000-09-13 Thread Vadim Plessky
I have seen on Cooker that several packages were splitted (for example, looks like Perl and groff were splitted ) Am I right? Can you please update the list "as of today" - what can be used for minimal install? And, do you plan to put such minimal install as an option in 7.2? Many thanks in

Re: [Cooker] Beta 2 available

2000-09-13 Thread Ron Stodden
Warly wrote: Ron Stodden [EMAIL PROTECTED] writes: [EMAIL PROTECTED] wrote: Beta 2 available (http://forum.mandrakesoft.com/article.php3?sid=2913032627) The new Beta of Linux-Mandrake 7.2 is now available, ... But where oh where is the new Beta2 of Linux-Mandrake 7.2

Re: [Cooker] Mnkd-7.2 Printer installation problem

2000-09-13 Thread Till Kamppeter
I know that I had forgotten to include the CUPS locales when I started packaging CUPS. This is fixed now. So update to the version 20mdk of CUPS (15-19 are broken because of another bug). I have also forwarded the mail to [EMAIL PROTECTED] who adapted printerdrake (the part of the installer to

Re: [Cooker] CUPS vs lpd

2000-09-13 Thread Till Kamppeter
Update to the newest packages of SAMBA, CUPS (20mdk, 15-19mdk have a SEVERE bug), GhostScript, CUPS-Drivers, xpp, and KUPS. Restart the CUPS daemon. The SMB daemon does not need to be running. If you have Mandrake 7.1 you cannot have LPR installed, remove it. If you are running a Cooker, take

Re: [Cooker] gnome session name changed

2000-09-13 Thread Antony Suter
Frederic Crozat wrote: [EMAIL PROTECTED] (Antony Suter) writes: Why has the gnome session type name changed from "Gnome" to "GNOME". Its causing wierd things to happen. It's because kdm requires it :(( (don't ask me why...) If kdm somehow requires that session types be in all

Re: [Cooker] gnome session name changed

2000-09-13 Thread Frederic Crozat
[EMAIL PROTECTED] (Antony Suter) writes: Why has the gnome session type name changed from "Gnome" to "GNOME". Its causing wierd things to happen. It's because kdm requires it :(( (don't ask me why...) -- Frédéric Crozat MandrakeSoft

Re: [Cooker] Video TV card support

2000-09-13 Thread Frederic Crozat
[EMAIL PROTECTED] (Gary Lawrence Murphy) writes: Off topic, but related to this, can anyone recommend a good very low cost TV capture card that works well with Linux BTTV? Hauppauge makes really good cards which are quite well supported with bttv.. -- Frédéric Crozat MandrakeSoft

Re: [Cooker] RPM buildflags for i586 again

2000-09-13 Thread Francis Galiegue
On 13 Sep 2000, Guillaume Cottenceau wrote: Reinhard Katzmann [EMAIL PROTECTED] writes: Hi Cooker! The current RPM does not include an important option for i586 in /usr/lib/rpm/rpmrc: -mcpu=pentium march is enough. mcpu defaults to march. NO. The arch option allows the

[Cooker] Severe bug in CUPS fixed!

2000-09-13 Thread Till Kamppeter
Oi, there is a severe bug in the versions 15mdk to 19mdk in CUPS. In these versions printing from a remote machine does not work due to data exchange problems between the CUPS daemons. I got a fix by Michael Sweet today which fixes the bug (and some other minor ones). To get the fix update to

Re: [Cooker] XFS doesn't start

2000-09-13 Thread Pedro Rosa
"F. Richter" wrote: Thanks for your advice. font not found..." message and garbage at the end of xdm-error.log (which was obviously last modified during the last start in runlevel 5) Sorry for answering twice, but I recalled of one thing. If I am not not mixing some past situations, xfs does

[Cooker] SUB cooker

2000-09-13 Thread Lucky, Dave
SUB cooker

Re: [Cooker] XFS doesn't start

2000-09-13 Thread Pedro Rosa
"F. Richter" wrote: Thanks for your advice. - perms on /tmp are 666 Stop. Shouldn't they be 1777? Because now: A: xfs cannot cd to /tmp B: the tidbit is not set. I didn't dig too much on this but it seems that xfs and other love to have it there... - there is no /tmp/.font-unix

Re: [Cooker] XFS doesn't start

2000-09-13 Thread F. Richter
Pedro Rosa wrote: - perms on /tmp are 666 Stop. Shouldn't they be 1777? Because now: A: xfs cannot cd to /tmp B: the tidbit is not set. I didn't dig too much on this but it seems that xfs and other love to have it there... Silly me! I have to correct myself: _perms are 1777_ I'm sorry.

[Cooker] New package request: beep (PC speaker)

2000-09-13 Thread Graham Percival
Maybe it's a bit too late for this, but I just found a really useful utility; it allows you to play tones with the PC speaker. Great for including in shell scripts or turning your dual-processor machine into an alarm clock. :) http://www.johnath.com/beep/ It's GPLed and small. Needs

[Cooker] Fwd: wine-20000909-1mdk SRPM

2000-09-13 Thread Chris Spencer
Nevermind. I solved my own problems. For the record, I went back to XFree86 4.01, got rid of all the XFree86 3.3.6 RPMs (except for the SVGA and VGA16 servers), recompiled the cooker Mesa SRPM and recompiled the Wine SRPM. It worked this time. -Chris -- Forwarded Message --