RE: [Cooker] mkinitrd-3.1.6-17mdk is comatized...

2002-01-15 Thread Borsenkow Andrej

> 
> Hi list,
> 
> I'm running:
> 
> mkinitrd -v /boot/initrd-2.4.17-5mdksmp-TEST.img 2.4.17-5mdksmp
> 
> And nothing happens for a _very_ long time, it seems mkinitrd is
> comatized...
> 
> this:
> 
> time -p mkinitrd -v -f /boot/initrd-2.4.17-5mdksmp-TEST.img
2.4.17-5mdksmp
> 
> gives:
> 
> real 39.36
> user 31.78
> sys 7.26
> 
> (strace log attached.)
>

I recall similar problem when program statted fixed built-in device
names that resulted in devfsd attempting to load various modules. What
top says during mkinitrd run?

BTW if you debug timing problem it is helpful to do strace -r to get
relative timestamps (to know how much which call takes).

-andrej




Re: [Cooker] Nvidia and 17-5 kernel

2002-01-15 Thread John Johnson

On Wed, 2002-01-16 at 00:10, Salane wrote:
> works fine here I had some problems a while back with liblcms1
> I now have two installed
> liblcms1-1.07-3mdk
> liblcms1-1.08-1mdk
> 
> 
> Has anyone gotten the nvidia drivers to work with kernel-2.4.17-5mdk?
> 
> Startx would give nvidia_kernel driver errors.
> 
> At this point I have reverted to the 17-1 kernel, rebuilt and installed the
> nvidia derivers and they run without problem with it.
> 
> 
>Charles
> 
> 
The nvidia driver works fine with kernel-2.4.17-5mdk. Did you install
kernel-source-2.4.17-5mdk and kernel-headers-2.4.17-22mdk?

John





Re: [Cooker] Advice - please

2002-01-15 Thread Geoffrey Lee

> some of the stuff did not come through I changed that.
> 
> I wrote an e-mail to the guy responsible for the page and explained my 
> perception of cookies and stuff. His answer made me gasp for air as he said 
> that it was just an ordinary homepage.
> 
> I guess that he thinks that Microsoft, some pages just show up right in XP, 
> is the standard. When I installed amaya and went to the page I got absolutely 
> nothing but a message that this page could not be 'rendered'.
> 
> What is the standard? How can I show to him that certain rules has to be 
> followed to give all visitors the capacity to view the page?
> 

This isn't exactly a cooker question but ... when you ask which one is
the most "standard" browser inside the distrib:

Of all the browsers we have in the distrib amaya should be the one that
complies most with the standard (disregarding the bugs inside it) but really
amaya is just a testbed for the standard.

As far as I know, no browser really complies with the standard as drafted
on paper.


-- Geoff.




Re: [Cooker] netatalk-1.5.0-2mdk : unable to register the service

2002-01-15 Thread Tomas Perez

Hi,

it just so happens that I had the same problem yesterday evening while 
playing around with the same package to get an imac to connect to my cooker box.

I first tried just changing the line "ATALK_CONF_DIR=/usr/etc/netatalk" in 
/etc/init.d/atalk to "ATALK_CONF_DIR=/etc/atalk" but as is obvious 
from the logs this path seems to be compiled in:

Jan 14 23:36:19 gandalf atalkd[29368]: /usr/etc/netatalk/atalkd.tmp: No such file or 
directory

So I did the "ln -s /etc/atalk /usr/etc/netatalk" like you, but I also 
had to add this line to atalkd.conf:

eth0 -seed

After that nbprgstr successfully registers my server. In the conf file 
they say:

# -seed only works if you have multi-interfaces.  Any missing arguments are
# automatically configured from the network.  Note: lines can't actually be
# split, tho it's a good idea.
#
# -router is like -seed but it allows single-interface routing. -dontroute
# disables routing for the specified interface.

However only -seed works for me (I do have two NICs, only one used 
for atalk). So there:

Jan 16 08:08:38 gandalf atalk:   Registering gandalf:Workstation: succeeded
Jan 16 08:08:44 gandalf atalk:   Registering gandalf:netatalk: succeeded

I now have another problem tough (and I'm sorry if this is getting OT 
for cooker but I'd love to have a fully functional netatalk package 
for Mandrake). netatalk uses some weird encoding for accentuated 
characters in filenames by default and one easy way to correct this is 
to use

~   options:noadouble,mswindows
  ^ this option

in the /etc/atalk/AppleVolumes.default file, which should do:

# mswindows   -> enforce filename restrictions imposed by MS
#Windows. this will also invoke a default
#codepage (iso8859-1) if one isn't already
#specified.

However I now find this in my logs:

Jan 15 21:03:05 gandalf afpd[10097]: /usr/etc/netatalk/nls/maccode.iso8859-1: failed 
to open codepage

There is no nls dir in /etc/atalk and I have no idea where to get this 
file.

If anyone has some pointers or hints I'd be very grateful.

PS: I know about the HOWTO at http://www.anders.com/projects/netatalk/ 
but it's outdated and incomplete, and there's almost no documentation 
on the sourceforge site.

a+
Tomas

On Tue, 15 Jan 2002, Frederic Corne wrote:

> (I repost a message send at 13h41 which seems to have finished in 
> /dev/null...)
> 
> With a "ln -s /etc/atalk /usr/etc/netatalk" I have a working atalkd (see 
> my previous post)
> 
> but I get others problems : I am unable to register the name of the 
> server with nbprgstr
> 
> A mac client can connect to the netatalk server but only if i give the 
> ip of the server.
> 
> last year, with a Mdk 7.2 I don't have these problems
> 
> perhaps, this is not a cooker problem but a netatalk problem in general.
> 
> 
> Thanks you for any help
> 
> FC
> 
> --
> 
> If specify the ATALK_ZONE=MyZone in the netatalk.conf file , I get :
> (hostname is 'poussin')
> /etc/init.d/atalk start
> 
> Starting AppleTalk services:
>Starting atalkd: [  OK  ]
>Registering poussin:Workstation@MyZone: nbp_rgstr: Success
> Can't register poussin:Workstation@MyZone
> [ERREUR]
>Registering poussin:netatalk@MyZone: nbp_rgstr: Success
> Can't register poussin:netatalk@MyZ
> 
> one
> [ERREUR]
>Starting papd:   [  OK  ]
>Starting afpd:   [  OK  ]
> 
> 
> /var/log/message :
> 
> Jan 15 13:28:20 poussin kernel: NET4: AppleTalk 0.18a for Linux NET4.0
> Jan 15 13:28:20 poussin atalkd[2426]: restart (1.5.0)
> Jan 15 13:28:22 poussin atalkd[2426]: zip_getnetinfo for eth0
> Jan 15 13:28:40 poussin last message repeated 2 times
> Jan 15 13:28:50 poussin atalkd[2426]: config for no router
> Jan 15 13:28:51 poussin atalkd[2426]: ready 0/0/0
> jan 15 13:28:51 poussin atalk: atalkd startup succeeded
> jan 15 13:28:58 poussin nbprgstr: nbp_rgstr: Success
> jan 15 13:28:58 poussin nbprgstr: Can't register poussin:Workstation@MyZone
> jan 15 13:28:58 poussin atalk:   Registering poussin:Workstation@MyZone: 
> failed
> jan 15 13:29:04 poussin nbprgstr: nbp_rgstr: Success
> jan 15 13:29:04 poussin nbprgstr: Can't register poussin:netatalk@MyZone
> jan 15 13:29:04 poussin atalk:   Registering poussin:netatalk@MyZone: failed
> Jan 15 13:29:04 poussin papd[2460]: restart (1.5.0)
> jan 15 13:29:04 poussin atalk: papd startup succeeded
> jan 15 13:29:05 poussin atalk: afpd startup succeeded
> Jan 15 13:29:11 poussin afpd[2471]: Can't register poussin:AFPServer@MyZone
> Jan 15 13:29:11 poussin afpd[2471]: ASIP started on 192.168.0.1:548(0) 
> (1.5.0)
> Jan 15 13:29:11 poussin afpd[2471]: uam: uams_clrtxt.so loaded
> Jan 15 13:29:11 poussin afp

[Cooker] urpmi requires and provide handling - very good example

2002-01-15 Thread Borsenkow Andrej

Very good example!

bor@cooker% rpm -q urpmi
urpmi-3.1-7mdk
bor@cooker% sudo urpmi --auto-select 
To satisfy dependencies, the following packages are going to be
installed (105 MB):
freetype2-2.0.6-1mdk spec-helper-0.6-1mdk gurpmi-3.1-7mdk
initscripts-6.40.2-13mdk rpmdrake-1.4-7mdk devfsd-1.3.21-1mdk
losetup-2.11m-7mdk libbinutils2-2.11.92.0.12-3mdk
XFree86-server-4.1.99.6-2mdk pam-doc-0.75-10mdk
binutils-2.11.92.0.12-3mdk XFree86-4.1.99.6-2mdk
XFree86-xfs-4.1.99.6-2mdk XFree86-100dpi-fonts-4.1.99.6-2mdk
XFree86-devel-4.1.99.6-2mdk libgimpprint1-4.2.0-7mdk
perl-GTK-0.7008-15mdk ghostscript-6.52-1mdk libxpm4-3.4k-18mdk
XFree86-libs-4.1.99.6-2mdk perl-GTK-GdkImlib-0.7008-15mdk
rpmtools-4.0-4mdk XFree86-cyrillic-fonts-4.1.99.6-2mdk
XFree86-75dpi-fonts-4.1.99.6-2mdk pam-0.75-10mdk mount-2.11m-7mdk
util-linux-2.11m-7mdk imwheel-0.9.9-2mdk
...
error: failed dependencies:
libXv.so.1   is needed by kdemultimedia3-3.0-0.beta1.4mdk
libXv.so.1   is needed by libsmpeg0.4-0.4.4-8mdk
libXv.so.1   is needed by kdemultimedia-2.2.2-3mdk
libXv.so.1   is needed by libSDL1.2-1.2.3-3mdk
libXv.so.1   is needed by libSDL_mixer1.2-1.2.1-1mdk
libXxf86dga.so.1   is needed by kdemultimedia3-3.0-0.beta1.4mdk
libXxf86dga.so.1   is needed by libsmpeg0.4-0.4.4-8mdk
libXxf86dga.so.1   is needed by kdemultimedia-2.2.2-3mdk
libXxf86dga.so.1   is needed by libSDL1.2-1.2.3-3mdk
libXxf86dga.so.1   is needed by libSDL_mixer1.2-1.2.1-1mdk

So what we have is

- new XFree86 packages does not provide these libraries any more
- there is an extra package that does it:

bor@cooker% urpmf libXv.so
XFree86-compat-libs:/usr/X11R6/lib/libXv.so.1
XFree86-compat-libs:/usr/X11R6/lib/libXv.so.1.0

- but urpmi does not even try to use it.

That is really nasty and has always been. Is it even possible (i.e. does
urpmi has enough information)? Ideally urpmi should build minimal
closure on require/provides.

-andrej





[Cooker] urpmi_rpm-find-leaves outdated

2002-01-15 Thread Borsenkow Andrej

bor@cooker% urpmi_rpm-find-leaves 
read_depslist: can't open file /var/lib/urpmi/depslist.ordered

-andrej




[Cooker] sometimes rpm does not update files

2002-01-15 Thread Borsenkow Andrej

Two examples:

- yesterday I updated kdebase3. /etc/X11/wmsession.d/11KDE was changed
by me. After update neither new version of this file nor 11KDE.rpmnew
were installed, but rpm -V kdebase3 indicated this file differs

- I run with customized rc.sysinit for months and *none* of initscripts
updates ever overwrote this file.

Is it rpm program or packaging problem?

-andrej




RE: [Cooker] removing unneeded packages (e.g. old libraries)

2002-01-15 Thread Borsenkow Andrej


> 
> On Tue, 2002-01-15 at 22:41, William Kenworthy wrote:
> > Careful ... the name differences are coz some packages require that
> > specific version of libgal!  rpm -e package will either do it or
error
> > off coz of dependencies.
> 
> That's what I'm looking for. Something to determine which packages are
> no longer required by any other packages, and let me decide if I want
to
> remove them or not.
> 

This finds packages no longer in distribution (which is not quite the
same as "no longer required by any package"):

for i in $(rpm -qa); do
zcat /var/lib/urpmi/synthesis.* | grep @info@ | grep -q $i || echo $i
done

I agree that urpmi has all information to do it; so

urpmi --remove-unneeded

wuold be just fine.

-andrej




RE: [Cooker] last KDE2 - kicker hangs

2002-01-15 Thread Borsenkow Andrej


