Re: [Cooker] XcdRoast-0.98-alpha9 IS OUT!!!

2001-07-18 Thread Axalon

On Wed, 18 Jul 2001, David Walluck wrote:

> Claudio wrote:
> 
> > CHANGELOG for X-CD-Roast 0.98 alpha 9
> > 18.07.01:
> > 
> > * RELEASED X-CD-Roast 0.98alpha9
> > 
> > 17.07.01:
> > 
> > * update the writeable flag in HD setup
> > * final touches to non-root wrapper
> > 
> > We could finally use this nice program as non-root!!! :)))
> > C.

C. you should already beable to run xcdroast as non root

> 
> Wekk, I know it's safest for Mandrake to disallow any SUID binaries in 
> rpms, but when we are talking about a media player that does not let the 
> remote world connect to it, is there really much harm in it?

With this yes, you have to really trust who you give access to there is
nothing to stop them from reading things they shouldn't or worse.
 
> I also noticed that smbmount, and KDE's lisa, do not function properly 
> unless they are SUID.
> 
> I don't know a good way around this, because Mandrake does not ask you 
> questions when you install (and I have always loved this over Debian's 
> method), but it'd be nice to know which binaries system-wide needed SUID 
> to work properly when not root.

>=) Once identified most can be eliminated
 
> Maybe if someone maintained a list?

*points* Your idea, your job. Theres probably one out there already but a
quick grep(or 1k) would answer the question.

-- 
--Axalon





Re: [Cooker] why hasnt rpm been fixed??!!

2001-07-17 Thread Axalon

On Tue, 17 Jul 2001, Mordechai Ovits wrote:

> On Wednesday 18 July 2001 12:07, [EMAIL PROTECTED] wrote:
> > > http://www.pclinuxonline.com/article.php?sid=201&mode=thread&order=0&thol
> > >d=0
> > >
> > > Apparently lots of people have the FUBAR-ed rpm rpm.
> > >
> > > Can mandrake please put out a new, fixed, package?
> > >
> > > Thanks,
> > > Mordy
> > > PS
> > > Yes, I know Cooker is the unstable branch.
> > > --
> > > Mordy Ovits
> > > Network Engineer
> > > Bloomberg L.P.
> >
> > Does (re)moving  /var/lib/rpm/__db.00* help?
> 
> I can't test it now, I wiped cooker.  If a few suggestions come in, I'll 
> sacrifice my system to the broken rpm, and try the fixes.
> 
> Mordy


Works here (TM)
Odds are it won't be broken on your system after you reinstall.
I haven't been able to rebreak mine sense recovering the HD from its
little "trip" a few weeks ago. It's been said the problem is locales
related but i've had no luck. Anyone able to replicate the problem
reliably?

-- 
--Axalon





Re: [Cooker] According to the latest Cooker Weekly News :

2001-07-13 Thread Axalon

> - disable windows key if a laptop is detected. 

BTW whats the reasoning for this, bugzilla # will suffice for an answer.

-- 
    --Axalon





Re: [Cooker] ncurses/scrollkeeper cross-compile executables

2001-07-10 Thread Axalon

On Tue, 10 Jul 2001, steve wrote:

> Should I be getting cross-compile executable names in
> ncurses-5.2-15mdk
> /usr/bin/i686-mandrake-linux-gnu-captoinfo
> ...
> 
> and  scrollkeeper-0.2-1mdk
> /usr/bin/i686-mandrake-linux-scrollkeeper-config
> ...
> when I rebuild for i686.
> 

Check --changelog for an entry from Jeff about this, if it's not there
theres an update available.

-- 
        --Axalon





Re: [Cooker] Cooker w/ laptop

2001-07-08 Thread Axalon

On Sun, 8 Jul 2001, kk1 wrote:

> Hi,
> I remember reading that some work was done to facilitate the use of
> laptops. Any one is in charge of that?
> I use mine with two different network. At home, I use it undocked with a
> pcmcia ethernet card, and at work with the docking station card (I remove
> the pc card).
> It used to work fine, but something has been broken at boot time (draknet
> or something), and the docking station card is detected but not reinstalled
> correctly.
> The boot process then takes for ever when it tries to install all the nfs
> stuff, and the computer is a mess when it eventually gives me a prompt.
> 

Well i have the hardware to debug with, but i'm still to mad about my
partitions going awol last week to even consider picking up my laptop

-- 
    --Axalon





Re: [Cooker] Packaging Java class libraries

2001-07-08 Thread Axalon

On Sun, 8 Jul 2001, David Walluck wrote:

