Re: [Cooker] Mesa-devel?

2000-09-27 Thread John Grange

Francois Pons wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > Um we are missing an rpm.. we have Mesa-common-devel but no Mesa-devel
> > wich is a req of Mesa-common-devel can we find where this rpm dissapered
> > too?
>
> No, this is XFree86-devel package which contains the necessary stuff.
>
> >
> > ;)
>
> François.

Urm not acording to uprmi , it says it requires mesa-devel not Xfree86-devel!

-DarkWlf






Re: [Cooker] new mga drivers!! yeah

2000-09-27 Thread John Grange

Chmouel Boudjnah wrote:

> Klaus Erik Sebastian Vuorinen <[EMAIL PROTECTED]> writes:
>
> > So not OpenSource.
>
> so not for Mandrake..
>
> --
> MandrakeSoft Inc http://www.chmouel.org
> Paris, France --Chmouel

um how could it not be , considering it is PART of xfree86 4.0.x already
it's just a new release!

sheesh people

-DarkWlf







[Cooker] new mga drivers!! yeah

2000-09-25 Thread John Grange

New Beta Matrox Linux Drivers For X 4.0.1

   Posted by rezn on Thursday September 21st 2000 at 06:05:29 PM

   New beta drivers for Matrox cards have just been released. You
can read the readme
   here. These drivers support 2d, 3d, flat panel, and dual
monitors. Enjoy!

http://www.matrox.com/mga/support/drivers/files/linux_03.cfm

don't know if you guys cought this but here's the heads up;)

they provide lots of new fetures but mostly they up the clock to the
production level (ie windows clock speed)



-DarkWlf





Re: [Cooker] Hack Kernel Segmentation faults

2000-09-25 Thread John Grange

Shad Van Den Hul wrote:

> Other than the few bugs I already posted, I can not boot to the
> "hack"kernel.  The kernel stuff loads and properly detects my Scsi card
> (AIC) , but there is an error initializing agp.  The boot continues fine
> until it gets to mounting filesystems when info spew across the scren and
> ends in a segmentation fault.  All my linux partions are reiserfs.  My
> System configuration:
> K6-2 400ALi Aladdin V 1543/1541 Mobo
> Rage Fury (rage128 32mb)SB Live!Value
> D-Link DFE530tx+ (rtl8139)  Adaptec scsi AIC 71xx
> USR Sportser 33.6   Pioneer DVD
> Ricoh MP6200s   Alcatel Speedtouch DSL Modem
> 20.5gb IBM Deskstar 30.5gb Maxtor Diamond
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> Share information about yourself, create your own public profile at
> http://profiles.msn.com.

thank you i'm not the only one!!! i have pretty much the same system except
i have k6-2 380 and a matrox agp g200 (8meg)

i have the same resutls when booting the hackkernel , and i get segfault's
on trying to compile the hackkernel source.

-DarkWlf






[Cooker] Mesa-devel?

2000-09-25 Thread John Grange

Um we are missing an rpm.. we have Mesa-common-devel but no Mesa-devel
wich is a req of Mesa-common-devel can we find where this rpm dissapered
too?

;)

I have finaly descovered the problem with the agp shit on my system the
kernel 2.2.17 source is still fucked for compiling as a non module BTW,
and the module agpgart and mga (drm) dose load properly but apon running
any gl based program(ie gears, or q3 etc) it locks the x server and i
have to run crtl-alk-syrq k , and it restarts the x, but it will leave
the console corrupt (blank with strange chars on it, the kernel reports
an kernel paging problem (kernel oops). I get the same results using
3.3.6 and utah-glx using agp but i am able to use the utah-glx using the
dma hack mode (although that is undeserable as it causes the system to
become unresponsive to the rest of the world.) ie.. dl's stop,
conections through the system stop. Could we plz get the hackkernel
compiling correctly? *G* maybe i can use that version. *Sigh*

-DarkWlf






Re: [Cooker] kernel compile and uses both normal and hack

2000-09-24 Thread John Grange

Chmouel Boudjnah wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > I am having some serious kernel problems in both 2.2.17-11 and
> > 2.4.0-24.. i'l start with the 2.2.17
> > I need to have agp compiled into the kernel not as a module as it is
> > very unstable as a module on my mb (ali154x)
> > when compiling in the kernel i get errors at the final link in main.o
> > about call's to to undeclared functions (agp_setup) and (agp_initialize)
> > as well as a problem with drivers/char/Makefile and
> > drivers/char/agp/Makefile
> > one the agp/Makefile creates agp.o
> > the drivers/char/Makefile looks for agpgart.o
>
> You have compiled DRM support directly in the kenrel but not the AGP
> support, what :
>
> grep -E '(AGP|DRM)' .config
>
> say ?
>

but normaly i do not have DRM usualy compiled but either or that dose not
affect anything...

the problem is with the settings you have in init/main.c they do not exist
anywhere in the agp source.. there are no functions agp_setup or
agp_initilize


CONFIG_AGP=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
CONFIG_AGP_ALI=y
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_I810 is not set
CONFIG_DRM_MGA=m


>
> > ok my next try after spending some time in #linux was to dl the
> > 2.4.0-test8 bziped source
>
> Did you try the hackkernel ?
>

yes i have tried compoling the hackkernel-source, hackkernel-normal. (as
in dirrect install)



>
> > if you don't have a vesa fb (i compiled in matrox_fb) it barfs Aurora
> > hard to the point it would not boot till i rebooted into the rescue and
> > did an rpm -e Aurua... we need to have it fallback to normal boot if no
> > valid fb device is found!
>
> Egil ?
>
> --
> MandrakeSoft Inc http://www.chmouel.org
> Paris, France --Chmouel





Re: [Cooker] kernel compile and uses both normal and hack

2000-09-24 Thread John Grange

Chmouel Boudjnah wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > I am having some serious kernel problems in both 2.2.17-11 and
> > 2.4.0-24.. i'l start with the 2.2.17
> > I need to have agp compiled into the kernel not as a module as it is
> > very unstable as a module on my mb (ali154x)
> > when compiling in the kernel i get errors at the final link in main.o
> > about call's to to undeclared functions (agp_setup) and (agp_initialize)
> > as well as a problem with drivers/char/Makefile and
> > drivers/char/agp/Makefile
> > one the agp/Makefile creates agp.o
> > the drivers/char/Makefile looks for agpgart.o
>
> You have compiled DRM support directly in the kenrel but not the AGP
> support, what :
>
> grep -E '(AGP|DRM)' .config
>
> say ?

No I have compiled AGPgart support in the kernel and not compiled DRM at all.
(as per the instructions) DRM in kernel is outdated compared to the mods that
are provided with XFree86.

>
>
> > ok my next try after spending some time in #linux was to dl the
> > 2.4.0-test8 bziped source
>
> Did you try the hackkernel ?

Please Refer to the original msg, I have tried hackkernel,
kernel-2.2.17-source, hackkernel-source, and the bziped tar ball.

>
>
> > if you don't have a vesa fb (i compiled in matrox_fb) it barfs Aurora
> > hard to the point it would not boot till i rebooted into the rescue and
> > did an rpm -e Aurua... we need to have it fallback to normal boot if no
> > valid fb device is found!
>
> Egil ?
>
> --
> MandrakeSoft Inc http://www.chmouel.org
> Paris, France --Chmouel





[Cooker] kernel compile and uses both normal and hack

2000-09-23 Thread John Grange

I am having some serious kernel problems in both 2.2.17-11 and
2.4.0-24.. i'l start with the 2.2.17

I need to have agp compiled into the kernel not as a module as it is
very unstable as a module on my mb (ali154x)
when compiling in the kernel i get errors at the final link in main.o
about call's to to undeclared functions (agp_setup) and (agp_initialize)

as well as a problem with drivers/char/Makefile and
drivers/char/agp/Makefile

one the agp/Makefile creates agp.o
the drivers/char/Makefile looks for agpgart.o


now i said.. ok? let's try development kernel! yeah 2.4 i have that at
my fingertips too.

first shot was with compiling kernel from hackkernel source

everything compiled fine till the final link then it segfaults on the ld
command.

---

ok my next try after spending some time in #linux was to dl the
2.4.0-test8 bziped source

after the first compile and relizeing that it dosen't have reiserfs in
it i patched the kernel with the correct.

ok finaly got it made correctly ( oh and btw under the stock kernel 2.4
you can compile without smp support!!;p )

reboot and it just started to spew shit about the scsi drive sd0 etc
over and over.. ok scratch that idea.

---
on to my next adventure.. this was a good one.

i said FINE.. let's instlall the hackkernel that you guys compiled and
give it a wirl...

everything worked fine till rc.sysinit told it to do a mount -f / where
it kernel oops and segfaulted. now i know this is a development kernel..
but..

ok fine.. i said i'l go back to the kernel 2.2.17

only to descover after the rpm --install hackernel-2.4.0.0-24mdk it left
the old kernel unbootable (was complaing about unresolved symbols in
/lib/reiserfs and aic7xxx.o) first off the mods arn't in /lib there in
/lib/modules/2.2.17-11mdk/fs/ or whatever.. so that was confusing...

I did descover that booting the rescue image off the floppy and
chrooting to the now mounted root partintion i was able to compile and
succesfully install the kernel (although it kept complaining about dates
being wrong )

so i have descoverd that if you install hackkernel after kernel you have
to reinstall kernel this BAD (tm) ;)

ok one last rant

if you don't have a vesa fb (i compiled in matrox_fb) it barfs Aurora
hard to the point it would not boot till i rebooted into the rescue and
did an rpm -e Aurua... we need to have it fallback to normal boot if no
valid fb device is found!

-DarkWlf












[Cooker] snap as of sept 24th

2000-09-23 Thread John Grange

I have installed last night and thanks to pixel's hd_reiser img it
worked (although i had to rename the images on the disk to hd.rdz and
change syslinux.cfg. the only thing i can decipher is that possibly a
problem with the syslinux boot and the "_" char. I am not sure i will
have to run some more tests... but non the less it installed with out a
hitch. I am very impressed! (especialy with the new g200 3d dri
drivers! yes!) thank you guys, you have set everything
up flawlessly!


now on to the few problems that I did had (and of couse it's still
beta!)


on compileing agpgart into kernel (not as a module) as it is recomended
on many sites for stablity as currently the module has my x sys restart
6 times then black screen and i have to reboot. 

first of all in /usr/src/linux-2.2.17/drivers/char/agp/Makefile ...
output = agp.o

in /usr/src/linux-2.2.17/drivers/char/Makefile it is looking for
agpgart.o... one of them has to be changed

--

secound after changeding either place that compiles perfectly.. but.. in
/usr/src/linux/init/main.c there are two var's that are linked to
agpgart...
extern int agp_initialize (void);
extern void agp_setup(char *str, int *ints;

the compile of the kernel failes because these var's are not delcared.

the first agp_initialize is not found in the drivers/char/agp source at
all

agp_setup is in drivers/char/agp/agp.h

so i'm a simple include of agp.h in main.c would solve the secound , but
i am not sure as to the first-

09/23/00 9:38:42 [darkangel:/usr/src/linux/init] <7> rpm -q kernel
kernel-2.2.17-11mdk

--- is the 2.2 kernel version


ok secound.. quite deteremined last night to play quake 3 on my shiny
new mandrake x4 system... I go and install the hackkernel (yeh no
more dep problems rusulting to the two source instaled!yeahh! ..
thank you:)

once again i run the makings of the make xconfig, configure my kernel,
make dep, make bzImage...

on the first note when are we going to make it possible to have a non
smp 2.4 kernel, if you don't select smp support the kernel compile
crashes and bails very earlie on in the compile. .. anywayz  compile
worked fine . but on the final ld it segfaults (on the actual ld line)!
the final line is bellow.. any one have any ideas? I'm asuming the
kernel source it's self can't be to blaim but a malfuncting ld? or am i
wrong?




ld -m elf_i386 -T /usr/src/linux-hack/arch/i386/vmlinux.lds -e stext
arch/i386/k
ernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
 --start-group \
 arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/f
s.o ipc/ipc.o \
 drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/ne
t/net.o drivers/media/media.o drivers/parport/parport.a
drivers/char/agp/agp.o
drivers/ide/idedriver.o drivers/scsi/scsidrv.o drivers/cdrom/cdrom.a
drivers/pci
/pci.a drivers/video/video.o \
 net/network.o \
 /usr/src/linux-hack/arch/i386/lib/lib.a /usr/src/linux-hack/lib/lib.a
/u
sr/src/linux-hack/arch/i386/lib/lib.a \
 --end-group \
 -o vmlinux
make: *** [vmlinux] Segmentation fault
[root@darkangel linux-hack]#


---

sounddrake is sitll unable to inilize my AWE64 sound card!

much better though it now detecs and go's through the motions but it
never plays the sample sounds..
sndconfig is still required.

-DarkWlf






Re: [Cooker] hd_reiser.img

2000-09-21 Thread John Grange

Pixel wrote:

> images/hd_reiser.img should reach mirror soon...
>
> i've removed all scsi disk (aka raid) drivers from it to make reiserfs fit in.
>
> cu Pixel.

Thank you pixel ;) still want instructions on how to make a proper install disk;)