> On Thursday 10 January 2002 20:02, you wrote:
> > On þÔ×, 2002-01-10 at 11:30, Borsenkow Andrej wrote:
> > > It usually happens when I start some program and then kicker hangs
> > > with large program icon popping up (I have "icon jumping"
enabled).
> > > I can use start button and kill and restart it. There are no
> > > obvious error messages. Anybody else has it?
> >
> > It still hangs after the latest kdelibs update
> 
> Do you use both KDE 2 and KDE 3 with the same .kde/ ? 


I had them when I started KDE3 for the first time.

If yes, it is a
> know bug.

Thank you.

 You should use a different directory for each KDE version. At
> present time, KDE 2 still use .kde/ and KDE 3 now use .kde3/
> 

Not in menu methods. Menu methods for kde3 still are using .kde/... as
user prefix so running update-menus as user trashes both KDE2 and KDE3
menu.

And there is still a problem running KDE2 apps with KDEHOME set to .kde3
:(
Would it be possible to patch KDE3 to

- either use .kde3 by default]
- or use KDE3HOME instead of KDEHOME?

Of course it KDE3 is released in next couple of months it may be more
troubles than it is worth.

-andrej




Re: [Cooker] removing unneeded packages (e.g. old libraries)

2002-01-15 Thread Steve Fox

On Tue, 2002-01-15 at 22:41, William Kenworthy wrote:
> Careful ... the name differences are coz some packages require that
> specific version of libgal!  rpm -e package will either do it or error
> off coz of dependencies.

That's what I'm looking for. Something to determine which packages are
no longer required by any other packages, and let me decide if I want to
remove them or not.

-- 

Steve Fox
http://k-lug.org





RE: [Cooker] konsole deuglification - a tip

2002-01-15 Thread Borsenkow Andrej

> 
> [15:08 root@penguin:~]# mv /usr/bin/konsole /usr/bin/konsole-orig
> [15:08 root@penguin:~]# cat > /usr/bin/konsole
> #!/bin/sh
> /usr/bin/konsole-orig --noxft 
> [15:08 root@penguin:~]# chmod a+x /usr/bin/konsole
> 

Actually in my case it runs pretty well with AA. The only problem is you
cannot select any font except Unicode.

Console from kdebase3 looks better but still has glitches. They do not
seem to be related to AA.

-andrej




Re: [Cooker] Nvidia and 17-5 kernel

2002-01-15 Thread Salane

works fine here I had some problems a while back with liblcms1
I now have two installed
liblcms1-1.07-3mdk
liblcms1-1.08-1mdk


Has anyone gotten the nvidia drivers to work with kernel-2.4.17-5mdk?

Startx would give nvidia_kernel driver errors.

At this point I have reverted to the 17-1 kernel, rebuilt and installed the
nvidia derivers and they run without problem with it.


   Charles





Re: [Cooker] removing unneeded packages (e.g. old libraries)

2002-01-15 Thread William Kenworthy

Careful ... the name differences are coz some packages require that
specific version of libgal!  rpm -e package will either do it or error
off coz of dependencies.

BillK


On Wed, 2002-01-16 at 12:13, Steve Fox wrote:
> Does anyone know of a way using the urpmX tools to remove old packages
> like libraries? Justification: I just realized that I had 6 versions of
> libgal installed. It would sure be nice is urpme could generate a list
> of packages that nothing depends on, and then allow you to choose which
> ones to remove or remove all.
> 
> Anyone else like this? Can I beg François to add something like this?
> 
> -- 
> 
> Steve Fox
> http://k-lug.org
> 
> 






[Cooker] rpm building failure

2002-01-15 Thread hardcorepush

I am attempting to make and rpm of cdbakeoven (cdburning software). It compiled and 
runs fine on my system. When I attempt to make the rpm using "rpm -ba-cdbakeoven.spec" 
I get an error message is "libtool:unrecognized option '--tag=CXX'"
Im not a programmer just a guy trying to help in th effort. Any help aprreciated

rob
http://linuxlaunchpad.net




Re: [Cooker] Radeon 7500 Is anyone man/woman/thing enough?

2002-01-15 Thread Charles Shirley

On Tuesday 15 January 2002 20:44, wrynsh wrote:
>Has anyone tried Radeon 8500?
>

Someone flame me if I'm off my rocker, but...  My understanding
is that the 7xxx series Radeon cards are souped-up versions of the
""old"" Radeon classic.  THe 8500, on the other hand, has a new
core, and needs new drivers as a result.  So, until support for it
statrts to creep into XF86, I'll stick with my Radeon-classic.

-- 
*Chuck*




[Cooker] removing unneeded packages (e.g. old libraries)

2002-01-15 Thread Steve Fox

Does anyone know of a way using the urpmX tools to remove old packages
like libraries? Justification: I just realized that I had 6 versions of
libgal installed. It would sure be nice is urpme could generate a list
of packages that nothing depends on, and then allow you to choose which
ones to remove or remove all.

Anyone else like this? Can I beg François to add something like this?

-- 

Steve Fox
http://k-lug.org





Re: [Cooker] Using Kword for PDF output error

2002-01-15 Thread newslett



Must be a ghostscript problem then, there's a new cooker version as of today.
 Am downloading and once updated will try it again.

John Haywood wrote:
[EMAIL PROTECTED]">
  On Wed, 16 Jan 2002 00:22, you wrote:
  
Am using Ghostscript 6.51-38.  I have used this techniquebefore as it automates the process of converting various doc formats tops prior to conversion to PDF.  It works great for publishing workquickly in PDF format but it's broken now. I don't know what otherthings the ps2pdf process requires so therefore don't know possiblesources of conflict.  Any others experiencing same problem?

Works here, with ghostscript-6.51-37mdk, koffice-1.1.1-5mdk, kde almost the latest (just updating a coupla kde biits now, but all libs are the latest)






Re: [Cooker] -ac kernel revived?

2002-01-15 Thread Sergio Korlowsky

On Tuesday 15 January 2002 00:54, you wrote:
-> Is it just an accident we can expect it in future?
->
-> -andrej
->
->
->

Now that Alan Cox and Linus Torvals have agreed in the VM issue
we will see a unified front again. 
(Its better solution than splitting the Kernel proyect)


sk





[Cooker] Nvidia and 17-5 kernel

2002-01-15 Thread Charles A Edwards

Has anyone gotten the nvidia drivers to work with kernel-2.4.17-5mdk?

Startx would give nvidia_kernel driver errors.

At this point I have reverted to the 17-1 kernel, rebuilt and installed the
nvidia derivers and they run without problem with it.


   Charles






Re: [Cooker] last KDE2 - kicker hangs

2002-01-15 Thread David BAUDENS

On Thursday 10 January 2002 20:02, you wrote:
> On þÔ×, 2002-01-10 at 11:30, Borsenkow Andrej wrote:
> > It usually happens when I start some program and then kicker hangs
> > with large program icon popping up (I have "icon jumping" enabled).
> > I can use start button and kill and restart it. There are no
> > obvious error messages. Anybody else has it?
>
> It still hangs after the latest kdelibs update

Do you use both KDE 2 and KDE 3 with the same .kde/ ? If yes, it is a 
know bug. You should use a different directory for each KDE version. At 
present time, KDE 2 still use .kde/ and KDE 3 now use .kde3/

-- 
MandrakeSofthttp://www.mandrakesoft.com
Paris, FRANCE   --David






Re: [Cooker] Re: [CHRPM] openssl-0.9.6b-5mdk

2002-01-15 Thread Vincent Danen

On Mon Jan 14, 2002 at 04:45:00PM -0800, Ben Reser wrote:

> > I think it's an export issue, not an installation issue, which would
> > make this not feasible.
> 
> Vincent,
> 
> So if it's an export issue why would you be able to export a SRPM that
> has an option to enable to the full package.  For that matter how can
> you distribute a SRPM that just has a patch to disable the full
> capability.  No matter which one you're still distributing the full
> technology if you're shipping the source.

Hmmm... you have a point.  I guess to fully comply with French law we
could export a dummied-down binary package, but not the source package
which has the full-strength encryption.  Err... wait... this is what
you just said.

> Now you could not ship the SRPM since openssl is a BSD style license but
> that's really not mandrake's style.

Right.  I don't think this is a good idea and would probably piss a
lot of people off.  Of course, the alternative is to not be in full
compliance or not use openssl in the software (the latter not being an
option).

> Frankly I think there is no way to comply with a export restriction
> without a running into some other issue.  At least without jumping
> through a ton of hoops.

I think you're right.  =(

-- 
MandrakeSoft Security, OpenPGP key available on www.keyserver.net
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD

Current Linux kernel 2.4.8-34.1mdk uptime: 4 days 6 hours 1 minutes.



msg51225/pgp0.pgp
Description: PGP signature


RE: [Cooker] Radeon 7500 Is anyone man/woman/thing enough?

2002-01-15 Thread wrynsh

Has anyone tried Radeon 8500?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of richard
Sent: January 10, 2002 6:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Radeon 7500 Is anyone man/woman/thing enough?


On Thursday 10 January 2002 11:02 pm, you wrote:
> Hi Guys/Girls/ITs
>
> Has anyone had the guts to try a Radeon 7500 or Radeon VE under the most
> recent cooker or just a vanila LM 8.1?
>
> If you have, post your results here, as I'm looking to aquire one.
>
> Nelson

yup I'm using a radeon VE , went in no problem, thats vinilla 8.1 with a
hell
of a lot out of cooker

bg Richard





[Cooker] mkinitrd-3.1.6-17mdk is comatized...

2002-01-15 Thread Oden Eriksson

Hi list,

I'm running:

mkinitrd -v /boot/initrd-2.4.17-5mdksmp-TEST.img 2.4.17-5mdksmp

And nothing happens for a _very_ long time, it seems mkinitrd is comatized...

this:

time -p mkinitrd -v -f /boot/initrd-2.4.17-5mdksmp-TEST.img 2.4.17-5mdksmp

gives:

real 39.36
user 31.78
sys 7.26

(strace log attached.)

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Oden Eriksson, Deserve-IT Networks, Jokkmokk, Sweden.
| Mandrake Linux release 8.2 (Cooker) for i586
| Current uptime with kernel 2.4.17-5mdksmp: 18 minutes
| cpu0 @ 799.53 bm, fan 4500 rpm, temp +30°C
| cpu1 @ 801.17 bm, fan 4530 rpm, temp +30.0°C



mkinitrd.strace.gz
Description: GNU Zip compressed data


Re: [Cooker] OT Kernel 2.5.2 is Out!

2002-01-15 Thread Leon Brooks

On Wednesday 16 January 2002 08:24, Stefan van der Eijk wrote:
> Leon Brooks wrote:
>> On Tuesday 15 January 2002 22:08, Pascal Terjan wrote:
>>> Chmouel Boudjnah a écrit :
 "Michael Bollozos" <[EMAIL PROTECTED]> writes:
> http://slashdot.org/articles/02/01/15/1245209.shtml
 2.5.x is far away of our problems actually :)
>>> And please, keep it like that :)
>> hackkernel-2.5.2-Nmdk-arch.rpm?
> Great idea! ;-)

> Who's going to maintain it? You?

Love to. Can you supply me with an extra hour-to-90-minutes a day?

Cheers; Leon




[Cooker] Re: [CHRPM] XFree86-4.1.99.6-1mdk

2002-01-15 Thread Frederic Lepied

Stefan van der Eijk <[EMAIL PROTECTED]> writes:

> >
> >
> >-=-=-=
> >
> >* Tue Jan 15 2002 Frederic Lepied <[EMAIL PROTECTED]> 4.1.99.6-1mdk
> >
> >- 4.1.99.6
> >
> 
> I'm having some problems upgrading to these packages:
> 
> [root@taz RPMS]# urpmi --auto-select --auto
> installing

[...]

> 
> Where did libXv.so.1 and libXxf86dga.so.1 go? (The list of packages
> affected by this is quite long, these were only the ones installed on
> my system)
> 

This is a request form the XFree86 team to remove these libs and to
provide them only as static ones. I'll make a compat package for the
upgrade.

> And there seems to be a file conflict with libxpm4-devel:
> 
> file /usr/X11R6/include/X11/xpm.h from install of
> XFree86-devel-4.1.99.6-1mdk conflicts with file from package
> libxpm4-devel-3.4k-17mdk
> /usr/X11R6/include/X11/xpm.h libxpm4-devel XFree86-devel
> 

I'll correct that in my next build.

> These are the other duplicate files / directories related to XFree86
> (these have been around for a while):

ok I'll take care of that too.