> On Sun, 8 Jul 2001, Edward Avis wrote:
> 
> > If not, I propose that Java libraries be installed under
> > /usr/share/java/, either as .jar files or as subdirectories full of
> > .class files.  And /etc/profile.d/java should do something like:
> >
> > for i in /usr/share/java/*; do
> > export CLASSPATH=$CLASSPATH:$i
> > done
> 
> This is how we do it (we being me and someone else, the only two on this
> list that seemed really interested in Java). Mandrake, as a company,
> doesn't seem to care much. They do not offer the JDK (or are maybe
> prohibited by law). Still, if Sun won't let you I'm sure IBM would love
> too seeing as they say they are pro-Linux these days. I had heard they
> were going to distribute Sun JDK only on the commercial CD, but they still
> do not seem to have an official stance on Java support. There are no java
> rpms in Cooker. for example.
> 
> Problem is, in X the ~/.bash_profile doesn't seem to be read, and
> /etc/profile is over-written by msec all the time, so I can't figure out a
> good way to get these into the path except a single script in
> /etc/profile.d would probably do the trick. And you'd probably want for i
> in *.jar instead of * incase there are some directories or properties
> files or something else in that directory,
> 

Precedence set by Kaffe pkg, which is atleast in theory compliant with the
standard.  /usr/java should be broke apart into /usr/lib, /usr/bin, and
/usr/share/"name". "Global libs" (for lack of knowledge?) would get
installed into the generic CLASSPATH
(/usr/share/"kaffe\jre\jdk\java"/lib), where as application specific would
create thier own dir under /usr/share/"prog\pkg" and use a wrapper to
alter the CLASSPATH. This doesn't mean a socalled global HAS tobe put into
the global path, they could all be stuffed into /usr/share/"prog\pkg" to
allow for version mixing..

About rpm. There is nothing in rpm that would disallow useing two or more
concurrent versions of a package. The problem here is the .rpm's just
aren't designed for this, which is obvious when you rpm -i and get file
conflicts. The way around this is useing a Nomad(tm?) approach. Useing
update-alternatives(?) to reset links as needed on an app by app basis.


-- 
--Axalon





Re: [Cooker] STILL no kpackage or gnorpm

2001-07-08 Thread Axalon

On Sun, 8 Jul 2001, Digital Wokan wrote:

> I know I'm not the only one receiving the following errors.  Command line rpm 
> commands work, and rpmdrake starts, but any attempts to start kpackage or 
> gnorpm result in the same error.  Does this have something to do with the 
> upgrade to rpm-4.0.3 or something?  And if so, is there someone working on a 

Yes

> fix for them yet?

No, atleast i doubt it. Being that i've had to write updates for gnomrpm
due to rpm changes, it's much less painfull to just let the actual creator
make the updates needed when rpm changes.

> [root@beast cookrpms]# kpackage
> kpackage: error while loading shared libraries: /usr/lib/librpm.so.0: 
> undefined
> symbol: fpHashFunction
> [root@beast cookrpms]# gnorpm
> gnorpm: error while loading shared libraries: /usr/lib/librpm.so.0: undefined 
> symbol: fpHashFunction

Perhaps you should make a list of what these two do that rpmdrake doesn't
and submit them for inclusion in rpmdrake.

-- 
--Axalon





Re: [Cooker] RPM is slow

2001-07-08 Thread Axalon

On 8 Jul 2001, Steve Fox wrote:
> Does anyone know why in the world RPM thinks it needs to look at all
> mount points? This seems really stupid to me.

It need to know the freespace, it's easier to check them all than to
decide where the files are going and check only those mount points.

-- 
        --Axalon





Re: [Cooker] KDE doesn't come up after fresh cooker install

2001-07-05 Thread Axalon

On Thu, 5 Jul 2001, Thies C. Arntzen wrote:
> BTW: is this a bug in the package or a bug in rpm?

Rpm, the cooker ??mdk I've got installed right now won't even output
missing files to cpio. I saw something about a new tarball in the latest
changlog, don't know if it fixes any of this. I got sick of trying to
extract kgcc and booted to 8.0 to compile a stinking kernel

-- 
    --Axalon





Re: [Cooker] KDE doesn't come up after fresh cooker install

2001-07-05 Thread Axalon

On Thu, 5 Jul 2001, Thies C. Arntzen wrote:

>
> hi,
> 
> the kde startup-sceen seems to be displayed but its one
> ~2pixels wide..
... 
> any ideas?
> tc

Some files listed in the rpm(kdebase) don't get installed, mostly under
/usr/share/apps. It happens with some other rpms also (egcs) here. Use
rpm2cpio to get the files, chown em and put them inplace and you'll be up
and running.

-- 
        --Axalon





Re: [Cooker] libdb3.1

2001-07-04 Thread Axalon

On 4 Jul 2001, François Pons wrote:

> Axalon <[EMAIL PROTECTED]> writes:
> 
> > Where is it?
> 
> upgraded to libdb3.2
> 
> Packages are going to be upgraded.

Seems to defeat the purpose of mdk lib proceedures, which this barely if
at all conforms too. Someone point me at an upto date copy of the "rules"

stoned@Venom ~ $ rpm -q --whatrequires libdb-3.1.so
GConf-1.0.1-3mdk
libldap2-2.0.11-5mdk
libsasl7-1.5.24-5mdk
python-2.1-1mdk
apache-common-1.3.19-3mdk
apache-mod_perl-1.3.19_1.25-4mdk
apache-1.3.19-3mdk
linuxconf-1.25r7-1mdk
postfix-20010228-10mdk
grpmi-8.1-1mdk
perl-DB_File-1.73-3mdk
apache-suexec-1.3.19-3mdk
kdeadmin-2.2-0.alpha2.3mdk
proftpd-1.2.2-0.rc2.6mdk
rpmdrake-1.3-68mdk

"scrathes his head"

stoned@Venom ~ $ rpm -i 
/mnt/BIG/mandrake-ftp/stable/8.0/i586/Mandrake/RPMS/db3-3.1.17-1mdk.i586.rpm


-- 
--Axalon





[Cooker] libdb3.1

2001-07-04 Thread Axalon


Where is it?

-- 
--Axalon





Re: [Cooker] rpmdrake dep

2001-07-03 Thread Axalon

On Tue, 3 Jul 2001, Stefan Siegel wrote:

> Neulich schrieb "R.I.P. Deaddog":
> > sunsite.uio.no is showing gtk+mdk-0.1.6-1mdk for quite some time. Guess
> > wtfo.com isn't mirroring as frequently as it should.
> 
> You aren't right. I just went there:
> 
> ncftp ...ker/i586/Mandrake/RPMS > pwd
> ftp://sunsite.uio.no/pub/linux/Mandrake-devel/cooker/i586/Mandrake/RPMS/
> ncftp ...ker/i586/Mandrake/RPMS > ls gtk+mdk*
> gtk+mdk-0.1.5-6mdk.i586.rpm
> gtk+mdk-devel-0.1.5-6mdk.i586.rpm
> 
 
lftp sunsite.uio.no:/pub/linux/Mandrake-devel/cooker/i586/Mandrake/RPMS> ls -l 
*gtk+mdk*
-rw-r--r--   1 30084494 May 25 15:45 gtk+mdk-0.1.5-6mdk.i586.rpm
-rw-r--r--   1 30060547 May 25 15:45 gtk+mdk-devel-0.1.5-6mdk.i586.rpm
-rw-r--r--   1 30086289 Jun 27 15:15 libgtk+mdk0.1_6-0.1.6-1mdk.i586.rpm
-rw-r--r--   1 30060602 Jun 27 15:15 libgtk+mdk0.1_6-devel-0.1.6-1mdk.i586.rpm

-- 
--Axalon





Re: [Cooker] Can't install Mandrake 8.0 with S3 Virge

2001-07-01 Thread Axalon

On Sun, 1 Jul 2001, quitedown wrote:

> hey,
> Well for me the Xf86config just doesn't seem to work. The Xconfigurator just
> hangs. I think i might just install 7.2 then do an update. Btw if u have
> done this how is the process? Also if you would be so kind, could you mail
> me your Xf86config. I have a diamond stealth 2000. It is a s3 virge w/4mb of
> ram. I think it is similar to yours.
> Thank You
> --M. Khawar Zia

Try subtracting 4 megs from your total ram, many MB's use shared memory
for the video card. eg. 'linux mem=60M' at the lilo prompt

--
--Axalon





Re: [Cooker] how to add users to my domain?

2001-07-01 Thread Axalon

On Sun, 1 Jul 2001, JorgP wrote:

> latest cooker.
> I have a test domain example.com
> this machine name is vulcan
> 
> how do I setup users like
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> to receive mail from the internet,
> I tried to follow some of the examples from postfix website,
> but I still get connection refused when trying to mail
> [EMAIL PROTECTED]
> 
> what am I doing wrong?

Well considering you didn't say "what" you did... thats a dificult
question, assumeing you have 

mydestination = $myhostname, $mydomain, example.com

You just need to rehash the config file

-- 
--Axalon





Re: [Cooker] Re: [CHRPM] nautilus-1.0.3-4mdk

2001-06-17 Thread Axalon

On Sun, 17 Jun 2001, Sebastian Dransfeld wrote:

> On Sun, 17 Jun 2001, R.I.P. Deaddog wrote:
> 
> > On Sat, 16 Jun 2001, Sebastian Dransfeld wrote:
> >
> > > xinetd runs with /root/tmp as TMPDIR. fam creates a socket in /root/tmp
> > > which users can't connect to.
> >
> > Btw, should fam be patched instead of xinetd !?
> 
> I think xinetd should be patched. Services should use /tmp, not /root/tmp.
> 

Both, package so the server uses the same path as the clients, might pose
a problem for anyone Not useing xinetd however, so the simplist way is to
hard code it to /var/tmp and only modify the binary





Re: [Cooker] Suggest including amaya into next release.

2000-06-22 Thread Axalon Bloodstone

On Thu, 22 Jun 2000, Stephane Gourichon wrote:

> On 21 Jun 2000, Pixel wrote:
> 
> > Stephane Gourichon <[EMAIL PROTECTED]> writes:
> > 
> > > It's available http://www.w3.org/Amaya/, and Daniel Veillard (
> > > [EMAIL PROTECTED]) provides binary and soure RPMS.
> > 
> > can't find the .src.rpm
> 
> Sorry, I was convinced I saw it...
> The binary rpm I tried worked out of the box on my Mandrake 7.0.
> Perhaps kindly ask Daniel Veillard the spec file he made...
> 
Nah don't bug Daniel ;) he's a busy guy
ftp://rpmfind.net/pub/amaya/amaya-3.1-1.src.rpm

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon




Re: [Cooker] hd.img dies right in "Select Partition"

2000-03-31 Thread Axalon Bloodstone


Dieing via sig11 and not being able to select the source isn't the same
problem..

On Fri, 31 Mar 2000, CPT KIDD wrote:

> yea... me with ultra dma 66, 27 gb Western Digital hdd.
> 
> works on older hdd's tho' on my other box.
> 
> haven't test the hd.img in the past month, 2 mos.
> 
> On Thu, 30 Mar 2000, you wrote:
> > Jürgen Zimmermann <[EMAIL PROTECTED]> writes:
> > 
> > > Hi,
> > > I tried to give "cooker/image/hd.img" a chance, but it failed
> > > hard on three systems right at the "Select Partition" stage.
> > 
> > someone has the same pb?
> > 
> > it does work for me ...
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon




[Cooker] Re: [CHRPM] xmorph-2000mar03-1mdk

2000-03-28 Thread Axalon Bloodstone



On Tue, 28 Mar 2000, dam's wrote:
> --=-=-=
> Name: xmorph  Distribution: Linux-Mandrake
> Version : 2000mar03 Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Tue Mar 28 07:59:35 2000

This version number is not valid. Months are not alphabetical




Re: [Cooker] gnome helix (E+panel=done wrong)

2000-03-12 Thread Axalon Bloodstone

On Sun, 12 Mar 2000, Lord And Master;) wrote:
> 
> btw any news on the real mandrake specific helix-gnome rpms and not the redhat
> copies? thankx.
> 
> -DarkWlf
 
No answer from Miguel yet, apparently somepeople only work 6 days aweek.. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
        --Axalon



Re: [Cooker] gnome helix (E+panel=done wrong)

2000-03-12 Thread Axalon Bloodstone

On Sun, 12 Mar 2000, Lord And Master;) wrote:
> 
> Thanks for the workaround! hopefully we can get a more perminent fix though!...
> especialy since if the enlightenment theme plays a sound file while the gnome
> pannel is also playing a sound file.. sounds realy strange.. also i finaly

Sounds like it's doing what it should, it's mixing the two sounds right?

> tracked something down.. the bug with the licq swallowed app having to be
> swallowed twice before it takes effect... it is a bug with enlightenment not
> gnome.. while using sawmill it functioned normaly the first time. and worked
> quite well.. hmm maybe enlightenment needs to work on there gnome support.

Let me snag a cvs snap maybe.. :/

> -DarkWlf
> 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] gnome helix

2000-03-12 Thread Axalon Bloodstone

On Sun, 12 Mar 2000, Halfline wrote:

> I haven't tried this, but why not try using E's session management instead

Haven't tryed which?

> of
> Gnomes?  just Add
> panel & gmc &
> to your X startup script.  That might work.

No because this isn't really session management

> - Original Message -
> From: "Axalon Bloodstone" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, March 12, 2000 7:13 AM
> Subject: Re: [Cooker] gnome helix
> 
> 
> > On Sun, 12 Mar 2000, Lord And Master;) wrote:
> > >
> > > running the helix-gnome from there site with Mandrake 7.0 and
> > > enlightemnet.. DOSE not work. they don't cooperate.
> > > the panel will not load if enlightenment is loaded. it worked till I
> shut
> > > down the desktop and reloaded it, after that the panel refused to come
> back
> > > up.
> > >
> > > - DarkWlf
> >
> > Ahh IC now, it doesn't like that much does it. As a work around, make sure
> > to disable the auto session save if it's on, open the 'Session Properties'
> > and change the Oder for panel to like 9, basicly it works aslong as panel
> > starts before E but everytime you save the session it will put it back at
> > 40 and fail to start again.
> >
> > --
> > MandrakeSoft  http://www.mandrakesoft.com/
> > --Axalon
> >
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] gnome helix

2000-03-12 Thread Axalon Bloodstone

On Sun, 12 Mar 2000, Lord And Master;) wrote:
> 
> running the helix-gnome from there site with Mandrake 7.0 and
> enlightemnet.. DOSE not work. they don't cooperate.
> the panel will not load if enlightenment is loaded. it worked till I shut
> down the desktop and reloaded it, after that the panel refused to come back
> up.
> 
> - DarkWlf

Ahh IC now, it doesn't like that much does it. As a work around, make sure
to disable the auto session save if it's on, open the 'Session Properties'
and change the Oder for panel to like 9, basicly it works aslong as panel
starts before E but everytime you save the session it will put it back at
40 and fail to start again.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] gnome helix

2000-03-11 Thread Axalon Bloodstone

On Sat, 11 Mar 2000, Lord And Master;) wrote:

> I hope that the new helix mandrake rpms that are comming will support
> enlightenment... sawmill is cool but I like My enlightenment!!
> 
> 
> 
> other than that doing a carefull upgrade of most of the rpms that came
> with 7.0 worked good
> 
> 
> -DarkWlf
 
 
Why would they stop... Sawmill is just the default.. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] Helix Gnome RPMS

2000-03-11 Thread Axalon Bloodstone

On Sat, 11 Mar 2000, Nitin Raja Bhatia wrote:

> Hello All,
> 
> I will be producing Helix Gnome rpms optimized for Mandrake.
> They will be available shortly. 
> Helix-Gnome is real slick...
> 
> Raja

Already done, just waiting on some files left out of the gnome-media
SRPM. I'll put up the rest while i wait i guess.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] mozilla

2000-02-24 Thread Axalon Bloodstone

On Thu, 24 Feb 2000, Pablo Saratxaga wrote:

> Kaixo!
> 
> Maybe here is a case for decimal releases: Version: 5.0  Release: 0.M13.1mdk ?

DUH, a leading 0.  yep i'm not awake yet.. 


-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] mozilla

2000-02-24 Thread Axalon Bloodstone

On Thu, 24 Feb 2000, Adrian Reber wrote:

> On Thu, 24 Feb 2000, Axalon Bloodstone wrote:
> 
> > On Thu, 24 Feb 2000, Lenny Cartier wrote:
> > 
> > > Adrian Reber wrote:
> > > > 
> > > > The current version of mozilla in contrib is:
> > > > 
> > > > Name: mozilla-M12
> > > > Version : 5.0
> > > > Release : 1mdk
> > > > 
> > > > I think it would be better to name mozilla this way:
> > > > 
> > > > Name: mozilla-browser
> > > > Version : 5.0
> > > > Release : M13-1mdk
> > 
> > You can't have dashes in a Release
> 
> So maybe a dot ? But has anyone thought about this:
> If there will be a mozilla-5.0-1mdk (no milestone), will it be possible to
> upgrade without problem, or will rpm treat this version as an older
> release?

dots are ok. but watch where you put them or the numbering gets all
fubar. The milestone should be a piece of the %{version} IMO, because
thats what it is isn't it, but you'd still need to workout a numbering
scheme. 
And probably the best thing todo is continue the
'Obsoletes: mozilla-Mxy' untill it is released and then
'Obsolete: mozilla-M9'
 
> >  
> > > > Because the M13 is the release number and not part of the package name!
> > > > 
> > > > 
> > > yes it's right, i'll change this ASAP.
> > > thanks
>   
>   Adrian
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] mozilla

2000-02-24 Thread Axalon Bloodstone

On Thu, 24 Feb 2000, Lenny Cartier wrote:

> Adrian Reber wrote:
> > 
> > The current version of mozilla in contrib is:
> > 
> > Name: mozilla-M12
> > Version : 5.0
> > Release : 1mdk
> > 
> > I think it would be better to name mozilla this way:
> > 
> > Name: mozilla-browser
> > Version : 5.0
> > Release : M13-1mdk

You can't have dashes in a Release
 
> > Because the M13 is the release number and not part of the package name!
> > 
> > 
> yes it's right, i'll change this ASAP.
> thanks
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] XFree86-Server-3.9.18

2000-02-23 Thread Axalon Bloodstone

On Wed, 23 Feb 2000, Steve Fox wrote:

> I got my /etc/X11/XF86Config file all set up now, but when I startx I
> get:
> 
> 
> XFree86 Version 3.9.18 / X Window System
> (protocol Version 11, revision 0, vendor release 6400)
> Release Date: 21 February 2000
>   If the server is older than 6-12 months, or if your card is newer
>   than the above date, look for a newer version before reporting
>   problems.  (see http://www.XFree86.Org/FAQ)
> Operating System: Linux 2.2.15-0.7mdksmp i686 [ELF] 
> Module Loader present
> (==) Log file: "/var/log/XFree86.0.log", Time: Wed Feb 23 22:21:04 2000
> (EE) Unable to locate/open config file
> (EE) Error from xf86HandleConfigFile()
> 
> Fatal server error:
> no screens found
> -
> 
> Any ideas why it wouldn't be able to locate/open my config file? It's
> set 0644 and owned by root.root.
> 

are your sure an XF86Config.expermental exsists? 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] wooo- problem with iso2 7.0????

2000-02-22 Thread Axalon Bloodstone

On 23 Feb 2000, Pixel wrote:

> Roger <[EMAIL PROTECTED]> writes:
> 
> > error oping security policy file /ur/X11R6/lib/X11/xserver/SecurityPolicy
> 
> it doesn't matter, does it ?

It should use defaults. and i thought that said "warning" in the message 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
        --Axalon



Re: [Cooker] Re[2]: libgtop-1.1.5-0.1mdk

2000-02-22 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Brian J. Murrell wrote:

> from the quill of Axalon Bloodstone <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > On Mon, 21 Feb 2000, Brian J. Murrell wrote:
> > 
> > well yeah libgtop won't install..
> 
> And things that need libgtop won't work because 1.1.3 will not be
> installed either.

Um no, you asked what to remove, i said libgtop assumeing you'd take the
older one from say Air ;)
 
> > No. First off I never said to use nodeps.
> 
> No you didn't.  Somebody else did though.  Did not mean to infer you
> did, sorry.
> 
> > You want to install it along
> > side of the older version, breaking as little as posible in the mean
> > time.
> 
> Why even bother though?  Why not wait for the rest (i.e. the dependant)
> of the packages to catch up?

Why do you/we update everyday? because you/we can. 

With the two libgtop and the new libgtop-devel you can run all the old
stuff and anything you build will link with the newer lib. So this way
your s**t works, you can rebuild anything new, and I don't get razzed
every few hours about where the f**k the relinked packages are while i
wait for the rest of the GUAD(uhh something ;) stuff to be released

> > If you use nodeps you do not get told about the missing file
> > (tracking it down now) in libgtop-1.1.5-0.1mdk
> > (libgtop_sysdeps-1.1.so.5),
> > it would be pretty much useless
> 
> OK, another problem with it.  :-)

Uhmm no only problem with it. and i kinda spaced it out till i read
this, got distracted hacking voodoo_vid :), let me go find the right vt
and get that finished to make the above true =)



Re: [Cooker] Gnome sound not working

2000-02-21 Thread Axalon Bloodstone

On Sun, 20 Feb 2000, Brian J. Murrell wrote:

> 
> The problem I am having is that if I logoff from a desktop session where
> gnome sound effects are working just fine and then log back on, the gnome
> sounds are not working.  Sound/esd in general are working because I can
> esdplay, or xmms, etc. and hear the sound, it is just the gnome desktop
> sound actions I cannot hear.
> 
> In order to get it working again I have to go through some weird combin-
> ations of disabling gnome sound, logging out, logging on, enabling gnome
> sound again, logging off and back on again to have it working.
> 
> Is anyone else experiencing this problem?
> 
> b.


Probably but your the first to report it on a mdk system, theres an option
to put in the esd.conf don't remeber it right now that fixes a spawning
problem



Re: [Cooker] ouch! my eardrums

2000-02-21 Thread Axalon Bloodstone

On Sun, 20 Feb 2000, Roger wrote:

> Well, booting up my linux today and as it was scrolling thru the dmesg stuff,
> the speaker spoke with a loud SQQQEAAALLL!
> 
> Unfortunately, my ear's are still ringing.  Also am surprised that the speakers
> didn't "blow"for which i would be greatful if they had because my ears
> would be ringing as bad then.ouch!
> 
> using an sblive and do have a mic attached.  wondering if there is a spot in
> the programming where we can "manually" set to where we want to set the volume
> at or if we wanted to "permanenly" mute the mic such as by "gmix" or something
> (which of course is only temp until reboot)(lol...if one ever
> reboots...lol...of course, gotta have my sim games!!!).

:-)  You updated emu10k1 from cvs again I see, strange it removed the
modifications though. on or about line 619 of mixer.c change 
{ SOUND_MIXER_MIX, 0xWhatever },
to
{ SOUND_MIXER_MIX, 0x },

The default record source is line 652



Re: [Cooker] Re: libgtop-1.1.5-0.1mdk

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Brian J. Murrell wrote:

> from the quill of Axalon Bloodstone <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > 
> > Yep. it's time for the month long rebuilding of gnome, goes from David
> > to
> > pablo to me and back and forth between me and pablo for the rest,
> > takes
> > awhile to get it all rebuilt.
> 
> OK.  Should any RPMs get cut until it is all ready to go then?  I mean
> if somebody were to burn a CD from Cooker today they would have
> troubles.

well yeah libgtop won't install..
 
> > In the mean time either don't use -U (use
> > -i), or don't pay attention to gnome stuff for a couple weeks :)
> 
> Well the only choice really is the latter, no?  The issue of using -i
> and not using -U is only one of getting the package to actually install.
>  Once you do install it (using -i --nodeps), you will break everything
> that wants libgtop won't you?  Or will the two versions of the libraries
> live together on the box, while all of the common files (like share,
> doc, etc.) will get overwritten by the new version?

No. First off I never said to use nodeps. You want to install it along
side of the older version, breaking as little as posible in the mean
time. If you use nodeps you do not get told about the missing file
(tracking it down now) in libgtop-1.1.5-0.1mdk (libgtop_sysdeps-1.1.so.5),
it would be pretty much useless
 
> What happens if you force 1.1.5 on and then remove 1.1.3?  Does any file
> that is the same name in both packages get removed with the 1.1.3
> removal or is RPM smart enough to know that a given file, that was in
> 1.1.3 and then overwritten by 1.1.5 should not be removed when 1.1.3 is
> removed (with rpm -e)?
> 
> b.

You shouldn't have to force it, you would issue

rpm --test -ivv --replace-files libgtop-1.1.5-0.2mdk.i586.rpm
# install 1.1.5 overwriteing any common files

rpm --test -Uvv libgtop-devel-1.1.5-0.2mdk.i586.rpm
# replace the old devel with the new

Once all the files linked to older libs are updated, you issue

rpm --test -evv libgtop-1.1.3-Xmdk
# Remove the obsolete libs

Rpm will skip over the "common/newer" files when you erase the older
rpm. 

Bon?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re[2]: kernel RPMS are not providing "kernel"

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Brian J. Murrell wrote:

> from the quill of Axalon Bloodstone <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > On Mon, 21 Feb 2000, Brian J. Murrell wrote:
> > 
> > it's a spec bug, it reads
> > Provides: kernel=%{version} module-info kernel-fb
> > 
> > it should read.
> > Provides: kernel = %{version} , module-info, kernel-fb
> > 
> > Shouldn't it?
> 
> I dunno the impression I got from Pablo Saratxaga was that versions are
> not recognized at all in Provides: lines and the whole string, "=" and
> all is taken as an opaque value which will match any requires of the
> exact same string.  Maybe I got the message wrong.
> 
> b.
 

Give me another two hours and i will have a full explination.
But it does accept 'Provides: kernel = %{version},' I'm checking
'Provides: kernel,' now. It should read the package version but I'd like
to be sure
 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] still no go on hd.img (another recent rsync)

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Roger wrote:

> lol, i've got roughly 20 gb of data on it. ..unless i can borrow an extra 20gb
> drive from somebody??? lol
> 
> no i did not have to use that s/w.  matter of fact all newer hdd's do not
> require that (or cannot even use it).  most of the hdd's or already preformat

It isn't the drive but the bios that has the problems, that would require
translation software. And _all_ maxtors come unformated and unpartitioned,
btw. 

> anyways.  when partitioning, i just use partition magic.   never had this

Thats the answer to your problem partition magic is hideing the partition
most likely :)

> problem before.  i'm guessing (sigh, again) that it's probabely just because
> it's with the hd.imgprobabely something missing between it and the cdrom
> install iso.  (missing driver.not able to find the proper module settings
> etc...).  
> 
> *remember!  this is a newer model hdd!
> 
> all of my older hdd's are able to use the hd.img diskette.  go figure.

try finding the "cylinder limit" jumper and enableing it also 



RE: [Cooker] Nobody can figure out why sndconfig hangs up on me

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Don Head wrote:

> Just as a note, in Red Hat/Mandrake systems, /etc/modules.conf is actually
> /etc/conf.modules.

This will change, in the mean time just set a link between the two
 
> Also, the ESS 1868 is not neccessarily an Ensonique card.  The ESS 1868 is
> made by the people at http://www.esstech.com/.  ESS Technology != Ensonique.
> 
> Good luck!
> 
> Don Head
> Linux Mentor
> Wave Technologies
> [EMAIL PROTECTED]
> [AIM - Don Wave][ICQ - 18804935]
> [IRC - EFnet, #WaveTech, Don-Wave]
> 
> 



Re: [Cooker] Re: [CHRPM] libgtop-1.1.5-0.1mdk

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Brian J. Murrell wrote:

> from the quill of Axalon Bloodstone <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > --=-=-=
> > Name: libgtop Distribution: Mandrake
> > Version : 1.1.5 Vendor: MandrakeSoft
> > Release : 0.1mdkBuild Date: Sun Feb 20 09:27:52 2000
[..] 
> 
> I am thinking that one cannot really upgrade libgtop without also
> upgrading gnome-utils, gtop and gnome-core.
>
> Thots?
> 
> b.

Yep. it's time for the month long rebuilding of gnome, goes from David to
pablo to me and back and forth between me and pablo for the rest, takes
awhile to get it all rebuilt. In the mean time either don't use -U (use
-i), or don't pay attention to gnome stuff for a couple weeks :)

-- 
MandrakeSoft      http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: kernel RPMS are not providing "kernel"

2000-02-21 Thread Axalon Bloodstone

On Mon, 21 Feb 2000, Brian J. Murrell wrote:

> from the quill of Pablo Saratxaga <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > 
> > The problem is that the versions don't work with provides given by
> > Provides: line (that is they only work for package names).
> 
> H.  That seems like a shortsight.
> 
> > You know however the it is a correct version; so you can use --nodeps;
> > you have no choice indeed.
> 
> This is ugly.
> 
> > The *.spec file of kernel building is wrong; all "Provide:
> > kernel=%{version}"
> > must be changed to "Provide: kernel", no versioning can be used on
> > the Provide: line
> 
> OK.  Is this going to be fixed in the Mandrake kernel RPM then?
> 
> > To chmou: I think the right way to handle that will be to have those
> > packages
> > just provide "kernel" (as they should) then patch rpm so for any
> > "provides"
> > it takes the version number of the package, when checking version
> > numbers.
> 
> That sounds like a good idea.
> 
> > Because they don't provide kernel >= 2.2.5, they provide a strange
> > thing 
> > called "kernel=2.2.14" 
> 
> OK, I think I get this.  The =, >=, etc. operators are not really
> operators on a Provides: line.  They are just more characters in the
> opaque string "kernel=2.2.14" feature that the package provides.  That
> sucks.  :-)
> 
> > As you have no package that provides "kernel" then any package
> > requiring
> > it will fail.
> 
> Even worse, I have no package that provides the opaque feature "kernel
> >= 2.2.5" so packages that are written to Require: kernel >= 2.2.5 will
> not work.  This seems very unworkable.  I don't think we should be
> putting single version specific strings like ">= 2.2.5" in Requires:
> attributes.
> 
> Comments?
> 
> b.

it's a spec bug, it reads
Provides: kernel=%{version} module-info kernel-fb

it should read.
Provides: kernel = %{version} , module-info, kernel-fb

Shouldn't it?

--
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: how does urpmi resolve between two "locations"?

2000-02-19 Thread Axalon Bloodstone

On Sat, 19 Feb 2000, Brian J. Murrell wrote:

> from the quill of Chmouel Boudjnah <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > 
> > Depending of the more recent version.
> 
> Really?  It will load the newest (most recent) version?  Cool!  That is
> what I want!
> 
> > urpmi.update should do the trick, no ?
> 
> Well urpmi.update retrieves it fine, but the date of
> http://rufus.w3.org/linux/MandrakeCooker/cooker/Mandrake/base/hdlist on
> rpmfind.net is Jan. 28, 2000.  It would seem that hdlist is not being
> maintained on a regular basis for Cooker.  Is there no way to create a
> hook so that hdlist is updated automagically when a package is
> updated/added to cooker?

it's a P.I.T.A. it's best to update it onsite in your mirroring script
 
> b.
> 
> 
> 
> --
> Brian J. Murrell  InterLinx Support Services, Inc.
> North Vancouver, B.C. 604 983 UNIX
> Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon




Re: [Cooker] File not found:/var/tmp/a2ps-root/usr/share/locale/*/LC_MESSAGES/