-DarkWlf





[Cooker] sunnet.se rsync server?

2000-09-20 Thread John Grange

is this the most up to date rsync ? i have tried the one in france and
now this one both seem to be missing aprox 150 megs of files (including
xf 4.01) but rpmfind mirror is refusing conections.






[Cooker] Reiserfs and hd.img

2000-09-20 Thread John Grange

Can anyone here give me detailed instructions on how to create my own
install disk so that I may put the reiserfs on properly (i created a
monlific kernel image and used that to install this snapshot but things
are kinda screwy at the momment)...

or is there a website with instructions on how to make the install disks
from scratch?

-DarkWlf






Re: [Cooker] [Fwd: [HC Hello] Mandrake helix-gnome rpms;)]

2000-09-11 Thread John Grange

Steve Fox wrote:

> I think simply keeping up with Helix's patches is good enough. Helix
> obviously doesn't consider Mandrake important enough (which doesn't
> surprise me as they've almost all moved over to Debian). They are too
> lazy to make multiple spec files.
>

I was under the impression that are menu system was a derivitive of debian??
no?


that is simply lazy that is for sure if we can keep up with them there is NO
reason that they can not make it in the first place they are keeping up with
how many different distribs??

maybe someone should show them our recent sales numbers.

-DarkWlf






[Cooker] [Fwd: [HC Hello] Mandrake helix-gnome rpms;)]

2000-09-11 Thread John Grange

Well i guess we got our answre, we are just plain screwed.

-DarkWlf




John Grange <[EMAIL PROTECTED]> writes:

> I want to first say that i am very impressed with the look/feel of the
> helix-gnome packages and i am looking forward to the updates to come.
> but I have one complaint. I use mandrake linux and starting with 7.1 we
> are using a menu structure that differes from the normal linux distribs
> but it gives us CLEAN orginized menu's without duplication, and after
> installing helix-gnome packages, it breaks the menu system not only
> causing the existing menu's to become cluterted but  there after all
> mandrake rpms installed do not get a menu item. Could you plz look into
> updating the mandrake packages so that they are using the menu system( i
> beleave it is direved or a copy of the debian menu system.)

We don't plan on using the mandrake menu system as it is totally
non-standard compared to the rest of the GNOME installed base, in
addition to causing the documentation to be incorrect.

Jacob
-- 
"It's not even a real camera." -- Tom Green





[Cooker] Helix-gnome in cooker/mandrake

2000-09-11 Thread John Grange

Dear list , after reading a post earlier today i have an idea! , we are
a big group here now on this list, and i'm sure there are more than a
few of us who would like the mandrake helix gnome packages to be
compleetly compatible with mandrake 7.1+ menu system. I suggest that we
campain to email the helix-gnome team to modify the mandrake packages to
use our menu system ( wich is the same as debian no? ) Let's email them
and get this problem fixed once and for all.

-DarkWlf






Re: [Cooker] Logs

2000-09-03 Thread John Grange

Eugenio Diaz wrote:

> --- John Grange <[EMAIL PROTECTED]> wrote:
> > recently on my hybrid cooker/7.1 server i was going
> > through my logs and
> > descoverd /var/log/mail and /var/log/news with aprox
> > 50 megs of logs in
> > each and growing each day. is this fixed in more
> > recent packages( i have
> > not updated since right before 7.1 came out...)
>
> I have pointed this out like three time in the past
> few month, but nobody has fixed it yet. The offender
> is the syslog logrotate file which has two entries
> with a trailing '*'.
>
> So who is the maintainer of the syslogd package?
>

hrmm ok i didn't know if the bug still existed..

i'm hopeing we can get it fixed soon ? *G*






[Cooker] Logs

2000-09-03 Thread John Grange

recently on my hybrid cooker/7.1 server i was going through my logs and
descoverd /var/log/mail and /var/log/news with aprox 50 megs of logs in
each and growing each day. is this fixed in more recent packages( i have
not updated since right before 7.1 came out...)

-DarkWlf






[Cooker] anyone alive?

2000-09-02 Thread John Grange

it's been 4 days since i recieved a single email?? what's going on

-darkwlf





Re: [Cooker] my hacklicq srpm

2000-06-09 Thread John Grange

Guillaume Cottenceau wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > Guillaume Cottenceau wrote:
> >
> > > John Grange <[EMAIL PROTECTED]> writes:
> > >
> > > > i have a very strange request, could i get access to my srpm on
> > > > /incoming on the mandrakesoft ftp site, i need the spec file, as i lost
> > > > alot of information in a hd crash today. any help would be much
> > > > apreacated
> > >
> > > ftp://ftp.mandrakesoft.com/pub/gc/
> > >
> > > >
> > > >
> > > > -DarkWlf
> > > >
> > >
> > > --
> > > Guillaume Cottenceau
> >
> > could you possibly, maybe give me read privs on it though?;)
>
> uh?
>
> terribly sorry!! (it stayed the same silly groups as in the /incoming
> directory). fixed.
>
> --
> Guillaume Cottenceau

hhe no problem, happens to us all the time:) specialy when i go to upgade or
install my system and find that all of a sudden i can not write to my html dir!
:)

*G*
thank you again :) I will be posting a new version of the src rpm in incoming
since they have updated alot of stuff in the licq main (added secure transfers
or something like that).


-DarkWlf





Re: [Cooker] my hacklicq srpm

2000-06-08 Thread John Grange

Chmouel Boudjnah wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > > Guillaume Cottenceau
> >
> > ty ty ty!:)
>
> in this case it's :
>
> gé gé gé
>
> ty ty ty is reserved for Thierry :)
>
> --
> MandrakeSoft Inchttp://www.mandrakesoft.com
> Pasadena, CA USA  --Chmouel

LOL
cute





Re: [Cooker] my hacklicq srpm

2000-06-08 Thread John Grange

Guillaume Cottenceau wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > i have a very strange request, could i get access to my srpm on
> > /incoming on the mandrakesoft ftp site, i need the spec file, as i lost
> > alot of information in a hd crash today. any help would be much
> > apreacated
>
> ftp://ftp.mandrakesoft.com/pub/gc/
>
> >
> >
> > -DarkWlf
> >
>
> --
> Guillaume Cottenceau

could you possibly, maybe give me read privs on it though?;)





Re: [Cooker] my hacklicq srpm

2000-06-08 Thread John Grange

Guillaume Cottenceau wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > i have a very strange request, could i get access to my srpm on
> > /incoming on the mandrakesoft ftp site, i need the spec file, as i lost
> > alot of information in a hd crash today. any help would be much
> > apreacated
>
> ftp://ftp.mandrakesoft.com/pub/gc/
>
> >
> >
> > -DarkWlf
> >
>
> --
> Guillaume Cottenceau

ty ty ty!:)

-John





[Cooker] my hacklicq srpm

2000-06-06 Thread John Grange

i have a very strange request, could i get access to my srpm on
/incoming on the mandrakesoft ftp site, i need the spec file, as i lost
alot of information in a hd crash today. any help would be much
apreacated


-DarkWlf





Re: [Cooker] So, if 7.1 is now final...

2000-06-03 Thread John Grange

John Cavan wrote:

> Chmouel Boudjnah wrote:
> >
> > John Cavan <[EMAIL PROTECTED]> writes:
> >
> > > 2. When you create a normal user at install time it also creates a group
> > > that matches the user. That means I get john:john instead of john:users
> >
> > this is the standard way on our distribution, a user has a group and
> > after the administrator manage to set him on a different group.
>
> It may be the standard way on Mandrake, but it's not a standard way for
> Unix... it is unexpected behaviour and you do have a group labled
> "users" which I assume is for this purpose. It's not a big problem or
> anything, I just can't see the reason for doing it that way. The last
> thing any of us would want is a hundred different groups with the exact
> same name as the user IDs in the system.
>
> John

it is actualy very usefull because say you want user A to be able to access
files in a dirrectory but you do not want the people in the users group to be
able to access them, then you just set the gid of the dir to that users gid ,
it's not stupid it's very usefull and i find i use it very often on my server.

-DarkWlf





[Cooker] ip-up.local

2000-05-31 Thread John Grange

hmm let's try this again. I do know what i'm doing here people. lol.

try adding something to /etc/ppp/ip-up.local, have your conection set to
run on boot and reconect on disconnect. now boot your system , see if
the command executes. it dosn't here.

running 7.1b

-DarkWlf





[Cooker] /etc/ppp/if-up.local

2000-05-30 Thread John Grange

why is it that when i add something here it is not run when the ppp
conection comes online?

I want to play a wav when the conection comes up so my wife will know
when the conection has been established.


but it seems as though ppp-watch is interfearing is there a way to make
it so i can still run programs when the conection is terminated or
connected?

-DarkWlf





Re: [Cooker] beta3 install

2000-05-28 Thread John Grange