> /etc/X11/app-defaults/Viewres  X11R6-contrib XFree86
> /etc/X11/app-defaults/XLoad X11R6-contrib XFree86
> /etc/X11/app-defaults/Xditview X11R6-contrib XFree86
> /etc/X11/app-defaults/Xditview-chrtrX11R6-contrib XFree86
> /etc/X11/app-defaults/Xgc  X11R6-contrib XFree86
> /etc/X11/app-defaults/XmessageX11R6-contrib XFree86
> /usr/X11R6/lib/libXv.a   XFree86-static-libs
> XFree86-devel
> /usr/X11R6/lib/libXxf86dga.aXFree86-static-libs
> XFree86-devel
> /usr/X11R6/lib/libXxf86misc.a  XFree86-static-libs
> XFree86-devel
> /usr/X11R6/lib/libXxf86rush.a   XFree86-static-libs
> XFree86-devel
> /usr/X11R6/lib/libXxf86vm.a XFree86-static-libs
> XFree86-devel
> /usr/share/icons/large   yudit xsoldier
> xcpustate tksysv tetex-xdvi methane exmh bluefish X11R6-contrib xsane
> kvirc gtkam kdegames XFree86
> /usr/share/icons/miniyudit xsoldier
> xcpustate tksysv tetex-xdvi methane exmh bluefish X11R6-contrib xsane
> kvirc gtkam kdegames gimp XFree86
> 
> Stefan
> 

-- 
Fred - May the source be with you




Re: [Cooker] Re: [CHRPM] XFree86-4.1.99.6-1mdk

2002-01-15 Thread Stefan van der Eijk

Han wrote:

>Stefan van der Eijk ([EMAIL PROTECTED]) wrote:
>
>>I'm having some problems upgrading to these packages:
>>   libXv.so.1   is needed by libSDL_mixer1.2-1.2.1-1mdk
>>   libXxf86dga.so.1   is needed by tuxracer-0.61-4mdk
>>
>
>Isn't this a library that should get another major number?
>
Perhaps, but where is it then?

[stefan@taz buildout]$ urpmf libXv
XFree86-devel:/usr/X11R6/lib/libXv.a
XFree86-static-libs:/usr/X11R6/lib/libXv.a
XFree86-static-libs:/usr/X11R6/lib/libXvMC.a

[stefan@taz buildout]$ urpmf libXxf86dga
XFree86-devel:/usr/X11R6/lib/libXxf86dga.a
XFree86-static-libs:/usr/X11R6/lib/libXxf86dga.a

>Just ran in the same problem.
>
:-/

>Groetjes, Han.
>
Groetjes,

Stefan






Re: [Cooker] Using Kword for PDF output error

2002-01-15 Thread John Haywood

On Wed, 16 Jan 2002 00:22, you wrote:
> Am using Ghostscript 6.51-38.  I have used this technique
> before as it automates the process of converting various doc formats to
> ps prior to conversion to PDF.  It works great for publishing work
> quickly in PDF format but it's broken now. I don't know what other
> things the ps2pdf process requires so therefore don't know possible
> sources of conflict.  Any others experiencing same problem?

Works here, with ghostscript-6.51-37mdk, koffice-1.1.1-5mdk, kde almost the 
latest (just updating a coupla kde bits now, but all libs are the latest)
-- 
john in sydney
=
 Mandrake Linux 8.2
 Kernel version: 2.4.16-11mdk
 Uptime: 3 hours 22 minutes
=




Re: [Cooker] OT Kernel 2.5.2 is Out!

2002-01-15 Thread Stefan van der Eijk

Leon Brooks wrote:

>On Tuesday 15 January 2002 22:08, Pascal Terjan wrote:
>
>>Chmouel Boudjnah a écrit :
>>
>>>"Michael Bollozos" <[EMAIL PROTECTED]> writes:
>>>
http://slashdot.org/articles/02/01/15/1245209.shtml

>>>2.5.x is far away of our problems actually :)
>>>
>>And please, keep it like that :)
>>
>hackkernel-2.5.2-Nmdk-arch.rpm?
>
Great idea! ;-)

Who's going to maintain it? You?

Stefan





Re: [Cooker] Re: [CHRPM] XFree86-4.1.99.6-1mdk

2002-01-15 Thread Han

Stefan van der Eijk ([EMAIL PROTECTED]) wrote:
> I'm having some problems upgrading to these packages:
>libXv.so.1   is needed by libSDL_mixer1.2-1.2.1-1mdk
>libXxf86dga.so.1   is needed by tuxracer-0.61-4mdk

Isn't this a library that should get another major number?

Just ran in the same problem.


Groetjes, Han.
-- 
http://www.xs4all.nl/~hanb/software




Re: [Cooker] rpm -qa hangs

2002-01-15 Thread Alexander Skwar

So sprach »Greg A. Bur« am 2002-01-15 um 19:09:17 -0500 :
> sometimes rpm --rebuilddb does the trick too

Does it?  Never tried it, since rm /var/lib/rpm/_* is so much faster ;)
But good to know, thanks!

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 2 hours 44 minutes




Re: [Cooker] OT Kernel 2.5.2 is Out!

2002-01-15 Thread Leon Brooks

On Tuesday 15 January 2002 22:08, Pascal Terjan wrote:
> Chmouel Boudjnah a écrit :
>> "Michael Bollozos" <[EMAIL PROTECTED]> writes:
>>> http://slashdot.org/articles/02/01/15/1245209.shtml

>> 2.5.x is far away of our problems actually :)

> And please, keep it like that :)

hackkernel-2.5.2-Nmdk-arch.rpm?

Cheers; Leon




Re: [Cooker] eject SCSI removable

2002-01-15 Thread Leon Brooks

On Wednesday 16 January 2002 00:28, Borsenkow Andrej wrote:
>> The eject button means physical access, there is no real reason
>> to protect it.

> Granted.

Disagree, it may be desirable to not let people eject and steal a CD.

>>> am unable to do it using eject command.

>> Because you can be logged distantly as user, so the "eject"
>> command is more accessible than the eject button...

> So you mean that we need to protect SCSI but do not need protect IDE?
> Because I can eject IDE CD just fine as normal user.

Check the ownership/permissions of the device nodes? If they're the same, 
perhaps there is a bug in either the eject program or perhaps even the IDE or 
SCSI driver modules.

> And now I am afraid I won't be able to eject IDE as well because of
> security :-)

It should be admin's choice.

Cheers; Leon




Re: [Cooker] Advice - please

2002-01-15 Thread Alexander Skwar

So sprach »Bill Kenworthy« am 2002-01-16 um 07:23:49 +0800 :
> will pass them and report on standards compliance.  I think w3c have
> some for different standards like html versions and possibly xml.

http://validator.w3.org

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 2 hours 11 minutes




[Cooker] Re: [CHRPM] XFree86-4.1.99.6-1mdk

2002-01-15 Thread Stefan van der Eijk

>
>
>-=-=-=
>
>* Tue Jan 15 2002 Frederic Lepied <[EMAIL PROTECTED]> 4.1.99.6-1mdk
>
>- 4.1.99.6
>

I'm having some problems upgrading to these packages:

[root@taz RPMS]# urpmi --auto-select --auto
installing 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-xfs-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-100dpi-fonts-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-devel-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-libs-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-static-libs-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-75dpi-fonts-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-Xnest-4.1.99.6-1mdk.i586.rpm 
/mirrors/cooker/i586/Mandrake/RPMS/XFree86-server-4.1.99.6-1mdk.i586.rpm
error: failed dependencies:
libXv.so.1   is needed by xmovie-1.9-5mdk
libXv.so.1   is needed by tuxracer-0.61-4mdk
libXv.so.1   is needed by mplayer-0.60-2mdk
libXv.so.1   is needed by wine-20011226-2mdk
libXv.so.1   is needed by libwine1-20011226-2mdk
libXv.so.1   is needed by libsmpeg0.4-0.4.4-8mdk
libXv.so.1   is needed by xawtv-3.66-1mdk
libXv.so.1   is needed by libSDL1.2-1.2.3-3mdk
libXv.so.1   is needed by libSDL_mixer1.2-1.2.1-1mdk
libXxf86dga.so.1   is needed by tuxracer-0.61-4mdk
libXxf86dga.so.1   is needed by mplayer-0.60-2mdk
libXxf86dga.so.1   is needed by wine-20011226-2mdk
libXxf86dga.so.1   is needed by libwine1-20011226-2mdk
libXxf86dga.so.1   is needed by libsmpeg0.4-0.4.4-8mdk
libXxf86dga.so.1   is needed by xawtv-3.66-1mdk
libXxf86dga.so.1   is needed by libSDL1.2-1.2.3-3mdk
libXxf86dga.so.1   is needed by libSDL_mixer1.2-1.2.1-1mdk
Installation failed
Try installation without checking dependencies? (y/N) [root@taz RPMS]#

Where did libXv.so.1 and libXxf86dga.so.1 go? (The list of packages 
affected by this is quite long, these were only the ones installed on my 
system)


And there seems to be a file conflict with libxpm4-devel:

file /usr/X11R6/include/X11/xpm.h from install of 
XFree86-devel-4.1.99.6-1mdk conflicts with file from package 
libxpm4-devel-3.4k-17mdk
/usr/X11R6/include/X11/xpm.h libxpm4-devel XFree86-devel


These are the other duplicate files / directories related to XFree86 
(these have been around for a while):

/etc/X11/app-defaults/Viewres  X11R6-contrib XFree86
/etc/X11/app-defaults/XLoad X11R6-contrib XFree86
/etc/X11/app-defaults/Xditview X11R6-contrib XFree86
/etc/X11/app-defaults/Xditview-chrtrX11R6-contrib XFree86
/etc/X11/app-defaults/Xgc  X11R6-contrib XFree86
/etc/X11/app-defaults/XmessageX11R6-contrib XFree86
/usr/X11R6/lib/libXv.a   XFree86-static-libs 
XFree86-devel
/usr/X11R6/lib/libXxf86dga.aXFree86-static-libs 
XFree86-devel
/usr/X11R6/lib/libXxf86misc.a  XFree86-static-libs 
XFree86-devel
/usr/X11R6/lib/libXxf86rush.a   XFree86-static-libs 
XFree86-devel
/usr/X11R6/lib/libXxf86vm.a XFree86-static-libs 
XFree86-devel
/usr/share/icons/large   yudit xsoldier 
xcpustate tksysv tetex-xdvi methane exmh bluefish X11R6-contrib xsane 
kvirc gtkam kdegames XFree86
/usr/share/icons/miniyudit xsoldier 
xcpustate tksysv tetex-xdvi methane exmh bluefish X11R6-contrib xsane 
kvirc gtkam kdegames gimp XFree86

Stefan





Re: [Cooker] rpm -qa hangs

2002-01-15 Thread Greg A. Bur

On Monday 14 January 2002 18:24, you wrote:
> So sprach »Michal 'hramrach' Suchanek« am 2002-01-14 um 17:53:47 +0100 :
> > What might be wrong?
>
> Try removing /var/lib/rpm/_*.
>
> Alexander Skwar

sometimes rpm --rebuilddb does the trick too

-- 

Greg A. Bur
Secretary/Treasurer BlazeConnect Inc.
[EMAIL PROTECTED]
http://www.blazeconnect.net
Voice:  (231)597-0376
Fax:(231)597-0393




Re: [Cooker] lilo.conf changes

2002-01-15 Thread Bryan B Whitehead

I forgot to mention that I'm not running cooker. I'm running 8.1 and
hoping that this problem goes away in future versions of mandrake. :)

I've never installed without selecting "expert". But I'd think that even
though I select Expert lilo.conf should work... :)

On 16 Jan 2002, Pixel wrote:

> Bryan B Whitehead <[EMAIL PROTECTED]> writes:
> 
> > I just wanted to propose/throw out an idea about some changes to how
> > lilo.conf is written.
> > 
> > If there is a SCSI/IDE mixed machine that is booting off a scsi
> > device/disk can we add in these lines to lilo.conf:
> > 
> > boot=/dev/sda (the scsi disk that is booting cound be /dev/sdb,sdc,...)
> > disk=/dev/sda (the scsi disk that is booting cound be /dev/sdb,sdc,...)
> >  bios=0x80
> 
> this should already be that way!
> 
> (since post 8.1, when there is mixed scsi/ide the beginner behaviour has
> changed, but it's the only modification in that code since 8.1)
> 
> is that buggy?
> 

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





Re: [Cooker] lilo.conf changes

2002-01-15 Thread Pixel

Bryan B Whitehead <[EMAIL PROTECTED]> writes:

> I just wanted to propose/throw out an idea about some changes to how
> lilo.conf is written.
> 
> If there is a SCSI/IDE mixed machine that is booting off a scsi
> device/disk can we add in these lines to lilo.conf:
> 
> boot=/dev/sda (the scsi disk that is booting cound be /dev/sdb,sdc,...)
> disk=/dev/sda (the scsi disk that is booting cound be /dev/sdb,sdc,...)
>  bios=0x80

this should already be that way!

(since post 8.1, when there is mixed scsi/ide the beginner behaviour has
changed, but it's the only modification in that code since 8.1)

is that buggy?




Re: [Cooker] How about complete "Requires:" in packages?

2002-01-15 Thread R.I.P. Deaddog

On Mon, 14 Jan 2002, Brian J. Murrell wrote:

> I thought the following little few lines of bash would do it:
> 
> rpm -qa | sed -e 's/-[0-9.]*-.*//' | while read pkg;
> do
> echo -e "$pkg: \c ";
> rpm -q --whatrequires $pkg | tr "\n" " ";
> echo;
> done | grep "no package requires"
> 
> and I do get lots of packages but when they are libs (just what I am
> targeting first) most of them have implicit dependancies on the libs
> contained in them.  For instance:
> 
> libgd1: no package requires libgd1 
> # rpm -e libgd1
> error: removing these packages would break dependencies:
> libgd.so.1   is needed by gnuplot-3.7.1-22mdk
> libgd.so.1   is needed by linuxconf-1.26r5-1mdk

This won't work as expected. Just use the example above, what it
executes is:

rpm -q --whatrequires libgd1

which returns nothing, since packages are having implicit dependency
instead (requires libgd.so.1).

Abel





Re: [Cooker] Advice - please

2002-01-15 Thread guran

On Wednesdayen den 16 January 2002 00.23, Bill Kenworthy wrote:
> There are some html "validators" that you can point to web pages and it
> will pass them and report on standards compliance.  I think w3c have
> some for different standards like html versions and possibly xml.
>
> BillK
>
> On Wed, 2002-01-16 at 02:51, Reinhard Katzmann wrote:
> > Hi Guran!
> >
> > > What is the standard? How can I show to him that certain rules has to
> > > be followed to give all visitors the capacity to view the page?
> >
> > There is no real standard. 

I know - and many thanks for your answers. In fact the first thing I did was 
to install Amaya, which is off w3c, and it failed to render the page.

I don't know if you read a research within EU, about the penetration of 'open 
software' within EU. Their finding about Sweden was that they found it 
astonishing that Sweden, with so many computers &c, was the country with the 
least use of Linux. Sweden seams to be playing catch up with the 'Big 
Brother' US.

One of my sons has graduated from that very University, and he was not tought 
much about Unix until he sat in front of a Solaris server. He was trained for 
a Microsoft world.

I just thought that guide lines for Lynx, Opera, Konqueror and Mozilla was 
known more widely.

thanks
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.5mdk-1-1mdk version:2002-01-15-15:20




RE: [Cooker] Correction: Bug in versioned rc files for Gtk+ underKDE

2002-01-15 Thread R.I.P. Deaddog

On Mon, 14 Jan 2002, Borsenkow Andrej wrote:

> - reverse gtk patch and return to plain /etc/gtk/gtkrc.$LANG.

This is unlikely to be a viable solution -- gtk+ 1.3.x gtkrc can
have more options, which are incompatible with gtk+ 1.2.x ones.

Abel

> - implement something like GTK_EXTRA_RC_FILES that is sourced after (not
> instead) default rc files.
> 
> Note that both solutions do not solve problem of multiple gtk versions.
> Currently I would personally prefer to revert Gtk patch and discuss this
> problem on kde-devel.
> 
> -andrej
> 
> 





[Cooker] lilo.conf changes

2002-01-15 Thread Bryan B Whitehead

I just wanted to propose/throw out an idea about some changes to how
lilo.conf is written.

If there is a SCSI/IDE mixed machine that is booting off a scsi
device/disk can we add in these lines to lilo.conf:

boot=/dev/sda (the scsi disk that is booting cound be /dev/sdb,sdc,...)
disk=/dev/sda (the scsi disk that is booting cound be /dev/sdb,sdc,...)
 bios=0x80

The problem with lilo is it assumes that an ide disk (if on the system) is
the first disk, and therefore is the boot device. If you run lilo then
your MBR is jacked up and when you reboot your screwed. It would be nice
that out of the box I can run lilo without hosing my system... :)

I don't understand how lilo can be run in the first place without making a
bad MBR... but somehow the installation gets away with not needed the
disk= and bios= options. But once the system is installed I have to make
these changes to lilo.conf to be able to run lilo at all. :(

from http://www.linuxdoc.org/HOWTO/mini/LILO-4.html quote: "By default,
Lilo assumes that IDE drives are mapped first by the BIOS, but this can be
overridden by using instructions like these in /etc/lilo.conf:

disk = /dev/sda
  bios = 0x80"

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





Re: [Cooker] Advice - please

2002-01-15 Thread guran

On Wednesdayen den 16 January 2002 00.06, Alexander Skwar wrote:
> So sprach »Reinhard Katzmann« am 2002-01-15 um 19:51:16 +0100 :
> > create superior technics to cookies (php is a very good way to
> > never have the need to use cookies again ;). But I personally
>
> Uhm?  What does PHP have to do with this?  Actually PHP is a bad
> example, because if you carelessly use sessions right from the
> startpage, it'll always set a cookie - regardless if it's needed or not.
>
> Anyhow, I don't see what PHP has to do with cookies?  Care to enlighten
> me?  Maybe offlist, if nobody else is interested.  In this: "Sprechen
> Sie deutsch?" ;)
>
> Alexander Skwar

Well I am just an old asshole, and it is nearly 15 years since I wrote a line 
of code, and that was in Modula-2.

In general I think that 'programs' are bad in collecting what can go wrong.

Conserning cookies, it is OK, but if the visitor has turned them off it 
shouldn't be that difficult for the program to sence that and send a remark 
that to 'fully dwell in the beaties shown on this page you have to 'turn on' 
cookies'.

As an old teacher I think, that you have to program for all type of user, 
even those that are still learning.

regards
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.5mdk-1-1mdk version:2002-01-15-15:20




Re: [Cooker] Advice - please

2002-01-15 Thread Alexander Skwar

So sprach »Reinhard Katzmann« am 2002-01-15 um 19:51:16 +0100 :
> create superior technics to cookies (php is a very good way to
> never have the need to use cookies again ;). But I personally

Uhm?  What does PHP have to do with this?  Actually PHP is a bad
example, because if you carelessly use sessions right from the
startpage, it'll always set a cookie - regardless if it's needed or not.

Anyhow, I don't see what PHP has to do with cookies?  Care to enlighten
me?  Maybe offlist, if nobody else is interested.  In this: "Sprechen
Sie deutsch?" ;)

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 1 day 1 hour 30 minutes




Re: [Cooker] Advice - please

2002-01-15 Thread Bill Kenworthy

There are some html "validators" that you can point to web pages and it
will pass them and report on standards compliance.  I think w3c have
some for different standards like html versions and possibly xml.

BillK

On Wed, 2002-01-16 at 02:51, Reinhard Katzmann wrote:
> Hi Guran!
> 
> > 
> > What is the standard? How can I show to him that certain rules has to be 
> > followed to give all visitors the capacity to view the page?
> 
> There is no real standard. Of course there are HTML4.x,HTML3.x,XHTML
> etc. standards available for the HTML language but most of the "Designers"
> of homepages do not care much for that. I do not accept cookies as
> well but there are pages which are cookie-overloading like all the
> pages from yahoo (especially the former egroups).
> 
> Sometimes cookies are used for sending informations or storing user
> settings (the useful part), other times they are used to track down
> how you used the webpage and how often. There are organisations out
> there which try to do something against it and others trying to
> create superior technics to cookies (php is a very good way to
> never have the need to use cookies again ;). But I personally
> doubt that we will have a cookie free Internet in the far future...
> 
> Reinhard
> -- 
> Software-Engineer, Developer for Embedded Devices
> Project: HyperPen Tablet USB Driver for Linux 
> GnuPG Public Key available on request






Re: [Cooker] imwheel problems

2002-01-15 Thread newslett



Yes, that's true but am I the only one that using the scroll button as double
click doesn't work for?  I think this feature has not worked even since ML
8.1.

Is that correct?

Cheers,

Jason

Charles A Edwards wrote:
[EMAIL PROTECTED]">
  On Tue, 15 Jan 2002 21:49:03 +0100Rainer Koschnick <[EMAIL PROTECTED]> wrote:
  
Hello,I've been having problems with imwheel for the last coupleof weeks.  It would stop working unexpectedly, even thoughthe process is still running.  Then I have to kill and restart it.

 Uninstall it.It is not needed, support for wheel is now built into most apps and WMS.   Charles






Re: [Cooker] Advice - please

2002-01-15 Thread guran

On Tuesdayen den 15 January 2002 19.51, Guillaume Cottenceau wrote:

> Well the "standard" is defined by the W3C[1] but there are really
> few browsers which really follow the standards. 
> Now, cookies are something else, 

Thanks for your answers, I read my mail once more and was taking certain 
things for granted.

If you wish to send a cookie, you have better code for the possibility that 
some have had it off - and give them the possibility to change, if they want 
to get in.

If Amaya can't 'render' your page, you have better make a version that can be 
read by lynx, so that the information you want to pass on can get to the 
visitor.

regards
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.5mdk-1-1mdk version:2002-01-15-15:20




Re: [Cooker] Using Kword for PDF output error]

2002-01-15 Thread newslett



Am sending this agin as it appears it didn't make it to the list...

==

   That is exactly what I was doing, and it created the error I have indicated. 
Am using Ghostscript 6.51-38.  I have used this technique before as it automates 
the process of converting various doc formats to ps prior to conversion to 
PDF.  It works great for publishing work quickly in PDF format but it's broken 
now. I don't know what other things the ps2pdf process requires so therefore 
don't know possible sources of conflict.  Any others experiencing same problem?

 J.P. Pasnak wrote:
[EMAIL PROTECTED]">
  On Monday 14 January 2002 17:49, you wrote:
  
On Mondayen den 14 January 2002 23.41, you wrote:

  While using Kword to output a PDF file from a document I get an error.A print error occured.  Error message received from system.It then goes on to describe the document paths and then:execution failed with message:Usage: ps2pdfwr [options...] (input.[e]ps|-) [output.pdf|-]While using Abiword, it simply crashed the prgram.  A problem withps2pdf? Any ideas?Cheers,Jason
  
  I tried to test for ypur observations:I tried to import a pdf file -> impossible it doesn't have the filter.I created a file and tried to save it as pdf -> impossible it doesn't havethe filter.You must then save it as ps - print it to see if it is correct.Do ps2pdf print &c
  
  I believe he was using 'Print to File' and selecting 'Print to File - PDF/Acrobat', which by the way, works just  fine here.It could be a problem with ghostscript, as I'm using ghostscript-6.51-30mdk , and cooker is 38mdk
  
  
  
  
  


Re: [Cooker] jpilot error

2002-01-15 Thread Gregoire Favre

On Tue, Jan 15, 2002 at 10:31:35PM +0100, Chmouel Boudjnah wrote:

> strace ?

Yep, but I don't understand the problem :-((
Maybe it could be because of proxy use on the machine that have problem
(the working one has no problem...).
I have put it under: http://ulima.unil.ch/greg/linux/jpilot.strace

In fact, removing the syncmal settings solved the "problem", but only in
a strange way: I cannot set proxy any more in it...

Anyway, for that purpose, plucker seems much better ;-))

Thanks you very much,

Grégoire

http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]




Re: [Cooker] imwheel problems

2002-01-15 Thread Charles A Edwards

On Tue, 15 Jan 2002 21:49:03 +0100
Rainer Koschnick <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I've been having problems with imwheel for the last couple
> of weeks.  It would stop working unexpectedly, even though
> the process is still running.  Then I have to kill and 
> restart it.
> 
 
Uninstall it.
It is not needed, support for wheel is now built into most apps and WMS.


   Charles







Re: [Cooker] jpilot error

2002-01-15 Thread Chmouel Boudjnah

Gregoire Favre <[EMAIL PROTECTED]> writes:

> On Tue, Jan 15, 2002 at 05:20:02PM +0100, Chmouel Boudjnah wrote:
>
>> > Segmentation faultjpilot
>> 
>> humm can't reproduce that no prob here, going to reinstall a sane
>> cooker right now...
>
> Well, on one computer, it works just great, and on another, segfault?

strace ?

-- 
http://www.linux-mandrake.com/en/club/




[Cooker] Re: [CHRPM] abiword-0.9.5-2mdk

2002-01-15 Thread Blue Lizard

On Tue, 2002-01-15 at 11:15, Stefan van der Eijk wrote:
> --=-=-=
> Name: abiword  Relocations: (not relocateable)
> Version : 0.9.5 Vendor: MandrakeSoft