2000-02-19 Thread Axalon Bloodstone

On Sat, 19 Feb 2000, Stefan van der Eijk wrote:

> > I'm building some rpm's on my intel system (quite recent out of the box
> > cooket system) and I'm getting errors like this over and over again:
> 
> > +File not found by glob:
> > /var/tmp/a2ps-root/usr/share/locale/*/LC_MESSAGES/a2ps.mo
> 
> I've also noticed that my alpha sys does:
> checking for catalogs to be installed...  ru_RU
> 
> while my intel sys does:
> checking for catalogs to be installed...
> 
> How do I get my intel sys to install catalogs?
> 
> Thanks in advance,
> 
> Stefan

unset LANG LINGUAS LANGUAGE LC_ALL

all or a combo of the above 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Win Printers and Mandrake

2000-02-19 Thread Axalon Bloodstone

On Fri, 18 Feb 2000, OS wrote:

> I have to agree with FunGoYom. It is my opinion that one of the major short
> falls of Linux is lack of printer, scanner and camera support. It is no use
> just saying 'buy a printer that does run with Linux'. I have all three of the
> above devices and not one of them works with Linux. And as for the idea of
> booting into window$ just to print, surely that simply defeats the object.
> Moreover, you can e-mail the manufacturers until you're blue in the face, as I
> have, and you either hear nothing back or get a polite 'get lost' reply. 

Well it's way better than emailing us untill your blue in the face they
can actualy do something about it, where as for us it's a very
excrutiating process of mailing printers to people willing to fry thier
brains to write drivers for them. If you really really need to print with
a specific print you might want to check out cups but it's not going to
come with out a price. 
 
> Linux is probably going to have to bite the bullet and support  non postscript
> printers (please don't tell me about ghostscript !) directly, parallel port
> scanners and a better range of digital cameras if it to really succeed with
> 'joe public' (please don't tell me that Linux is not for 'joe public', I really
> don't believe that).

We've had the hp ppa driver for quite some time now. For cameras there is
gphoto, and i don't track sane development so can't say anything about
it's status :/

> I am a software engineer, and I have done protocol decoding in the past, but I
> simply don't know where to begin with driver development, and even less so
> under Linux. But if someone would like to point me in a suitable direction I
> would be only to pleased to join any development effort in this area. 

Probably a good spot is the linux programmers guide (/usr/doc/LDP/lpg, or
www.linuxdoc.org), and of course the dead-tree method is always around
 
> Apart from Netscape plugins this is the one area preventing me from switching
> entirely to Linux.
> 
> Please reply sensibly :)

I tried :)

> Owen
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: [CHRPM] rpm-3.0.4-1mdk

2000-02-17 Thread Axalon Bloodstone

On Thu, 17 Feb 2000, Camille Begnis wrote:

> Axalon Bloodstone a écrit :
> > 
> > On 17 Feb 2000, Warly wrote:
> > 
> > > Chmouel Boudjnah <[EMAIL PROTECTED]> writes:
> > >
> > > > * Wed Feb 16 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> 3.0.4-1mdk
> > > >
> > > > - New spec clean-up.
> > > > - Remove pgp passphrase patch (use gpg instead).
> > > > - Obsoletes: popt-devel (now popt does also devel).
> > > > - Separate in multiple package like rpm-build popt rpm-devel rpm-python.
> > > > - New mdkconf patch.
> > > > - Use configure macros
> > > > - Hide your babys and womens rpm 3.0.4 from CVS is here.
> > >   ^^^
> > >
> > > Should be rpm-3.0.4-0.1mdk, no ?
> > >
> 
> Has this policy definitely been adopted?

Yes.

> Waiting an answer to update mdk-rpm Howto.

also note dates are acceptable but they need tobe decimals of the current
stable release. So for rpm. it should be 3.0.4-0.2216 (umm i dunno if
that format is the std right now but..), then after an official tarball is
released it will be 1mdk, and the next CVS copy would be
1.20001010mdk (or whatever the "checkout" date)  this would be probably
most effective if it includes zulu time

> Any other suggestion appreciated.
> 
> Also, it would be great improvement if changelog messages contained a
> link to the ftp location, to download in a single click associated rpm
> and srpm.

And which poor mirror to you wish to curse i mean bless with this "gift"

;-)

> Camille.
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Error when updating pygnome-*-1.0.51

2000-02-17 Thread Axalon Bloodstone


uploading now, i always space out the %defattr 
when i do them manual like otherwise my scripts will complain 

thanks

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] installation question

2000-02-17 Thread Axalon Bloodstone

On 17 Feb 2000, Pixel wrote:

> [EMAIL PROTECTED] writes:
> 
> > I didn't understand some of the install procedures for Mandrake. When 
> > selecting options, it also had a space size and package selections that 
> > didn't seem at all intuitive to me.  Please explain this,
> 
> who wants to explain?

I will :)

Don't touch that slider don't ask about just basicly ignore it.

Sorry bad humor.

"Now that you've selected desired groups, please choose
how many packages you want, ranging from minimal to full
installation of each selected groups." 

I really thought the description was pretty clear this time :/
Pixel gave a nice clairifcation of the scoreing system last week, basicly
every package gets a score between 0 - 100 depending upon where you move
the slider you can shrink the install size 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: [CHRPM] rpm-3.0.4-1mdk

2000-02-17 Thread Axalon Bloodstone

On 17 Feb 2000, Warly wrote:

> Chmouel Boudjnah <[EMAIL PROTECTED]> writes:
> 
> > * Wed Feb 16 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> 3.0.4-1mdk
> > 
> > - New spec clean-up.
> > - Remove pgp passphrase patch (use gpg instead).
> > - Obsoletes: popt-devel (now popt does also devel).
> > - Separate in multiple package like rpm-build popt rpm-devel rpm-python.
> > - New mdkconf patch.
> > - Use configure macros
> > - Hide your babys and womens rpm 3.0.4 from CVS is here.
>   ^^^
> 
> Should be rpm-3.0.4-0.1mdk, no ?
> 

Bad Chmouel :) 

-- 
MandrakeSoft      http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] setting up ypserver

2000-02-14 Thread Axalon Bloodstone

On Mon, 14 Feb 2000, Roger wrote:

> [root@ yp]# ls
> Makefile  localdomain/  securenets  securenets~  ypservers~
> binding/  nicknames securenets.rpmsave  ypservers
> [root@cx640487-b yp]# make
> gmake[1]: Entering directory `/root'
> gmake[1]: ../Makefile: No such file or directory
> gmake[1]: *** No rule to make target `../Makefile'.  Stop.
> gmake[1]: Leaving directory `/root'
> make: *** [target] Error 2
> [root@x yp]#
> 

domainname blahblah
You'll also need to touch a couple files in /etc but i don't remeber
exactly which right off hand..
-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Afterstep..who is the maintainer?

2000-02-14 Thread Axalon Bloodstone

On Mon, 14 Feb 2000, geoffrey lee wrote:

> hi,
> 
> cool. Afterstep 1.8.0 is now out.
> umm...it's in ftp.linux-mandrake.com/incoming now.
> 
> btw, May i ask who is the maintainer for Afterstep?

David BAUDENS <[EMAIL PROTECTED]>
 
> btw2. today's valentine's day. happy valentine's day to all. ;)

Oh crap, ummm if no one heres from me send the mortician ;)
 
> geoffrey lee (snail talk)
> [EMAIL PROTECTED] 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Supermount Problems

2000-02-14 Thread Axalon Bloodstone

On Mon, 14 Feb 2000, Michael Gallagher wrote:

> Thanks a lot!  That did the trick.  That was driving me crazy!  I appreciate
> your help.  I'm new to Linux, so little things like these are sometimes a lot
> harder for me to figure out.  Is there anyway to get linuxconf to enter that
> command into the fstab or should I just do it manually?  I know that you can
> add the fs=iso9660 command under linxuconf.  Thanks for you help.
> 
> ~Mike


No linuxconf does not understand supermount. well actualy you should
beable to add to the options or linuxconf sucks worse than i originaly
thought (didn't know it was posible), but i personaly trust no one and 
no thing with my fstab (or lilo.conf for that matter) it's a religious
thing we wont get into ;) sorry i'm, rambleing..

Yes put it into the "options" in linuxconf, just remeber also that you
need to set "partition" and "mount point" to the mount point, and you'll
have to manualy type "supermount" as the type because linuxconf doesn't
know about supermount.



Re: [Cooker] Supermount Problems

2000-02-13 Thread Axalon Bloodstone

On Mon, 14 Feb 2000, Michael Gallagher wrote:

> This is the fstab with all my drives configured.  If I try supermount with
> this configuration, it reads the floppy when trying to access any
> supermounted drive.
 
 
ahh, thats why notice the dev are blank. they should say like
'dev=/dev/fd0'
'dev=/dev/cdrom' 
'dev=/dev/cdrom2'

> Axalon Bloodstone wrote:
> 
> > On Sun, 13 Feb 2000, Michael Gallagher wrote:
> >
> > > Hi,
> > >  I tried /usr/sbin/supermount -i disable and it did not help.  The
> > > problem I'm having is that whenever I try to use supermount with
> > > either of my two cd drives, it gives me and input/out error, but I
> > > notice that it is accessing the floppy drive.  If I use supermount to
> > > mount the floppy drive it works fine.  I don't understand what's
> > > causing this problem.  For some reason supermount only looks at my
> > > floppy drive now.  Is there any way to fix this?  I like supermount
> > > and I don't really want to go back to mounting my cds manually.
> > > Thanks in advance for any help.
> > >
> > >
> > > ~Mike--
> > >
> >
> > send the fstab
> >
> > --
> > MandrakeSoft  http://www.mandrakesoft.com/
> > --Axalon
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Supermount Problems

2000-02-13 Thread Axalon Bloodstone

On Sun, 13 Feb 2000, Michael Gallagher wrote:

> Hi,
>  I tried /usr/sbin/supermount -i disable and it did not help.  The
> problem I'm having is that whenever I try to use supermount with
> either of my two cd drives, it gives me and input/out error, but I
> notice that it is accessing the floppy drive.  If I use supermount to
> mount the floppy drive it works fine.  I don't understand what's
> causing this problem.  For some reason supermount only looks at my
> floppy drive now.  Is there any way to fix this?  I like supermount
> and I don't really want to go back to mounting my cds manually.
> Thanks in advance for any help.
> 
> 
> ~Mike--
> 

send the fstab 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] password (optional items)

2000-02-13 Thread Axalon Bloodstone


Ok kind of found it bug's in the xscreensaver.kss script

On Sun, 13 Feb 2000, Roger wrote:
> seems to work now after another recent rsync.
> 
> btw: was using teh "xscreensavers" w/i teh Screensaver control panel as a
> screensaver.  unknown if this was a cause.  bug has disappeared from reality i
> guess.
> 
> 
> On Sat, 12 Feb 2000, you wrote:
> > On Sat, 12 Feb 2000, Roger wrote:
> > 
> > ok does xscreensaver run at all?
> > 
> > > dunno, what ever it is, occured after a "rsync" with the ur beta ftp.  u can
> > > easily invoke by "lock screen icon" on taskbar.  dunno. atleast someone has it
> > > written up.
> > > 
> > > On Thu, 10 Feb 2000, you wrote:
> > > > On 10 Feb 2000, Francis GALIEGUE wrote:
> > > > 
> > > > > Roger <[EMAIL PROTECTED]> writes:
> > > > > 
> > > > > > when entering in password in "log on" screen, the password letters do not
> > > > > > show up as *'s
> > > > > > 
> > > > > > marking "require password" within screensaver options does not work.
> > > > > > 
> > > > > 
> > > > > Well, what? This is a feature, not a bug!
> > > > > 
> > > > 
> > > > If the check box doesn't work it's a bug :) but i can't reproduce
> > > > it. unless Roger forgot it doesn't ask a pass when you do "test" only
> > > > after the timer :) 



Re: [Cooker] password (optional items)

2000-02-12 Thread Axalon Bloodstone

On Sat, 12 Feb 2000, Roger wrote:

ok does xscreensaver run at all?

> dunno, what ever it is, occured after a "rsync" with the ur beta ftp.  u can
> easily invoke by "lock screen icon" on taskbar.  dunno. atleast someone has it
> written up.
> 
> On Thu, 10 Feb 2000, you wrote:
> > On 10 Feb 2000, Francis GALIEGUE wrote:
> > 
> > > Roger <[EMAIL PROTECTED]> writes:
> > > 
> > > > when entering in password in "log on" screen, the password letters do not
> > > > show up as *'s
> > > > 
> > > > marking "require password" within screensaver options does not work.
> > > > 
> > > 
> > > Well, what? This is a feature, not a bug!
> > > 
> > 
> > If the check box doesn't work it's a bug :) but i can't reproduce
> > it. unless Roger forgot it doesn't ask a pass when you do "test" only
> > after the timer :) 
> > 
> > -- 
> > MandrakeSoft  http://www.mandrakesoft.com/
> > --Axalon
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Major Problem

2000-02-11 Thread Axalon Bloodstone

On Fri, 11 Feb 2000, Ray Fisher wrote:

> Sorry should've included my setup... I have the following
> 
> PIII 450 oc 558 on ABiT BX6r2
> 128 SDRam
> SBLive
> Voodoo 3 3000
> 3Com905b nic
> Tekram 390uw
> No IDE loaded (all scsi drives)
> networked thru @Home cable
> 
> I tried adding append to the LILO and still no luck, I didn't think the 16
> meg and the voodoo card was shared, but not sure about that.  Thanks.

If you tryed it and it said anything other than 128Megs you did it
wrong. It doesn't get a choice if you tell it it believes it. It does
however still run a test on the memory, which points out things like
shared memory which was point to be eugene. The usual cause for this is
mismatched ram (those 12lb books they have to check ram, they really do
need), purchase and install two identical 64meg chips and your problem
will go away unless you still have the "memory hole" enabled (but i'm sure
you've had an earfull of that)

And to repeat, it doesn't have a choice if told correctly. Take deep
breath and start over useing extra care to be sure the case is all
correct. when it's done either post the error (as best you can, might have
to write it down) from dmesg (or onscreen depending on the error), or go
grab a beer in celebration
 
> - Original Message -
> From: "pixo" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 10, 2000 11:37 PM
> Subject: Re: [Cooker] Major Problem
> 
> 
> > Ray Fisher wrote:
> >
> > > ...I have made several attempts at
> > > making linux recognize the 128 megs of ram I have.
> > > ...
> > > linux still only recognizes 64 megs of ram.
> >
> > Does your machine have the video memory shared with the RAM ?
> >
> > If yes, at install time, you may want to specify 120 instead of 128,
> > supposing you have an 8MB card and use 16 or perhaps 24 bit.
> > Becarefull if you go higher in resolution, (32 bit), you may need to
> > show less, if it accept at all.
> >
> > You can also configure "LILO" as in the following example:
> > append="mem=120M"
> >
> > pixo
> 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] password (optional items)

2000-02-11 Thread Axalon Bloodstone

On Thu, 10 Feb 2000, Roger wrote:

> when entering in password in "log on" screen, the password letters do not
> show up as *'s

aren't supposed to, it's not the unix way. anywhere you do see such it's
done "wrong"
 
> marking "require password" within screensaver options does not work.

works here, selected "flame" checked "require passwd" clicked apply and
waited :/ (again done wrong, no one should know how long my password is)
 
> updating w/ rsync now.

can't break it can't fix it :/ hate those kind of days

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon




Re: [Cooker] password (optional items)

2000-02-10 Thread Axalon Bloodstone

On 10 Feb 2000, Francis GALIEGUE wrote:

> Roger <[EMAIL PROTECTED]> writes:
> 
> > when entering in password in "log on" screen, the password letters do not
> > show up as *'s
> > 
> > marking "require password" within screensaver options does not work.
> > 
> 
> Well, what? This is a feature, not a bug!
> 

If the check box doesn't work it's a bug :) but i can't reproduce
it. unless Roger forgot it doesn't ask a pass when you do "test" only
after the timer :) 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon




Re: [Cooker] [NEWS]Lothar 0.6 available

2000-02-10 Thread Axalon Bloodstone

On 10 Feb 2000, Alexandre Dussart wrote:

> "Lord And Master;)" <[EMAIL PROTECTED]> writes:
[..]
> > also shouldn't this be detected by kudzu on bootup? It was stated earlier in on of 
>the list msgs that
> > sound should work on bootup wich means that it should be detected there correct? 
>or am I wrong?
> 
> Not sure if it's the case for soundcard...because kudzu need to
> initalize it with isapnptools.

only the sblive, maybe some others if they do not require anything but a
module with no prameters, which is why the sblive happens so well




Re: [Cooker]

2000-02-10 Thread Axalon Bloodstone

On Thu, 10 Feb 2000, Florent Villard wrote:

> On Thu, Feb 10, 2000 at 03:23:03PM +0800, geoffrey lee wrote:
> > kvirc has been taken off kdenetwork. well , hmm...still it's not right to
> > see mdk with  no Kvirc client..
> 
> Yes, kirc was found far too nonstable to be put in the release.
> 

ok so kvirc is unstable, doesn't explain why ksirc was removed from the
kdenetwork rpm :) 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon




Re: [Cooker] Re: vim-5.6-4mdk

2000-02-09 Thread Axalon Bloodstone

On Wed, 9 Feb 2000, Brian J. Murrell wrote:

> from the quill of Chmouel Boudjnah <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > 
> > Surely but i think it's hard to fix, why not using the vim-ctags ?
> 
> Because the vim ctags is not available anywhere (Mandrake).  I believe
> it is culled out of the vim package when the RPM is made.  If the
> solution is to use the vim ctags then so be it, but if that's the case
> then the ctags package needs to deprecated in favour of having ctags
> bundled with vim.  Unless you want to build the separate ctags package
> with the vim ctags that is.
> 
> This is not a problem localized to me.  It is a bug in Linux Mandrake.
> Anyone using source with any uppercase identifiers in it will have this
> problem.
> 
> This problem really is only one of sorting.  Did vim change it's ctags
> format requirement from 5.5 to 5.6?  Why would they do that?  Did the
> ctags author change his sort since the last version?  Why would he do
> that?  I guess I am having trouble making sense out of this sudden
> incompatibility.
> 
> b.
> 
> 

Ok check it out there are two ways of sorting,

Posix/ISO sorting, which seperates upper from lowwer case

None ISO sorting, which does seperate them

(god i hope i didn't mix those up, i'll be lynched)

Anyways the only thing i see todo is make both available or it will just
be an on going battle. and this iso non-iso crap they need to get their
act together we have these same things elsewhere. :/

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: [CHRPM] vim-5.6-4mdk

2000-02-09 Thread Axalon Bloodstone

On Wed, 9 Feb 2000, Brian J. Murrell wrote:

> from the quill of DindinX <[EMAIL PROTECTED]> on scroll
> <[EMAIL PROTECTED]>
> > --=-=-=
> > Name: vim Distribution: Mandrake
> > Version : 5.6   Vendor: MandrakeSoft
> > Release : 4mdk  Build Date: Wed Feb 09
> > 17:44:54 2000
> > --=-=-=
> > 
> > * Thu Feb 10 2000 DindinX <[EMAIL PROTECTED]> 5.6-4mdk
> > 
> > - fix a typo in the call to the ./configure script so more features
> >   are now enabled.
> 
> I hate to have to keep bringing this up, but how about ctags?  Was my
> last description not detailed enough?
> 
> b.

it's ISO stuff :/

what we can do is add a provides and conflicts. or even better just name
the nonstd one as such and be done with it 



Re: [Cooker] autoboot is buggy (7.0)

2000-02-09 Thread Axalon Bloodstone

On 9 Feb 2000, Pixel wrote:

> just find out that autoboot.bat is buggy, it should be:
> 
> mdkinst\loadlin mdkinst\vmlinuz ramdisk_size=32000 initrd=mdkinst\initrd.cd mdkinst 
>cdrom
> 
> instead of
> 
> mdkinst\loadlin mdkinst\vmlinuz initrd=mdkinst\initrd.cd

could explain the boot problems (it was taken from the .img) so they were
wrong too 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



RE: [Cooker] Re: fetchmail 5.2.7

2000-02-08 Thread Axalon Bloodstone

On Wed, 9 Feb 2000, geoffrey lee wrote:

> hi,
> 
> hm...i'm sure that i've uploaded them ...
> 
> it's in ftp://ftp.mandrakesoft.com/incoming/ so i guess that's the reason
> why it's not up in linux-mandrake.com.

exactly why, one has a rebot (er uh, ;), and the other doesn't
 
> btw, where should i really upload teh RPMs, to mandrakesoft.com or
> linux-mandrake.com ? right now i upload everything to ftp.mandrakesoft.com.
> 
> btw2, seems the cooker list is a little broken. is it fixed yet?

Dunno

> > -Original Message-
> > From: Chmouel Boudjnah [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, February 09, 2000 12:01 AM
> > To: geoffrey lee
> > Cc: chmouel; [EMAIL PROTECTED]
> > Subject: [Cooker] Re: fetchmail 5.2.7
> >
> >
> > "geoffrey lee" <[EMAIL PROTECTED]> writes:
> >
> > > hi,
> > >
> > > fetchmail 5.2.7 is out.
> > > on the changelog, it said "* Disable mail notification on server
> > > unreachable.  This turned out to be a very bad idea.", the others were
> > > update of FAQ and es.po
> > >
> > > i'm guessing that the first change is serious enough to warrant another
> > > release of fetchmail. 5.2.7 is up in the /incoming directory.
> >
> > i can't find him in /incoming  of linux-mandrake
> >
> >   --Chmouel
> >
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[Cooker] RE: [CHRPM] SDL-1.0.3-2mdk

2000-02-08 Thread Axalon Bloodstone

On Tue, 8 Feb 2000, Thomas M. Beaudry wrote:

> Why'd the version number go backwards?  (Was 1.1.0-1mdk)

This should be the one that is used by mpegtv



RE: [Cooker] KDE Sound and Gnome

2000-02-08 Thread Axalon Bloodstone

On Mon, 7 Feb 2000, David Faure wrote:

> > On Sun, 6 Feb 2000, Michael Gallagher wrote:
> > 
> > > Where do I find desktopcfg or info on maudio?
> > > 
> > 
> > desktopcfg is on the cdrom if you don't have it installed 
> > (otherwise the name and command are the same ;)
> > 
> > and for maudio and kaudioserver unless someone knows offhand, 
> > or one of our kde friends pops in with an answer, on one of the kde 
> > mailing lists :/
> 
> maudio and kaudioserver are part of any KDE installation,
> since they are part of kdelibs.
> 

(this is what i get for not being specific)

David is it posible to get them to _mix_ sounds instead of queueing them,
and if not posible by internal means what about running it with esound and
it's helper apps?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



RE: [Cooker] KDE Sound and Gnome

2000-02-06 Thread Axalon Bloodstone

On Sun, 6 Feb 2000, Michael Gallagher wrote:

> Where do I find desktopcfg or info on maudio?
> 

desktopcfg is on the cdrom if you don't have it installed (otherwise the
name and command are the same ;)

and for maudio and kaudioserver unless someone knows offhand, or one of
our kde friends pops in with an answer, on one of the kde mailing lists :/



Re: [Cooker] Eggdrop RPM in distro

2000-02-06 Thread Axalon Bloodstone

On Fri, 4 Feb 2000, Nitin Raja Bhatia wrote:

> Hey All,
> 
> I just want to comment on why Eggdrop shouldn't be even including in the
> Mandrake Distribution. It simply doesn't belong there, and if it is
> there, it should at LEAST be up to date. Still, should an IRC bot
> package be in Mandrake?  ?

1.3.23 is the latest i see, whats specific problem do you have with the
version? Actualy if there was space the irc server and irc services
servers would be there also. granted it could use some i18n contributions
(sorry guys i only speak one language, and it's the one lang file
included), and maybe a security group but i couldn't pick one so it
didn't get one. it was requested.
 
> Raja-the-Tiger
> www.LinuxGiant.com
> 
> p.s: I actually use Eggdrop, but I think it is _dumb_ to include it in
> Mandrake.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] KDE Sound and Gnome

2000-02-06 Thread Axalon Bloodstone

On Sun, 6 Feb 2000, Michael Gallagher wrote:

> Hi,
>   I am very new to Linux, but I'm trying to learn the basics.  I have a
> couple of probably very simple questions.  1.  When using sound under Gnome
> with ESD enabled, sounds mix together when being played, ie.  If I'm using
> GAIM and playing mp3s I'll hear both sounds at once.  With KDE this is not
> the case.  I'll hear the sounds for GAIM, that would have occurred over a
> period of ten minutes, all bunched together after the song is finished.  Is
> there anyway to adjust this?  I noticed that it happens with any two sounds
> being played simultaneously.  Is it something that only ESD can do?  2.
> With Mandrake 6.1 I used to be able to use Gnome if I copied Xclients to my
> Home directory and added gnome-session.  However with Mandrake 7.0 I cannot
> get this to work.  The only way I can get into Gnome is by running Prefdm.
> Is there another way of doing this?  I know there is someway to do it with
> xinitrc, but I don't know how.  Thanks a lot for any help with these
> questions.  I know they are simple, but I'm still learning.
> 
> 
> Mike

Yes it's specific to esound, I'm not familiar enough with maudio and
kaudioserver  to make them run useing esd apps, it's likely posible.

Try useing desktopcfg to change you GUI 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] sblive and microphone.

2000-02-06 Thread Axalon Bloodstone


try this (IIRC, ok ok, more like i don't wanna crawl under the desk an
plug in more speakers)
[root@Elminster emu10k1]# cvs -d
:pserver:[EMAIL PROTECTED]:/usr/local/cvsroot diff mixer.c
Index: mixer.c
===
RCS file: /usr/local/cvsroot/emu10k1/mixer.c,v
retrieving revision 1.11
diff -r1.11 mixer.c
550c550
<   { SOUND_MIXER_MIC, 0x4000 },
---
>   { SOUND_MIXER_MIC, 0x5050 },
579c579
<   sblive_writeac97(sb_hw, AC97_REG_REC_SELECT, 0);
---
>   sblive_writeac97(sb_hw, AC97_REG_REC_SELECT, 0x03);


The first puts the mic mixer channels equal, maybe good maybe bad try it
;)

The second changes the record to "line1" under aumix which actualy turns
out to kinda sort of in a really wierd way the "rear channel" out, but the
mic buz goes away. 

On Fri, 4 Feb 2000, Roger wrote:

> thanx, did so.  used to being in kde all the time. 
> 
> On Fri, 04 Feb 2000, you wrote:
> > Roger,
> > Can't you do it with gmix? It is in the gnome-media package.
> > -=-
> > kk1
> > 
> > 
> > >From: Roger <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: [EMAIL PROTECTED]
> > >Subject: [Cooker] sblive and microphone.\
> > >Date: Fri, 4 Feb 2000 16:49:49 -0800
> > >
> > >with the 7.0 iso-1 install:
> > >
> > >microphone is turned on.  is there a mute "switch"?
> > >
> > >this concerns the sblive soundcard/drivers.
> > >
> > >maybe this is updated in the iso-2?
> > >
> > >With it unmuted, the sound is scratchy.  turning it down does help, but 
> > >muting
> > >would show much better results (as such, turning that 'line' off!).
> > >
> > >
> > >
> > >
> > >
> > >Created with Linux-Mandrake 7.0!
> > >
> > >http://www.linux-mandrake.com/
> > >
> > >Currently Beta Testing Mandrake Ver >7.0
> > 
> > __
> > Get Your Private, Free Email at http://www.hotmail.com
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] unsubscribe

2000-02-06 Thread Axalon Bloodstone


sent it to the mailing software not to the list :) or use the webform

On Sun, 6 Feb 2000, Alidad Modjtabai wrote:
> then what I'm i suppose to do!
> 
> alidad
> 
> Pieter wrote:
> 
> > At 16:38 06/02/00 -0500, you wrote:
> > >In a message dated 2/5/00 2:21:05 PM Eastern Standard Time,
> > >[EMAIL PROTECTED] writes:
> > >
> > ><<   unsubscribe [EMAIL PROTECTED] >>
> > >   unsubscribe [EMAIL PROTECTED]
> >
> > Isnt it about time that the maintainer of this list catches these message's
> > instead of posting them, auto-reply of the how to unsubscribe, so that
> > people on the list are spared such attemps of persons trying to unsubscribe?
> >
> > Regards,
> >
> > Pieter
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Mandrake 7 ISO V2 soon avalaible

2000-02-05 Thread Axalon Bloodstone


Ok i can't hold back..

Do you really think they have alcohol funny car drivers stareing at the
sky when the lights go green. They don't trust me my whole family drives
or has driven.

And quite personal if i'm working in the sun or snow damned right i'm
going to find a way to get a roof up before anything else.

A teepee is laced from top to bottom also.

Basicly, top to bottom bottom to top who the f**k really cares it's not
broke is it..? To change it for some philisophical reasons makes no sense.

At first i thought you just wanted to run the install at a different
resolution, which was a much better than "because so-in-so did yadda
yadda". It has merit for machines with only a Television to display on
that way atleast :)

And it does that because he sets his reply-to, so we assume that means
s/he needs or wants it, so we do not re-write them. You'll see them on  
others too.


:) sorry i just thought it was a funny thread



Re: [Cooker] When is the new Gnome release going to be put in to cooker?

2000-02-01 Thread Axalon Bloodstone

On 26 Jan 2000, Chmouel Boudjnah wrote:

> Keith Conger <[EMAIL PROTECTED]> writes:
> 
> > When is the new Gnome release going to be put in to cooker? This is when
> > I plan to install again.
> 
> most of the package is updated.
> 
>   --Chmouel

There were two test releases last week i didn't do the updates too. But
i've not heard them becomeing official yet. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] 2 errors when installing anonftp*.rpm

2000-01-26 Thread Axalon Bloodstone

On Wed, 26 Jan 2000, Roger wrote:

> Warning: /home/ftp/etc/group saved as /home/ftp/etc/group.rpmorig
> Warning: /home/ftp/etc/passwd saved as /home/ftp/etc/passwd.rpmorig
> 
> 
> continued installing.  seems to work w/o problems
> 

They are %config files, can you diff them plz. one of these days i'll I
intend to understand how it picks .rpmorig vs. .rpmsave



Re: [Cooker] Mandrake 7.0 self-destruct

2000-01-25 Thread Axalon Bloodstone

On Tue, 25 Jan 2000, Real Ouellet wrote:

> Thierry Vignaud wrote:
> 
> > ...
> 
> >
> > Pixel: i think that add the "select all" button is a good idea
> >
> > --
> > www.linux-mandrake.com
> > somewhere between the playstation and the craystation
> > Thierry
> 
> YES!  Plz.
> 
> 

Bad Bad EVIL Thierry,  everyone seems to forget about all the problems
this causes.. I can't be the only one that remebers those..

-- 
MandrakeSoft      http://www.mandrakesoft.com/
--Axalon



RE: [Cooker] Air ISO boot problems.

2000-01-25 Thread Axalon Bloodstone

On Tue, 25 Jan 2000, Sam Walker wrote:

> One other thing can cause this problem. I was in a hurry to burn the copy,
> so I selected the iso and told the program to burn the CD. Only thing was, I
> forgot to tell the burner software that the file I picked was an iso image
> instead of a file :-)
> 
> Darn thing wouldn't boot off the CD- Geez I wonder why? ;-) duh
> 
> Try to read the cd in a file manager. If it says air.iso is a file on the CD
> and that's all you see, you didn't set things up properly before starting.
> 
> Sam 

Yeah but thats not whats happening, they get all the way to right befre
second sstage install
 
> -Original Message-
> From: Pablo Saratxaga [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 25, 2000 12:21 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] Air ISO boot problems.
> 
> 
> Kaixo!
> 
> On Mon, Jan 24, 2000 at 09:45:59PM -0700, Axalon Bloodstone wrote:
> 
> > sounds like somebunny forgot to use binary mode to transfer, the cdr i
> 
> Indeed windows by default uses text mode; that sucks.
> 
> > burned with Easycd boots all the machines i have :/ I wouldn;t expect it
> > to even boot the logo much less load the kernel if it was transfered like
> > that
> 
> The conversion with windows in text mode is only from \n only to \r\n
> So if the boot and logo doesn't use \n they will work.
> 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: Are we interested in IPSec (FreeS/WAN) in the kernel RPMs?

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Brian J. Murrell wrote:
[..]
> Yes there is that too.  I was going to use that reason too but did not
> want to get accused of being lazy or something for not closely examing
> the "make install" output rather than just looking for the permission
> errors.

not a first for me
 
> > > The install can be inspected much easier than the build, so doing it
> > as
> > > root is easier to audit and prevent nasties.
> > 
> > um uh, didn;t you just contradict your self? or i misread...
> 
> I wrote a difficult to understand sentence, sorry.  Let me try again:
> 
> The rpm install process can be inspected much easier than the "make
> install" process so deferring being root to rpm installation is safer.
> 
> > Gotta understand it to patch it out seems doubled work to me..
> 
> Sorry Axalon, now it's your turn.  I am not sure whether you are
> agreeing or disagreeing with me in that sentence.

To not use the 'make install' specificly the mknod and other such things
you have to patch them out. To patch them out you must deal with the
Makefile's, which means a patch (usualy), which means it will usualy need
updated, which means more knowledge of the Makefile. So you might as well
just do a 'make -n' and save your self the never ending patching cycle. 
 



Re: [Cooker] Air ISO boot problems.

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Deven Phillips wrote:

> To anyone interested,
> 
>   I have recently discovered the answer to a problem I have seen on
> this list wuite a bit. People have been having problems with the Mandrake
> 7.0 ISO not booting properly, and through experimentation I have
> discovered a possible answer. I assembled a collection of various
> computers and tried to install from an ISO that a friend had downloaded
> and burned that didn't work for him. Consistently, the CR-ROM install
> failed during the reading of the CD-ROM boot image (i.e. after the splash
> screen, and the kernel demsg). I then took a CD that I had and
> installed. It consistently worked on all 7 machines. I looked for a common
> denominator, and I found that my friend had burned his ISO from a windows
> machine, and I had burned mine under Linux (cdrecord). I then realized
> that this may be the problem. I brought in a few more friends with varying
> hardware and OSs, and every CD burned from windows (no metter where the
> ISO was d/l'd from) froze at the same point, every linux burned CD worked
> without a hitch. Please verify and post any further information.
> 
> Deven Phillips,
> Cytronix Computer Services, Inc.

sounds like somebunny forgot to use binary mode to transfer, the cdr i
burned with Easycd boots all the machines i have :/ I wouldn;t expect it
to even boot the logo much less load the kernel if it was transfered like
that

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re[2]: Are we interested in IPSec (FreeS/WAN) in the kernel RPMs?

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Brian J. Murrell wrote:

> from the quill of "Thomas M. Beaudry" <[EMAIL PROTECTED]> on scroll
> <000701bf66da$7f83a1e0$4ba080d8@mosehern>
> > You really should see a doctor about prescribing something to calm
> > your
> > tendencies towards hysteria...
> 
> What hysteria?
> 
> > Never said install and build are the same thing.
> 
> But you equated that being able to install requiring root means that
> build should be done as root.  To that I disagree.  I did not see an
> answer to my question as to why the iBCS nodes needed to be created at
> build time rather than package time, so I am still of the opinion that
> root should not be needed to build a kernel package if the spec file is
> right.  Please somebody correct me if I am wrong.

Seems a matter of choice to make them %post or before the rpmbuild's, I
can't come up with a reason todo it either way, so everybody feel free to
take a swing at it :)
 
> > But does not matter
> > whether the build environment is restricted or not, as long as it's
> > set up
> > properly for the build.
> 
> But it does, because sooner or later you are going get a "make install"
> for some package you are trying to build a spec file doing something
> completely unpredicted and hose something.  If you don't build as root
> the chances that it's going to do something that is system damaging is
> very little (to none).

or worse(for me atleast), install that one d*mn file not useing the $DEST
somewhere outside of the buildroot and render and rpm that runs great here
bnut no one else seems to be able to run. I really hate that. building as
non root always catchs this, yay unix permissions :)

> > If the build is good,
> 
> But that is my point.  While building packages the build might not be
> good.  Why give it the permissions it needs to do damage if you don't
> have to.
> 
> Remember, on any UNIX system "be root only for as long as you really
> need to" and you will prevent at least one nasty accident in your stint
> as System Administrator.
> 
> > the install will be good.
> 
> The install can be inspected much easier than the build, so doing it as
> root is easier to audit and prevent nasties.

um uh, didn;t you just contradict your self? or i misread...
 
> > If
> > you mess up the build in a "contained" environment, the install can
> > still
> > royally hose your system.
> 
> It can, but
> 
> $ rpm -ql
> $ rpm -q --scripts
> 
> is a lot easier to audit than trying to figure out what a mess of
> Makefiles is going to do when you do a:
> 
> # make install

Gotta understand it to patch it out seems doubled work to me..

> > You seem to be a bit of a paradox.
> 
> Thanks!

Ah i'm not the only one :)

> > Very knowledgeable in lots of things but
> > then you go and say some very weird stuff.
> 
> What's weird about what I said?  There is 10 years of SysAdmin
> experience behind "be root only when you really need to be root".
> 
> > Some people (such as myself) do
> > all builds as root with no problems hosing the system.

Kind of helps that we screen it all for you first ;)
 
> It will come.  :-)

but he's right It will come, the original message is a prime warning 

> > It's other people's
> > builds that...
> 
> Bing!  Yesserrie!  In the case of a kernel build, I have to trust
> Mandrake, Linus, the ALSA guys, the list goes on.  Auditing the results
> of all of those "make install"s would be horrendous.  I would just
> rather prevent them from damaging my system with permissions.
> 
> b.
> 
> 
> --
> Brian J. Murrell  InterLinx Support Services, Inc.
> North Vancouver, B.C. 604 983 UNIX
> Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Air and Sound Problems

2000-01-24 Thread Axalon Bloodstone


Yupp, (actualy i was harassing Michael ;)

once again i've been caught reading email too fast..

> 7.0b didn't have this problem but when I run setup then sound services
> it detects my sound card as a Yamaha OPL3 SAX2. I then hear like one
> second of Linus then it plays the midi w/o a problem. Now When Ever I
> play any sound it skips.  I then try Lothar and it detects the wrong
> yamaha card. Please help me. : )

I took that as what lothar detected it as.. So whats lothar say it is?
Do you really only have 1second of audio or does the full linus quote
play? what does conf.modules look like after it's setup with sndconfig?

On Mon, 24 Jan 2000, Lyndon Lininger Sr wrote:
> Sorry. Does this work better? I've got a Yamaha OPL3 SAx2.
> 
> Lyndon Lininger Sr



Re: [Cooker] Problems with Scsi-Emulation (Air)

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Silvio Mazzaro wrote:
[..]
> 2)My ATAPI CD-RW doesen't works
> I've ricompiled the Kernel... to enable SCSI Emulation and SCSI Generic
> Support...leaving all untouched
> At Boot time the kernel recognize it, and all seems to work... even the
> cdrecord recognize it... but when i try to mount the device... it gives me
> errors... saying that "hdc: ide-scsi" option is not supported...

Well first you wasted time recompileing it's already there (and fully
setup, yay pixel :), but your getting this error most probably because you
still have the append="hdc=ide-scsi" in your lilo.conf. Going by the howto
(sounds to me what you've done), you don't need the append all cd's are
addressed via ide-scsi.  
 
> Is It a Kernel Bug?
> 
> In /var/log/messages when I try to mount the device I've found also errors
> about modprobe "can't locate module block-major 33." or something like
> that...

Hmm what MB and ide, sounds like it detected the hpt controller?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Air Updates/Patches/Bugfixes?

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Hoyt wrote:

> I have seen comments about some small bugs and omissions in Air. Will there
> be regular updates posted or should we look to cooker for now for fixes (for
> example freetype)?
> 
> Hoyt
> 

Theres nothing wrong with freetype. But yes we release updates just like
always..

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] Air 7.0 - Sound on Dell Inspiron 7000

2000-01-24 Thread Axalon Bloodstone

On Sun, 23 Jan 2000, Stacey Brewer wrote:

> Using stock installation, my audio is found and setup. Event audio works
> well, but playing MP3 audio
> using any of the installed mp3 players has some trouble. As long as I don't
> modify the volume from the player or from the mixer, it plays fine. If I
> adjust the audio levels, then the system immediately freezes.
> I am forced to do a hard-reset to recover.
> 
> X works well and is setup correctly without any problems. This is an
> improvement over earlier versions.
> 
> I am using the secure kernel.
> 
> The sound device is identified as a Maestro-2.
> 
> On another p2 system with the same installation and again with a Maestro-2
> card, I experience the same problem. It locks solid.
> 
> Anyone else run into this?

Sounds like the card/driver doesn't like being polled when active, does it
happen with all mixers? Does it happen only under a load or in X 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] More notes

2000-01-24 Thread Axalon Bloodstone

On Sun, 23 Jan 2000, John Cavan wrote:

> Sheesh, people are going to associate me with QA work, and I'm a
> developer... ;o)
> 
> Anyways, I found a few more things...
> 
> 1) ExclusiveArchs for lother-etherconfig and ltrace prevent K6 (and a
> few other x86 flavours).

You should wait for/bug Dadou, pretty sure K6 is built
 
> 2) nist-0.6-2 requires nasm to build, but nasm is not a part of the main
> distro... downloaded the source and built it myself, but maybe it should
> be included? It's useful, some of the console game emulators use it.

it's in contrib/

> 3) pmake problem:

this seems intentional :/
 
> cp $RPM_SOURCE_DIR/pmake-sys-${RPM_ARCH}.mk lib/mk/sys-%{_arch}.mk
> 
> will copy pmake-sys-i386.mk to lib/mk/sys-i386.mk and not to sys-i586.mk
> which pmake will look for later in the build. I would think that this is
> a little backwards...
> 
> cp $RPM_SOURCE_DIR/pmake-sys-%{_arch}.mk lib/mk/sys-%{_target_cpu}.mk
> 
> Probably require a test for k6 so that the file gets copied to
> sys-i586.mk since nothing seems to be able to say that the k6 is the
> current cpu... I've gotta figure out how to change that. :o)
> 
> 4) util-linux calls:

seems someone forgot to check for changes, make sure you test that before
you need it after optimizing it's kinda notorious for breaking. :)

> make "RPM_OPT_FLAGS=$RPM_OPT_FLAGS"
> 
> when it should be calling:
> 
> make "OPT=$RPM_OPT_FLAGS"
> 
> That will correctly pass the optimization flags to the compiler,
> otherwise it's 486 city...
> 
> 
> later,
> John
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Air and Sound Problems

2000-01-24 Thread Axalon Bloodstone

On Mon, 24 Jan 2000, Michael Doyle wrote:

> On Mon, 24 Jan 2000, you wrote:
> > Michael Doyle wrote:
> > > 
> > > G'day
> > > 
> > > Try this, open the 'puter case, take out the Sound Card, power up, set no PNP
> > > in the BIOS setup, and manual IRQs, let the 'puter boot, shutdown, add sound
> > > card, power up, boot.
> > > 
> > > Hope this helps it did here :-))
> > > 
> > 
> > Thank you. I'll give that a try. Just one question though.
> > Why wouldn't this card work correctly now when it worked
> > fine with Mandrake 6.0 and 6.1?
> > 
> > Lyndon Lininger Sr
> 

You guys quit doing that
-- 

If you type below those damn lines pine cuts them off cause it thinks this
is a sig :/

Anyways, it'd be due to kernel changes. I still haven't heard what the
trouble card is only what it's incorrectly identified as..

MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] A PROGRAM LIST

2000-01-23 Thread Axalon Bloodstone

On Sun, 23 Jan 2000, David Walluck wrote:

> Quel Qun wrote:
> 
> > Or for an info file about what is installed:
> > 
> > $ for i in `rpm -qa` ; do rpm -qi $i ; echo ; done > pgmlist
> > 
> > ---
> > kk1
> 
> I think "rpm -qi `rpm -qa`" would work.. anyoen have a more concise
> method? :)
 
rpm -qa --info

:-) 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Kernel header dependencies question

2000-01-23 Thread Axalon Bloodstone

On Sat, 22 Jan 2000, John Cavan wrote:

> A few of the SRPMs and RPMs require the existence of the kernel header
> RPM being installed, though some of us don't use the Mandrake kernel and
> source (for a variety of reasons). Is there no way to detect the kernel
> header tree without having the RPM installed? I'd prefer not to have it
> there if I don't need it, I make changes to the Makefiles and apply
> certain patches, all of which are a pain in a non-standard tree.
> 
> John

Nope, install them then delete them is about all you can do. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
        --Axalon



Re: [Cooker] CDRECORD HELP NEEDED

2000-01-22 Thread Axalon Bloodstone

On Sat, 22 Jan 2000, Ryan Wahle wrote:

> CD Record is the only cd data burning product i know of so yeah you should use it.
> :)

 with a graphic front end, say xcdroast or g-toaster (on your cdrom..)
 
> Quoting Mike <[EMAIL PROTECTED]>:
> 
> > I am having some trouble copying a cd
> >
> > i have a 2x6 hi-val and it is on the list
> > but i have no idea bout  cdrecord , or if there
> > is something better i should be using...
> >
> > thanx
> >
> > ex windows user
> > [EMAIL PROTECTED]

-- 
MandrakeSoft      http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Are we interested in IPSec (FreeS/WAN) in the kernel RPMs?

2000-01-22 Thread Axalon Bloodstone

On Sat, 22 Jan 2000, Brian J. Murrell wrote:

> I have here, a kernel RPM spec file which includes the FreeS/WAN IPSec
> code.  I have it loaded on two boxes here and it seems to work fine.  I
> have also modified the kernel spec file to not require it be built as
> root (I hate that!  Talk about trust!)
> 
> I am hoping very much that Mandrake is interested in having FreeS/WAN in
> the kernel packages.  I would be happy to provide an SRPM or my spec
> file and my patch file to freeswan 1.2 if you like.
> 
> b.
> 
> 

I think thats a bit tomuch crypto for the cd's isn't it?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [Cooker] Chinese fonts source requires ttindex from VFLibs package... but where's the package?

2000-01-22 Thread Axalon Bloodstone

On Sat, 22 Jan 2000, John Cavan wrote:

> Not that I actually need to rebuild this package, it just happened to be
> in the mass build group, but it seems to require a package that does not
> exist in either cooker, Air, or contrib: VFLibs. No big deal, but how on
> earth was this built in the first place? :o)
> 
> John

Retrieve it from ftp://ftp.mandrakesoft.com/pub/pablo 

like he said last week :)

(Pablo you can like copy that stuff over now that we aren't froze) i think
:)
-- 
MandrakeSoft  http://www.mandrakesoft.com/
        --Axalon



Re: [Cooker] Couple more SRPM probs

2000-01-22 Thread Axalon Bloodstone

On Sat, 22 Jan 2000, John Cavan wrote:

> Axalon Bloodstone wrote:
> > 
> > On Fri, 21 Jan 2000, John Cavan wrote:
> > 
> > > Hi all,
> > >
> > > Ran into a few problems with console-tools and jade today...
> > >
> > > The console-tools SRPM requires sgml2html for the docs or the make will
> > > fail. However, sgml2html no longer appears to be a part of the
> > > distribution, so it doesn't build. What happened to sgml2html?
> > 
> > install sgml-tools out of the contrib directory
> 
> I'd like to... but they don't exist. I tried building the Redhat
> version, but it failed miserably, I guess the quick answer is to install
> the Redhat binary package.

should be, it was last week when i did my last mirror of it.

Lenny?
 
> > > The jade SRPM will not build with gcc 2.95.2 unless -fexceptions is
> > > passed into the configure script through the CXXFLAGS. In addition, the
> > 
> > Ummm not, i have no problem building it here..
> 
> I got an error message then an exit at one point in the compile (I don't
> remember where off the top of my head). The message told me to turn on
> exceptions. Once that was done, the software built properly. Odd. I'll
> have to try it again, it may be related to the k6 optimizations vice
> i586.
> 
> John

Hmm i'll have to look, i was building i386. Maybe Dadou knows something?

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Couple more SRPM probs

2000-01-22 Thread Axalon Bloodstone

On Fri, 21 Jan 2000, John Cavan wrote:

> Hi all,
> 
> Ran into a few problems with console-tools and jade today...
> 
> The console-tools SRPM requires sgml2html for the docs or the make will
> fail. However, sgml2html no longer appears to be a part of the
> distribution, so it doesn't build. What happened to sgml2html?

install sgml-tools out of the contrib directory
 
> The jade SRPM will not build with gcc 2.95.2 unless -fexceptions is
> passed into the configure script through the CXXFLAGS. In addition, the

Ummm not, i have no problem building it here..

> files intended for the /usr/doc directory copied during the %install
> phase of the build do not exist, so do not get copied. There are other
> docs to be found there though.

Chmouel?
 
> John
> 

Thanks :)

-- 
MandrakeSoft  http://www.mandrakesoft.com/
    --Axalon



Re: [cooker] [owner-cooker@linux-mandrake.com] BOUNCEcooker@linux-mandrake.com: Non-member submission from [root]

2000-01-20 Thread Axalon Bloodstone

On Wed, 19 Jan 2000, David's Speedchoice Mail wrote:

> How the heck did Chmouel show up as the the sender of this email?  These are
> my words!!!
> Normally, I would feel violated, but i think it had something to do with da
> stinkin listserver
> 
> David, ( The Original Sender) Gill
> 
> - Original Message -
> From: Chmouel Boudjnah <[EMAIL PROTECTED]>
> To: Cooker <[EMAIL PROTECTED]>
> Sent: Tuesday, January 18, 2000 6:08 PM
> Subject: [cooker] [[EMAIL PROTECTED]] BOUNCE
> [EMAIL PROTECTED]: Non-member submission from [root
> <[EMAIL PROTECTED]>]
> 
> 
> >
> > First of all, my hat is off to the folks that incorporated the SB Live!
> > module in the sndconfig- it works pretty well!  A minor issue, you would
> > think, but it has been one of my pet peeves
> >
> > Now for the thangs thet aint wurkin!
> > (KDE)
> >
> > 1.  Sound mixer volume controls work sporadically, or not at all.
> > Default volume settings almost blew me out of the the sturdy plastic
> > chair I sit in (only the best), and earned me a stern lecture from the
> > wife...nah, dont ask.

hack the driver, or turn down the amp. as for sparatic well we need a
better description 

> > 2.. Several of the subdirectories in  /mnt , floppy and cdrom are
> > "locked"; in other words, I don't have permission to access those
> > directories even as root.  I tried some things;  I accessed Linuxconf,
> > created a new mount points using  /mnt/cdrom3  ( I have two CDROM
> > drives, one a writer) for partition /mnt/cdrom, and it promptly locked
> > the new folder!  So the net effect is that I cannot access one of my
> > CDROM drives, and it would be the CD writer that I was excited about
> > testing under Linux...

crap.. oversight :/ change the fstab entry for /mnt/cdrom the
dev=/dev/cdrom or correct the symlink so it points do /dev/scd0 instead

> > 3. Still getting a 1192 K file labeled "core" in the /root directory;
> > KFM lists this as a core dump file.  I thought I had solved the  issue (
> > and the mysterious freezing thing, too) by checking my BIOS  settings
> > and turning off the option "Use PlugNPray OS?". I have not had a system
> > lockup so far, but there sits the core file...?

file ~/core # says what

> > Well that should be do for starters- any ideas or fixes
> >

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [cooker] ppp

2000-01-19 Thread Axalon Bloodstone

On 19 Jan 2000, Pixel wrote:

> Jean Meloche <[EMAIL PROTECTED]> writes:
> 
> > I just installed 7.0 and I have encountered something a bit annoying:
> > Using the same configuration that I used to have for kppp (save with
> > home),
> > the connection fails to be established because "the client ppp machine
> > is
> > requesting the server machine to authenticate itself and it doesn't" or
> > something like that. Adding noauth in /etc/ppp/options solves my
> > problem,
> > but I am wondering if I did something wrong in the install.
> 
> seems strange to me that /etc/ppp/options changes the behaviour of kppp. I'd
> have said kppp uses its own configuration option, uh?

yes and no, it still must use pppd.. 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] msec/security was Shutdown

2000-01-17 Thread Axalon Bloodstone

On Sun, 16 Jan 2000, David Walluck wrote:

> WH Bouterse wrote:
> > 
> > David! You said,
> > 
> > >It's because of msec I believe.. may have been the SysVinit
> > >package too.
> > >find is searching for modified files which could indicate
> > >files with
> > >a trojan in them... personally i hate it, which is why i do
> > >custom...
> > 
> >  I was interested in your comment about
> > 'find' and 'custom'.
> > I assume you mean the /etc/security/msec/init-sh/custom.sh?
> 
> I meant "/etc/security/msec/init.sh custom", which runs the custom.sh.
> If you choose a security leael from the GUI tool, that will undo your
> custom settings, but if you set it, and run custom afterwards, you will
> have your custom settings.

cooker -> air = not supported
oxygen -> air = insane
air -> air = even more insane

In other words quit doing that ;) but on to the more serious,

Pixel, how _does_ it handle the SECURE_LEVEL currently?
 
> As for the find, those are the "Do you want me to check for xxx files?"
> questions, which you have to answer no to if you don't want those checks
> to run constantly. Does anacron and crond conflict or can I have both
> running? I don't know.. all I notice is that these finds seem to run way
> to often (more than once a day). 

during the first few it was every hour, then 6hrs, I'm not sure off hand
if it depends on the level in the one shipped with 7.0 if it doesn't it's
set for 24hrs. Do you have both crond anacron installed :/

> > Or in fact do you mean by 'custom' a custom firewall/ipchains/tripwire
> > kind of setup?
> > I have been running a Tripwire rpm successfully with 6.1 which
> > installed flawlessly and worked right from thestart but have not
> > tried it with 7.0 until more "kinks" get worked out on my 7.0 system.
> > 
> > So to any MandrakeSoft folks who might read this;
> > Does msec make something like Tripwire redundant?

no it doesn't, you can never be to secure. also keep an eye out for
prelude too ;)
 
> No, I meant your first guess. msec doesn't do any firewall things, but
> it would be great if it did in a future version. I have been looking for
> a firewall setup tool that is easy to use. If I do it by hand I always
> end up blocking too much.

still planed (yeah yeah, i know I'm a "lazy sob"), I'll do some digging
and seee if i can avoid starting from scratch, again.. (I also tend to
loose things ;)

> > Thanks to All
> > 
> > William Bouterse
> > Juneau Alaska
> 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] 2 Cows were in a field

2000-01-17 Thread Axalon Bloodstone

On Sun, 16 Jan 2000, Christopher De Long wrote:

> Ok... I have been downloading mandrake 70.iso for 3 days now. I know silly
> of me to do huh? When I was downloading the Oxygen ISO at 90% the final came
> out...so I could not resume for some reason.A friend of mine has dsl and so
> he downloaded it for me and put it on a personal ftp server. I was able to
> resume and finish. I installed it so I could test it while I confirmed the
> new ISO was indeed the final version release. This was confirmed. So I
> started downloading the latest ISO from the 2 cows site. everything was fine
> .. until.. at 90% the ftp server disconnected and wouldn't let me
> reconnect. So I keep trying to connect.I finally do reconnect. Low and
> behold there is a new ISO file in the folder. Mandrake 6.1.1 ISO. before I
> realized ... since I was getting use to resuming and resuming. I selected
> the mandrake6.1.1 file. I chose resume ... Well normally if it was the WRONG
> file I was resuming to it would tell you. well it didn't so for about 30
> secs I resumed the 6.1.1 file to the 7.0 file. What I am asking is this. My
> logic says the download is now corrupted. My stubborness says... finish the
> download anyway. Is logic correct?

Hmm i didn't think tucows was on a round robin, but thats the only way i
can explain that.. And yes your iso is trash unless you've been useing
rsync.
 
> Take Care all
> 
> Chris
> 
> PS anybody here use the g400 max with Mandrake 7.0?

Yup, blazeing fast :)

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



[Cooker] ignore me too

2000-01-17 Thread Axalon Bloodstone




[Cooker] ignore me

2000-01-17 Thread Axalon Bloodstone




Re: [Cooker] Iso

2000-01-16 Thread Axalon Bloodstone


It's and iso you can burn it on anything..

On Sun, 16 Jan 2000, Mike Perry wrote:

> 
> Hi..Just a quicky here..
> 
> If I download the iso and then burn it on a Windoze98 machine
> what happens to the case sensitive filenames etc, ie Foo or fOo which 
> windoze98 thinks are the same.
> Michael Perry.
> R&D. Dep. Netafim Magal.
> <<<>>>
> 
> 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] Re: Upgrading cooker......

2000-01-15 Thread Axalon Bloodstone

On Tue, 14 Jan 1992, Lou Guerriero wrote:

> I'm sure with some research I could but I really don't have time
> to do this! I just want to use the OS and upgrade it _easily_ when
> required.

it's less typeing than this email was... ;)
 
> Anyway   still don't think that anyone told me what files to
> download or if it's possible to do a network upgrade without downloading?

all of them, and no you either have to download or buy a cd, theres no way
to just automagicly upgrade without haveing the new "data" (for lack of a
better word)

> Hmm
> 
> Lou.
> 
> 
> - Original Message -
> From: Timothy Litwiller <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: January 14, 2000 1845 Loucifur
> Subject: Re: [Cooker] Re: Upgrading cooker..
> 
> 
> > so Lou, put in in a script and make an icon for it.
> >
> >
> > Lou Guerriero wrote:
> >
> > > Subject: Re: [Cooker] Re: Upgrading cooker..
> > >
> > > > > I've asked this a couple times..  but nobody gives me a good
> > > > > answer
> > > > >
> > > > [EMAIL PROTECTED]
> > > >
> > > > receiving file list ... done
> > > > wrote 100 bytes  read 61028 bytes  5315.48 bytes/sec
> > > > total size is 669090376  speedup is 10945.73
> > > > [root@cs5884-a /root]# cd /mnt/hd/mandrake/Mandrake/RPMS/
> > > > [root@cs5884-a RPMS]# rpm --freshen *.rpm
> > >
> > > See? this is exactly the kind of thing I shouldn't have to do to test
> this
> > > software.
> > >
> > > That is crazy! If I wanted that much terminal action, I wouldn't bother
> > > installing X!
> > >
> > > hehehe
> > >
> > > Lou Guerriero
> > >
> > > Simplify updates:  Make it Linux for the desktop!
> >
> 



Re: [Cooker] Re: [FUN] hi, man

2000-01-15 Thread Axalon Bloodstone

On 14 Jan 2000, Pixel wrote:

> Eric Wang <[EMAIL PROTECTED]> writes:
> 
> > hi, man, 
> > just want to know if the mandrake 7 support the UDMA66, The EIDE66,
> > highpoint IDE66 bus?
> > I would like some linux can running on my Abit BP6 mother board.
> 
> it can *run*. it even configures lilo.conf with the right ide2=,ide3= options.
> that way, linux sees your hard drive
> 
> but it does not include the patch for hpt, so no real udma66 support.

Which means don't even think about useing hdparm ;) 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [Cooker] [TEST] detect 0.9.31

2000-01-14 Thread Axalon Bloodstone

On Fri, 14 Jan 2000, ivar wrote:

> Alexandre Dussart wrote:
> 
> > Hi,
> >
> > Detect library has been heavily modified, but because theses changes
> > are majors I can't made official release and modify lothar(detect
> > library is the major component of Lothar).
> >
> > All is in lothar ftp:
> >
> > ftp://ftp.linuxmandrake.com/pub/lothar
> >
> 
> still doesn't detect my Vibra16X soundcard. (SLI4161).
> # This report has been generated by detect 0.9.31
> #
> 
> 
> CPU: GenuineIntel: Pentium III (Katmai):501:FPU:MMX:NO3DNOW
> 
> MEMORY:127596:1360:115224:2208:36868:71732:72256
> 
> DISK:ATAPI/IDE:/dev/hda:QUANTUM FIREBALL EX6.4A:0:28768:2074:0
> 
> FLOPPY:Floppy Drive Controller:1.44MB 3"5:/dev/fd0
> 
> CDROM:ATAPI/IDE:Pioneer DVD-ROM ATAPIModel DVD-113 0113:/dev/hdc
> 
> VIDEO:PCI:3Dfx Interactive, Inc.:Voodoo2:SVGA:256:(null):(null)
> VIDEO:PCI:ATI Technologies Inc:3D Rage IIC AGP:Mach64:256:(null):(null)
> 
> ETHERNET:PCI:Intel Corporation:82557:(null)
> 
> MOUSE:PS/2:/dev/psaux
> 
> Port: /dev/lp0 (dos: LPT0) Type: Parallel
> 
> Best regads,
> Ivar
> 

Alex, I can confirm this too :/

#
# This report has been generated by detect 0.9.31
#


CPU: GenuineIntel: Pentium 75 - 200:132:FPU:NO MMX:NO3DNOW

MEMORY:63028:1140:43688:3028:28936:172948:173336

DISK:ATAPI/IDE:/dev/hdc:Maxtor 92041U4:0:0:0:0
DISK:ATAPI/IDE:/dev/hdb:Maxtor 84000A6:0:0:-256:12880
DISK:ATAPI/IDE:/dev/hda:Conner Peripherals 420MB - CFS420A:0:11760:2073:0

VIDEO:PCI:ATI Technologies Inc:3D Rage Pro 215GI [Mach64
GI]:Mach64:256:(null):(null)

ETHERNET:PCI:Macronix, Inc.:MX987x5:(null)

Port: /dev/lp0 (dos: LPT0) Type: Parallel

---
# Card 1: (serial identifier 6d ff ff ff ff f0 00 8c 0e)
# Vendor Id CTL00f0, No Serial Number (-1), checksum 0x6D.
# Version 1.0, Vendor version 1.0
# ANSI string -->Creative ViBRA16X PnP<--
--
# Logical device id CTL0043
# Logical device id CTL7005
--




  1   2   3   4   5   6   >