Pixel wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > Pixel wrote:
> >
> > > Derek Wildstar <[EMAIL PROTECTED]> writes:
> > >
> > > > Can ldconfig be run immediately before the X configuration section, then
> > > > again after as needed?  This would also fix the problem of having a wasted
> > > > install if one tests their X configuration and it fails.
> > >
> > > this ldconfig bug in cooker will be fixed soon. (am back from a one week holiday
> > > :)
> >
> > hey pixel i don't know if you got my last e-mail... the hd img dose not function,
> > it says it can't load ide-mod dose that a couple times and then failes, it dose
> > load my scsi though, but the files are alas on the ide part. *sigh*
>
> sorry it took me so much time to answer :(
> (i've got an excuse, i was on holiday!)
>
> currently adding ide-disk.o to the hd.img and uploading...
>
> cu Pixel.

np took me a long time to test the first one lol

i will test it again tonight and get back to you wiether or not it works.

-DarkWlf





[Cooker] reiserfs hd.img

2000-05-28 Thread John Grange

hey i tried the hd.img that you made pixel and it refuses to load the
ide mod's and therefor leaves me without access to the ide drives on my
system, the scsi mod for my 2940 dose load though.

-DarlWlf





Re: [Cooker] beta3 install

2000-05-28 Thread John Grange

Pixel wrote:

> Derek Wildstar <[EMAIL PROTECTED]> writes:
>
> > Can ldconfig be run immediately before the X configuration section, then
> > again after as needed?  This would also fix the problem of having a wasted
> > install if one tests their X configuration and it fails.
>
> this ldconfig bug in cooker will be fixed soon. (am back from a one week holiday
> :)

hey pixel i don't know if you got my last e-mail... the hd img dose not function,
it says it can't load ide-mod dose that a couple times and then failes, it dose
load my scsi though, but the files are alas on the ide part. *sigh*

-DarkWlf





Re: crypto stuff on 2nd cd ; was: [Cooker] GET READYFORADISCUSSION- Include the contents ofthe mandrakeusr.org sit onthesecondCD

2000-05-28 Thread John Grange

David Odin wrote:

> On Fri, May 26, 2000 at 07:40:01PM -0500, John Grange wrote:
> > Allen Bolderoff wrote:
> >
> > > [EMAIL PROTECTED] said:
> > > > By the way, what is all your opinion about xv? do you use it often?
> > > > what do you use for fast-viewing pictures? (I don't mean processing it
> > > > with Gimp for example)
> > >
> > > I use ee for fast viewing pictures
> > >
> > > I use gqview to see thumbnail catalog style
> > >
> > > I have not used xv since redhat 4.2 or thereabouts.
> > >
> > > --
> > > +++
> > > Allen Bolderoff <[EMAIL PROTECTED]>
> > > LNC -  Linux, help and commentary http://linux.netnerve.com
> > > CTPC - Caffeine - get it here: http://www.coffee-tea-pots-cups.com/
> > > +++
> > > GPG fingerprint = CBB0 8626 702C 3D01 B5AD  A54A DC2C 93B7 3E4B 6472
> > > +++
> >
> > I use XV alot on this system, i would rather that it stayed. i perfer it for
> > the slideshow features
> >
>
>   Are you aware that you should pay a small fee to the xv authors then?
>
> Read this from /usr/doc/xv-3.10a/README :
>
> [ ... ]
>
> XV Licensing Information
> 
> XV IS SHAREWARE FOR PERSONAL USE ONLY.
>
> You may use XV for your own amusement, and if you find it nifty,
> useful, generally cool, or of some value to you, your registration fee
> would be greatly appreciated.  $25 is the standard registration fee,
> though of course, larger amounts are quite welcome.  Folks who donate
> $40 or more can receive a printed, bound copy of the XV manual for no
> extra charge.  If you want one, just ask.  BE SURE TO SPECIFY THE
> VERSION OF XV THAT YOU ARE USING!
>
> COMMERCIAL, GOVERNMENT, AND INSTITUTIONAL USERS MUST REGISTER THEIR
> COPIES OF XV.
>
> [ ... ]
>
> DindinX
>
> --
>   [EMAIL PROTECTED] HF Team

I have registered it. :)





[Cooker] [Fwd: Theming old Netscapes with "-xrm 'Netscape*background:#ffd600'"]

2000-05-27 Thread John Grange

i thought this should find it's way into Mandrake it's a very simple
program and functions very well 1!

-DarkWlf





Sun, May 21, 2000 at 11:32:27PM -0700 Scott Heavner wrote:
> After much web surfing & finally resorting to
> "string netscape | grep" I figured out how to change
> netscape's background color.
> 
>netscape -xrm 'Netscape*background:#ffd600'
> 
> Now, is there an easy way to figure out the current gtk
> theme's default window background color and convert it to
> a hex triplet?

What you want, I think, is already done, and much more extensively. The
program grdb applies current Gtk+ theme to all Motif (X?) apps, so Netscape
looks good and similar to the Gtk+ apps. Current version even can change
fonts. Especially works well with plain (not pixmap) themes.

You can find it at:
http://bucket.pp.ualr.edu/~bit/grdb.html

-- 
menesis  -=-=-  Gediminas Paulauskas  -=-=-  ICQ #24859336

___
gnome-devel-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gnome-devel-list




Re: [Cooker] GET READY FOR A DISCUSSION

2000-05-27 Thread John Grange

Randy Welch wrote:

> Ron Stodden wrote:
>
> >
> > I cannot see any way of avoiding the initial download of that much
> > data, other than mailing out CDs, but for V90 access it is a killer
> > (gone from 50 hours to 77 hours, all going perfectly).I thing
> > most V90 beta testers will have little option but to walk away.
> >
> I'm kind of surprised that V.90 users would download a whole linux
> distribution these days anyway.  I tried that once.   Before DSL I would
> download the distro image at work toss it on a jaz disk ( or burn a CD
> at work )  and then install it at home.
>

I am on 56.6 k conection here and was on 28.8 connection and i keep up with
it quite well using rsync, once the intitial dl is done the updates don't
take that long.

-DarkWlf






Re: crypto stuff on 2nd cd ; was: [Cooker] GET READY FORADISCUSSION- Include the contents ofthe mandrakeusr.org sit onthesecond CD

2000-05-26 Thread John Grange

Gael Duval wrote:

> Daniel Hammer a écrit :
> >
> > BS''D
> >
> > Guillaume Cottenceau wrote:
> > > For the moment our politics are to limit as much as possible the amount of
> > > non open-source stuff on main installation CD [which is, now, CD
> > > Installation and CD Extension]
> >
> > ... which is a very good decision
>
> ...and as soon as we have good replacements for proprietary, we can
> have a 100% true-open source system! I've promised it to RMS and you
> know him: he won't forget such a thing ;)
>
> By the way, what is all your opinion about xv? do you use it often?
> what do you use for fast-viewing pictures? (I don't mean processing it
> with Gimp for example)
>
> Gael.
> --
> < Gael DUVAL http://www.mandrake.com >

I don't find ee, or eog , or any of the other programs that match the features of
xv yet.

I think that it should stay, and leave it up to us weither we use it or not.

-DarkWlf





Re: crypto stuff on 2nd cd ; was: [Cooker] GET READY FORADISCUSSION- Include the contents ofthe mandrakeusr.org sit on thesecondCD

2000-05-26 Thread John Grange

Allen Bolderoff wrote:

> [EMAIL PROTECTED] said:
> > By the way, what is all your opinion about xv? do you use it often?
> > what do you use for fast-viewing pictures? (I don't mean processing it
> > with Gimp for example)
>
> I use ee for fast viewing pictures
>
> I use gqview to see thumbnail catalog style
>
> I have not used xv since redhat 4.2 or thereabouts.
>
> --
> +++
> Allen Bolderoff <[EMAIL PROTECTED]>
> LNC -  Linux, help and commentary http://linux.netnerve.com
> CTPC - Caffeine - get it here: http://www.coffee-tea-pots-cups.com/
> +++
> GPG fingerprint = CBB0 8626 702C 3D01 B5AD  A54A DC2C 93B7 3E4B 6472
> +++

I use XV alot on this system, i would rather that it stayed. i perfer it for
the slideshow features





Re: [Cooker] A few urpmi-based improvements

2000-05-26 Thread John Grange

Stephane Gourichon wrote:

> (I wrote about several ideas in this mail, but they are all about urpmi
> and friends, so I think it is ok to have them in one mail.)
>
> (Also, I use 7.0 but have not fiddled with 7.1 beta or cooker a lot, so
> please pardon if I ask for something already done)
>
> On Fri, 26 May 2000, Hoyt wrote:
>
> > Install of rpm "foo" fails because it depends on rpm "bar". Install of
> > rpm "bar" fails because of libs.so.o which is included in
> > jhgy-1.0.rpm.
>
> Why don't you just "urpmi foo" or use rpmdrake ?
>
> (To mandrake people: urpmi is a *real* improvement to an rpm-based
> distribution! Thanks!)
>
> rpmdrake (because it is based on urpmi) is really more powerful than
> gnorpm or kpackage (though I haven't tried them recently). It is really
> clean to have un/install of package automatically propagate un/install of
> other to respect dependencies.
>
> urpmi needs some remarks, though:
>
> -It is a bit slow, even on a fast machine when there are complicated
> dependencies.
> -It doesn't process everything when you put many (say, 30 or more) rpms to
> install at the same time. I had to re-issue the command several times
> until it installs all.
>
> -/WISH/ a uninstall feature in urpmi command line.
>
> -/WISH/ Some urpmi-based tool that help keep a bunch of machine's
> installation consistent. (I used to have autorpm, but things could be
> better, thanks to urpmi.) Basically, the slave machines would contact (or
> be contacted by) the "master" machine to get the canonical "rpm -qa" list,
> compare with the local list, install what you don't have (with automatic
> dependencies), uninstall what you have but shouldn't, =but= have a config
> file that says "don't install/uninstall things such as
> XFree86-, kernel, nfs, samba-server..." (BTW,
> XFree86-Mach64|SVGA|... could be renamed to XFree86-server-*.rpm ...
> perhaps you did this already for XFree 4.0)
>
> -/WISH/ that urpmi handles dependencies for alien rpms: say, I find
> package gluz-blabla.i386.rpm on the web, that needs libmesa or whatever
> and Mesa gets installed automatically when I say :
> urpmi ftp://gluz.org/gluz-blabla.i386.rpm
>
> -/DREAM/ that urpmi handles dependencies when I find an alien .=SRC=.rpm
> (or .tar.gz, but I never "make install" of a tar.gz as root). In the
> former example it would install Mesa and Mesa-devel to compile gluz
> automatically.

already avail with autourpmi
:)
works great do ./configure and it will install deps to satisfy the configure
requires
not prefect yet though you have to reisue the ./confiugre most of the time to
get to then find it





Re: [Cooker] [discuss] wine configuration

2000-05-26 Thread John Grange

Guillaume Cottenceau wrote:

> Gallagher <[EMAIL PROTECTED]> writes:
>
> > Suggestions:
> >
> > 1. Preconfigured Wine
> > 2. Associated Wine with .exe files in KDE/Gnome
> > 3. Graphical config for Wine
> >
> >
> > I was using another distribution the other day, I currently run Mandrake
> > and then whichever new promising one comes out.  When using the new distro
> > I noticed that when browsing through a Windows' parition the .exe files
> > were already associated with wine in KDE.  I thought this was great!  The
> > wine configuration was decent enough that it ran a couple programs
> > flawlessly without even having to touch a configuration file!  Now I know
> > changes will need to be made by most users in order to improve
> > performance, but initial configuration being already associated with .exe
> > files in KDE is a great option.  Oh in case it helps I was using Caldera
> > eDesktop. Also, I don't know if one currently exists but a graphical
> > configuration for Wine would be great!
>
> A good idea -- only problem is that [IMHO, i almost never used wine] you
> must be root to run wine no?
>
> --
> Guillaume Cottenceau

no you can be a normal user
the only reson for being root is if the config dir / and the drives selected
for wine (wich are actualy dirs ) are only wrtitable for root. easy way around
this is in the wine.conf file put $HOME/wine as the C drive or something to
that affect.

-DarkWlf





Re: [Cooker] Re: crypto stuff on 2nd cd

2000-05-26 Thread John Grange

Denis HAVLIK wrote:

> :~>For the moment our politics are to limit as much as possible the amount of
> :~>non open-source stuff on main installation CD [which is, now, CD
> :~>Installation and CD Extension]
> :~>
> :~>
> Actually, our politics is much stricter than that.
> It is more like:
>
> "When will we be finaly able to drop the netscape and have a completely
> free distro?"

hopefully "never" i like netscape ;p

-DarkWlf





[Cooker] Helix-Gnome

2000-05-26 Thread John Grange

David Talbot wrote:

> The ability to click on an application RPM in GMC or Nautlus and have it
> run the program without installing .app style:
> http://www.arstechnica.com/reviews/2q00/macos-x-dp4/macos-x-dp4-2.html
>
> I know it would help me keep organized if an application could be run with
> all of it's contents stayed in one nice neat archived file and would
> certainly make life much easier on newbies.
>
> (Ooh this website has a linux application, click to download, click to run,
> that app sucks, delete)
>
> I've seen my wife do it, she downloads an RPM clicks it, clicks it,
> installs it. Then when she decides she doesn't like whatever it is, she
> deletes the RPM leaving me to wonder just how many times she's done it and
> how many useless packages are floating around (rpm -qa | more)
>
> I understand it'll take a hack to make it work, but I'll deal with a slow
> startup time.
>
> -David Talbot
>
> At 11:29 PM 5/25/00 +0200, you wrote:
> >(I hope you do not get this twice on cooker)
> >
> >Hi, folks!
> >
> >What follows is probably a single most important letter I ever posted on
> >these mailing lists, so please read it very carefully!
> >
> >[ANNOUNCEMENT]
> >
> >We (Mandrakesoft) are starting internal discussions about future of
> >our distributions NOW. We want you to take part in the process of
> >improving our next distro.
> >
> >- NOW is a time to ask us whatever you want: tell us what you like, tell
> >us what you hate, tell us what you dream of!
> >- NOW is a time for you to influence the future company decisions - start
> >thinking, and if you come up with a briliant idea, post it here.
> >
> >Starting NOW, I am going to stop sleeping, eating, or doing any other job
> >which would interfere with currently most important task: Making sure we
> >make the best decisions based on whatever input we can get.
> >
> >[RULES]
> >
> >* Basically everything you can think of is open for discussion, except
> >question of including non-free software in the core of our distro, which
> >is absolute NO-NO.
> >
> >* Listen to what other people have to say. Try keeping the signal/noise
> >ratio as high as possible.
> >
> >* One topic per e-mail and informative subject line help us a lot. ("125
> >Great ideas!!!" is a very bad subject line.)
> >
> >* Please, try to avoid any kind of flaming on the list for the next 10
> >days.
> >
> >* Finaly, If you have time and skills to pick up ideas from long
> >discussion threads and write a good summary, please do it, it will help us
> >a lot.
> >
> >[TOPICS]
> >
> >Topics we are particularly interested in at this moment include:
> >
> >1) ergonomics: What should our user interfaces look like in the
> >future, what should we improve in our desktop configuration, which things
> >need polishing...
> >
> >2) install:Which features of our current installation
> >  program (DrakX) do you like, which features are you missing, what is not
> >  clear enough? The same question goes for post-install configuration
> >  tools.
> >
> >3) packages:   which packages to add, what to remove from the distro,
> > which subset of packages is really nessesary for a minimal install,
> > and which packages are "just add-ons"?
> >
> >4) tools:  which new tools (packages) should we develop ourselves, or
> > improve in case we are already developing them? Many great
> >   programs already  exist out there, so we really badly need to know
> >   which important linux tools you still miss, in order to
> >   concentrate on them in the future.
> >
> >5) system policy:  We want to make our system "logical" by following the
> >   Linux Standards, and being consistent in the way
> >   "things" (services, settings) are implemented. Tell us where
> >   we need to improve.
> >
> >6) security policy: Closely related to point "6". You know that we care a
> >   lot about security, don't you? Well, the problem is choosing right
> >   security settings for various situations.
> >
> >(If you feel that we have forgotten an important topic, just start a
> >discusion on it, the list should not be taken too strictly)
> >
> >
> >I am going to spend a lot of time in reading "newbie" and "expert" mailing
> >lists during next two weeks. Guillaume  will do the same on the
> >"cooker" list, and other members of the company may pop-up and take
> >part in discussion too, for topics they may be particularly interested in
> >(and if they get time to do it, our schedule is bursting).
> >
> >At the end of the discussion cycle (in two weeks), I will try to write a
> >resume of what has been decided and share it with you.
> >
> >yours
> >   Denis Havlik
> >--
> >-
> >Dr. Denis Havlik
> >Mandrakesoft||| e-mail: [EMAIL PROTECTED]
> >Quality Assurance  (@ @)(private: [EMAIL PROTECTED])
> >---oOO--(_)--OOo-

[Cooker] Re: [CHRPM] netkit-base-0.11-24mdk

2000-05-25 Thread John Grange

Thierry Vignaud wrote:

> --=-=-=
> Name: netkit-base Distribution: Linux-Mandrake
> Version : 0.11  Vendor: MandrakeSoft
> Release : 24mdk Build Date: Thu May 25 12:18:50 2000
> Install date: (not installed)   Build Host: alpha.mandrakesoft.com
> Group   : System/Base   Source RPM: (none)
> Size: 97346
> Packager: Chmouel Boudjnah <[EMAIL PROTECTED]>
> Summary : The ping and inetd networking programs.
> Description :
> The netkit-base package contains the basic networking tools ping and
> inetd.  The ping command sends a series of ICMP protocol ECHO_REQUEST
> packets to a specified network host and can tell you if that machine
> is alive and receiving network traffic.  Inetd listens on certain
> Internet sockets for connection requests, decides what program should
> receive each request, and starts up that program.
>
> The netkit-base package should be installed on any machine that is on
> a network.
>
> --=-=-=
>
> * Thu May 25 2000 Thierry Vignaud <[EMAIL PROTECTED]> 0.11-24mdk
>
> - fix endianess problem in ping (4 trillion secondes of mtu is a little
>   big on a LAN :-(
>
> --
> http://www.linux-mandrake.com/en/cookerdevel.php3

Network on a mandrake system specificly PPP , I have been ignored time and time
again about this problem. I have yet to recieve even an answer to why this is
happining. the problem is this on bootup when it inlizes the network connection for
ppp it says "FAILED" retrying in background. the connection is not failed and is
connected and functions normaly. why is it reporting FAILED?'

-DarkWlf






Re: [Cooker] Problem with user account

2000-05-25 Thread John Grange

OS wrote:

> Hello,
>
> I have been submitting bug reports to Sun because these and many other problems
> still exist in 5.2.
>
> As far as I know java appletts have never worked with StarOffice, but java
> scripts appears to be okay.
>
> StarOffice 5.2 will not even start except when launched as root ! Every time it
> freezes the machine ! and on one occasion I had to completely remove StarOffice
> and re-install !
>
> Whether Sun will do anything about this is anybodys guess. At the moment I
> think they are mostly interested in Office 2000 import / export (which 5.2 does
> impecably) and getting it noticed).
>
> Owen
>
> On Thu, 25 May 2000, you wrote:
> > Andrew wrote:
> >
> > > I encounter problem in adding user in Linux-Mandrake v.7 Deluxe.
> > > I use to add user using other shell such as tcsh,csh and zsh but error
> > > occured when the user login (invalid aliases). Beside's I'm installing
> > > StarOffice 5.1 and it should be installed in user level not as su. When I
> > > run setup error says "bash command : command not found" but I'm in the
> > > directory where the program is located. Is there any possibility to run
> > > such program? So I can finish installing my StartOffice 5.1.
> > >
> > > Andrew
> >
> > speaking of staroffice,  I recently reinstalled after upgradeing the kernel
> > and have had dispointing result anyone else had this problem? I installed it
> > as user , in my home dir, and start staroffice and it brings up the splash
> > screen then it brings up and ok box that says staroffice crashed
> > unrecoverable error as well as the mine-types selection. I didn't used to
> > get this and i don't think i have changed anything else.
> >
> > also dose anyone know what star office needs to be able to have java
> > support? It is obvioulsy not included in mandrake ideas?
> >
> > -darkwlf

the staroffice worked flawlessly before i upgraded recently as long as I installed
it as user and not as network install. the jave has never worked at all cause it
is unable to find the jave class libs or something to that affect on a mandrake
system but i'm sure that is because they simply do not exist on a mandrake system
perhaps we should see about putting jdk in contribs. something like that would
solve the class lib problem no? but i'm at a loss to why it refuses to start now.
except maybe perhaps the fact that i am now using reiserfs part? could that be it?
I don't have another part to test with, can anyone try a user install of star
office on a reiserfs part? and see if you can get it to start. i can't figure out
what else i could have changed to cause it to crash on the 7.1b system that it
previously ran fine(excpept for the java stuff of course) anyone have any ideas?

and yes I agree we are prolly a low priority.

-DarkWlf





Re: [Cooker] Problem with user account

2000-05-25 Thread John Grange

Andrew wrote:

> I encounter problem in adding user in Linux-Mandrake v.7 Deluxe.
> I use to add user using other shell such as tcsh,csh and zsh but error
> occured when the user login (invalid aliases). Beside's I'm installing
> StarOffice 5.1 and it should be installed in user level not as su. When I
> run setup error says "bash command : command not found" but I'm in the
> directory where the program is located. Is there any possibility to run
> such program? So I can finish installing my StartOffice 5.1.
>
> Andrew

speaking of staroffice,  I recently reinstalled after upgradeing the kernel
and have had dispointing result anyone else had this problem? I installed it
as user , in my home dir, and start staroffice and it brings up the splash
screen then it brings up and ok box that says staroffice crashed
unrecoverable error as well as the mine-types selection. I didn't used to
get this and i don't think i have changed anything else.

also dose anyone know what star office needs to be able to have java
support? It is obvioulsy not included in mandrake ideas?

-darkwlf





Re: [Cooker] BETA3 is available for download on the mirrors

2000-05-24 Thread John Grange

Guillaume Cottenceau wrote:

> Hi out,
>
> Finally! We got it! :-))
>
> Okay, I just verified on free.fr and tucows.com, the beta3 is available on
> the mirrors.
>
> This version is closer than never to the future stable release. It should
> contain less bugs than never. Please feel free to download and test if you
> have time and bandwidth! :-)
>
> At that time, we will concentrate on testing the 7.1, and the ports to
> other architecture such as Alpha, Sparc32 and 64, and ppc.
>
> --
> Guillaume Cottenceau

Umm where do i look at the ports for Sparc32?

-DarkWlf





Re: [Cooker] gmc progress

2000-05-24 Thread John Grange

Anton Graham wrote:

> Well, I have tried well over a dozen different builds, all with the
> same result.  I *did* get the helix RPM to build properly (stupid
> mistake on my part the first time).  It appears, however that the
> basic problem is in the generation of the initial ~/.gnome/metadata.db
> file.  After removal of the ~/.gnome directory, the file generated has
> an md5sum of:
>
> 5e9ae0dff8845a586fc7d04e5577c594  metadata.db
>
> Deletion of this file and restart of X generates (consistently) one
> with md5sum:
>
> 01361424b2a7235d311dc931cfc8543d  metadata.db
>
> This later metadata.db allows the icons to be changed and has a
> correct icon for Netscape, but all other icons are default.  I
> could not determine why it generates two different versions of the
> file, being uncertain as to where to look.
>
> Sorry I couldn't be more help.
>
> --
>_
>  _|_|_
>   ( )   *Anton Graham
>   /v\  / <[EMAIL PROTECTED]>
> /(   )X
>  (m_m)   GPG ID: 18F78541
> Penguin Powered!

I would like to rederate, i didn't have to remove any files (desktop or
otherwise) after installing the latest rounds of updates from helix-gnome
team the problem went away.

-DarkWlf





Re: [Cooker] gmc-4.5.46-1mdk

2000-05-22 Thread John Grange

Anton Graham wrote:

> Submitted 22-May-00 by Daouda LO:
> | Anton Graham a écrit :
> |
> | > Submitted 22-May-00 by Magnus Holmberg:
> | > |
> | > |
> | > |
> | > | On Sun, 21 May 2000, Anton Graham wrote:
> | > |
> | > | > Okay, I switched from the helix rpms to the Mandrake .46 rpm and got
> | > | > the bland icons again :(  Once again. trying assign a different icon
> | > | > has no effect.
> | > | >
> | > | >
> | > | >
> | > | I had to remove ~/.gnome/metadata.db when I switched from helix 2
> | > | mandrakes gnome rpms then it worked to change icons.
> | > | (mabe i removed something more under .gnome but i'm not sure)
> | >
> | > Thanks.
> |
> | Anton , could you remove your .gnome* in your home directories and redo an
> | install of mandrake gmc ???
>
> Douda, I did rm -rf ~/.gnome*;sudo rpm -e gme;sudo rpm -Uvh
> /mnt/mirror/Mandrake/RPMS/gmc-4.5.46-1mdk and ended up with bland,
> unchangeable icons.  (btw, gmc crashed the first attempt to get
> properties on an icon).  Removal of ~/.gnome/metadata.db brought icons
> back.
>
> It may be a few hours, but I will look at the spec files on helix and
> mandrake to see differences.
>
> --
>_
>  _|_|_
>   ( )   *Anton Graham
>   /v\  / <[EMAIL PROTECTED]>
> /(   )X
>  (m_m)   GPG ID: 18F78541
> Penguin Powered!

just a thought when they upgraded gmc they also upgraded the libs to version
.61 could this also be part of the problem?
they meaning helix team.
-DarkWlf




Re: [Cooker] reiserfs

2000-05-21 Thread John Grange

Pixel wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > I have moved my install drive to reiserfs now, is there a possible hack
> > to get the hd install working in that way?
>
> well, well... will i or won't it do it 4u ;p
>
> ftp://ftp.mandrakesoft.com/pub/pixel/hd.img should do it. I don't know if it
> works, i have not tested it...
>
> also, i don't know if it can be the default. the reiserfs.o module is quite big.
> I had to remove all disk modules (DAC960, cpqarray...) to make this fit :-/
>
> cu Pixel.

thank you thank you thank you;)

i will test it today and let you know if it functions

any news on the status of Mandrake for the sparc-32? or am i forced to use ..
bleck.. redhat?

-DarkWlf





Re: [Cooker] sparc ipx

2000-05-21 Thread John Grange

Guillaume Cottenceau wrote:

> "Guy T. Rice" <[EMAIL PROTECTED]> writes:
>
> > On Sat, 20 May 2000, John Grange wrote:
> > > anyone have any luck installing mandrake on a sparc ipx box?
> >
> > There's a Mandrake distribution for 32-bit SPARC machines?  I thought they
> > only had an UltraSPARC version.  Also, isn't the IPX a sun4c machine?  Linux
> > does not handle these machines very well at all.  You can install and run it,
> > and it'll limp along, but it'll be *way* slower than NetBSD or OpenBSD.
>
> Sparc-32 is planned for 7.1 [afaik] but, for the moment, the sparc version
> is an "usparc" version..
>
> --
> Guillaume Cottenceau

bsd is out of the question for Me, not a real bsd fan. ;) I am going to be using
two ipx boxes for nothing but data servers, web server and firewall, no graphical.
anyone have a recomindation? I am not sure what the boxes have yet, all I know is
what I have read from the default specs on them.

-DarkWlf





[Cooker] sparc ipx

2000-05-20 Thread John Grange

anyone have any luck installing mandrake on a sparc ipx box?

-DarkWlf





[Cooker] reiserfs

2000-05-20 Thread John Grange

I have moved my install drive to reiserfs now, is there a possible hack
to get the hd install working in that way?


I do not have the drive space to move back to ext2, dose someone have
instructions on how to get 7.1 to install from a reiserfs partion?

-DarkWlf





Re: [Cooker] GNOME desktop icons (gmc)

2000-05-16 Thread John Grange

Anton Graham wrote:

> Submitted 16-May-00 by John Grange:
> |
> | I ment to repsond to the earlie post, he is talking about the bug in the gmc
> | version 44 , wich casues the icons to be locked into bland icons..
> | to respond to the erlier post to fix install the latest helix-gnome rpms. and
> | the problem will go away
> |
>
> Thanks.  Upgraded and the icons changed :)
>

No problem:) was a very anoying bug and was very happy to see it go away! now if
we could all voice out at one and preswade them to upgrade cooker so we don't have
this bug in 7.1


-DarkWlf





Re: [Cooker] Various minor problems

2000-05-16 Thread John Grange

Scott Balmos wrote:

> 7) Finally(!!!), Postfix seems completely broken with procmail. This has
> happened since MDK-7 release. Apparently Postfix can't correctly run
> procmail for local mail delivery. Hence such, all mail for any user on the
> system ends up being dumped into deferred/ for all eternity. Now if you
> remove Postfix and dump Sendmail in its place, it works like a charm.
>

Postfix works perfectly here there were a few problems with parms awhile back
but they have been solved. all mail delivery works fine here. PLEASE do NOT
put sendmail in it's place. sendmail is at most a security hole!

-DarkWlf





Re: [Cooker] GNOME desktop icons (gmc)

2000-05-16 Thread John Grange

damien wrote:

> Anton Graham a écrit :
>
> > Is anybody else having a problem with desktop icons?  I can't get them to
> > change from their default icons for anything.  I also tried right click
> > desktop and rescan desktop directory, no effect.  Doing the same operation
> > from a menu panel generates the error: Cannot execute the gmc-client
> > program, perhaps gmc is not installed.
>
> what did you exactly do?
> I don't see what do you wwant to change whith these icons. Position?  image?
>
> >
> >
> > [anton@bladehawke anton]$ rpm -qf `which gmc`
> > gmc-4.5.44-7mdk
> >
> > --
> >_
> >  _|_|_
> >   ( )   *Anton Graham
> >   /v\  / <[EMAIL PROTECTED]>
> > /(   )X
> >  (m_m)   GPG ID: 18F78541
> > Penguin Powered!

I ment to repsond to the earlie post, he is talking about the bug in the gmc
version 44 , wich casues the icons to be locked into bland icons..
to respond to the erlier post to fix install the latest helix-gnome rpms. and
the problem will go away

gmc .46

-DarkWlf





Re: [Cooker] some questions

2000-05-16 Thread John Grange

Udo Weber wrote:

> Hi,
> here are some (maybe stupid) HowTo-questions for Mandrake:
>
> 1.
> After each install of the Mandrake, linuxconf give the error-msg
> that some of the /etc/*-files are newer as the current date
> The reason is maybe that I select during install timezone Europe/Berlin.
>
> As circumvention I always have to do a recursive touch to all /etc/*
> After this the linuxconf works well.
> Is this the right way ? Maybe this should be done from the
> mandrake_firstime ?
>
> 2.
> Since a long time (I don't know anymore when this was changed) I missed
> from the KDE-desktop
> the possibility to create a new icon (when I press the right
> mousebutton).
> Maybe I can modify the mousemenu but I think this should be a standard
> procedure for all users.
> Is there any other way to create a new icon execept a new folder ?
>
> 3.
> In Mandrake there are two typs of C-compilers: gcc (the standand) and
> additional egcs after installation in /usr/lib/gcc-lib. But in the
> /usr/bin there is only a real binary for gcc, egcs has only
> a script with the version-info.
> Is there any way to change the default compiler from gcc to egcs or to
> toggle which should be use ?
> What is the sence of both if there are no info or standard way to use
> both ?
> In the past I got several probs to compile the kernel or other stuff
> with the gcc from Mandrake, my circumvention always was to move to SuSE
> 6.3 (which use the egcs) and which does the compilation without probs.
>
> Thanks in advance for answers
> and don't worry if my questions are too stupid :)
>
> Udo

simply add --egcs-version tot he c flags

and it will use the egcs version
:)

-DarkWlf





Re: [Cooker] two things

2000-05-15 Thread John Grange

damien wrote:

> John Grange a écrit :
>
> > This is a multi-part message in MIME format.
> > --419E9174AF95ECE6D7B3991C
> > Content-Type: text/plain; charset=iso-8859-1
> > Content-Transfer-Encoding: 8bit
> >
> > damien wrote:
> >
> > > John Grange a écrit :
> > >
> > > > damien wrote:
> > > >
> > > > > John Grange a écrit :
> > > > >
> > > > > > ok I have drakfont finaly adds my fonts now, but after they are
> > > > > > installed and show up in drakfont, I get "font not availble" in
> > > > > > drakfont, and if i pick any of the new fonts in gimp it crashes hard, if
> > > > > > I put the paths for the new fonts in X4's config file they work, it only
> > > > > > dose this when using the xfs with cooker.  Could it be that the xfs from
> > > > > > 3.3.6 isn't quite compat with x4? I'm not sure anyone else haveing this
> > > > > > problem?
> > > > >
> > > > > I have not tested that at all. I don't know why drakfont could hang with
> > > > > XF4...
> > > > > Let me look at it.
> > > >
> > >
> > > OK I've made an install with XF4, and all went great!
> > > Here are  Xfree rpms:
> > > XFree86-libs-3.3.6-14mdk
> > > XFree86-server-common-3.3.6-14mdk
> > > XFree86-xfs-3.3.6-14mdk
> > > XFree86-3.3.6-14mdk
> > > XFree86-75dpi-fonts-3.3.6-14mdk
> > > XFree86-Mach64-3.3.6-14mdk
> > > XFree86-server-4.0-6mdk
> > > drakfont-0.40-12mdk
> > >
> > > Check that you have the last drakfont package, because I made change every days
> > > gimp worked great (tested using arial, verdana, and comicc sans ms). I couldn't
> > > test WP2000 because I don't have any test version and it seems that you can't
> > > get wp office 200 whithout paying 20 $. Is there any free (hum) version?
> > > So I suppose the problem comes with the 2 fonts servers, or something like that.
> > >
> > > Drakfont with XF4 doesn't seems to be problematic.
> > >
> > > >
> > > > It seems it is a problem with xfs both the 3.3.6 and the 4.0 version using
> > > > the ttf render that is build into the X.4 works fine and gimp dose NOT crash.
> > > > so it is definitly with the xfs. btw using the xfs from 4.0 and drakfont
> > > > causes drakfont to crash when selected the fonts that previalsly said "not
> > > > availble" but again if i bypass the xfs and use the font redering in X.4 i
> > > > have no problems. dose this help?
> > >
> > > well yes and no...
> > > I didn't manage to make drakfont crash. Can you give me a sample to reproduce
> > > the crash (with all rpm  Xfree and xfs version)?
> > > thanx a lot
> > >
> > > dam's
> > >
> > > >
> > > >
> > > > -DarkWlf
> >
> > Forgot the font
> >
> > bigo
> > found the problem!!!
> > when i went to attach the fonts to the e-mail I descovered that the fonts are not
> > readable by normal user!! (the ones that drakfont installed!) wich of course will
> > cause problems with xfs since it is not root but in it's own group xfs!
>
> well I've found something too.
> Tell me your security level? ;)
> Well I guess it's 4 or 5.
> In these cases, When you copy files, there are not readable for others than the
> owner.
> OK. I make a fix. Thank you for your good bug report, keep doing so!
>

umm i beleave actualy it is security level 3 here (normal) wich is what I chose on
install.

so I don't think it is that.

-DarkWlf





Re: [Cooker] funky little Mandrake 7.1

2000-05-15 Thread John Grange

ptah wrote:

> >
> > it happened to me when i installed the X4  libs from contrib, if i reinstall
> > 3.3.6. (It was happining with gdm)
> >
> > -DarkWlf
>
> So you corrected this how?  I am using gdm as well.  How do I switch
> to kdm?  Thanks.

It works fine if you use the default x 3.3.6 libs and only the x.4 sever rpm

to switch to kdm link /etc/X11/prefdm to kdm

-DarkWlf





Re: [Cooker] funky little Mandrake 7.1

2000-05-15 Thread John Grange

Guillaume Cottenceau wrote:

> ptah <[EMAIL PROTECTED]> writes:
>
> > Greetings, when you install Xfree86 4.0 during Mandrake installation and
> > setup everything no matter what it makes a link in /etc/X11 to the
> > 3.3.6.  This caused me a lot of trouble getting quake 3 to work :)
> >
> > also now that I have Xfree86 4.0 up and running, when I try and load
> > a program from an xterm it tells me this:
> >
> > Xlib: connection to ":0.0" refused by server
> > Xlib: Client is not authorized to connect to Server
> >
> > Gtk-WARNING **: cannot open display: :0
>
> "xhost +" ?
>
> maybe the msec security level is not authorizing you to connect
> defaultly..
>
> >
> >
> > any ideas how to fix that?
> >
>
> --
> Guillaume Cottenceau

it happened to me when i installed the X4  libs from contrib, if i reinstall
3.3.6. (It was happining with gdm)

-DarkWlf





Re: [Cooker] two things

2000-05-15 Thread John Grange

damien wrote:

> John Grange a écrit :
>
> > damien wrote:
> >
> > > John Grange a écrit :
> > >
> > > > ok I have drakfont finaly adds my fonts now, but after they are
> > > > installed and show up in drakfont, I get "font not availble" in
> > > > drakfont, and if i pick any of the new fonts in gimp it crashes hard, if
> > > > I put the paths for the new fonts in X4's config file they work, it only
> > > > dose this when using the xfs with cooker.  Could it be that the xfs from
> > > > 3.3.6 isn't quite compat with x4? I'm not sure anyone else haveing this
> > > > problem?
> > >
> > > I have not tested that at all. I don't know why drakfont could hang with
> > > XF4...
> > > Let me look at it.
> >
>
> OK I've made an install with XF4, and all went great!
> Here are  Xfree rpms:
> XFree86-libs-3.3.6-14mdk
> XFree86-server-common-3.3.6-14mdk
> XFree86-xfs-3.3.6-14mdk
> XFree86-3.3.6-14mdk
> XFree86-75dpi-fonts-3.3.6-14mdk
> XFree86-Mach64-3.3.6-14mdk
> XFree86-server-4.0-6mdk
> drakfont-0.40-12mdk
>
> Check that you have the last drakfont package, because I made change every days
> gimp worked great (tested using arial, verdana, and comicc sans ms). I couldn't
> test WP2000 because I don't have any test version and it seems that you can't
> get wp office 200 whithout paying 20 $. Is there any free (hum) version?
> So I suppose the problem comes with the 2 fonts servers, or something like that.
>
> Drakfont with XF4 doesn't seems to be problematic.
>
> >
> > It seems it is a problem with xfs both the 3.3.6 and the 4.0 version using
> > the ttf render that is build into the X.4 works fine and gimp dose NOT crash.
> > so it is definitly with the xfs. btw using the xfs from 4.0 and drakfont
> > causes drakfont to crash when selected the fonts that previalsly said "not
> > availble" but again if i bypass the xfs and use the font redering in X.4 i
> > have no problems. dose this help?
>
> well yes and no...
> I didn't manage to make drakfont crash. Can you give me a sample to reproduce
> the crash (with all rpm  Xfree and xfs version)?
> thanx a lot
>
> dam's
>
> >
> >
> > -DarkWlf

Forgot the font

bigo
found the problem!!!
when i went to attach the fonts to the e-mail I descovered that the fonts are not
readable by normal user!! (the ones that drakfont installed!) wich of course will
cause problems with xfs since it is not root but in it's own group xfs!

-rwxr-x---1 root root   134000 May  7 10:23 8-PM.ttf*
-rwxr-x---1 root root   137568 May  7 10:22 GOTHIC.ttf*
-rwxr-x---1 root root40656 May  7 10:24 brandywi.ttf*
-rw-r--r--1 root root 1468 May 13 21:34 fonts.dir
-rw-r--r--1 root root52720 May  7 16:16 verdana.ttf

that is the drakfont dir

you see what i mean??



20
brandywi.ttf -altsys-Brandywine"-medium-r-normal--0-0-0-0-p-0-ascii-0
8-PM.ttf -altsys-8Pin Matrix-medium-r-normal--0-0-0-0-p-0-ascii-0
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-koi8-u
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-koi8-r
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-15
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-14
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-13
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-10
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-9
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-7
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-5
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-4
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-3
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-2
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-ascii-0
GOTHIC.ttf -monotype-Century Gothic-medium-r-normal--0-0-0-0-p-0-iso8859-1
verdana.ttf -microsoft-Verdana-medium-r-normal--0-0-0-0-p-0-iso8859-15
verdana.ttf -microsoft-Verdana-medium-r-normal--0-0-0-0-p-0-iso8859-9
verdana.ttf -microsoft-Verdana-medium-r-normal--0-0-0-0-p-0-ascii-0
verdana.ttf -microsoft-Verdana-medium-r-normal--0-0-0-0-p-0-iso8859-1



Re: [Cooker] two things

2000-05-15 Thread John Grange

damien wrote:

> John Grange a écrit :
>
> > damien wrote:
> >
> > > John Grange a écrit :
> > >
> > > > ok I have drakfont finaly adds my fonts now, but after they are
> > > > installed and show up in drakfont, I get "font not availble" in
> > > > drakfont, and if i pick any of the new fonts in gimp it crashes hard, if
> > > > I put the paths for the new fonts in X4's config file they work, it only
> > > > dose this when using the xfs with cooker.  Could it be that the xfs from
> > > > 3.3.6 isn't quite compat with x4? I'm not sure anyone else haveing this
> > > > problem?
> > >
> > > I have not tested that at all. I don't know why drakfont could hang with
> > > XF4...
> > > Let me look at it.
> >
>
> OK I've made an install with XF4, and all went great!
> Here are  Xfree rpms:
> XFree86-libs-3.3.6-14mdk
> XFree86-server-common-3.3.6-14mdk
> XFree86-xfs-3.3.6-14mdk
> XFree86-3.3.6-14mdk
> XFree86-75dpi-fonts-3.3.6-14mdk
> XFree86-Mach64-3.3.6-14mdk
> XFree86-server-4.0-6mdk
> drakfont-0.40-12mdk
>
> Check that you have the last drakfont package, because I made change every days
> gimp worked great (tested using arial, verdana, and comicc sans ms). I couldn't
> test WP2000 because I don't have any test version and it seems that you can't
> get wp office 200 whithout paying 20 $. Is there any free (hum) version?
> So I suppose the problem comes with the 2 fonts servers, or something like that.
>
> Drakfont with XF4 doesn't seems to be problematic.
>
> >
> > It seems it is a problem with xfs both the 3.3.6 and the 4.0 version using
> > the ttf render that is build into the X.4 works fine and gimp dose NOT crash.
> > so it is definitly with the xfs. btw using the xfs from 4.0 and drakfont
> > causes drakfont to crash when selected the fonts that previalsly said "not
> > availble" but again if i bypass the xfs and use the font redering in X.4 i
> > have no problems. dose this help?
>
> well yes and no...
> I didn't manage to make drakfont crash. Can you give me a sample to reproduce
> the crash (with all rpm  Xfree and xfs version)?
> thanx a lot
>
> dam's
>
> >
> >
> > -DarkWlf

Ok xfs 3.3.6 Dose not make drakfont crash, it caused the program to display "font
not availible" it was gimp that was crashing if you selected the fonts that were
installed pretty much any ttf that didn't come with mandrake. but there are NO
problems if i just put the /usr/lib/X11R6/lib/fonts/drakfont in the XF86Config
"FonrPath".

XFree86-server-4.0-6mdk
XFree86-xfs-3.3.6-14mdk
drakfont-0.40-8mdk

I will attach a font that I use for an example that will cause the above problems.

now if you install XFree86-xfs-4.0-6mdk and XFree86-libs-4.0-6mdk from contribs,
the same fonts will cause drakfont to crash instead of displaying the font not
available error msg in drakfont.

so I do not think it is drakfont at all, i beleave it is xfs, not being able to
handle alot of ttf fonts!

-DarkWlf





Re: [Cooker] Gnome bug..?

2000-05-15 Thread John Grange

Magnus Holmberg wrote:

> When I configuruating the background using gnomecc I run into some
> trouble.
> I chose Vertical Gradient push the ok button and then logout.
> When I logout I push the save-session button. But when I login again next
> time I get the solid background. It seems to be impossible to save the
> gradient one. (but it works until i logout)
>
> /M

It is imposible to save the background settings pretty much at all in the
gnomecc, it is a bug and should hopefully be fixed soon (acording to the
helix team)


-DarkWlf





Re: [Cooker] two things

2000-05-15 Thread John Grange

damien wrote:

> John Grange a écrit :
>
> > ok I have drakfont finaly adds my fonts now, but after they are
> > installed and show up in drakfont, I get "font not availble" in
> > drakfont, and if i pick any of the new fonts in gimp it crashes hard, if
> > I put the paths for the new fonts in X4's config file they work, it only
> > dose this when using the xfs with cooker.  Could it be that the xfs from
> > 3.3.6 isn't quite compat with x4? I'm not sure anyone else haveing this
> > problem?
>
> I have not tested that at all. I don't know why drakfont could hang with
> XF4...
> Let me look at it.

It seems it is a problem with xfs both the 3.3.6 and the 4.0 version using
the ttf render that is build into the X.4 works fine and gimp dose NOT crash.
so it is definitly with the xfs. btw using the xfs from 4.0 and drakfont
causes drakfont to crash when selected the fonts that previalsly said "not
availble" but again if i bypass the xfs and use the font redering in X.4 i
have no problems. dose this help?

-DarkWlf





[Cooker] new hacklicq rpms

2000-05-14 Thread John Grange

ok after much hooploa everything seems to be functioing here normaly
again;)

as per request the rpms are now hacklicq-cvsdate and
hacklicq-gtk-cvsdate respectivly

the url is (was wrong the first time around)

ftp://wolvesden.dhs.org/pub/RPM/RPMS/

-DarkWlf





Re: [Cooker] licq cvs rpms

2000-05-14 Thread John Grange

Geoffrey Lee wrote:

> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, May 14, 2000 12:50 PM
> >
> > could someone point me to the way to do this easily in the spec file?
>
> do something like
>
> %define rname licq
> %define rversion (whatever vesrion)
> %define cvsdate
>
> Name: hack%{rname}
> Version: %{version}-%{cvsdate}
>
> something like that.
>
> you'd need to do
>
> %setup -n %{rname}-%{rversion} of course ...
>
> >
> > ie for the dirs etc
> >
>
> huh ..? for dir ...? i don't get it ...?
>
> // GEoff

I was talking about that in the tar files is the dir "licq-cvsdate"

DarkWlf




Re: [Cooker] licq cvs rpms

2000-05-13 Thread John Grange

Geoffrey Lee wrote:

> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, May 14, 2000 7:17 AM
> > To: Linux-cooker
> > Subject: [Cooker] licq cvs rpms
> >
> >
> > here are the rpms promised for licq and gtk cvs copies, there are no
> > rpms for the extra stuff that is included in the main .81 package I saw
> > no need.
> >
> ftp://wolvesden.dhs.org/RPM/RPMS
>
> you left out the pub directory ...
>
> anyways, using the CVS snap date would probably have been better.
>
> // Geoff
>
> -DarkWlf

could someone point me to the way to do this easily in the spec file?

ie for the dirs etc





[Cooker] licq cvs rpms

2000-05-13 Thread John Grange

here are the rpms promised for licq and gtk cvs copies, there are no
rpms for the extra stuff that is included in the main .81 package I saw
no need.

ftp://wolvesden.dhs.org/RPM/RPMS

-DarkWlf





[Cooker] two things

2000-05-13 Thread John Grange

ok I have drakfont finaly adds my fonts now, but after they are
installed and show up in drakfont, I get "font not availble" in
drakfont, and if i pick any of the new fonts in gimp it crashes hard, if
I put the paths for the new fonts in X4's config file they work, it only
dose this when using the xfs with cooker.  Could it be that the xfs from
3.3.6 isn't quite compat with x4? I'm not sure anyone else haveing this
problem?


to the packager of licq, the new gtk plugin for licq in cvs is much
better they now have a gnome applet for it as well as some other neat
features that are needed, could we have this in contribs or would anyone
like me to package it up? I would be willing to do a cvs update nightly
and make an rpm availble on my ftp site. anyone?

-DarkWlf





Re: [Cooker] Fixed GNOME bug... how?

2000-05-12 Thread John Grange

> I think John and I are talking about the bland desktop icons displayed
> by GMC, and as such I'm inclined to believe for this particular problem
> his solution should work. Downloading the new helix packages John,
> thanks everyone.
>
> --
> Michèl Alexandre Salim
>
> Kindness is the beginning of cruelty.
> -- Muad'dib [Frank Herbert, "Dune"]

No prob awalys willing to help:)

i am very happy to have mine back;) lol

oh the control-center problem with the background not being able to be disabled in 
gnome
is going to be fixed soon as well , hopefully today.


-DarkWlf





Re: [Cooker] Fixed GNOME bug... how?

2000-05-12 Thread John Grange

Guillaume Cottenceau wrote:

> Michèl Alexandre Salim <[EMAIL PROTECTED]> writes:
>
> > Hi,
> >   Which package do I have to upgrade from a stock 7.1b2 installation to
> > get rid of the GNOME desktop icon bug? I just installed GNOME 1.1.90
> > from Helix and the problem is still present. Do I have to install the
> > latest cooker mc/gmc, or which package, to fix the bug?
>
> it is fixed by Daouda in latest sawmill package [was a nasty bug of
> sawmill programmers]
>
> > Thanks in advance,
> > --
> > Michèl Alexandre Salim
> >
> > Kindness is the beginning of cruelty.
> >   -- Muad'dib [Frank Herbert, "Dune"]
> >
>
> --
> Guillaume Cottenceau

It had nothing to do with sawmill and protested with other window managers, you
have to install the latest gnome libs and gmc wich i beleave is 46_helix3 and
libs 61_helix3
:)

no more bland icons here

-DarkWlf





[Cooker] awe64

2000-05-07 Thread John Grange

simple fix for the sound , found problem with the harddrake not
detecting my sound card was a missing identiy in the isa.lst
after copying the other AWE64 entry and adding the id for MY card making
it awe64(c) it comes it perfect.
that was all it was my id was different from both config a and b
although i am not sure why but the awe midi part of the card is not
being installed. any ideas why?


[Device]
Id=CTL00e4
Vendor=Creative Labs
Model=SoundBlaster AWE64(c)
Description=No informations
Type=soundcard
ModuleName=sb
IO=220;240;260;280
IRQ=5;7;9;10
DMA=0;1;3
DMA2=0;1;3;5;6;7
MPU401IO=330;300
Options=HAS_AWE|HAS_DMA16|HAS_MPU401
[End]





Re: [Cooker] AWE64 sound

2000-05-05 Thread John Grange

Guillaume Cottenceau wrote:

> John Grange <[EMAIL PROTECTED]> writes:
>
> > *sighs* it seems as though i'm begining to feel like a broken record,
> > I can not get sounddrake to detect my awe 64 isa sound card, do we have
> > a solution for this
>
> Okay, just discussed that: sndconfig is being re-include in main distrib
> [was planned to contribs for 7.1]..
>
> New version of sounddrake is due to arrive, but we will be probably too
> late for 7.1
>
> --
> Guillaume Cottenceau

fyi lothar soundconfig 0.7.1 + detect 0.35 found the sound card (don't know
about configureing it properly though.

i think all that needs updating is detect wich is currently .29 to .35 and
recompiling sounddrake to use that version??

-DarkWlf





[Cooker] AWE64 sound

2000-05-05 Thread John Grange

*sighs* it seems as though i'm begining to feel like a broken record,
I can not get sounddrake to detect my awe 64 isa sound card, do we have
a solution for this

-DarkWlf





Re: [Cooker] cdrom.img

2000-05-05 Thread John Grange

Pixel wrote:

> ptah <[EMAIL PROTECTED]> writes:
>
> > Where can I get this latest chdrom.img file that will work with
> > ata/66?  Thanks.
>
> on any mandrake devel mirror.

as of 11:04 the hd,img is still messed up i can not use it, it says
modprobe ide failed or something like that in the console.

-DarkWlf





Re: [Cooker] UDMA-66 for Mandrake 7.1Beta Installation

2000-05-05 Thread John Grange

Daouda LO wrote:

> Phil a écrit :
>
> >   My ftp install was going great tonight until rpmfind.net disappeared,
> > don't know if they cut me off or what.
> >
> >   Up to that point, the new installer detected everything nicely: USB mouse,
> > on-board UDMA-66 (PB6), SMP, reiser also went well onto a new 20GB. The only
> > snag was two bad packages located on both ftp sites (sunet & rpmfind):
> > logrotate-3.3-4mdk and sysklogd-1.3.31-11mdk.
>
> the current packages on cooker are respectively 5mdk and 12mdk! maybe some
> mirror problems .
>
> >
> >
> >   Real nice : )
>
> --
>  --^^/°°\^^--
> | Daouda LOemail:[EMAIL PROTECTED]
> | workin' on KDE-GNOME interoperability

I see alot of activitie on udma 66 how about good old udma 33? the support is
availble in the 2.3.99 kernel but not in the 2.2..15 kernel, I have an asus p5a
but i get this on bootup

ALI15X3: IDE controller on PCI bus 00 dev 78
ALI15X3: not 100% native mode: will probe irqs later
ALI15X3: simplex device:  DMA disabled
ide0: ALI15X3 Bus-Master DMA disabled (BIOS)
ALI15X3: simplex device:  DMA disabled
ide1: ALI15X3 Bus-Master DMA disabled (BIOS)


can we add a patch to the kernel to support the ali1543 chipset?

-darkWlf





[Cooker] man pages fubar

2000-05-04 Thread John Grange

when running man "manpage" I get the following error msg from man (if I
am a normal user) but if i am root it displays fine

that is the error msg i get when i run as normal user and not root, if i
run as root the page displays fine

any ideas?

There is no -= option ("less --help" for help)
Error executing formatting or display command.
System command /usr/bin/bzip2 -c -d /var/catman/cat1/cvs.1.bz2 |
/usr/bin/less -is exited with status 1.





[Cooker] probs with urpmi

2000-05-04 Thread John Grange

I get the following error message from urpmi

Insecure $ENV{IFS} while running with -T switch at /usr/bin/urpmi line
49.

it has been here for awhile





Re: [Cooker] Softwares

2000-05-04 Thread John Grange

Faisal Mahmood wrote:

> Hi,
> I would like to suggest you to include the following to the linux-mandrake
> as you have expanded it to two CDs (having a lot of space for softwares):
>
> - Apache 2
> - Linux jdk 1.2.2 and all other Java packages
> - Java Servlet support for Apache
> - JSP (Java Server Pages) support for Apache (probably GnuJSP)

not sure on these might be a good idea espcialy JDK (JRE)? whatever, that
staroffice requires for java support! ;)

>
> - PHP3 and PHP4 and PHP support for Apache

already included (php3) as well as the support for appache

>
> - MySQL, MySQL JDBC and MySQL support for Apache

MySQL is already part of the main distrib and has been for quite some time.

>
> - PostgreSQL support for Apache

already included and has been for some time.

>
> - Acrobat Reader 4.01

good idea not sure about licencing though.

>
> - Games - XBlast
> - Nedit Editor

I beleave that this is already part of the distrib added recently

>
> - Internet sharing facility for LANs without recompiling kernel

already part of the kernel (ip masqurading) has been compiled default in
kernel since before 7.0
you need ipchains to enable it (part of the distrib)

>
> - Optional fully graphical start-up (no DOS kind of screen at all)

that would be a nifty thing but i doubt will be included in 7.1


>
>
> If you need the URLs let me know.
>
> Thank you,
>
> Faisal
> [EMAIL PROTECTED]

-DarkWlf





[Cooker] AWE 64 sound not working

2000-05-04 Thread John Grange

Sound is not confiuguarable via drakesound in 7.1b, and hasn't been ever
on my system, I have a simple awe64 pnp isa card, wich is detected and
configured by the sndconfig util that is included with 7.0 but absent
from 7.1b can we PLEASE fix this already?? ;)

-DarkWlf





Re: [Cooker] gettext deleting?

2000-05-04 Thread John Grange

Alexandre Dussart wrote:

> Geoff Rivell <[EMAIL PROTECTED]> writes:
>
> > When I run autogen for GIMP CVS, gettext seems to remove every file (except the 
>directories).  I had to downgrade to get it to work.
>
> Hi,
>
> You need to install gettext-devel package too. gettext package has
> been recently splitted into 2 packages.
>
> Greets,
>   Alex.
>
> --
> MandrakeSoft http://www.mandrakesoft.com/
>--Alexandre

but should that cause the program to run "rm *" in the current dir? isn't that a lil 
dangerous!?!?

I simply replaced it with the rpm from 7.0

-Darkwlf





[Cooker] new gnome desktop

2000-05-02 Thread John Grange

is there anyone out there using the natalis desktop?? I have sucesfully
compiled it but it seg faults on running, anyone running it know why it
would do this or possibly tell me what I need to run it, ie what
versions of the libs

-DarkWlf





Re: [Cooker] compiling nautalis (new gnome desktop)

2000-05-01 Thread John Grange

John Grange wrote:

> requires using gettextize for I'm asuming multi-lingual things, I am not
> sure. but when i run gettextize no matter what options I supply I get
> "rm *" and it removes all the files in the current dir, this is
> obviously not the correct function of the program is it
>
> I'm running 7.1b
>
> -DarkWlf

installing the version from the 7.0 cd fixed the problem, what did we
change to cause this program to be so destructive??? lol

just a minor bug there

-DarkWlf





[Cooker] compiling nautalis (new gnome desktop)

2000-05-01 Thread John Grange

requires using gettextize for I'm asuming multi-lingual things, I am not
sure. but when i run gettextize no matter what options I supply I get
"rm *" and it removes all the files in the current dir, this is
obviously not the correct function of the program is it

I'm running 7.1b

-DarkWlf





[Cooker] ppp conection

2000-04-30 Thread John Grange

on boot up of the system (this bug has been around since 7.0b) the
system says

"FAILED" retrying in background" even though it connects fine and
everything is fucntion normaly for the conection.. I tested this on the
console, and found the ./ifup ppp0 dose not display this message, but if
I do ./ifup ppp0 boot (as it is in the init scripts) it dose.

I have looked into every script that I can find on the system relating
to the networking and can not find this line of text, so I am not sure
where it is failing or saying that it is failing, anyone have any ideas
on where abouts this is happining and how we can fix this? as I said the
conection dose work but it says "FAILED" in red and then retrying in
background" (it dosn't actualy retry cause it is already connected
correctly) any ideas??


-DarkWlf





[Cooker] Install problems

2000-04-30 Thread John Grange

Here are the bugs i have noted as of 4-29-2000 I did multiple rysncs
before install and made sure everything was updated correctly;)

Install Class Expert / Server
using hd.img installing from ext2 partion

System is as follows-

Asus P5A MB
AMD k6-2 380
128 meg pc100 ram
Adaptec 2940u
3com 905tx 100
SB isa AWE64 pnp
Matrox Millium g200 8meg AGP
---

Language Selected English-

First problem is as noted before , I can not mount My /home partion
using the disk partion utility in the installer, as it is where I am
installing the files from, so it is mounted as /mnt/hd, and will not let
Me unmount the partion and remount it, sugestion, perhaps before we
mount the install media it could "ask" us where we want the partion
mounted? that seems the simplest solution to the problem (that is in the
text part of the install before we boot the graphic installer...


Secound problem is the package selection.. after selecting the groups
and going on to the manul package selection, I have noted some various
bugs and abnormilties.. some very severe some just anoying.. they are do
with the dependecy's... I will list some expamples of them but I did not
have the patioence to write them ALL down there is quite a few...alot of
them have to do with the laungue stuff.

gnozip -requires Basilikll (mac emulator??) CodeCommander, SVGATextMode,
audiofile.. now I am not sure on these but I am pretty sure that these
have NOTHING to do with echother.

auto selcted "howto-html-el" not "howto-html-en" like it should be since
I chose "english" laungage.

gnome-print-devel - requires lilo-doc ... this also has nothing to do
with the other.

unselcting vim-common causes the installer to pop dialog box saying
"Package can not be base" and then dumps you back into the partion part
of the installer.

Netscape Comunicator or Nav requires Netscape castelano, (spanish
edition) this is definitly not right and causes some serious problems...

Netconfig reqires codewars (wich is a game)!!!

there are many many other deps problems unselction a package that is
realy not much will pop up a box saying that it will be uninstaling many
nessary packages for daily use of the system including alot of gnome and
base lib packages...

On compleation of the install tasks it will ask Me if i want to
reconfigure the network saying it was previously configured, this is
rather confusing considering that it is a fresh install on a formated
partion.

the network config for the ppp still dose not allow you to configure the
local and remote ip addresses or the on boot flag, wich is nessary for
my daily use. 

the password for pap is as follows -"password""- this seems to work
though so i guess it is only cosmetic. the conection dose work now.

the rescue for hd dose not work and crashes after loading the ide and
scsi drivers detected, the same hd.img loads fine for the install, I am
never asked for the secound disk. 

sound STILL is not detected by sounddrake and I still have to use the
sndconfig from the 7.0 wich works fine as stated before it is a AWE64
pnp, this is not a dificult card to detect! in the harddrake it shows
soundcard.. but there is no detected card nor a botton to configure the
sound card. 

xmms and xchat do not have menu entries, and i am sure there are others
in gnome panel. 

the gnome desktop icons are severly messed up and are set to the bland
default icons. 

apon booting kde there is like 3 items in the menu etries, even though
there is 90% of the kde software installed as well as other various X
programs. 

apon installing the helixcode gnome stuff i have most of my desktop
functionality back. but the icons are messed up for a different reason. 

that is all that I wrote down last night during the long install, sorry
for the realy long list of bugs but there are some seroius bugs here
that need to be resolved. 


-DarkWlf




Re: [Cooker] Mandrake 7.1-BETA (Hydrogen) is available.

2000-04-25 Thread John Grange

Geoffrey Lee wrote:

> > > >
> > >
> > > ah, but not everyone likes qt ... one of them 's me ...because
> > i think the
> > > license really sucks...
> > >
> > > >   Gael.
> > > >
> > > > --
> > > > < Gael DUVAL - [EMAIL PROTECTED] >
> > > > < http://www.mandrake.com >
> > > >
> >
> > qt is ok, but gtk is much better in many ways;)
> >
>
> Nah, the QPL really sucks...even though that qt is now free software ...i
> wouldn't use it unless absolutely necessary. you see a lot of software
> vendors trying to embrace open source/free software in some way, but they're
> too scared to use the GPL. ..
>
> gtk is cool. the best one is that it's LGPL. :-)
>

ok excuse My ignerence but what is the difference between GPL and LGPL? and
other such licences is there a good place to go to find out the different
licences and such

-DarkWlf





Re: [Cooker] Mandrake 7.1-BETA (Hydrogen) is available.

2000-04-25 Thread John Grange

Geoffrey Lee wrote:

> > > I know that a lot of effort was put into the current graphical
> > installer,
> > > but I was wondering if anyone is reconsidering now that Qt Embed has
> > > been released
> >
> > really? where please? :)
> >
>
> ah, but not everyone likes qt ... one of them 's me ...because i think the
> license really sucks...
>
> >   Gael.
> >
> > --
> > < Gael DUVAL - [EMAIL PROTECTED] >
> > < http://www.mandrake.com >
> >

qt is ok, but gtk is much better in many ways;)

I would hate too see the ui for the mandrake stuff switch to qt


-DarkWlf





Re: [Cooker] install as of 4-20-2000 grr

2000-04-21 Thread John Grange

Francis GALIEGUE wrote:

> Francis GALIEGUE <[EMAIL PROTECTED]> writes:
>
> > >
> > > anoying bug that is still HERE! I can not get draksound / lothar sound
> > > to find my sound card! I have no way of confiuring sound unless I
> > > download sndconfig from the 7.0 distrib.. can we PLEASE fix this???
> > > pretty please??
> > >
> >
> > What soundcard is that? If PCI, please send the ids (lspci -n) and the
> > driver which handles it so that Pixel complete his PCI table.
> >
>
> Oops! Forgot to send it to you :)
>
> --
> fg
>
> # rm *;o
> o: command not found

It is not pci, it is an SoundBlaster AWE64 pnp. I did pnpdump and have
attached the file to this e-mail for verifcation. I repeat sndconfig detects
the sound card perfectly and it configures it fine.

-DarkWlf



# $Id: pnpdump.c,v 1.21 1999/12/09 22:28:33 fox Exp $
# Release isapnptools-1.21b (library isapnptools-1.21b)
# 
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
# 
# For details of the output file format, see isapnp.conf(5)
# 
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
# 
# Compiler flags:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
# (for   library:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR)
# 
# Trying port address 0273
# Board 1 has serial identifier a0 1d 4e 7e fc e4 00 8c 0e

# (DEBUG)
(READPORT 0x0273)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier a0 1d 4e 7e fc e4 00 8c 0e)
# Vendor Id CTL00e4, Serial Number 491683580, checksum 0xA0.
# Version 1.0, Vendor version 1.0
# ANSI string -->Creative SB AWE64  PnP<--
# Vendor defined tag:  73 02 45 20
#
# Logical device id CTL0045
# Device supports vendor reserved register @ 0x38
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3b
# Device supports vendor reserved register @ 0x3e
# Device supports vendor reserved register @ 0x3f
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE CTL00e4/491683580 (LD 0
# ANSI string -->Audio<--

# Multiple choice time, choose one only !

# Start dependent functions: priority preferred
#   IRQ 5.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 5 (MODE +E)))
#   First DMA channel 1.
# 8 bit DMA only
# Logical device is a bus master
# DMA may execute in count by byte mode
# DMA may not execute in count by word mode
# DMA channel speed in compatible mode
# (DMA 0 (CHANNEL 1))
#   Next DMA channel 5.
# 16 bit DMA only
# Logical device is a bus master
# DMA may not execute in count by byte mode
# DMA may execute in count by word mode
# DMA channel speed in compatible mode
# (DMA 1 (CHANNEL 5))
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0220
# Maximum IO base address 0x0220
# IO base alignment 1 bytes
# Number of IO addresses required: 16
# (IO 0 (SIZE 16) (BASE 0x0220))
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0330
# Maximum IO base address 0x0330
# IO base alignment 1 bytes
# Number of IO addresses required: 2
# (IO 1 (SIZE 2) (BASE 0x0330))
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0388
# Maximum IO base address 0x0388
# IO base alignment 1 bytes
# Number of IO addresses required: 4
# (IO 2 (SIZE 4) (BASE 0x0388))

#   Start dependent functions: priority acceptable
#   IRQ 5, 7, 9 or 10.
# High true, edge sensitive interrupt (by default)
# (INT 0 (IRQ 5 (MODE +E)))
#   First DMA channel 0, 1 or 3.
# 8 bit DMA only
# Logical device is not a bus master
# DMA may execute in count by byte mode
# DMA may not execute in count by word mode
# DMA channel speed in compatible mode
# (DMA 0 (CHANNEL 0))
#   Next DMA channel 5, 6 or 7.
# 16 bit DMA only
# Logical device is a bus master
# DMA may not execute in count by byte mode
# DMA may execute in count by word mode
# DMA channel speed in compatible mode
# (DMA 1 (CHANNEL 5))
#   Logical device decodes 16 bit IO address lines
# Minimum IO base address 0x0220
# Maximum IO base address 0x0280
# IO base alignment 32 bytes
# Number of IO addresses required: 16
# (IO 0 (SIZE 16)

[Cooker] Install as of 4-20-2000

2000-04-21 Thread John Grange

ok pixel the install bug that was causing the installer to crash is now
gone! yeah it installs.

bug1, the ppp config in the drakx installer is still screwed up, it
still dosn't allow configuration of the ip addresses (nessary if you
have a static ip, dose not allow config of the activate on bootup wich
is very nessary at least on my system.. but the bug is this, after
booting the system and activating the ppp device, it will dial and fail
to login, it just connects then hangs up, if i go into linxu conf and
configure the device with the redhatppp module, it shows the PAP user
name as whatever I put in as the configuration name and it shows no pap
password, after changeing those to items in linxuconf it dials and
connects fine, but in the /etc/sysconfig/network-scripts/ifcfg-ppp0 it
shows the pap username as the config name! wierd.


secound bug very very very anoying... after confiuring everything i
relazed that I was not recieveing mail, after checking the
/var/log/maillog it said postfix was unable to create the
/var/spool/mail/usrename file

looking into this user postfix did not have write privileges, simply
adding postfix to the mail group fixes this problem not sure if this is
the right way though...


feture request?? if we can't get the helix rpms into the default install

can we at least use the gtk-engines from there , they have A LOT more
themes for gtk in there;)

bug.. xmms dose not show in the gnome menu even though it is
installed installing the helix rpms fixes this.

feture request , can we have the helix rpm for the gnome-applets, the
one that is in cooker is well rather bleak on fetures!

bug / feture request, can we have the printer confiuration from the
installer in the main drakconf?? with all the printers? there is only 3
choices in the drakprinter config.

anoying bug that is still HERE! I can not get draksound / lothar sound
to find my sound card! I have no way of confiuring sound unless I
download sndconfig from the 7.0 distrib.. can we PLEASE fix this???
pretty please??

another small bug that is still here, on boot up when conecting to ppp
on bootup it say "FAILED" even though it connected correctly and the
interface is working?

feature request pixel.. since i think the installer is your baby? i have

the cooker files in /home/ftp/pub/cooker , /home is a serperate drive,
on selecting the install files from the install disk everything is found

correctly but when configuring the drives in the installation processs I

am unable to tell the installer that the partion is to be mounted as
/home thus i have to manuly change the mount after boot wich screws up
the urpmi default entry so I have to create a symbolic link to the /home

from /mnt/hdftp...(hdftp was what it was after this install before it
was "hd" bug?  is there a way we can fix it so it will be mounted as
/home instead of /hd??

-DarkWlf







[Cooker] install as of 4-20-2000 grr

2000-04-21 Thread John Grange

ok pixel the install bug that was causing the installer to crash is now
gone! yeah it installs.

bug1, the ppp config in the drakx installer is still screwed up, it
still dosn't allow configuration of the ip addresses (nessary if you
have a static ip, dose not allow config of the activate on bootup wich
is very nessary at least on my system.. but the bug is this, after
booting the system and activating the ppp device, it will dial and fail
to login, it just connects then hangs up, if i go into linxu conf and
configure the device with the redhatppp module, it shows the PAP user
name as whatever I put in as the configuration name and it shows no pap
password, after changeing those to items in linxuconf it dials and
connects fine, but in the /etc/sysconfig/network-scripts/ifcfg-ppp0 it
shows the pap username as the config name! wierd.


secound bug very very very anoying... after confiuring everything i
relazed that I was not recieveing mail, after checking the
/var/log/maillog it said postfix was unable to create the
/var/spool/mail/usrename file

looking into this user postfix did not have write privileges, simply
adding postfix to the mail group fixes this problem not sure if this is
the right way though...


feture request?? if we can't get the helix rpms into the default install
can we at least use the gtk-engines from there , they have A LOT more
themes for gtk in there;)

bug.. xmms dose not show in the gnome menu even though it is
installed installing the helix rpms fixes this.

feture request , can we have the helix rpm for the gnome-applets, the
one that is in cooker is well rather bleak on fetures!

bug / feture request, can we have the printer confiuration from the
installer in the main drakconf?? with all the printers? there is only 3
choices in the drakprinter config.

anoying bug that is still HERE! I can not get draksound / lothar sound
to find my sound card! I have no way of confiuring sound unless I
download sndconfig from the 7.0 distrib.. can we PLEASE fix this???
pretty please??

another small bug that is still here, on boot up when conecting to ppp
on bootup it say "FAILED" even though it connected correctly and the
interface is working?

feature request pixel.. since i think the installer is your baby? i have
the cooker files in /home/ftp/pub/cooker , /home is a serperate drive,
on selecting the install files from the install disk everything is found
correctly but when configuring the drives in the installation processs I
am unable to tell the installer that the partion is to be mounted as
/home thus i have to manuly change the mount after boot wich screws up
the urpmi default entry so I have to create a symbolic link to the /home
from /mnt/hdftp...(hdftp was what it was after this install before it
was "hd" bug?  is there a way we can fix it so it will be mounted as
/home instead of /hd??

-DarkWlf





[Cooker] install as of tue 18th

2000-04-18 Thread John Grange

I attempted a hd install as of tue 18th after selecting the dir for the
install files I recieved

"Install exited abnormaly recieved singal 4"
you may saftly reboot your system.

the install medis is on the primary Ide partion, I also have a
SCSI Adaptech 2940 U with 2 drives attached.


-DarkWlf