Ahem, but (no, not Stefan's responsibility) 0.99.1 is well out and just
like 096 and 0961 it is also AN OFFICIAL RELEASE.  G!

If you dont mind rchaillat or fcrozat, please take a look at the
official srpms as well.  Many many wonderful changes, not the least of
which is excellent (relatively) plugin support.

Grr again, and weak regards.





[Cooker] konsole deuglification - a tip

2002-01-15 Thread Peter Ruskin

[15:08 root@penguin:~]# mv /usr/bin/konsole /usr/bin/konsole-orig
[15:08 root@penguin:~]# cat > /usr/bin/konsole
#!/bin/sh
/usr/bin/konsole-orig --noxft 
[15:08 root@penguin:~]# chmod a+x /usr/bin/konsole

Now all your konsole sessions will have AA deactivated.
-- 
Peter Ruskin, Wrexham, Wales.  AMD Athlon XP 1600+, 512MB RAM.
Registered Linux User 219434 ( see http://counter.li.org/ ).
Mandrake Linux release 8.1 (Vitamin) for i586
Kernel 2.4.8-34.1mdk-win4lin,  XFree86 4.1.0, patch level 21mdk.
KDE: 2.2.2.  Qt: 2.3.2.  Up 21 hours 18 minutes.
---




Re: [Cooker] jpilot error

2002-01-15 Thread Gregoire Favre

On Tue, Jan 15, 2002 at 05:20:02PM +0100, Chmouel Boudjnah wrote:

> > Segmentation faultjpilot
> 
> humm can't reproduce that no prob here, going to reinstall a sane
> cooker right now...

Well, on one computer, it works just great, and on another, segfault?

Thanks,

Grégoire

http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]




Re: [Cooker] More lspcidrake things

2002-01-15 Thread Guillaume Cottenceau

Ian White <[EMAIL PROTECTED]> writes:

> [iwhite@g4 kde]$ dmesg |grep eth0
> eth0: GMAC at 00:30:65:4c:b7:a4, driver v1.5k4
> eth0: PHY ID: 0x00406212
> eth0: Found Broadcom BCM5201 PHY
> eth0: Link state change, phy_status: 0x782d
> eth0:Link up ! BCM5201/5221 aux_stat: 0x003f
> eth0:Full Duplex: 1, Speed: 100

[...]

> ohci1394: v0.51 08/08/01 Ben Collins <[EMAIL PROTECTED]>
> PCI: Enabling device 02:0a.0 (0010 -> 0012)
> ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[63]  MMIO=[8008-80080800]  Max 
>Packet=[2048]


Ok, latest ldetect-lst should show up the ohci1394 just fine, for
the sungem->gmac it's ok in CVS, it'll appear in next build of
ldetect-lst.

Thanks!


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




Re: [Cooker] More lspcidrake things

2002-01-15 Thread Ian White

On 11 Jan 2002, Guillaume Cottenceau wrote:

> Ian White <[EMAIL PROTECTED]> writes:
>
> > And the unknown device shows up in /proc/pci as:
> >   Bus  2, device   7, function  0:
> > Class ff00: Apple Computer Inc. KeyLargo Mac I/O (rev 2).
> >   Master Capable.  Latency=16.
> >   Non-prefetchable 32 bit memory at 0x8000 [0x8007].
> >
> > The ieee 1394 device is an ohci device as the name mentions and uses
> > ohci1394.
>
> Actually after the double check Stew already updated the pcitable
> for this device on 04 Dec 2001.

Okay, so the ohci1394 is done in ldetect-lst-0.1.2-34mdk. So it is just
the wrong network card module now, and the unknown device that need to be
fixed.

Ian

---
Ian White
email: [EMAIL PROTECTED]






Re: [Cooker] More lspcidrake things

2002-01-15 Thread Ian White

On 11 Jan 2002, Guillaume Cottenceau wrote:

> Ian White <[EMAIL PROTECTED]> writes:
>
> > I have one completely unknown device, and one which lists the wrong
> > module, and a firewire without a module listed.
> >
> > unknown : Apple|Uni-North AGP (vendor:106b device:0020)
> > Card:ATI Rage 128: ATI|Rage 128 Pro AGP 4x (vendor:1002 device:5046)
> > unknown : Apple Computer Inc.|UniNorth PCI (vendor:106b device:001f)
> > unknown : DEC|DECchip 21154 (vendor:1011 device:0026)
> > aic7xxx : Adaptec|AHA-7850 (vendor:9004 device:5078 subv:0490 subd:5078)
> > unknown : unknown (106b/0022//)
> > usb-ohci: Apple|Keylargo USB (vendor:106b device:0019)
> > usb-ohci: Apple|Keylargo USB (vendor:106b device:0019)
> > unknown : Texas Instruments|TSB12LV23 OHCI Compliant IEEE-1394 Controller 
>(vendor:104c device:8019)
> > unknown : Apple Computer Inc.|UniNorth PCI (vendor:106b device:001e)
> > sungem  : Apple|Ethernet controller (vendor:106b device:0021)
> > unknown : Virtual|Hub [] (vendor: device:)
> > unknown : Apple Computer|Apple Keyboard Hub [ALPS] [] (vendor:05ac 
>device:1001)
> > unknown : Apple Computer|iMac Keyboard [ALPS M2452] [Human Interface 
>Devices|Boot Interface Subclass|Keyboard] (vendor:05ac device:0201)
> > Mouse:USB|Wheel : Microsoft Corp.|IntelliMouse Optical [Human Interface 
>Devices|Boot Interface Subclass|Mouse] (vendor:045e device:0040)
> > unknown : Virtual|Hub [] (vendor: device:)
>
> This is an apple machine? You're running Cooker-PPC then?

Yep, the only way to use an apple machine :)

> > The ethernet card marked as sungem should really be a gmac:
> >   Bus  3, device  15, function  0:
> > Ethernet controller: Apple Computer Inc. UniNorth GMAC (rev 0).
> >   IRQ 41.
> >   Master Capable.  Latency=16.  Min Gnt=64.Max Lat=64.
> >   Non-prefetchable 32 bit memory at 0xf520 [0xf53f].
>
> Well it's ok for me -- assuming you've modprobed module gmac by
> hand and you saw in dmesg that the kernel sees the ethernet
> device with it?

[iwhite@g4 kde]$ /sbin/lsmod
Module  Size  Used by
r128   99744   1
agpgart18928   3
dmasound_awacs 24400   0
dmasound_core  11216   0 [dmasound_awacs]
soundcore   4880   3 [dmasound_core]
gmac   16096   1 (autoclean)
[iwhite@g4 kde]$ dmesg |grep eth0
eth0: GMAC at 00:30:65:4c:b7:a4, driver v1.5k4
eth0: PHY ID: 0x00406212
eth0: Found Broadcom BCM5201 PHY
eth0: Link state change, phy_status: 0x782d
eth0:Link up ! BCM5201/5221 aux_stat: 0x003f
eth0:Full Duplex: 1, Speed: 100


> > And the unknown device shows up in /proc/pci as:
> >   Bus  2, device   7, function  0:
> > Class ff00: Apple Computer Inc. KeyLargo Mac I/O (rev 2).
> >   Master Capable.  Latency=16.
> >   Non-prefetchable 32 bit memory at 0x8000 [0x8007].
> >
> > The ieee 1394 device is an ohci device as the name mentions and uses
> > ohci1394.
>
> Ok I can add this -- but have you tried to modprobe ohci1394 by
> hand and what does it give?

ohci1394: v0.51 08/08/01 Ben Collins <[EMAIL PROTECTED]>
PCI: Enabling device 02:0a.0 (0010 -> 0012)
ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[63]  MMIO=[8008-80080800]  Max Packet=[2048]

Ian

---
Ian White
email: [EMAIL PROTECTED]







[Cooker] imwheel problems

2002-01-15 Thread Rainer Koschnick

Hello,

I've been having problems with imwheel for the last couple
of weeks.  It would stop working unexpectedly, even though
the process is still running.  Then I have to kill and 
restart it.

Any ideas?
Rainer




Re: [Cooker] new to cooker - can't install

2002-01-15 Thread Sascha Noyes

On Tuesday 15 January 2002 12:08, you wrote:
> > After reading about the christmas cooker snapshot and how enthusiastic
> > people
> > were about it, i tried it - to no avail. The second stage would not
>
> load
>
> > into
> > memory. So I mirrored the cooker archive to my harddrive:
> >
> > rsync -avL --delete ftp.uninett.no::Mandrake-devel/cooker/cooker/
> > /home/lusr/burn/cooker
> >
> > after booting with the hd.img boot floppy everything runs smoothly -
>
> until
>
> > the packages install. Here I am told about 80 times that a package
> > (obviously
> > a different one each time) could not be installed - 'do you want to
>
> proceed
>
> > anyway?'.
>
> May be totally off mark, but
>
> - you have to rsync until you get no updates. New files may have come
> while you rsync'ing. Else you easily get mismatch between package list
> and actual packages
>
> - cooker install assumes existence of contrib.(which it treats as second
> CD). I do not remember if I can tell "I have no contrib."
>
> -andrej

1. Yes, I have updated again and again until there were no more updates.

2. I have downloaded the contrib packages, they are under 
/cooker/Mandrake/RPMS2/ - is that correct?
Also the offending packages (at least most of them i think) are in the main 
RPMS folder

-- 
Sascha Noyes

OpenPGP public key keyID:
7F9C4D6F

Encrypted mail much preferred




Re: [Cooker] netatalk-1.5.0-2mdk : unable to register the service

2002-01-15 Thread Stew Benedict


On Tue, 15 Jan 2002, Frederic Corne wrote:

> (I repost a message send at 13h41 which seems to have finished in 
> /dev/null...)
> 

Not /dev/null - I'm working on it now.

> With a "ln -s /etc/atalk /usr/etc/netatalk" I have a working atalkd (see 
> my previous post)
> 
> but I get others problems : I am unable to register the name of the 
> server with nbprgstr
> 
> A mac client can connect to the netatalk server but only if i give the 
> ip of the server.
> 

Server is showing up in the chooser by name, I can connect to my home dir
with the default config, once I shortened my passwd to 8 chars.

> last year, with a Mdk 7.2 I don't have these problems
> 
> perhaps, this is not a cooker problem but a netatalk problem in general.
> 
> 
> Thanks you for any help
> 
> FC
> 
> --
> 
> If specify the ATALK_ZONE=MyZone in the netatalk.conf file , I get :
> (hostname is 'poussin')
> /etc/init.d/atalk start
> 
> Starting AppleTalk services:
>Starting atalkd: [  OK  ]
>Registering poussin:Workstation@MyZone: nbp_rgstr: Success
> Can't register poussin:Workstation@MyZone
> [ERREUR]
>Registering poussin:netatalk@MyZone: nbp_rgstr: Success
> Can't register poussin:netatalk@MyZ
> 
> one
> [ERREUR]
>Starting papd:   [  OK  ]
>Starting afpd:   [  OK  ]
> 
> 
> /var/log/message :
> 
> Jan 15 13:28:20 poussin kernel: NET4: AppleTalk 0.18a for Linux NET4.0
> Jan 15 13:28:20 poussin atalkd[2426]: restart (1.5.0)
> Jan 15 13:28:22 poussin atalkd[2426]: zip_getnetinfo for eth0
> Jan 15 13:28:40 poussin last message repeated 2 times
> Jan 15 13:28:50 poussin atalkd[2426]: config for no router
> Jan 15 13:28:51 poussin atalkd[2426]: ready 0/0/0
> jan 15 13:28:51 poussin atalk: atalkd startup succeeded
> jan 15 13:28:58 poussin nbprgstr: nbp_rgstr: Success
> jan 15 13:28:58 poussin nbprgstr: Can't register poussin:Workstation@MyZone
> jan 15 13:28:58 poussin atalk:   Registering poussin:Workstation@MyZone: 
> failed

Not seeing that error here, but I haven't setup any zones. Register is
successful.

> jan 15 13:29:04 poussin nbprgstr: nbp_rgstr: Success
> jan 15 13:29:04 poussin nbprgstr: Can't register poussin:netatalk@MyZone
> jan 15 13:29:04 poussin atalk:   Registering poussin:netatalk@MyZone: failed
> Jan 15 13:29:04 poussin papd[2460]: restart (1.5.0)
> jan 15 13:29:04 poussin atalk: papd startup succeeded
> jan 15 13:29:05 poussin atalk: afpd startup succeeded
> Jan 15 13:29:11 poussin afpd[2471]: Can't register poussin:AFPServer@MyZone
> Jan 15 13:29:11 poussin afpd[2471]: ASIP started on 192.168.0.1:548(0) 
> (1.5.0)
> Jan 15 13:29:11 poussin afpd[2471]: uam: uams_clrtxt.so loaded
> Jan 15 13:29:11 poussin afpd[2471]: uam: uams_dhx.so loaded
> Jan 15 13:29:11 poussin afpd[2471]: uam: "DHCAST128" available
> Jan 15 13:29:11 poussin afpd[2471]: uam: "Cleartxt Passwrd" available
> 
> 
> # ps axf :
>   2426 ? S  0:01 /usr/sbin/atalkd
>   2460 ? S  0:00 /usr/sbin/papd
>   2471 ? S  0:00 /usr/sbin/afpd -g nobody -c 20 -n poussin@MyZone
> 
> # getzones
> atp_rresp: Connection timed out
> 

same here

> # nbplkup
> Vega:ARA - Client-Only  65280.173:2
> Vega:  Power Macintosh  65280.173:252
> Vega:Workstation65280.173:4
> 
> 

similar output

> 
> 
> kernel-2.4.17.2mdk-1-1mdk
> netatalk-1.5.0-2mdk
> eth0 and eth1 ethernet interfaces . but only "eth0" in atalkd
> 

kernel-2.4.13 on PPC
soon to be netatalk-1.5.0-3mdk

Stew Benedict

-- 
MandrakeSoftOH/TN, USA http://people.mandrakesoft.com/~sbenedict/
PPC FAQ: http://www.linux-mandrake.com/en/demos/PPC/FAQ/





[Cooker] sunet.se mirror not up-of-date ?!

2002-01-15 Thread Laurent CREPET

kernel-2.4.17-2, parted-1.4.21, etc.
At least 50 packages not up-to-date.

I must found one most up-to-date to have some gifts
to play with !

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




Re: [Cooker] mozilla-0.9.7-2mdk - lot of crashes

2002-01-15 Thread Laurent CREPET

On Tue, Jan 15, 2002 at 10:10:09AM -0800, Mike Eheler wrote:
> This is mozilla 0.9.7 plain and simple. I don't know what they did, but 
> they did a good job of making it more unstable.
> 
> I've reverted to mozilla 0.9.6 on my own system and things are much 
> better, this is not isolated to the mandrake-packaged cooker 
> distribution. I get this with tarball & Red_Hat_7x_RPMS installs, as 
> 0.9.7 was just very unstable.
> 
> Hopefully they'll get their act together for 0.9.8, because 1.0 is just 
> around the corner, and mozilla seems to be regressing in stability.
> 
> Mike
> 

Does anyone still have the latest cooker 0.96 packages ?

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




Re: [Cooker] mozilla-0.9.7-2mdk - lot of ashes

2002-01-15 Thread Sylvain OBEGI

le mar 15-01-2002 à 18:11, Laurent CREPET a écrit :
> Since I have upgraded to mozilla-0.9.7-2mdk, I have a lot
> of crashes with our company intranet, yahoo sites (mail,
> groups) and others.
> 
> Does anyone suffer from such a stability problem ?
> 
> (0.96 was more stable)
> 
> Laurent.
> -- 
> Laurent CREPET -- [EMAIL PROTECTED]
> http://megrapet.free.fr/

I have theses problems with pages with flash. My solution : kill artsd..
and it works well after that. Hope this helps

-- 

Sylvain OBEGI 
Email : [EMAIL PROTECTED]
ICQ : 661913 






Re: [Cooker] urpmi.update problem

2002-01-15 Thread bascule

okay,
a) install fresh cooker from local copy kept on local hard drive, actually 
the last time i did this was kernel2.4.16-11
b) remove all sources created by the install i.e. 'installation cd (disk1)' 
etc,
c) create a new ( and now the only) source: #urpmi.addmedia localcooker 
file://mandrake/cooker/
i don't specify the hdlist.cz file because i want the source to include all 
rpms under .../Mandrake/

urpmi output lists all the rpms in both ../RPMS and .../RPMS2 but at the end 
gives 'found xyz headers yady yada, deleted xyx header yada yada', xyz being 
the same number in both cases
d)run, for example: #urpmi glibc
or any package name (installed or otherwise) and get the output 'no package 
by that name'

i'm sorry if i was long winded the last time, i'm a bit concerned that i'm 
taking up your time with this, i now have a situation (explained last post) 
where urpmi does the job for me, i havent reinstalled cooker recently and i'm 
loathe to do so just to check f this problem has gone away, to be honest i 
really only lurk on this list to see if there's stuff i can use as i like the 
conceit of running a semi-bleeding edge machine, even though as a newbie, 
it's real computing by the seat of one's pants stuff!
if you'd rather drop this and get on with other stuff that's absolutely fine 
by me, otherwise any thing i can do (on a scale of 1-10 of can-do-ness i'm 
about 2) just ask

bascule


On Tuesday 15 January 2002 1:16 pm, you wrote:
>If you can send me a scenario how to make urpmi fail, let me known please.
>
> Thanks, François.




Re: [Cooker] segfault rc.modules

2002-01-15 Thread Chmouel Boudjnah

William Bouterse <[EMAIL PROTECTED]> writes:

> On Tue, 15 Jan 2002 13:02:12 +0100
> Chmouel Boudjnah <[EMAIL PROTECTED]> wrote these words:
>
>> William Bouterse <[EMAIL PROTECTED]> writes:
>> 
>> > Booting cooker20011224
>> >
>> > I am getting this message, though the
>> > boot process continues okay.
>> 
>> what do you have in your /etc/modules.conf and /etc/modules ?
>> 
>
> /etc/modules.conf
> alias autofs autofs4
> alias usb-interface usb-ohci
> alias sound-slot-0 snd-card-ymfpci
> above snd-card-ymfpci snd-pcm-oss
> probeall scsi_hostadapter ncr53c8xx
> alias eth0 ne2k-pci
> alias char-major-81 bttv
> probeall ncr53c8xx ncr53c8xx
>
> /etc/modules
> scsi_hostadapter


remove this please...

> bttv
>
> I have not custom configured anything with 
> those two files, just initial install
>
>
> William Bouterse
> Talkeetna, Ak
>

-- 
http://www.linux-mandrake.com/en/club/




Re: Was: Re: [Cooker] [RPM] openssl-0.9.6b-6mdk -- urpmi media option

2002-01-15 Thread RA

On Tuesday 15 January 2002 18:41, you wrote:
> RA <[EMAIL PROTECTED]> writes:
> > To clarify: Why not generalize --update mechanism. I think, it's very
> > clumsy if you have to tag a media during initialisation. It's not very
> > flexible. Hope, that anyone wants to discuss this.
>
> urpmi has been indeep modified (3.1 release) to allow such things.
>
> I add it before soon.
>
> François.

looking forward...




Re: [Cooker] segfault rc.modules

2002-01-15 Thread William Bouterse

On Tue, 15 Jan 2002 13:02:12 +0100
Chmouel Boudjnah <[EMAIL PROTECTED]> wrote these words:

> William Bouterse <[EMAIL PROTECTED]> writes:
> 
> > Booting cooker20011224
> >
> > I am getting this message, though the
> > boot process continues okay.
> 
> what do you have in your /etc/modules.conf and /etc/modules ?
> 

/etc/modules.conf
alias autofs autofs4
alias usb-interface usb-ohci
alias sound-slot-0 snd-card-ymfpci
above snd-card-ymfpci snd-pcm-oss
probeall scsi_hostadapter ncr53c8xx
alias eth0 ne2k-pci
alias char-major-81 bttv
probeall ncr53c8xx ncr53c8xx

/etc/modules
scsi_hostadapter
bttv

I have not custom configured anything with 
those two files, just initial install


William Bouterse
Talkeetna, Ak




[Cooker] Re: [CHRPM] SDL_mixer-1.2.1-1mdk

2002-01-15 Thread Charles A Edwards

On Tue, 15 Jan 2002 12:30:32 +0100 (CET)
Giuseppe Ghibò <[EMAIL PROTECTED]> wrote:

> --=-=-=
> Name: SDL_mixerRelocations: (not relocateable)
> Version : 1.2.1 Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Tue Jan 15 12:21:31 2002
> Install date: (not installed)   Build Host: ke.mandrakesoft.com
> Group   : System/Libraries  Source RPM: (none)
> Size: 943730   License: LGPL
> Packager: Giuseppe Ghibò <[EMAIL PROTECTED]>
> URL : http://www.libsdl.org/SDL/projects/SDL_mixer
> Summary : Simple DirectMedia Layer - mixer
> 

file /user/bin/playwave from install of Maelstorm-3.05-1mdk conflicts with
file from package SDL_mixer-player-1.2.1mmdk

If Maelstrom is installed first conflict listings is in reversed order.


   Charles 





[Cooker] netatalk-1.5.0-2mdk : unable to register the service

2002-01-15 Thread Frederic Corne

(I repost a message send at 13h41 which seems to have finished in 
/dev/null...)

With a "ln -s /etc/atalk /usr/etc/netatalk" I have a working atalkd (see 
my previous post)

but I get others problems : I am unable to register the name of the 
server with nbprgstr

A mac client can connect to the netatalk server but only if i give the 
ip of the server.

last year, with a Mdk 7.2 I don't have these problems

perhaps, this is not a cooker problem but a netatalk problem in general.


Thanks you for any help

FC

--

If specify the ATALK_ZONE=MyZone in the netatalk.conf file , I get :
(hostname is 'poussin')
/etc/init.d/atalk start

Starting AppleTalk services:
   Starting atalkd: [  OK  ]
   Registering poussin:Workstation@MyZone: nbp_rgstr: Success
Can't register poussin:Workstation@MyZone
[ERREUR]
   Registering poussin:netatalk@MyZone: nbp_rgstr: Success
Can't register poussin:netatalk@MyZ

one
[ERREUR]
   Starting papd:   [  OK  ]
   Starting afpd:   [  OK  ]


/var/log/message :

Jan 15 13:28:20 poussin kernel: NET4: AppleTalk 0.18a for Linux NET4.0
Jan 15 13:28:20 poussin atalkd[2426]: restart (1.5.0)
Jan 15 13:28:22 poussin atalkd[2426]: zip_getnetinfo for eth0
Jan 15 13:28:40 poussin last message repeated 2 times
Jan 15 13:28:50 poussin atalkd[2426]: config for no router
Jan 15 13:28:51 poussin atalkd[2426]: ready 0/0/0
jan 15 13:28:51 poussin atalk: atalkd startup succeeded
jan 15 13:28:58 poussin nbprgstr: nbp_rgstr: Success
jan 15 13:28:58 poussin nbprgstr: Can't register poussin:Workstation@MyZone
jan 15 13:28:58 poussin atalk:   Registering poussin:Workstation@MyZone: 
failed
jan 15 13:29:04 poussin nbprgstr: nbp_rgstr: Success
jan 15 13:29:04 poussin nbprgstr: Can't register poussin:netatalk@MyZone
jan 15 13:29:04 poussin atalk:   Registering poussin:netatalk@MyZone: failed
Jan 15 13:29:04 poussin papd[2460]: restart (1.5.0)
jan 15 13:29:04 poussin atalk: papd startup succeeded
jan 15 13:29:05 poussin atalk: afpd startup succeeded
Jan 15 13:29:11 poussin afpd[2471]: Can't register poussin:AFPServer@MyZone
Jan 15 13:29:11 poussin afpd[2471]: ASIP started on 192.168.0.1:548(0) 
(1.5.0)
Jan 15 13:29:11 poussin afpd[2471]: uam: uams_clrtxt.so loaded
Jan 15 13:29:11 poussin afpd[2471]: uam: uams_dhx.so loaded
Jan 15 13:29:11 poussin afpd[2471]: uam: "DHCAST128" available
Jan 15 13:29:11 poussin afpd[2471]: uam: "Cleartxt Passwrd" available


# ps axf :
  2426 ? S  0:01 /usr/sbin/atalkd
  2460 ? S  0:00 /usr/sbin/papd
  2471 ? S  0:00 /usr/sbin/afpd -g nobody -c 20 -n poussin@MyZone

# getzones
atp_rresp: Connection timed out

# nbplkup
Vega:ARA - Client-Only  65280.173:2
Vega:  Power Macintosh  65280.173:252
Vega:Workstation65280.173:4




kernel-2.4.17.2mdk-1-1mdk
netatalk-1.5.0-2mdk
eth0 and eth1 ethernet interfaces . but only "eth0" in atalkd









[Cooker] kdetoys/kdetoys3 conflict

2002-01-15 Thread Borsenkow Andrej


 /usr/lib/menu/kdetoys-ktux belongs to both.

kdetoys-2.2.4-4mdk
kdetoys3-3.0-0.beta1.4mdk

-andrej





Re: [Cooker] Advice - please

2002-01-15 Thread Reinhard Katzmann

Hi Guran!

> 
> What is the standard? How can I show to him that certain rules has to be 
> followed to give all visitors the capacity to view the page?

There is no real standard. Of course there are HTML4.x,HTML3.x,XHTML
etc. standards available for the HTML language but most of the "Designers"
of homepages do not care much for that. I do not accept cookies as
well but there are pages which are cookie-overloading like all the
pages from yahoo (especially the former egroups).

Sometimes cookies are used for sending informations or storing user
settings (the useful part), other times they are used to track down
how you used the webpage and how often. There are organisations out
there which try to do something against it and others trying to
create superior technics to cookies (php is a very good way to
never have the need to use cookies again ;). But I personally
doubt that we will have a cookie free Internet in the far future...

Reinhard
-- 
Software-Engineer, Developer for Embedded Devices
Project: HyperPen Tablet USB Driver for Linux 
GnuPG Public Key available on request



msg51176/pgp0.pgp
Description: PGP signature


Re: [Cooker] Advice - please

2002-01-15 Thread Guillaume Cottenceau

guran <[EMAIL PROTECTED]> writes:

> What is the standard? How can I show to him that certain rules has to be 
> followed to give all visitors the capacity to view the page?

Well the "standard" is defined by the W3C[1] but there are really
few browsers which really follow the standards. For example
Netscape is one of the worst regarding standards-compliance.

Now, cookies are something else, while I can't really say
anything clever on it, I often heard people saying that it's
necessary in some cases to only store temporary
login/configuration information, where doing another way would be
far more complicated/impossible under the same conditions.

Ref: 
[1] http://www.w3.org/

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




Re: [Cooker] xcdroast : rebuilding?

2002-01-15 Thread Sylvain OBEGI

le mar 15-01-2002 à 18:09, Laurent CREPET a écrit :
> On Tue, Jan 15, 2002 at 02:06:25PM +0100, Sylvain OBEGI wrote:
> >  xcdroast
> > 
> > ** WARNING **: Invalid cdrecord version 1.11a12 found. Expecting version
> > 1.10
> > 
> > 
> > need to be rebuilt?
> 
> I rebuilt it yesterday from the SRPM, and I still have the same error
> message. The problem has been reported by other people last week, I
> think.
> 
> Laurent.
> -- 
> Laurent CREPET -- [EMAIL PROTECTED]
> http://megrapet.free.fr/

Hum, ok, sorry, didn't see it

-- 

Sylvain OBEGI 
Email : [EMAIL PROTECTED]
ICQ : 661913 






Re: [Cooker] xcdroast : rebuilding?

2002-01-15 Thread Denis Pelletier

On Tue, 15 Jan 2002, Laurent CREPET wrote:

{ On Tue, Jan 15, 2002 at 02:06:25PM +0100, Sylvain OBEGI wrote:
{ >  xcdroast
{ > 
{ > ** WARNING **: Invalid cdrecord version 1.11a12 found. Expecting version
{ > 1.10
{ > 
{ > 
{ > need to be rebuilt?
{ 
{ I rebuilt it yesterday from the SRPM, and I still have the same error
{ message. The problem has been reported by other people last week, I
{ think.

You can also use "xcdroast -n".

[dpel@xcrde13 2step]$ xcdroast -h
xcdroast: invalid option -- h
Usage: xcdroast [options]  (Version: 0.98alpha9)
Options:
-d 
-c   (currently: ~/.xcdroast)
-l  (currently: /usr/lib/xcdroast-0.98)
-o : Disable multibyte font support
-n : Disable cdrtools version check (use at own risk)

Denis
___
Denis Pelletier
Étudiant au doctorat
sciences économiques, Université de Montréal





Re: [Cooker] mozilla-0.9.7-2mdk - lot of ashes

2002-01-15 Thread Mike Eheler

This is mozilla 0.9.7 plain and simple. I don't know what they did, but 
they did a good job of making it more unstable.

I've reverted to mozilla 0.9.6 on my own system and things are much 
better, this is not isolated to the mandrake-packaged cooker 
distribution. I get this with tarball & Red_Hat_7x_RPMS installs, as 
0.9.7 was just very unstable.

Hopefully they'll get their act together for 0.9.8, because 1.0 is just 
around the corner, and mozilla seems to be regressing in stability.

Mike

Laurent CREPET wrote:

>>Subject: Re: [Cooker] mozilla-0.9.7-2mdk - lot of ashes
>>
> -
> was: crashes...
> 
> I've just got another crashes just after launching it.
> Since my konqueror is very slow, I'm a little bit tired
> with these browsers... Just thinking about using lynx ;-)
> 
> Laurent.
> 
> On Tue, Jan 15, 2002 at 06:11:35PM +0100, Laurent CREPET wrote:
> 
>>Since I have upgraded to mozilla-0.9.7-2mdk, I have a lot
>>of crashes with our company intranet, yahoo sites (mail,
>>groups) and others.
>>
>>Does anyone suffer from such a stability problem ?
>>
>>(0.96 was more stable)
>>
>>Laurent.
>>
> 






Re: [Cooker] KDE 2.2 / kdebase-2.2.2-16mdk / kdelibs-2.2.2-20mdk

2002-01-15 Thread Laurent CREPET

Please, does someone can help me ? Should I report this to
qa.mandrakesoft.com ?

I've just upgraded to:
  - kernel-smp-2.4.17.2mdk-1-1mdk
  - kdebase-2.2.2-19mdk
  - kdelibs-2.2.2-23mdk

Still the same problem:
  - KDE slow at startup
  - konqueror is ultra-slow !

Laurent.

On Wed, Jan 09, 2002 at 06:08:58PM +0100, Laurent CREPET wrote:
> On Wed, Jan 09, 2002 at 04:54:02PM +0100, Laurent CREPET wrote:
> > I upgraded some of KDE RPMS recently. Now, I found that
> > konqueror is very slow at startup, and during execution.
> > 
> > Perhaps that's false, or due to my system status... Don't know !
> > If anyone has notice, something please let me know...
> > 
> > Here my installation status:
> > kdelibs-2.2.2-20mdk
> > kdebase-2.2.2-16mdk
> > kernel-smp-2.4.17.1mdk-1-1mdk
> > 
> > I'll update to kdebase-2.2.2-18mdk (last one I have on my
> > local mirror) to see if any changes occur.
> > 
> > Laurent.
> 
> I've just upgraded to the latest kdebase-2.2.2-18mdk, reboot my
> system with kernel-smp-2.4.16.11mdk-1-1mdk... Now, konqueror startup
> is faster than before, but konqueror is still slow during execution:
> when I change to the focus to a KDE console and then come back to
> the konqueror window, this one is frozen for 5 seconds at least. The
> system is not under heavy load (just 2 setiathome process, running
> each on a CPU, as usual).
> 
> The other think I've noticed is that when I enter at the keyboard
> 'Ctrl+d' to close a KDE console, sometimes konsole takes 5 seconds
> to close, sometimes it's immediate !
> 
> Strange stuff...
> 
> Laurent.

-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




[Cooker] Advice - please

2002-01-15 Thread guran

Hi

I have become a student at a local TechnicalHighSchool or university and to 
not take a place for a real student I opted for a 'distance-course' in 
e-learning.

I was in cooker when I got the snail mail about how to access the class and 
material, and went to the given URL. To my astonishment I could not get the 
complete page. One of the problems was that I did not allow for cookies but 
some of the stuff did not come through I changed that.

I wrote an e-mail to the guy responsible for the page and explained my 
perception of cookies and stuff. His answer made me gasp for air as he said 
that it was just an ordinary homepage.

I guess that he thinks that Microsoft, some pages just show up right in XP, 
is the standard. When I installed amaya and went to the page I got absolutely 
nothing but a message that this page could not be 'rendered'.

What is the standard? How can I show to him that certain rules has to be 
followed to give all visitors the capacity to view the page?

regards
guran


-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.5mdk-1-1mdk version:2002-01-15-15:20




Re: [Cooker] Using Kword for PDF output error

2002-01-15 Thread guran

On Tuesdayen den 15 January 2002 18.29, JJ wrote:

> I can open .pdf files in konq, but all there are are empty pages...
> (at least it has the correct number of BLANK pages, lol!)
> latest cooker 2002/Jan 14

I tested your observations by going to /usr/share/doc/ImageMagick-5.4.2 in 
Konqueror and clicked on ImageMagic.pdf and it came up allright.

regards
guran
-- 
Mandrake Linux 8.2 Cooker kernel-2.4.17.5mdk-1-1mdk version:2002-01-15-15:20




Re: [Cooker] lspcidrake and Firewire (Was lspci doesn't know MatroxG550)

2002-01-15 Thread Chmouel Boudjnah

Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> But that doesn't give me the solution as for which interface to
> use to read ID's of connected devices. According to chmouel, it's
> not yet present in the current implementation.

nothing according to me, i just never get inspired to look at firewire
devices.

-- 
http://www.linux-mandrake.com/en/club/




Re: Was: Re: [Cooker] [RPM] openssl-0.9.6b-6mdk -- urpmi media option

2002-01-15 Thread François Pons

RA <[EMAIL PROTECTED]> writes:

> To clarify: Why not generalize --update mechanism. I think, it's very clumsy 
> if you have to tag a media during initialisation. It's not very flexible. 
> Hope, that anyone wants to discuss this.

urpmi has been indeep modified (3.1 release) to allow such things.

I add it before soon.

François.




Re: [Cooker] Using Kword for PDF output error

2002-01-15 Thread JJ

"J.P. Pasnak" wrote:
> 
> On Monday 14 January 2002 17:49, you wrote:
> > On Mondayen den 14 January 2002 23.41, you wrote:
> > > While using Kword to output a PDF file from a document I get an error.
> > >
> > > A print error occured.  Error message received from system.
> > >
> > > It then goes on to describe the document paths and then:
> > >
> > > execution failed with message:
> > >
> > > Usage: ps2pdfwr [options...] (input.[e]ps|-) [output.pdf|-]
> > >
> > > While using Abiword, it simply crashed the prgram.  A problem with
> > > ps2pdf? Any ideas?
> > >
> > > Cheers,
> > > Jason
> >
> > I tried to test for ypur observations:
> >
> > I tried to import a pdf file -> impossible it doesn't have the filter.
> >
> > I created a file and tried to save it as pdf -> impossible it doesn't have
> > the filter.
> >
> > You must then save it as ps - print it to see if it is correct.
> >
> > Do ps2pdf print &c
> 
> I believe he was using 'Print to File' and selecting 'Print to File -
> PDF/Acrobat', which by the way, works just fine here.
> 
> It could be a problem with ghostscript, as I'm using ghostscript-6.51-30mdk ,
> and cooker is 38mdk
> 
> --
> Live fast, die young,
> you're sucking up my bandwidth.
> --
> J.P. Pasnak, CD
> [EMAIL PROTECTED]
> http://www.warpedsystems.sk.ca
> 
>  Kernel version: 2.4.17-2mdk
> Current Linux uptime: 11 hours 30 minutes.
I can open .pdf files in konq, but all there are are empty pages...
(at least it has the correct number of BLANK pages, lol!)
latest cooker 2002/Jan 14




Re: [Cooker] mozilla-0.9.7-2mdk - lot of ashes

2002-01-15 Thread Laurent CREPET

> Subject: Re: [Cooker] mozilla-0.9.7-2mdk - lot of ashes
-
was: crashes...

I've just got another crashes just after launching it.
Since my konqueror is very slow, I'm a little bit tired
with these browsers... Just thinking about using lynx ;-)

Laurent.

On Tue, Jan 15, 2002 at 06:11:35PM +0100, Laurent CREPET wrote:
> Since I have upgraded to mozilla-0.9.7-2mdk, I have a lot
> of crashes with our company intranet, yahoo sites (mail,
> groups) and others.
> 
> Does anyone suffer from such a stability problem ?
> 
> (0.96 was more stable)
> 
> Laurent.

-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




Re: [Cooker] Re: Re: URGENT URGENT URGENT !!!!!!

2002-01-15 Thread Han

Denis Moreaux ([EMAIL PROTECTED]) wrote:
> On Tue, 2002-01-15 at 16:36, Brian J. Murrell wrote:
> > On Tue, Jan 15, 2002 at 03:07:54PM +0100, Han wrote:
> > > 
> > > Probably a very wise decission. Everything that arrives on a
> > > hotmail server is considered to be owned by microsoft. If you Send
> > > anything to this newsgroup it will be owned by microsoft. I simply
> > > bounce mail from hotmail servers.
> > 
> > Can you point me to somewhere that they assert this claim?  I know
> > some folks who at least would like a chuckle at reading this.
> 
> AFAIK, Passport EULA make documents ORIGINATING FROM a service using
> Passport have the double licence (the original one and the Microsoft
> one). there was a lot of talks about it on slashdot...
> 
> I don't know if the EULA is still the same or has been chanced to
> something more sane, but ownership can only be granted if someone
> using hotmail SENDS something (quotes/full messages, his own
> messages,...)
> 
> But again, curent EULA has to be checked to see if they did not
> backpedal !!!

My original remark contained a ";)" meaning not to be taken too
seriously. I doubt it will ever go to trial if somebody sends a patch
here, and I don't think m$ will ever have a "legal" claim what so ever.
It is just something to keep in the back of your head.

The American law just begs for civil disobedience. :)


Groetjes, Han.
-- 
http://www.xs4all.nl/~hanb/software




Re: [Cooker] Re: Re: URGENT URGENT URGENT !!!!!!

2002-01-15 Thread Denis Moreaux

On Tue, 2002-01-15 at 16:36, Brian J. Murrell wrote:
> On Tue, Jan 15, 2002 at 03:07:54PM +0100, Han wrote:
> > 
> > Probably a very wise decission. Everything that arrives on a hotmail
> > server is considered to be owned by microsoft. If you Send anything to
> > this newsgroup it will be owned by microsoft. I simply bounce mail from
> > hotmail servers.
> 
> Can you point me to somewhere that they assert this claim?  I know
> some folks who at least would like a chuckle at reading this.

AFAIK, Passport EULA make documents ORIGINATING FROM a service using
Passport have the double licence (the original one and the Microsoft
one). there was a lot of talks about it on slashdot...

I don't know if the EULA is still the same or has been chanced to
something more sane, but ownership can only be granted if someone using
hotmail SENDS something (quotes/full messages, his own messages,...)

But again, curent EULA has to be checked to see if they did not
backpedal !!!
-- 
Denis Moreaux

ICQ#2012432 E-Mail: [EMAIL PROTECTED]
HTTP:   http://endor.yi.org/[EMAIL PROTECTED]





Re: [Cooker] xcdroast : rebuilding?

2002-01-15 Thread Laurent CREPET

On Tue, Jan 15, 2002 at 02:06:25PM +0100, Sylvain OBEGI wrote:
>  xcdroast
> 
> ** WARNING **: Invalid cdrecord version 1.11a12 found. Expecting version
> 1.10
> 
> 
> need to be rebuilt?

I rebuilt it yesterday from the SRPM, and I still have the same error
message. The problem has been reported by other people last week, I
think.

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




[Cooker] mozilla-0.9.7-2mdk - lot of ashes

2002-01-15 Thread Laurent CREPET

Since I have upgraded to mozilla-0.9.7-2mdk, I have a lot
of crashes with our company intranet, yahoo sites (mail,
groups) and others.

Does anyone suffer from such a stability problem ?

(0.96 was more stable)

Laurent.
-- 
Laurent CREPET -- [EMAIL PROTECTED]
http://megrapet.free.fr/




RE: [Cooker] new to cooker - can't install

2002-01-15 Thread Borsenkow Andrej

> 
> After reading about the christmas cooker snapshot and how enthusiastic
> people
> were about it, i tried it - to no avail. The second stage would not
load
> into
> memory. So I mirrored the cooker archive to my harddrive:
> 
> rsync -avL --delete ftp.uninett.no::Mandrake-devel/cooker/cooker/
> /home/lusr/burn/cooker
> 
> after booting with the hd.img boot floppy everything runs smoothly -
until
> the packages install. Here I am told about 80 times that a package
> (obviously
> a different one each time) could not be installed - 'do you want to
proceed
> anyway?'.


May be totally off mark, but

- you have to rsync until you get no updates. New files may have come
while you rsync'ing. Else you easily get mismatch between package list
and actual packages

- cooker install assumes existence of contrib.(which it treats as second
CD). I do not remember if I can tell "I have no contrib."

-andrej




[Cooker] new to cooker - can't install

2002-01-15 Thread Sascha Noyes

Hi

After reading about the christmas cooker snapshot and how enthusiastic people 
were about it, i tried it - to no avail. The second stage would not load into 
memory. So I mirrored the cooker archive to my harddrive:

rsync -avL --delete ftp.uninett.no::Mandrake-devel/cooker/cooker/ 
/home/lusr/burn/cooker

after booting with the hd.img boot floppy everything runs smoothly - until 
the packages install. Here I am told about 80 times that a package (obviously 
a different one each time) could not be installed - 'do you want to proceed 
anyway?'. The two major groups of packages that will not install are those 
involving perl and those involving XFree. 
The first one i'll display as an example: readline
 displays this message about 5 times for the package,after 
moving on to the next one:

rpmRunTransaction start getFile readline-4.2a-1mdk.i586.rpm: Installation CD
rpmRunTransactions done, now trying to close still opened fd
getFile XXX:
rpm database closed

When it gets to the stage of showing which services will be installed, it 
says that 0 sevices will be installed. Needless to say, the new system will 
not boot.

I have been trying this daily from the 9. to the 15. What i find odd is that 
everyone else seems to be having no such troubles. What am i doing wrong?

Thanks for the help.
-- 
Sascha Noyes

OpenPGP public key keyID:
7F9C4D6F

Encrypted mail much preferred





Re: [Cooker] lspcidrake and Firewire (Was lspci doesn't know Matrox G550)

2002-01-15 Thread Dave Seff

Ok, I figured it out. You must have your device (camera etc. . . .) connected 
BEFORE the any of the firewire kernel modules are loaded. only then will the 
ieee1394 bus be recognized. 

-Dave




[Cooker] Re: Re: Re: URGENT URGENT URGENT !!!!!!

2002-01-15 Thread Brian J. Murrell

On Tue, Jan 15, 2002 at 05:03:05PM +0100, Han wrote:
> 
> http://www.troubleshooters.com/passport/
> http://www.theregister.co.uk/content/4/18002.html

OK, I looked.  I also looked at the Passport agreement:

http://www.passport.com/Consumer/TermsOfUse.asp

It would seem that they have clarified their assertation of ownership
of your data to "feedback" (MICROSOFT'S RIGHT TO USE FEEDBACK OR
SUGGESTIONS YOU SUBMIT) only.  This new TOU is dated Aug. 1, 2001.
They must have caved to public pressure.

b.


-- 
Brian J. Murrell




Re: [Cooker] lspcidrake and Firewire (Was lspci doesn't know Matrox G550)

2002-01-15 Thread Guillaume Cottenceau

Dave Seff <[EMAIL PROTECTED]> writes:

> Ok, I figured it out. You must have your device (camera etc. . . .) connected 
> BEFORE the any of the firewire kernel modules are loaded. only then will the 
> ieee1394 bus be recognized. 

Well yes it seems that a current limitation of the driver is that
it doesn't really support "hotplugging".

But that doesn't give me the solution as for which interface to
use to read ID's of connected devices. According to chmouel, it's
not yet present in the current implementation.

It seems that the kernel would print in kernel msg ID's of
connected devices when ohci1394 comes up. Also gscanbus, through
libraw1394, can see the ID's. But nothing under /proc...


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




[Cooker] nntp gateway

2002-01-15 Thread Nick brown

is there a nntp gateway to this mailing list? (or other mandrake lists)
I have have found the archive, but prefer reading using nntp.

thanks,
Nick
-- 
Moderation is a fatal thing. Nothing succeeds like excess.
-- Oscar Wilde




RE: [Cooker] eject SCSI removable

2002-01-15 Thread Borsenkow Andrej

> Borsenkow Andrej <[EMAIL PROTECTED]> writes:
> 
> > What always irritates me is that I as mortal user can mount and
unmount
> > SCSI removable (CD or HD) I can even eject it using eject button but
I
> 
> Because the /etc/fstab contains the "user" flag. You can't mount
> "any" device on "any" mountpoint, as mortal user.
> 

Me knows. That is exactly what I meant.

> The eject button means physical access, there is no real reason
> to protect it.
> 

Granted.

> > am unable to do it using eject command.
> 
> Because you can be logged distantly as user, so the "eject"
> command is more accessible than the eject button...
> 

So you mean that we need to protect SCSI but do not need protect IDE?
Because I can eject IDE CD just fine as normal user.

-andrej

And now I am afraid I won't be able to eject IDE as well because of
security :-) 




[Cooker] monitoring free disk space

2002-01-15 Thread Guillaume Cottenceau


with initscripts >= 6.40.2-10mdk there is a new initscript called
"partmon" which will check some known mountpoints, and if they
exist, it will warn you (with a nice red FAILED) if there is less
than a fixed amount of diskspace.

I've come up with this because Windoze already do this
(graphically..) and I find that it's a good idea.


currently the limits (in KB) are (they are set in
/usr/bin/partmon):

my %partlimits = (
'/' => 20_000, '/tmp' => 20_000, '/usr' => 50_000,
'/var' => 50_000, '/boot' => 5_000 );


you have any suggestions? if you all agree that any number is too
high or too low etc, it can be changed.


please bear in mind that the numbers should be sensible mean
values, of course you can disable this (chkconfig --del partmon)
if you often live with tightly configured /, etc, or even change
the numbers. there is no support for configuration files to
change these values because I think the use for a change is too
limited, and since it's perl you may change the values from the
sourcecode if you really want to do so.



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




Re: [Cooker] jpilot error

2002-01-15 Thread Chmouel Boudjnah

Gregoire Favre <[EMAIL PROTECTED]> writes:

> Now:
> Segmentation faultjpilot

humm can't reproduce that no prob here, going to reinstall a sane
cooker right now...

-- 
http://www.linux-mandrake.com/en/club/




Re: [Cooker] Re: Re: URGENT URGENT URGENT !!!!!!

2002-01-15 Thread Han

Brian J. Murrell ([EMAIL PROTECTED]) wrote:
> On Tue, Jan 15, 2002 at 03:07:54PM +0100, Han wrote:
> > 
> > Probably a very wise decission. Everything that arrives on a hotmail
> > server is considered to be owned by microsoft. If you Send anything
> > to this newsgroup it will be owned by microsoft. I simply bounce
> > mail from hotmail servers.
> 
> Can you point me to somewhere that they assert this claim?  I know
> some folks who at least would like a chuckle at reading this.
> 
> If they really are asserting this claim, maybe it is time ML owners
> stopped allowing hotmail addresses until MS backs off.  I certainly
> will lobby this list and any others I am on to stop allowing copies of
> my mail going to hotmail addresses if MS really wants to try to
> assert ownership of my writings simply because they land in a mailbox
> on an MS server.
> 
> As I write this though, I am having a hard time believing even MS
> would make a claim to own something they certainly don't have a right
> to own, right out of one of their users' private mailboxes.
> 
> Please cite your source of this information.

http://www.troubleshooters.com/passport/
http://www.theregister.co.uk/content/4/18002.html


Groetjes, Han.
-- 
http://www.xs4all.nl/~hanb/software




Re: [Cooker] eject SCSI removable

2002-01-15 Thread Guillaume Cottenceau

Borsenkow Andrej <[EMAIL PROTECTED]> writes:

> What always irritates me is that I as mortal user can mount and unmount
> SCSI removable (CD or HD) I can even eject it using eject button but I

Because the /etc/fstab contains the "user" flag. You can't mount
"any" device on "any" mountpoint, as mortal user.

The eject button means physical access, there is no real reason
to protect it.

> am unable to do it using eject command.

Because you can be logged distantly as user, so the "eject"
command is more accessible than the eject button...


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




[Cooker] eject SCSI removable

2002-01-15 Thread Borsenkow Andrej

What always irritates me is that I as mortal user can mount and unmount
SCSI removable (CD or HD) I can even eject it using eject button but I
am unable to do it using eject command.

I fails to see any reason behind it. What do you think?

-andrej




Re: [Cooker] jpilot error

2002-01-15 Thread Gregoire Favre

On Tue, Jan 15, 2002 at 04:10:11PM +0100, Chmouel Boudjnah wrote:

> ok that was some missing symbol it should be fixed in latest jpilot.

Now:
Segmentation faultjpilot

...

> BTW: Plucker is far better for web fetcher on palm.

I give a look at it right now, but there is no rpm... at least on
cooker, but on there website...

Thanks you very much,

Grégoire

http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]




Re: [Cooker] Using Kword for PDF output error

2002-01-15 Thread guran

On Tuesday 15 January 2002 2:09 pm, J.P. Pasnak wrote:
> I believe he was using 'Print to File' and selecting 'Print to File -
> PDF/Acrobat', which by the way, works just fine here.
>
> It could be a problem with ghostscript, as I'm using ghostscript-6.51-30mdk
> , and cooker is 38mdk

Thanks - stupid of me.
guran

-- 
Mandrake Linux 8.1 kernel-2.4.8-34.1mdk




Re: [Cooker] urpmi should respect conflicts?

2002-01-15 Thread François Pons

Borsenkow Andrej <[EMAIL PROTECTED]> writes:

> ... if newer B does not exist
>and B is obsolete by C
> install C?

Yes, It is done but I just realized it should not work if only a simple package
is given on command line.

François.




  1   2   >