[expert] Mandrake 7.0 Install problem

2000-09-17 Thread Al Smith

Greetings,

I have a question that may have been covered in earlier posts but I 
could not locate them. I have Mandrake 7.0-2 ISO (I belive). Whenever I 
attempt to install the OS via the text based or GUI install it seems to 
hang after I select what kind of install that I wish, such as a Expert, 
Custom and what not. I did not download the patch for the install that is 
listed on the mandrake website because it was for pre 7.0-2 ISO's. And I do 
not have a fast enough connection to download Mandrake 7.1. Any help would 
be appreciated.

Al Smith
[EMAIL PROTECTED]




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Mandrake Updates

2000-03-14 Thread Al Smith

Greetings,

  Does anyone know the tool that updates your distrubiton of mandrake? I
have seen it in past installs but not with 7.0.

Thanks,

Al Smith
[EMAIL PROTECTED]   



Re: [expert] kde windows manager

2000-03-11 Thread Al Smith

The only thing I did was attempt to change the clock display from 24hrs to
AM/PM. Then applied it and Ok'd it and that's what happended. I rebooted the
server because I wanted to see if there were any error on startup and XFS had
a problem with th 75dpi and the 10dpi. Apprently it coouldn't find the font
file. 

You think XFS might be corrupted?

-Al


> On Fri, 10 Mar 2000, you wrote:
> > Greetings,
> > 
> >   I have run in a strange problem and I have not been able to resolve it
> > my self. I am running mandrake 7.0 with kde. During the session I lost
> > kpanel. I attempted to restart it through a window and this is the error
> > message that I received:
> > 
> > QFont::setPointSize: Point Size <= 0 (0)
> > 
> > Any assistance would be appreciated.
> > 
> > -Al
> > [EMAIL PROTECTED]
> 
> Ummm  how about a clue what you were doing when Kpanel was lost?  If I am
going
> to work on it, I need to try to duplicate the error.
> 
> Civileme
> 


On Fri, 10 Mar 2000, you wrote:
> Greetings,
>  
>   I have run in a strange problem and I have not been able to resolve it
> my self. I am running mandrake 7.0 with kde. During the session I lost
> kpanel. I attempted to restart it through a window and this is the error
> message that I received:
>  
> QFont::setPointSize: Point Size <= 0 (0)
>  
> Any assistance would be appreciated.
>  
> -Al
> [EMAIL PROTECTED]

Ummm  how about a clue what you were doing when Kpanel was lost?  If I am going
to work on it, I need to try to duplicate the error.

Civileme


[expert] kde windows manager

2000-03-10 Thread Al Smith

Greetings,

  I have run in a strange problem and I have not been able to resolve it
my self. I am running mandrake 7.0 with kde. During the session I lost
kpanel. I attempted to restart it through a window and this is the error
message that I received:

QFont::setPointSize: Point Size <= 0 (0)

Any assistance would be appreciated.

-Al
[EMAIL PROTECTED]



Re: [expert] Network Question:

2000-03-01 Thread Al Smith

Well the problem that you are having with the envizex terminal is not
surprising. In order to get it to work you need the code for the xterminal
either on a floppy disk or loaded on the linux box. Since the Xterminal is an
HP and the software is propriatery software (Netstation 9 or 7.1) I doubt you
will get it to work.

But if you do have the code loaded. How about using TFTP?

-Al


> Trevor Farrell wrote:
>  
> > Yann Forget wrote:
> >
> > > Hi,
> > >
> > > lee binkley a écrit :
> > > >
> > > > Al Smith wrote:
> > > >
> > > > > Yes it is possible if you use IP masquarding and such.
> > > > >
> > > > > -Al
> > > >
> > > > I will nedd 2 nic .
> > > > so in my /etc/rc.d/rc.local
> > > > ipchains -P foward DENY
> > > > ipchains -A foward -i eth1 -j MASQ
> > > > echo 1 >/proc/sys/net/ipv4/ip_foward
> > >
> > > Yes, but in that order :
> > >
> > >  echo 1 >/proc/sys/net/ipv4/ip_foward
> > >  ipchains -P foward DENY
> > >  ipchains -A foward -i eth1 -j MASQ
> > >
> > > Regards,
> > > Yann
> > >
> > > --
> > > Ionix Services, les services réseaux d'aujourd'hui
> > > http://www.ionix-services.com/
> > > Tel 04 76 70 64 24
> > > Fax 04 76 70 64 25
> >
> > I only had to type  echo 1 >/proc/sys/net/ipv4/ip_foward once from the
> > command line - the system saves that instruction into the
> > /etc/sysconfig/network file, so you only need the two ipchains
> > instruction in /etc/rc.d/rc.local
>  
> I have another question:
>  
> I have an XEnvixzex Xterminal in which my boss wants setup into his
> office.
> To Monitor 2 servers, using a progeam called gpm 9which is a gui
> interface about your system.
>  
> Is there a way to connect this Xterminal to my linux box , without have
> to be nfs, the reason I dont want nfs is because out network sometin
> hangs.
>  
>  



[expert] Network Question:

2000-02-29 Thread Al Smith

let me correct what I just sent.

if the 2 machines aren't at the same location you might have a problem and it
could be costly with having to purchasing routers and such.

-Al


> I have 2 computers .
> 
> 1: A mandrake 7.0 new install, 256 meg ram  Ethernet Card  ( System at
> Work)  (T-1 Line)
> 2: A  windows 2000 box at home  which also has 256 meg ram 600 Mhz
> (Modem Line For Kids)
> 
> Is it possible  that system 1 be connected to system 2 . So system 2
> can  benifuit from the work T1 Line.
> 
> 
> 



[expert] Network Question:

2000-02-29 Thread Al Smith

Yes it is possible if you use IP masquarding and such. 

-Al



RE: [expert] getting "set prompt=$p$g" functionality in bash

2000-01-28 Thread Al Smith

Not really.

SET is when you want to set a variable of some sort that isn't seen to the
user. Only to the shell.


The export command is something that the user will see and the shell will
recognize:

example:

export PS1= >this would set your primary prompt
export alias => export that alias.

or

alias ll='ls -al'
alias bob='df'

export alias (export's all predefined alias's in .bashrc file)

set would be used like this:

set env=
set shell= 

and so on...

If I can be of further use please let me know.

Al Smith
Systems Engineer

Thomas Jefferson Univ. Hospital  Phone: 215-503-6808
130 S. 9th St. Suite 600 Fax:   215-503-4336
Philadelphia, PA 19107 e-mail: [EMAIL PROTECTED]






Re: [expert] lothar question

2000-01-18 Thread Al Smith

Correction,

  lothar has been out since before mandrake 6.0

Al Smith
Lothar Webmaster
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.linux-mandrake.com/lothar



Re: [expert] Sound Blaster PCI 128

2000-01-01 Thread Al Smith

I would suggest trying mandrake's lothar project to detect the hardware and
get the proper setup. Also look in the /usr/src/linux/Documentations/sound I
do belive that there is a setup for the soundblaster PCI 128.

Al Smith
Systems Engineer

Thomas Jefferson Univ. Hospital  Phone: 215-503-6808
130 S. 9th St. Suite 600 Fax:   215-503-4336
Philadelphia, PA 19107 e-mail: [EMAIL PROTECTED]




Re: [expert] AOL access within Linux

1999-11-23 Thread Al Smith

I use a really good AOL IM for linux. It's called GAIM.

Goto freshmeat and do a search for it..


www.freshmeat.net

-Al



[expert] [devel] Fw: Kernel 2.2.13-29mdk

1999-11-22 Thread Al Smith

Has anyone looked at this problem yet?



[expert] Kernel 2.2.13-29mdk

1999-11-16 Thread Al Smith

Greetings,

  I have downloaded the new kernel for 2.2.13 from the cooker distro. It
is mandrake version 29. There seems to be a problem with the coding of
the new module. I have attached the error file to this e-mail.

Al Smith
Systems Engineer

Thomas Jefferson Univ. Hospital  Phone: 215-503-6808
130 S. 9th St. Suite 600 Fax:   215-503-4336
Philadelphia, PA 19107 e-mail: [EMAIL PROTECTED]



make -C  kernel CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer 
-fno-strict-aliasing -pipe -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s 
-mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -m486 
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS 
-include /usr/src/linux/include/linux/modversions.h" MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.2.13/kernel'
make[1]: Nothing to be done for `modules'.
make[1]: Leaving directory `/usr/src/linux-2.2.13/kernel'
make -C  drivers CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer 
-fno-strict-aliasing -pipe -O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s 
-mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations -m486 
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS 
-include /usr/src/linux/include/linux/modversions.h" MAKING_MODULES=1 modules
make[1]: Entering directory `/usr/src/linux-2.2.13/drivers'
make -C block modules
make[2]: Entering directory `/usr/src/linux-2.2.13/drivers/block'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -O3 -fomit-frame-pointer 
-fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math 
-fexpensive-optimizations -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 
-DCPU=586 -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h   
-DEXPORT_SYMTAB -c loop.c
In file included from /usr/src/linux/include/linux/module.h:199,
 from loop.c:38:
/usr/src/linux/include/linux/version.h:5: unterminated `#if' conditional
In file included from loop.c:38:
/usr/src/linux/include/linux/module.h:201: parse error before `UTS_RELEASE'
make[2]: *** [loop.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.13/drivers/block'
make[1]: *** [_modsubdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.13/drivers'
make: *** [_mod_drivers] Error 2



[expert] Printting in Helios

1999-11-15 Thread Al Smith

Greetings folks,


  I have noticed a printting problem with helios. For some reason once
the print job has completed the spool file is not removed from: 

/var/spool/lpd/lp

I have updated to printtool 3.40-8mdk

Any suggesstions?


Al Smith
Systems Engineer

Thomas Jefferson Univ. Hospital  Phone: 215-503-6808
130 S. 9th St. Suite 600 Fax:   215-503-4336
Philadelphia, PA 19107 e-mail: [EMAIL PROTECTED]




[expert] Printting in Helios 6.1

1999-11-15 Thread Al Smith

Greetings folks,


  I have noticed a printting problem with helios. For some reason once
the print job has completed the spool file is not removed from: 

/var/spool/lpd/lp

I have updated to printtool 3.40-8mdk

Any suggesstions?


---Al Smith-
Systems Engineer
--- JJ  UUU   UUU --
--TTJJJ UUU   UUU --
--TTJJJ UUU   UUU --
--TTJJJ UUU   UUU --
--TTJJJ UUU   UUU --
--TT   JJJ  JJJ UUU   UUU --
--TT   JJJ  JJJ UUU   UUU --
--TTJJ  JJ   UU   UU  --
--TT  U   --

[EMAIL PROTECTED]
---215-503-6808-




Re: [expert] Why are bugs not fixed ?

1999-09-15 Thread Al Smith

Kiss my ass, butt plug. Well I can tell you stayed up all night thinking
that one up. My hat goes off to you...

-Al


> On Tue, 14 Sep 1999, your Nibs wrote:
> >   And for those that did assist me in any problems that I may of
have, I
> >have thanked and helped them in return. So unless you know me or how I
> >respond or act on things, don't comment on me or make accusations.
That
> >will be one thing that WILL get you landed in a nice lawsuit. Got me?
or
> >do I need to make it clearer for you?
> 
> Kiss my ass, buttplug.  What sort of contact with reality do you have? 
> Lawsuit? Don't make me laugh.
> 
> >
> >-Al
> >
> >> On Tue, 14 Sep 1999, Al Smith wrote:
> >> 
> >> > Listen you neanderthal I do, do something constructive, I use the
> >damn
> >> > OS. I don't like it when I see and hear things get reported and
> >nothing
> >> > happens. This has been a gripe for months on this list. And for
you
> >even
> >> > thinking I work for MS is low, makes me think you use a Macintosh
> >> 
> >> Folks, haven't we learned not to bother with Mr. Smith yet?  As near
as
> >I
> >> can tell, he helps no one on the list, posts no comments worthy of
> >> discussion, and resorts to ad hominem attacks at the drop of a hat.
> >> Ignore him; my guess is that his "bug reports" have been similiar in
> >> flavor, which might explain why he seems to get little response.
> >> 
> >> Lee Burnside -- [EMAIL PROTECTED]
> >> http://www.phys.ttu.edu/~tljlb/
> >> 
> >> "Many a good hanging prevents a bad marriage."
> >> --The Bard
> >> 
> >
> 
> 
> Content-Type: TEXT/PLAIN; name="unnamed"
> Content-Transfer-Encoding: 7bit
> Content-Description: 
> 
> 
> --
> Lee Burnside -- [EMAIL PROTECTED]
> http://www.phys.ttu.edu/~tljlb/
> 
> "Many a good hanging prevents a bad marriage."
> --The Bard



Re: [expert] 700MB CD-R copying

1999-09-15 Thread Al Smith

with that being said and looking at the readme's for the cdrecord
program, I don't think you will even be able to use the 80min CD's to
their utmost capacity. I would also read the README on the CDRECORD
because if you are using a Sony CD-R there are some things that aren't
yet supported with that cd. Including but not limited to multi-session
creation. On the Sony it isn't supported.

-Al


> I know I'm using Outlook Express [WIndows] but my HD Hard Drive died
and I'm
> waiting for my new one to arrive in a couple of days. But I had a
similar
> problem to yours, what is the MODEL and the Make of Your CD-R Drive?
> 
> Some CD-R support 80 Min CD, some don't. Since 80 Minute CD-R aren't
defined
> in the Rainbow Books Specifications. For example, Sony doesn't support
them
> saying that they violete Rainbow Books rules. [The Rainbow Books define
the
> begining and end of the data track on CD-Rs and thus the length of the
data
> track.So for 80 minute CD-Rs, they have to pack the pits closer then
what is
> specifed in Rainbow Books [they define two standards, one for 74Minute
and
> one for 63Minute]]. Rainbow Books is the name of the set of books that
> definte the CD Standards [they have Orange, Blue, Red, Yellow but I
don't
> remember which one is for which].
> 
> By your post, I assume your CD-R doesn't support 80 Minute CDs. Try the
> following:
> 1. Try to read the 80 Minute CD-R Disc from teh CD-R Drive, if that
works
> your CD-ROM doesn't support 80 Minute CD's
> 2. Try to see if there's a FirmWare update on it and if there is try to
> update the firmware, maybe they added 80 Minute CD-R Support.
Otherwise, no
> luck.
> 
> 
> Singer
> - Original Message -
> From: John Aldrich <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, September 14, 1999 9:45 PM
> Subject: Re: [expert] 700MB CD-R copying
> 
> 
> > On Tue, 14 Sep 1999, you wrote:
> > > Has anyone had any experiences with copying the new 80minute/700MB
> CD-Rs?
> > > I have been trying to copy with no success. I get unspecified write
> > > errors. I had no problems at all the the normal 650MB CD-Rs.
> > >
> > > I am using xcdroast and Mandrake 6.0. The machine is an AMDK6
300MHz
> > >
> > Hmm...the question *I* have is this -- Which is broken, xcdroast or
> > the cd player you tried that new CD in? ;-)
> > John
> 


I know I'm using Outlook Express [WIndows] but my HD Hard Drive died and I'm
waiting for my new one to arrive in a couple of days. But I had a similar
problem to yours, what is the MODEL and the Make of Your CD-R Drive?

Some CD-R support 80 Min CD, some don't. Since 80 Minute CD-R aren't defined
in the Rainbow Books Specifications. For example, Sony doesn't support them
saying that they violete Rainbow Books rules. [The Rainbow Books define the
begining and end of the data track on CD-Rs and thus the length of the data
track.So for 80 minute CD-Rs, they have to pack the pits closer then what is
specifed in Rainbow Books [they define two standards, one for 74Minute and
one for 63Minute]]. Rainbow Books is the name of the set of books that
definte the CD Standards [they have Orange, Blue, Red, Yellow but I don't
remember which one is for which].

By your post, I assume your CD-R doesn't support 80 Minute CDs. Try the
following:
1. Try to read the 80 Minute CD-R Disc from teh CD-R Drive, if that works
your CD-ROM doesn't support 80 Minute CD's
2. Try to see if there's a FirmWare update on it and if there is try to
update the firmware, maybe they added 80 Minute CD-R Support. Otherwise, no
luck.


Singer
- Original Message -
From: John Aldrich <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 14, 1999 9:45 PM
Subject: Re: [expert] 700MB CD-R copying


> On Tue, 14 Sep 1999, you wrote:
> > Has anyone had any experiences with copying the new 80minute/700MB
CD-Rs?
> > I have been trying to copy with no success. I get unspecified write
> > errors. I had no problems at all the the normal 650MB CD-Rs.
> >
> > I am using xcdroast and Mandrake 6.0. The machine is an AMDK6 300MHz
> >
> Hmm...the question *I* have is this -- Which is broken, xcdroast or
> the cd player you tried that new CD in? ;-)
> John



[expert] 700MB CD-R copying

1999-09-14 Thread Al Smith

I think it's because most CD-R's can't handle the 700MB disks. But it
also might be a limitation in cdrecord.

-Al


> 
> Has anyone had any experiences with copying the new 80minute/700MB
CD-Rs?
> I have been trying to copy with no success. I get unspecified write
> errors. I had no problems at all the the normal 650MB CD-Rs.
> 
> I am using xcdroast and Mandrake 6.0. The machine is an AMDK6 300MHz
> 
> Thanks - rb
> 



Re: [expert] 6.1 Helios observations

1999-09-14 Thread Al Smith

Funny talking about 6.2 and 6.1 isn't even out of the gates yet and 6.0
is full of bugs...

-Al

> Harald Schreiber wrote:
> > 
> > Gael Duval <[EMAIL PROTECTED]> writes:
> > 
> > []
> > >
> > > We have already told the users that it was really better to
reinstall
> > > everything instead of upgrading. For a clean, complete upgrade,
you'll
> > > have to wait for Panoramix, in Mandrake 6.2 or more.
> > [...]
> > 
> > Every serious Linux Distribution like Debian or RedHat can be
> > upgraded from its predecessor without any problems since many
> > years.
> > 
> > Harald
> > 
> > --
> > ---
> >  Harald Schreiber,Nizzaalle 26,D-52072 Aachen, Germany
> > Phone: +49-241-9108015, Email: [EMAIL PROTECTED]
> > ---
> 
> 
> Yep. But Mandrake is just one year old...
> 
> tom
> 
> -- 
> "Never trust a Shoggoth!"
> Thomas 'tom' Berger, [EMAIL PROTECTED]
> LSTB - "advancing the community"
> 


Harald Schreiber wrote:
> 
> Gael Duval <[EMAIL PROTECTED]> writes:
> 
> []
> >
> > We have already told the users that it was really better to reinstall
> > everything instead of upgrading. For a clean, complete upgrade, you'll
> > have to wait for Panoramix, in Mandrake 6.2 or more.
> [...]
> 
> Every serious Linux Distribution like Debian or RedHat can be
> upgraded from its predecessor without any problems since many
> years.
> 
> Harald
> 
> --
> ---
>  Harald Schreiber,Nizzaalle 26,D-52072 Aachen, Germany
> Phone: +49-241-9108015, Email: [EMAIL PROTECTED]
> ---


Yep. But Mandrake is just one year old...

tom

-- 
"Never trust a Shoggoth!"
Thomas 'tom' Berger, [EMAIL PROTECTED]
LSTB - "advancing the community"



Re: [expert] Why are bugs not fixed ?

1999-09-14 Thread Al Smith

Prove it.

-Al


> 
> I definitely agree with David.  Did you know that most of the bugs in
the Red 
> Hat release are fixed in Mandrake?>  Did you know that the guys at
Mandrake 
> Linux included more updated packages?  Did you also care to know that
every 
> single one of them runs like 10% to 15% faster on a pentium just
because they 
> REBUILT the packages for an i586 architecture?
> 
> 
> David Comeau <[EMAIL PROTECTED]> said: 
> 
> > In that case, YOU fix the bugs and stop bringing them down. You sound
like 
> one
> > of those guys that loves to stir up shit just for the love of it. I
don't 
> hear
> > of "you" doing anything constructive. If you were to do something to
help,
> > rather than complain (and by the way, pointing out a bug is not
complaining.
> > what you are doing is complaining), you might become a little happier
in 
> your
> > life. What you are doing is very negative, and and destructive (I
wonder if
> > you're working for MS?). BE CONSTRUCTIVE.
> > 
> > 
> > On Tue, 14 Sep 1999, you wrote:
> > > >%_See I object to this statement. All they did was re-package the
RPM's
> > > with the name mandrake. They really didn't do anything except maybe
> > > re-write the install, that's it. I don't know why people are
praising
> > > them. They can't even fix the bugs.
> > > 
> > > -Al
> > > 
> > > 
> > > 
> > > > David Comeau wrote:
> > > > 
> > > > > Very true. I, for one, believe that patience will be rewarded.
In
> > > this case, I
> > > > 
> > > > > will be rewarded with Helios.
> > > > >
> > > > > On Mon, 13 Sep 1999, you wrote:
> > > > > > And I can only add:
> > > > > >
> > > > > > Congrats to Gael, Chmoel, and all the others of the Mandrake
> > > team... Those
> > > > > > we hear and those who remain silent...
> > > > > >
> > > > > > Great job guys ;o)))
> > > > > >
> > > > 
> > > > To all of them my respect, they all work very hard trying
Mandrake
> > > > to be the best linux distribution..
> > > > Chmouel, Gael, Bero axalon, pixel, etc...and all the rest at
> > > Mandrake
> > > > Many of the troubles are not even Mandrake's.. just inherited
from RH
> > > ;-)
> > > > 
> > > > SK
> > > > 
> > > 
> > 
> > 
> > Content-Type: text/plain; name="Re:"
> > Content-Transfer-Encoding: 7bit
> > Content-Description: 
> > 
> > 
> 
> 
> 
> --
>Rudd-O
>Jefe de operaciones
>Alpha Omega Creative Solutions
> 
> 



I definitely agree with David.  Did you know that most of the bugs in the Red 
Hat release are fixed in Mandrake?>  Did you know that the guys at Mandrake 
Linux included more updated packages?  Did you also care to know that every 
single one of them runs like 10% to 15% faster on a pentium just because they 
REBUILT the packages for an i586 architecture?


David Comeau <[EMAIL PROTECTED]> said: 

> In that case, YOU fix the bugs and stop bringing them down. You sound like 
one
> of those guys that loves to stir up shit just for the love of it. I don't 
hear
> of "you" doing anything constructive. If you were to do something to help,
> rather than complain (and by the way, pointing out a bug is not complaining.
> what you are doing is complaining), you might become a little happier in 
your
> life. What you are doing is very negative, and and destructive (I wonder if
> you're working for MS?). BE CONSTRUCTIVE.
> 
> 
> On Tue, 14 Sep 1999, you wrote:
> > >%_See I object to this statement. All they did was re-package the RPM's
> > with the name mandrake. They really didn't do anything except maybe
> > re-write the install, that's it. I don't know why people are praising
> > them. They can't even fix the bugs.
> > 
> > -Al
> > 
> > 
> > 
> > > David Comeau wrote:
> > > 
> > > > Very true. I, for one, believe that patience will be rewarded. In
> > this case, I
> > > 
> > > > will be rewarded with Helios.
> > > >
> > > > On Mon, 13 Sep 1999, you wrote:
> > > > > And I can only add:
> > > > >
> > > > > Congrats to Gael, Chmoel, and all the others of the Mandrake
> > team... Those
> > > > > we hear and those who remain silent...
> > > > >
> > > > > Great job guys ;o)))
> > > > >
> > > 
> > > To all of them my respect, they all work very hard trying Mandrake
> > > to be the best linux distribution..
> > > Chmouel, Gael, Bero axalon, pixel, etc...and all the rest at
> > Mandrake
> > > Many of the troubles are not even Mandrake's.. just inherited from RH
> > ;-)
> > > 
> > > SK
> > > 
> > 
> 
> 
> Content-Type: text/plain; name="Re:"
> Content-Transfer-Encoding: 7bit
> Content-Description: 
> 
> 



--
   Rudd-O
   Jefe de operaciones
   Alpha Omega Creative Solutions




Re: [expert] Why are bugs not fixed ?

1999-09-14 Thread Al Smith

I have done my share of assisting people on this list. So don't talk
about helping people. Second of all I was insulted, I am returning the
insult. And I am doing my part for the mandrake team. As I said I don't
report bugs to the bug list because they don't get answered, I go to the
creator's and get their assistance. With that being said if you chose to
ignore me go ahead but I do not go away silently.

   And for those that did assist me in any problems that I may of have, I
have thanked and helped them in return. So unless you know me or how I
respond or act on things, don't comment on me or make accusations. That
will be one thing that WILL get you landed in a nice lawsuit. Got me? or
do I need to make it clearer for you?

-Al

> On Tue, 14 Sep 1999, Al Smith wrote:
> 
> > Listen you neanderthal I do, do something constructive, I use the
damn
> > OS. I don't like it when I see and hear things get reported and
nothing
> > happens. This has been a gripe for months on this list. And for you
even
> > thinking I work for MS is low, makes me think you use a Macintosh
> 
> Folks, haven't we learned not to bother with Mr. Smith yet?  As near as
I
> can tell, he helps no one on the list, posts no comments worthy of
> discussion, and resorts to ad hominem attacks at the drop of a hat.
> Ignore him; my guess is that his "bug reports" have been similiar in
> flavor, which might explain why he seems to get little response.
> 
> Lee Burnside -- [EMAIL PROTECTED]
> http://www.phys.ttu.edu/~tljlb/
> 
> "Many a good hanging prevents a bad marriage."
> --The Bard
> 


On Tue, 14 Sep 1999, Al Smith wrote:

> Listen you neanderthal I do, do something constructive, I use the damn
> OS. I don't like it when I see and hear things get reported and nothing
> happens. This has been a gripe for months on this list. And for you even
> thinking I work for MS is low, makes me think you use a Macintosh

Folks, haven't we learned not to bother with Mr. Smith yet?  As near as I
can tell, he helps no one on the list, posts no comments worthy of
discussion, and resorts to ad hominem attacks at the drop of a hat.
Ignore him; my guess is that his "bug reports" have been similiar in
flavor, which might explain why he seems to get little response.

Lee Burnside -- [EMAIL PROTECTED]
http://www.phys.ttu.edu/~tljlb/

"Many a good hanging prevents a bad marriage."
--The Bard



Re: [expert] Why are bugs not fixed ?

1999-09-14 Thread Al Smith

Listen you neanderthal I do, do something constructive, I use the damn
OS. I don't like it when I see and hear things get reported and nothing
happens. This has been a gripe for months on this list. And for you even
thinking I work for MS is low, makes me think you use a Macintosh

-Al


> In that case, YOU fix the bugs and stop bringing them down. You sound
like one
> of those guys that loves to stir up shit just for the love of it. I
don't hear
> of "you" doing anything constructive. If you were to do something to
help,
> rather than complain (and by the way, pointing out a bug is not
complaining.
> what you are doing is complaining), you might become a little happier
in your
> life. What you are doing is very negative, and and destructive (I
wonder if
> you're working for MS?). BE CONSTRUCTIVE.
> 
> 
> On Tue, 14 Sep 1999, you wrote:
> > >%_See I object to this statement. All they did was re-package the
RPM's
> > with the name mandrake. They really didn't do anything except maybe
> > re-write the install, that's it. I don't know why people are praising
> > them. They can't even fix the bugs.
> > 
> > -Al
> > 
> > 
> > 
> > > David Comeau wrote:
> > > 
> > > > Very true. I, for one, believe that patience will be rewarded. In
> > this case, I
> > > 
> > > > will be rewarded with Helios.
> > > >
> > > > On Mon, 13 Sep 1999, you wrote:
> > > > > And I can only add:
> > > > >
> > > > > Congrats to Gael, Chmoel, and all the others of the Mandrake
> > team... Those
> > > > > we hear and those who remain silent...
> > > > >
> > > > > Great job guys ;o)))
> > > > >
> > > 
> > > To all of them my respect, they all work very hard trying Mandrake
> > > to be the best linux distribution..
> > > Chmouel, Gael, Bero axalon, pixel, etc...and all the rest at
> > Mandrake
> > > Many of the troubles are not even Mandrake's.. just inherited from
RH
> > ;-)
> > > 
> > > SK
> > > 
> > 
> 
> 
> Content-Type: text/plain; name="Re:"
> Content-Transfer-Encoding: 7bit
> Content-Description: 
> 


In that case, YOU fix the bugs and stop bringing them down. You sound like one
of those guys that loves to stir up shit just for the love of it. I don't hear
of "you" doing anything constructive. If you were to do something to help,
rather than complain (and by the way, pointing out a bug is not complaining.
what you are doing is complaining), you might become a little happier in your
life. What you are doing is very negative, and and destructive (I wonder if
you're working for MS?). BE CONSTRUCTIVE.


On Tue, 14 Sep 1999, you wrote:
> >%_See I object to this statement. All they did was re-package the RPM's
> with the name mandrake. They really didn't do anything except maybe
> re-write the install, that's it. I don't know why people are praising
> them. They can't even fix the bugs.
> 
> -Al
> 
> 
> 
> > David Comeau wrote:
> > 
> > > Very true. I, for one, believe that patience will be rewarded. In
> this case, I
> > 
> > > will be rewarded with Helios.
> > >
> > > On Mon, 13 Sep 1999, you wrote:
> > > > And I can only add:
> > > >
> > > > Congrats to Gael, Chmoel, and all the others of the Mandrake
> team... Those
> > > > we hear and those who remain silent...
> > > >
> > > > Great job guys ;o)))
> > > >
> > 
> > To all of them my respect, they all work very hard trying Mandrake
> > to be the best linux distribution..
> > Chmouel, Gael, Bero axalon, pixel, etc...and all the rest at
> Mandrake
> > Many of the troubles are not even Mandrake's.. just inherited from RH
> ;-)
> > 
> > SK
> > 
> 


Content-Type: text/plain; name="Re:"
Content-Transfer-Encoding: 7bit
Content-Description: 



[expert] [devel] RPM 3.0.3

1999-09-14 Thread Al Smith

This is another example. Cassini was released and it needed RPM 3.0.3 to
install it's apps. Guess what folks. IT DIDN"T COME WITH IT

-Al


I have downloaded a number of the 6.1 RPMs. They appear to require RPM
3.0.3
I cannot however find the source for RPM 3.0.3 anywhere, especially
disturbing
that the sources aren't on rpm.org.

Any pointers as to where the source tar.gz is would be greatly
appreciated.

TIA

--
===
John Allen,Email:  [EMAIL PROTECTED]
Orbis Payment Technology Ltd,  Phone:  +353-1-2945111
3 Sandyford Park,  Mobile: +353-86-2315986
Sandyford Industrial Estate,   Fax:+353-1-2945119
Dublin 18.
===






Re: [expert] Why are bugs not fixed ?

1999-09-14 Thread Al Smith




On Mon, 13 Sep 1999, Mohammad R. Salehpour, Ph.D. wrote:

> Harald;
> 
> I do undrestand your frustrations. When one likes something or loves 
> it (as we all do linux) one get frustrated to see little bugs are 
> lingring here and there. But we have to realize that most people who 
> work on linux distributions do not do it for financial rewards. It is 
> more a labor of love. So please be patient with these guys and do not 
> call them names.
i'm not going to say much about calling names, but i believe that mandrake
has a hired staff... its a buisness. if you dont respond to the people you
provide your service to, then they will quit using your service...

> How often do we get speedy bug fixes from Microsoft??
why do people keep comparing linux to microsoft. i think that is the wrong
attitude to take. the only thing linux and windows have in common is that
they are both /considered/ operating systems by the vast majority of
world. the entire idiology behind linux is different.

we shouldn't base the speed of linux fixes on the speed of ms fixes. if ms
got a faster would the linux community? i doubt it..  


i do however see al's point. they should fix what they currently have
befor building on it.

just some thoughts.

john

signature generated by a pack of raging chicken slayers.

Cat, The other white meat.



> 
> Happy linuxing.
> 
> Regards;
> 
> M.S.
> 
> 
> 
> 
> >Harald Schreiber wrote:
> > >
> > > Axalon Bloodstone <[EMAIL PROTECTED]> writes:
> > > Have a look at
> > > http://www.mail-archive.com/expert@linux-mandrake.com/msg02325.html
> > >
> > > There you can see that I have sent a bug report to this mailing list
> > > regarding missing header files in package inn-devel. The bug
> > > report is dated July, 28th, 1999, nearly six weeks ago.
> > > All I got was a silly answer by Chmouel Boudnah from which I learned
> > > that he is too stupid to read my bug report. By the way,
> > > Red Hat has fixed this problem in RedHat 6.1 Beta (Lorax).
> > >
> > > And have a look at
> > > http://www.linux-mandrake.com/bugs/db/ix/full.html
> > >
> > > As you can see not a single bug report has been resolved in the
> > > last two weeks. I think it is ridiculous to release a new
> > > Distribution within the near future without processing the
> > > bug reports of the users. This is the release policy of
> > > playing kiddies, but not of a serious Linux distributor.
> >
> >Please stop bashing us like that, it's useless - we are currently
> >building all the distribution ("Mandrake based on Red Hat" is totally
> >outdated) and have many projects for the future release. Chmouel and
> >the other programmers here do a great job for the distribution, work
> >80 hours a week and many packages are better than in other Linux
> >distributions. Making a Linux distribution is a really hard work but
> >we improve everyday, and nevertheless, most bugs are fixed. I believe
> >the 6.1 release will know a great success.
> >
> >Thanx.
> >
> > Gael.
> >--
> >< Gael DUVAL - [EMAIL PROTECTED] >
> >< Mandrake 6.1beta on http://www.linux-mandrake.com/cassini>
> 
> 




Re: [expert] Bug Reports...

1999-09-14 Thread Al Smith

What's to stop them?

-Al



> On Mon, 13 Sep 1999, Al Smith wrote:
> 
> > I recently read a post from Gael, requesting that we stop bashing
them
> > about the bug reports. Well unfortunately I cannot do that. Not until
the
> > problem/problems get resolved. The developers have to understand that
if
> > a product has bugs in it, that those bugs have to be answered and
fixed
> > before going to the next release. I know I have come down hard before
on
> > the lack of response from the Mandrake Team on getting things done
and
> > answering questions, and yes the response has picked up somewhat. But
> > legitimate bugs are not getting answered. 
> > 
> > Something must be done about this.
> 
> Fair enough, but keep one thing in mind.  Has Cassini been released
with
> all these bugs in it?  Nope.  Give them a chance...  I (personally)
have
> enough respect for Mandrake to think they aren't brain-dead enough to
go
> and release 6.1 *prior* to fixing bugs...
> 
> I understand your need/want for bug fixes, I'm in the same boat.  I
agree
> with you whole-heartedly.  But you're coming damn-near to assuming
> Mandrake is going to pull a Mickeysoft and release 6.1 without fixing
the
> bugs first.  I'm confident enough that they will release the majority
of
> the bugs (or at least the serious-serious ones) prior to release.  We
both
> know that bugs crop up all the time, and I think Mandrake is doing a
good
> job of addressing the issues.  I also don't think they need to reply to
> every single bug report if it's concise and clear enough?  Is that
maybe
> part of the problem for you?
> 
> I don't know.. I don't think you're giving the Mandrake boys a fair
enough
> shake for all the hard work they're putting into it.  Just my two
cents...
> take it or leave it... =)
> 
> Vincent Danen ([EMAIL PROTECTED]) . ICQ: 16978834
> BBBS/LiI . Internet Rex for Linux Beta
> Stronghold Enterprises/X BBS . http://shx.tzo.net
> Telnet://shx.tzo.net . Weblogin-http://shx.tzo.net/shx
> 


On Mon, 13 Sep 1999, Al Smith wrote:

> I recently read a post from Gael, requesting that we stop bashing them
> about the bug reports. Well unfortunately I cannot do that. Not until the
> problem/problems get resolved. The developers have to understand that if
> a product has bugs in it, that those bugs have to be answered and fixed
> before going to the next release. I know I have come down hard before on
> the lack of response from the Mandrake Team on getting things done and
> answering questions, and yes the response has picked up somewhat. But
> legitimate bugs are not getting answered. 
> 
> Something must be done about this.

Fair enough, but keep one thing in mind.  Has Cassini been released with
all these bugs in it?  Nope.  Give them a chance...  I (personally) have
enough respect for Mandrake to think they aren't brain-dead enough to go
and release 6.1 *prior* to fixing bugs...

I understand your need/want for bug fixes, I'm in the same boat.  I agree
with you whole-heartedly.  But you're coming damn-near to assuming
Mandrake is going to pull a Mickeysoft and release 6.1 without fixing the
bugs first.  I'm confident enough that they will release the majority of
the bugs (or at least the serious-serious ones) prior to release.  We both
know that bugs crop up all the time, and I think Mandrake is doing a good
job of addressing the issues.  I also don't think they need to reply to
every single bug report if it's concise and clear enough?  Is that maybe
part of the problem for you?

I don't know.. I don't think you're giving the Mandrake boys a fair enough
shake for all the hard work they're putting into it.  Just my two cents...
take it or leave it... =)

Vincent Danen ([EMAIL PROTECTED]) . ICQ: 16978834
BBBS/LiI . Internet Rex for Linux Beta
Stronghold Enterprises/X BBS . http://shx.tzo.net
Telnet://shx.tzo.net . Weblogin-http://shx.tzo.net/shx



Re: [expert] Why are bugs not fixed ?

1999-09-14 Thread Al Smith

See I object to this statement. All they did was re-package the RPM's
with the name mandrake. They really didn't do anything except maybe
re-write the install, that's it. I don't know why people are praising
them. They can't even fix the bugs.

-Al



> David Comeau wrote:
> 
> > Very true. I, for one, believe that patience will be rewarded. In
this case, I
> 
> > will be rewarded with Helios.
> >
> > On Mon, 13 Sep 1999, you wrote:
> > > And I can only add:
> > >
> > > Congrats to Gael, Chmoel, and all the others of the Mandrake
team... Those
> > > we hear and those who remain silent...
> > >
> > > Great job guys ;o)))
> > >
> 
> To all of them my respect, they all work very hard trying Mandrake
> to be the best linux distribution..
> Chmouel, Gael, Bero axalon, pixel, etc...and all the rest at
Mandrake
> Many of the troubles are not even Mandrake's.. just inherited from RH
;-)
> 
> SK
> 


David Comeau wrote:

> Very true. I, for one, believe that patience will be rewarded. In this case, I
> will be rewarded with Helios.
>
> On Mon, 13 Sep 1999, you wrote:
> > And I can only add:
> >
> > Congrats to Gael, Chmoel, and all the others of the Mandrake team... Those
> > we hear and those who remain silent...
> >
> > Great job guys ;o)))
> >

To all of them my respect, they all work very hard trying Mandrake
to be the best linux distribution..
Chmouel, Gael, Bero axalon, pixel, etc...and all the rest at Mandrake
Many of the troubles are not even Mandrake's.. just inherited from RH ;-)

SK



Re: [expert] Why are bugs not fixed ?

1999-09-13 Thread Al Smith

MS,

  I think part of the problem here, is about something that I have voiced
a long time ago. If this is such a labor of love then the people who gave
birth to the product should make it strong, rather then going into
another direction in building another project that has the same bugs.

-Al



[expert] Mandrake intalls does not reconize my RAID card

1999-09-13 Thread Al Smith

Alain,
  
  Hi, I would recommend using the REDHAT Boot images to install the mandrake
OS. Even though they are basically the sam distro. (with some changes). The
boot images are not compatable. Are there any particular error messages that
you are getting when you boot?

Al Smith
Systems Engineer
TJUH
[EMAIL PROTECTED]

p.s. Please forgive the lateness of my reply.

> Hi,
> 
> This is my second attempt to get help from this list and I hope someone
> will take the time to give me hints.
> 
> I have a ICP Vortex RAID card, a well supported card in the Linux
> community. 
> http://www.icp-vortex.com/ as being supporting Linux for years now, how
> can I install Mandrake great distribution with that great raid card ? ;)
> 
> I know RedHat 6.0 as a floppy install images, for that card .. it is in
> the upgrade directory. I don't see any upgrade image for the Vortex card
> at Mandrake ftp site .. can I use without risk the RedHat boot image to
> install Mandrake ? .. anybody as another solution ?
> 
> many thanks,
> Alain Terriault
> 



[expert] PROCESS ID

1999-09-08 Thread Al Smith

look in your /var directory or the directory where the application is for
a .lock file. If it's there try and delete it. Then look at your process
list again. If it's still there, look at the parent ID and see what that
is refereing to, maybe it's a called process from another app.

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]

--Please Pardon the tardiness of my reply.



Re: [expert] Mandrake 6.1b first impression

1999-09-02 Thread Al Smith

What I have done was once it was installed (netscape that is). I removed
it and downloaded a copy from Netscape and the problem was gone.

-Al


> On Thu, 02 Sep 1999, you wrote:
> > 2. Netscape keyboard shortcuts are still broken.  I could not believe
my
> >eyes.  I thought enough people had complained about this one and
> >Mandrake folks would fix this in the next release.  But no, its
still
> >very much broken.  Alt-o doesn't work and Alt-left and right do
not work
> >either.
> > 
> Well, by now, you probably know that the solution to that
> is to kill the defaults that are included as part of
> Mandrake's install of Netscape. :-)
>   John


On Thu, 02 Sep 1999, you wrote:
> 2. Netscape keyboard shortcuts are still broken.  I could not believe my
>eyes.  I thought enough people had complained about this one and
>Mandrake folks would fix this in the next release.  But no, its still
>very much broken.  Alt-o doesn't work and Alt-left and right do not work
>either.
>  
Well, by now, you probably know that the solution to that
is to kill the defaults that are included as part of
Mandrake's install of Netscape. :-)
John


[expert] suse-security-announce-15.txt

1999-09-02 Thread Al Smith


-BEGIN PGP SIGNED MESSAGE-

__

SuSE Security Announcement

Package:  cron-3.0.1-75 (Vixie Cron) and previous versions
Date: Fri Aug 27 17:56:48 CEST 1999
Affected: maybe all Unix operatingsystems using crond
__

Some security holes were discovered in the package mentioned above.
Please update as soon as possible or disable the service if you are using
this software on your SuSE Linux installation(s).

Other Linux distributions or operating systems might be affected as
well, please contact your vendor for information about this issue.

Please note, that that we provide this information on as "as-is" basis only.
There is no warranty whatsoever and no liability for any direct, indirect or
incidental damage arising from this information or the installation of
the update package.
_

1. Problem Description

  Three security threats were found in the vixie crond, which is shipped
  with SuSE Linux.
  1)  no boundchecking on a local buffer, while copying data from MAILTO
  2)  passing invalid options to sendmail
  3)  it doesn't drop root privileges while sending acknowledge mail
  to a user

2. Impact

  1)   local root compromise by putting arbitrary code on the stack
  2/3) triggering a local denial-of-service attack by starting alot
   of sendmail daemons
   execute sendmail with options that only root could apply
   (like '-C'), which also leads to local root compromise

3. Solution

  Updated the crond package from our FTP server.

__

Here are the md5 checksums of the upgrade packages, please verify these
before installing the new packages:

bfc9ab01fdfd36eebb3cc398bbb34c37  cron-3.0.1-84.i386.rpm (6.2)
8998dbecf020d8a6f7ba1a2885f986da  cron-3.0.1-82.i386.rpm (6.1)

__

You will find the update on our ftp-Server:
  ftp://ftp.suse.com/pub/suse/i386/update/6.2/a1/cron-3.0.1-84.i386.rpm
  ftp://ftp.suse.com/pub/suse/i386/update/6.1/a1/cron-3.0.1-82.i386.rpm

Webpage for patches:
  http://www.suse.de/patches/index.html

or try the following web pages for a list of mirrors:
  http://www.suse.de/ftp.html
  http://www.suse.com/ftp_new.html

__

SuSE has got two free security mailing list services to which any
interested party may subscribe:

[EMAIL PROTECTED]  - unmoderated and for general/linux/SuSE
  security discussions. All SuSE security
  announcements are send to this list.

[EMAIL PROTECTED] - SuSE's announce-only mailing list.
  Only SuSE's security annoucements are sent
  to this list.

To subscribe, send an email to [EMAIL PROTECTED] with the text

subscribe suse-security
or
subscribe suse-security-announce

in the body of the message. Or just issue a

echo subscribe suse-security | mail [EMAIL PROTECTED]
or
echo subscribe suse-security-announce | mail [EMAIL PROTECTED]

__

If you want to report *NEW* security bugs in the SuSE Linux Distribution
please send an email to [EMAIL PROTECTED] or call our support line.
You may use pgp with the public key below to ensure confidentiality.
__

  This information is provided freely to everyone interested and may
  be redistributed provided that it is not altered in any way.

Type Bits/KeyIDDate   User ID
pub  2048/3D25D3D9 1999/03/06 SuSE Security Team <[EMAIL PROTECTED]>

- -BEGIN PGP PUBLIC KEY BLOCK-
sion: 2.6.3i

mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA
BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz
JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh
1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U
P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+
cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg
VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b
yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7
tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ
xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63
Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo
choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI
BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u
v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+

[expert] suse-security-announce-15.txt

1999-09-02 Thread Al Smith

I am running Mandrake 6.0 and Mandrake is open to this whole I tested it.

-Al



-BEGIN PGP SIGNED MESSAGE-

__

SuSE Security Announcement

Package:  cron-3.0.1-75 (Vixie Cron) and previous versions
Date: Fri Aug 27 17:56:48 CEST 1999
Affected: maybe all Unix operatingsystems using crond
__

Some security holes were discovered in the package mentioned above.
Please update as soon as possible or disable the service if you are using
this software on your SuSE Linux installation(s).

Other Linux distributions or operating systems might be affected as
well, please contact your vendor for information about this issue.

Please note, that that we provide this information on as "as-is" basis only.
There is no warranty whatsoever and no liability for any direct, indirect or
incidental damage arising from this information or the installation of
the update package.
_

1. Problem Description

  Three security threats were found in the vixie crond, which is shipped
  with SuSE Linux.
  1)  no boundchecking on a local buffer, while copying data from MAILTO
  2)  passing invalid options to sendmail
  3)  it doesn't drop root privileges while sending acknowledge mail
  to a user

2. Impact

  1)   local root compromise by putting arbitrary code on the stack
  2/3) triggering a local denial-of-service attack by starting alot
   of sendmail daemons
   execute sendmail with options that only root could apply
   (like '-C'), which also leads to local root compromise

3. Solution

  Updated the crond package from our FTP server.

__

Here are the md5 checksums of the upgrade packages, please verify these
before installing the new packages:

bfc9ab01fdfd36eebb3cc398bbb34c37  cron-3.0.1-84.i386.rpm (6.2)
8998dbecf020d8a6f7ba1a2885f986da  cron-3.0.1-82.i386.rpm (6.1)

__

You will find the update on our ftp-Server:
  ftp://ftp.suse.com/pub/suse/i386/update/6.2/a1/cron-3.0.1-84.i386.rpm
  ftp://ftp.suse.com/pub/suse/i386/update/6.1/a1/cron-3.0.1-82.i386.rpm

Webpage for patches:
  http://www.suse.de/patches/index.html

or try the following web pages for a list of mirrors:
  http://www.suse.de/ftp.html
  http://www.suse.com/ftp_new.html

__

SuSE has got two free security mailing list services to which any
interested party may subscribe:

[EMAIL PROTECTED]  - unmoderated and for general/linux/SuSE
  security discussions. All SuSE security
  announcements are send to this list.

[EMAIL PROTECTED] - SuSE's announce-only mailing list.
  Only SuSE's security annoucements are sent
  to this list.

To subscribe, send an email to [EMAIL PROTECTED] with the text

subscribe suse-security
or
subscribe suse-security-announce

in the body of the message. Or just issue a

echo subscribe suse-security | mail [EMAIL PROTECTED]
or
echo subscribe suse-security-announce | mail [EMAIL PROTECTED]

__

If you want to report *NEW* security bugs in the SuSE Linux Distribution
please send an email to [EMAIL PROTECTED] or call our support line.
You may use pgp with the public key below to ensure confidentiality.
__

  This information is provided freely to everyone interested and may
  be redistributed provided that it is not altered in any way.

Type Bits/KeyIDDate   User ID
pub  2048/3D25D3D9 1999/03/06 SuSE Security Team <[EMAIL PROTECTED]>

- -BEGIN PGP PUBLIC KEY BLOCK-
sion: 2.6.3i

mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA
BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz
JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh
1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U
P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+
cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg
VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b
yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7
tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ
xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63
Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo
choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI
BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtO

[expert] Wine does not work. Help needed...

1999-08-18 Thread Al Smith

I take it you are sending the display from one machine to another?

First thing you have to do is export the display, which it looks like you did.
Next is to add the entry to your xhost file.

You can do this by using the command:

xhost +  (which will exporting from any host without any restrictions)

or

xhost + ip name (which will allow an export only from that particular machine
in your list.)

if you want to see what is defined to your list:

xhost

If you want to remove entries use:

xhost - (will remove all hosts)

xhost - ip name (will remove a specific host)

I hope this helps.

Please pardon any delay in my reply.

-Al Smith
[EMAIL PROTECTED]



Re: [expert] Getting color output using ls --color

1999-08-08 Thread Al Smith

Is this happening when you pipe it to more?

-Al


At 02:56 PM 8/5/1999 -0400, you wrote:
>
>Ok, I have Mandrake 5.3 installed from the CD-Roms. I can't seem to get
>the ls --color option working COMPLETELY. Most of it works. I get the
>green executables, the blue directories, and the aqua links, but none of
>the other stuff works.
>
>The things that seem to not be working are the things listed at the
>bottom of the DIR_COLORS file, where you can specify file extensions and
>them colored to your liking. Is there a known problem with this in
>Mandrake 5.3?
>
>At work we are running RH Linux with kernel version 2.0.35 and it works
>fine when I'm logged in to those machines. I don't know what to do, I
>don't understand what the problem is.
>
>Any help is appreciated.
>
>
>---
>John Dennison - [EMAIL PROTECTED]
>www.xsquared.org
>---
> 



Re: [expert] Mandrake 5.3 and compiling kernel

1999-08-05 Thread Al Smith

Takes a witty person to come up with a comment such as:

[EMAIL PROTECTED] wrote:

> Listen cheezhead, I believe one person correctly identified the
> problem several hours ago.  If I'm wrong and he mis-identified the
>issue at hand, then I believe you got exactly what you paid for.  Of
>course, most of us wouldn't have to ask help in finding one of the most
>ESSENTIAL components of a development system to begin with, since
>indeed most of us can use rpm to find out what package owns a file, 
Lets see if the package isn't installed you can't find out which one
own's the file I have tried. And second if it's so essential to building
the kernel why isn't installed as a dependency when you select the kernel
development pacakage?

>only you would then sneer about the lack of help from volunteers in
>fixing a problem a chimpanzee hopped up on Angel Dust could have
>figured out in about thirty seconds.  So go drag your ugly,
>mouth-breathing, knuckle-dragging, raw-meat-eating self back to the
>rock you normally live under and let those of us with IQ's above the
>average arctic temperature get back to work.

It takes a real mature individual, with an IQ of below 30 to make such
comments, then I guess it took you all day to think these witty remarks
up. But I digest cosider the source that's coming from and I chuckle it
off. 

You amaze me.

But my comments were not to insult any one intentionally (well in the
above comment I take that back). They were merely sent so that if the
people from mandrake are monitoring this list (which they are I have seen
their post's). That if they take the responsibility to help one person
they should help all people not a selected few. 

That's all. I know I may have originally started this but I am ending it.
But I also realized that once I posted my original problem I found a
resolve shortly after, but if anyone want's get into a battle of wits
with me on this take it to my primary e-mail:  [EMAIL PROTECTED],
just so don't further embarrass your self.

-Al




Re: [expert] Mandrake 5.3 and compiling kernel

1999-08-04 Thread Al Smith

You can be disgusted if you like Gavin. 

As a person that post's resolves and problems. I have seen more problems
get posted and ignored. I know this is a user help user mailing list, but
I also see people on the list from mandrakesoft, and they ignore alot of
things. 

That is why I posted what I posted.

-Al



Re: [expert] Mandrake 5.3 and compiling kernel

1999-08-04 Thread Al Smith

Well I found the problem, package bin86 wasn't installed which was
fouling up the works. Thanks for the NON-help that I got from this list.

And on a personal note. I would like to thank everyone that did help me
with previous problems but as of late this list has not been able to
assist anyone with any problems.

I am truly disappointed.

Al Smith



[expert] Mandrake 5.3 and compiling kernel

1999-08-04 Thread Al Smith

Hey folks,

   This for a different version of Mandrake 5.3. I am trying to compile the
kernel and I am getting an error message that as86 doesn't exist and it can't
write the actual kernel file. Any assistance would be greatly appreciated.

-Al



[expert] RE:CD-Recording under linux

1999-07-26 Thread Al Smith

Check you the howto for cd-recording it tells you how to modify the
kernel. It worked for me.

-Al



[expert] OT-Port for Various apps.

1999-07-22 Thread Al Smith

Greetings,

   I know this is off topic. I am looking for a port of lotus notes and
microsoft project. Any assistance would be appreciated.

Al Smith
[EMAIL PROTECTED]



[expert] IRQ

1999-07-22 Thread Al Smith

Try putting it in your rc.local that's what I did to load my ppa module
for my zip drive. Either put it in the end or the beginning of the file.
Or if you are really daring write a run level for it and place it in your
init.d directory, then find the correct run level that you run in and
create a link to it.

Such as:

cd /etc/rc.d/rc4.d (or whatever your default runlevel is)
ln -s ../init.d/scriptname S99scriptname

I have written a few run levels if you like I can create one for you it's
farely simple.

-Al



Re: [expert] crashing problems still

1999-07-19 Thread Al Smith

We might get a better understanding if we saw your syslog from the crash as
well as your dmesg. And if it is a hardware problem, the other thing I
would do is run a isapnpdump and configure your hardware.  The Lothar team
has a good program for setting your hardware and such but it is still in
the testing phase.




At 10:35 PM 7/19/1999 -0300, you wrote:
>> > reboot   system boot   Mon Jul 19 13:59
>> > root pts/5nat201.247.mpowe Mon Jul 19 12:19 - crash  (01:39)
>> > syn  pts/4nat201.247.mpowe Mon Jul 19 12:15 - crash  (01:44)
>> > syn  pts/1nat201.247.mpowe Mon Jul 19 12:13 - crash  (01:45)
>> > root pts/3nat201.247.mpowe Mon Jul 19 12:06 - crash  (01:53)
>> > syn  pts/1nat201.247.mpowe Mon Jul 19 11:51 - 12:13  (00:22)
>
>nat201 is me.. as for /dev/pts* here is the output:
>(I reinstalled ls just to be sure)
>I really dont think it is hacked
>
>> [root@decibel] /dev % ls -la |grep pts
>drwxr-xr-x   2 root root0 Jul 19 08:59 pts/
>[root@decibel] /dev %
> 
I am the digital pimp. You will work for me...

-=Al=-
[EMAIL PROTECTED]



Re: [expert] compiling Lothar hassles

1999-07-19 Thread Al Smith

run: sh autogen.sh

It will make the missing files for you and then run configure.

I use lothar and have had these exact problems. This is the temporary fix.

-Al


> Chmouel Boudjnah wrote:
> > 
> > > > On Sun, 18 Jul 1999, root wrote:
> > > > aclocal: configure.in: 24: macro `AM_PROG_LIBTOOL' not found in
library
> > > > make: *** [aclocal.m4] Error 1
> > 
> > Do you have the file /usr/share/aclocal/aclocal.m4
> > 
> > ?
> > --
> > MandrakeSoft  http://www.mandrakesoft.com/
> >  --Chmouel
> 
> No...file missing...I have been working trying to install the correct
> libaries to allow ./configure to work correctly, which seems to be okay
> at this point, but when running make there where several errors, which
> at this point I believe have been made operational but for one...missing
> aclocal.m4 cause?...
> snipet of output follows...
> =
> configure.in: 24: `AM_PROG_LIBTOOL' is obsolete, use `AC_PROG_LIBTOOL'
> instead
> src/pnpdump/Makefile.am:1: internally generated variable `CFLAGS' was
> set with `+='
> make[3]: *** [Makefile.in] Error 1
> make[3]: Leaving directory `/root/detect/src/pnpdump'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/detect/src'
> make[1]: *** [all-recursive-am] Error 2
> make[1]: Leaving directory `/root/detect/src'
> make: *** [all-recursive] Error 1
> [root@localhost detect]#
> ==
> A check on libtool yeilds...
> ==
> [root@localhost bin]# libtool --version
> ltmain.sh (GNU libtool) 1.3a (1.463 1999/04/12 06:10:50)
> [root@localhost bin]# 
> ==
> Thoughts most welcome...
> 
> -renzo
> 



Re: [expert] kernel probelm

1999-07-18 Thread Al Smith

Bero,

   Just a heads up. I am running a linux system on a 13 gig IDE drive and
not having any problems. And I am running on a P200MMX... So I don't think
that bios limitation is a problem anymore unless you are not using LBA mode
in the system bios.

-Al


At 09:29 AM 7/18/1999 +0200, you wrote:
>On Sun, 18 Jul 1999 [EMAIL PROTECTED] wrote:
>
>> I did an upgrade from RedHat 5.2 with a selfcompiled kernel 2.2.3 to 
>> Mandrake 6.0 with kernel 2.2.9-19. I can start my system from the boot 
>> floppy but trying to start it from the HD gives at once a "crc error" 
>> and the system halts.
>
>I don't think it's a kernel problem (nobody else is having it). By any
>chance, are you using a disk > 8.4 GB, and is the kernel in the area > 8.4
>GB? That's not possible (BIOS limitation, not a Linux bug).
>
>LLaP
>bero
> 



Re: [expert] compiling Lothar hassles

1999-07-18 Thread Al Smith

Do you have the development versions of your libtool's installed? If not
this might cause a problem.

-Al

At 02:19 PM 7/18/1999 +, you wrote:
>Greetings...
>
>I am trying to resolve some compile hassles with Mandrake 6.0 and
>setting up Lothar. Currently I am working on compile/installing the
>detect section and believe I am still missing a library or two. If you
>would check out the output from /detect/./configure and point me in the
>right direction...
>=
>[root@localhost detect]# gcc -v
>Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.91.66/specs
>gcc version pgcc-2.91.66 19990314 (egcs-1.1.2 release)
>[root@localhost detect]# ./configure
>loading cache ./config.cache
>checking for a BSD compatible install... (cached) /usr/bin/install -c
>checking whether build environment is sane... yes
>checking whether make sets ${MAKE}... (cached) yes
>checking for working aclocal... found
>checking for working autoconf... found
>checking for working automake... found
>checking for working autoheader... found
>checking for working makeinfo... missing
>checking for gnutar... (cached) gtar
>checking whether build environment is sane... yes
>checking for gcc... (cached) gcc
>checking whether the C compiler (gcc   ) works... yes
>checking whether the C compiler (gcc   ) is a cross-compiler... no
>
>creating Makefile
>creating src/detect_config.h
>src/detect_config.h is unchanged
>   ^because I have run ./configure more than
>once 01[root@localhost detect]# make
>cd . && aclocal
>aclocal: configure.in: 24: macro `AM_PROG_LIBTOOL' not found in library
>make: *** [aclocal.m4] Error 1
>[root@localhost detect]#  
>=
>Any suggestions would be greatly welcomed
>
>-renzo
> 



[expert] /dev/dsp

1999-07-08 Thread Al Smith

Hello folks,

  I am trying to play MP3's using mpg123 (command line) and I am getting
error's that it cannot open /dev/dsp. Has anyone else run across this
problem? If so how did you fix it?

-Al

[EMAIL PROTECTED]



Re: [expert] re Sound under KDE

1999-07-08 Thread Al Smith

Mike your suggestion worked I didn't know there was documentation for
it. it was listed as /usr/src/linux-x.x.x/Documentation/AD1816

I got it to work...

:-)

Thank you.

Also thank everyone for assisting me with this problem.

-Al


[EMAIL PROTECTED] wrote:
> 
> I had this problem with my sound card and kde . My sound card is a cs4232
> and sndconfig never worked for me. I resolved it by loading the correct
> sound modules that I found listed in the documentation listed in
> /usr/src/linux-x.x.x/Documentation/sound  (x.x.x is your kernel version) .
>I also commented out all the sound card stuff sndconfig put in
> /etc/conf.modules .
> 
>  So to load the sound modules at each boot I added this to /etc/rc.d/rc.local
> 
> /sbin/insmod ad1848
> /sbin/insmod uart401
> /sbin/insmod cs4232 io=0x530 irq=5 dma=0 dma2=1
> 
> I did'nt see a file about an  AOpen FX-3D sound card but maybe it uses the
> same chip set as another card that is listed ?



[expert] Sound under KDE

1999-07-07 Thread Al Smith

ok,

  This seems to be a common problem that no one appears to be getting an
answer on. Well I am going to post mine again with a little more detail.

I have a AOpen FX-3D sound card in my system.
It is properly configured using isapnp
the isapnp.conf file is correct
the module is loaded and configured

but under kde I cannot get sound. I click on the mixer and I get told
that I don't the correct permissions and reset them.
I did this and the problem still persists.

I am using the updated sox driver. 

/dev/dsp
/dev/audio
/dev/mixer

all exist.

Now if I try to unlod the module for my sound card I get told that it is
busy and won't allow it.

What could be the problem?

-Al Smith
[EMAIL PROTECTED]



[expert] ACER FX-3D soundcard

1999-07-06 Thread Al Smith

Greetings,

I have a PII 350 using a ACER FX-3D soundcard. I am trying to
configure it with the settings that I have received when it was
installed under WINNT/95. Everytime I tried to configure it, I keep
getting the message that the module is busy and won't unload it and
reload it.

 Any suggestions would be greatly appreciated.

-Al



Re: [expert] Upgrading KDE using Mandrake RPMs?

1999-06-29 Thread Al Smith

>From what I have seen Mandrake does not out them in any different
directory then normal for KDE. And since redhat and mandrake use the
same base design. I don't see why it wouldn't work, but I have not
tested this as of yet. But I have installed RedHat 6.0 rpm's on my linux
system and have not had any problems.

-Al Smith
[EMAIL PROTECTED]


[EMAIL PROTECTED] wrote:
> 
> -BEGIN PGP SIGNED MESSAGE-
> 
> Can one download the updated KDE RPMs and use them with RedHat 6.0 or does Mandrake 
>put them in a
> different directory, etc from RedHat 6.0?
> I know Mandrake tends to be a bit more "cutting-edge." ;-)
> 
>  --
> John Aldrich
> COL Tech Support
> ===
> Chattanooga Online Internet
> 423-267-8867
> 
> -BEGIN PGP SIGNATURE-
> Version: PGPfreeware 5.0i for non-commercial use
> MessageID: Umumnkr/6kxnZ+RdqXe1lX2Bi2ZFm9JB
> 
> iQA/AwUBN3je9wlAZ0pfyVjeEQLfSwCgpf2T6cFAWW+35eo7g1kgksHDGTEAoIfn
> O4Q8QS9V4WCspEl8/38hOTzI
> =RRmE
> -END PGP SIGNATURE-



[expert] RE:Security Announcements

1999-06-29 Thread Al Smith

Just a heads up.

  If you look at the security announcement's that I have sent it
describes that the security problems are in ALL releases of the
application. It is not OS specific or kernel specific unless noted in
the message. In the 2 that I have received SuSE was the first one's that
I know that have announced that there is a problem. 

  Makers of Mandrake please investigate this security issue's.

-Al



[expert] [Fwd: [OSS] 'man' Security Announcement]]

1999-06-29 Thread Al Smith

FYI

-Al


This is a cryptographically signed message in MIME format.

--ms876E9DAF3D88F2059164E519
Content-Type: text/plain; charset=UTF-7
Content-Transfer-Encoding: 7bit

 Original Message 
Subject: SuSE Security Announcement
Date: Tue, 29 Jun 1999 00:41:03 +0200 (MEST)
From: [EMAIL PROTECTED] (Thomas Biege)
Reply-To: [EMAIL PROTECTED]
To: undisclosed-recipients:;

-BEGIN PGP SIGNED MESSAGE-

__

SuSE Security Announcement

Package:  man-2.3.10-42
Date: Tue Jun 29 00:22:52 CEST 1999
Affected: all Linux distributions using man-2.3.10

__

A security hole was discovered in the package mentioned above.
Please update as soon as possible or disable the service if you are using
this software on your SuSE Linux installation(s).

Other Linux distributions or operating systems might be affected as
well, please contact your vendor for information about this issue.

Please note, that that we provide this information on as "as-is" basis only.
There is no warranty whatsoever and no liability for any direct, indirect or
incidental damage arising from this information or the installation of
the update package.

__

1. Problem Description

The zsoelim program, which is part of the man package, creates files
in /tmp without security checkings.

2. Impact

By creating symbolic links an attacker could overwrite files with the
permissions of the user executing man.

3. Solution

Install the updated man package, which is available from our
ftp server since some weeks.

__

Here are the md5 checksums of the upgrade packages, please verify these
before installing the new packages:

d95cbd1e35924738c7e53226d2298a4b  man-2.3.10-76.i386.rpm
cc96fa227766d50001d2800349bccb52  man-2.3.10-76.src.rpm

__

You will find the updates on our ftp-Server:

  ftp://ftp.suse.com/pub/suse/i386/update/6.1/a1/man-2.3.10-76.i386.rpm (glibc)
  ftp://ftp.suse.com/pub/suse/i386/update/6.1/zq1/man-2.3.10-76.src.rpm (Source)

Webpage for patches:
http://www.suse.de/patches/index.html

or try the following web pages for a list of mirrors:

http://www.suse.de/ftp.html
http://www.suse.com/ftp_new.html

__

SuSE has got two free security mailing list services to which any
interested party may subscribe:

[EMAIL PROTECTED]  - unmoderated and for general/linux/SuSE
  security discussions. All SuSE security
  announcements are send to this list.

[EMAIL PROTECTED] - SuSE's announce-only mailing list.
  Only SuSE's security annoucements are sent
  to this list.

To subscribe, send an email to [EMAIL PROTECTED] with the text

subscribe suse-security
or
subscribe suse-security-announce

in the body of the message. Or just issue a

echo subscribe suse-security | mail [EMAIL PROTECTED]
or
echo subscribe suse-security-announce | mail [EMAIL PROTECTED]

__

If you want to report *NEW* security bugs in the SuSE Linux Distribution
please send an email to [EMAIL PROTECTED] or call our support line.
You may use pgp with the public key below to ensure confidentiality.
__

  This information is provided freely to everyone interested and may
  be redistributed provided that it is not altered in any way.

Type Bits/KeyIDDate   User ID
pub  2048/3D25D3D9 1999/03/06 SuSE Security Team <[EMAIL PROTECTED]>

- -BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA
BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz
JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh
1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U
P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+
cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg
VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b
yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7
tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ
xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63
Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo
choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI
BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdP

[expert] [Fwd: [OSS] Pine4.x Security Announcement]

1999-06-29 Thread Al Smith

FYI...

-Al


This is a cryptographically signed message in MIME format.

--ms9632F0A8CA3D7F614E2CB867
Content-Type: text/plain; charset=UTF-7
Content-Transfer-Encoding: 7bit



 Original Message 
Subject: SuSE Security Announcement
Date: Tue, 29 Jun 1999 00:16:24 +0200 (MEST)
From: [EMAIL PROTECTED] (Thomas Biege)
Reply-To: [EMAIL PROTECTED]
To: undisclosed-recipients:;

-BEGIN PGP SIGNED MESSAGE-

__

SuSE Security Announcement

Package:  pine-4.X
Date: Mon Jun 28 23:02:12 CEST 1999
Affected: all Unix operating systems using pine-4.X

__

A security hole was discovered in the package mentioned above.
Please update as soon as possible or disable the service if you are using
this software on your SuSE Linux installation(s).

Other Linux distributions or operating systems might be affected as
well, please contact your vendor for information about this issue.

Please note, that that we provide this information on as "as-is" basis only.
There is no warranty whatsoever and no liability for any direct, indirect or
incidental damage arising from this information or the installation of
the update package.

__

1. Problem Description

By sending a malicious formated email pine could be tricked into
executing shell scripts or binary programs.

2. Impact

An attacker could force any user (even root), which use pine, to
execute any program s/he wants. This behavior could lead to remote
root compromise of the system.

3. Solution

Install the fixed pine package, which is available from our
ftp server.

__

Here are the md5 checksums of the upgrade packages, please verify these
before installing the new packages:

07f319fb589578802af8312414ee0462  pine.rpm (glibc2)
c7b1ca7952c732c37d21205b83981581  pine.rpm (AXP)
c056588e2261a42e3194634795e2c16c  pine.rpm (Source)
__

You will find the updates on our ftp-Server:

ftp://ftp.suse.com/pub/suse/i386/update/6.1/n1/pine.rpm (glibc2)
ftp://ftp.suse.com/pub/suse/axp/update/6.1/n1/pine.rpm  (AXP)
ftp://ftp.suse.com/pub/suse/i386/update/6.1/zq/pine.spm (Source)

A libc5 version isn't available, because SuSE 5.3 uses pine-3.96 per default.

Webpage for patches:
http://www.suse.de/patches/index.html

or try the following web pages for a list of mirrors:

http://www.suse.de/ftp.html
http://www.suse.com/ftp_new.html

__

SuSE has got two free security mailing list services to which any
interested party may subscribe:

[EMAIL PROTECTED]  - unmoderated and for general/linux/SuSE
  security discussions. All SuSE security
  announcements are send to this list.

[EMAIL PROTECTED] - SuSE's announce-only mailing list.
  Only SuSE's security annoucements are sent
  to this list.

To subscribe, send an email to [EMAIL PROTECTED] with the text

subscribe suse-security
or
subscribe suse-security-announce

in the body of the message. Or just issue a

echo subscribe suse-security | mail [EMAIL PROTECTED]
or
echo subscribe suse-security-announce | mail [EMAIL PROTECTED]

__

If you want to report *NEW* security bugs in the SuSE Linux Distribution
please send an email to [EMAIL PROTECTED] or call our support line.
You may use pgp with the public key below to ensure confidentiality.
__

  This information is provided freely to everyone interested and may
  be redistributed provided that it is not altered in any way.

Type Bits/KeyIDDate   User ID
pub  2048/3D25D3D9 1999/03/06 SuSE Security Team <[EMAIL PROTECTED]>

- -BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA
BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz
JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh
1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U
P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+
cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg
VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b
yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7
tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ
xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ

[expert] A post a while back

1999-06-15 Thread Al Smith

Greetings folks,

   I post to this mailing list a lot with problems and some I get answers on
and some I don't. For those who have given me assistance and it has worked I
would like to acknowledge and thank you now.

These people are:

Tom Berger <[EMAIL PROTECTED]>
Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
Thomas J. Hamman <[EMAIL PROTECTED]>

I know I don't say it often please accept my apologies and my thanks...

But on another note I still have 2 major issues that I need some assitance
with:

1) I am running my linux system with mandrake 6.0 with all the latest patch
updates except the recently released 26mdk kernel on a PII 350 w/64mg ram. I
due think there is a memory leak in kde or gnome or both. When I try to export
agraphically intense display from one server to another the operation dies
on the server sending the display with a memory fault. This is odd since I
could do this M5.3 and other distro's of linux. Now I have compiled my
kernel to get the best optimaztion I can, and I load most thing's as
modules so not to take up system memory and the problem still continues.


2) I found an issue with the 2.2.9-27mdk kernel. 

I installed all the new 2.2.9-27mdk kernel RPM's and recomplied the kernel
with the same settings nothing changed. During the boot, it failed to locate
my ethernet adaptor and it the system hung on loading the us keytable's and
locked the system.

Any assitance anyone can offer on these two area's would be greatly
appreciated.

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]



Re: [expert] 26mdk kernel source

1999-06-14 Thread Al Smith


I have had a problem trying to install it as well it says its dependent
on the 25mdk source not the 26mdk.

-Al

[EMAIL PROTECTED] wrote:
> 
> It looks like the 26mdk kernel source rpm is corrupted. Anyone else have
> trouble with it?
> 
> I've tried 3 different servers.
> 
> --
>Hampton



Re: [expert] qt problems

1999-06-09 Thread Al Smith

when you do a ./configure do it with --help on the end, there is an option to
specify where the library's are if it cannot find them. 

If that doesn't work, try reinstalling the rpms with the following option's:

rpm -Uvh file.rpm

then do the ./configure again

Al Smith
Systems Engineer
Thomas Jefferson University Hospital

> On  9 Jun, Jeremy Lunn wrote:
> > On Wed, 09 Jun 1999, you wrote:
> >> I have tried to compile klicq and it goes untill it looks for qt and
> >> then errors out. Has anyone else been having troubble with qt and know
> >> of a fix?
> > Is the development RPM for QT installed?
> 
> Double checked using kpackage and yes it is installed.
> 
> -- 
> Robert Sheskin
> [EMAIL PROTECTED]
> ICQ 5788323
> AIM RobertLS
> 



[expert] kernel fix's

1999-06-04 Thread Al Smith

With this init fix's and kernel fix's is there a certain way they should
be installed?

-Al



[expert] 2.2.x Security Announcement (fwd)

1999-06-04 Thread Al Smith

I received this from one of my friends who use's SuSE 6.0 (another good OS). I
think it needs to be addressed for the mandrake kernel.

-Al


this applies to all who are using the 2.2.x kernel. up through 2.2.9.
ciao, elmo

-- 

Elmo Recio; Philadelphia, PA 19103; USA
Email: [EMAIL PROTECTED]
Homepage: http://polywog.navpoint.com/~elmo
Computer Science student at Drexel Univ

Oracle Applications Development at OIT@TJU
Linux Project Co-ordinator at OIT@TJU

"Download something,
 useful or useless.
 Because i'm lying here wide to receive
 Almost anything you'd care to leave"
-Morrissey (Wide To Receive)

-- Forwarded message --
From: Thomas Biege <[EMAIL PROTECTED]>
Date: Fri,  4 Jun 1999 06:24:08 +0200 (MEST)
Reply-To: [EMAIL PROTECTED]
To: undisclosed-recipients:  ;
Subject: SuSE Security Announcement

-BEGIN PGP SIGNED MESSAGE-

__

SuSE Security Announcement

Package:  Linux kernel 2.2.x
Date: Thu Jun  3 19:50:05 CEST 1999
Affected: All Linux systems using kernel 2.2.x

__

A security hole were discovered in the package mentioned above.
Please update as soon as possible or disable the service if you are using
this software on your SuSE Linux installation(s).

Other Linux distributions or operating systems might be affected as
well, please contact your vendor for information about this issue.

Please note, that that we provide this information on as "as-is" basis only.
There is no warranty whatsoever and no liability for any direct, indirect or
incidental damage arising from this information or the installation of
the update package.

__

1. Problem Description

The Linux kernel 2.2.x doesn't correctly parse the IP options, which
leads to kernel panic.

2. Impact

Linux machines running kernel 2.2.x could be shut down over the network
by sending malicious formated ICMP packets.

3. Solution

Install the fixed kernel from our ftp server.

__

Here is the md5 checksum of the upgrade package, please verify these
before installing the new package:

d7da41803cde484fac910dc0eaa0a5df  lx_suse-2.2.7.SuSE-3.i386.rpm
c106a0465630260cfa4181c2c0e84ec4  linux-2.2.7.SuSE.tgz
__

You will find the updates on our ftp-Server:

  ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/kernel/linux-2.2.7.SuSE.tgz
  ftp://ftp.suse.com/pub/SuSE-Linux/suse_update/suse61/d1/lx_suse-2.2.7.SuSE-3.i386.rpm

Webpage for patches:
http://www.suse.de/patches/index.html

or try the following web pages for a list of mirrors:

http://www.suse.de/ftp.html
http://www.suse.com/ftp_new.html

__

SuSE has got two free security mailing list services to which any
interested party may subscribe:

[EMAIL PROTECTED]  - unmoderated and for general/linux/SuSE
  security discussions. All SuSE security
  announcements are send to this list.

[EMAIL PROTECTED] - SuSE's announce-only mailing list.
  Only SuSE's security annoucements are sent
  to this list.

To subscribe, send an email to [EMAIL PROTECTED] with the text

subscribe suse-security
or
subscribe suse-security-announce

in the body of the message. Or just issue a

echo subscribe suse-security | mail [EMAIL PROTECTED]
or
echo subscribe suse-security-announce | mail [EMAIL PROTECTED]

__

If you want to report *NEW* security bugs in the SuSE Linux Distribution
please send an email to [EMAIL PROTECTED] or call our support line.
You may use pgp with the public key below to ensure confidentiality.
__

  This information is provided freely to everyone interested and may
  be redistributed provided that it is not altered in any way.

Type Bits/KeyIDDate   User ID
pub  2048/3D25D3D9 1999/03/06 SuSE Security Team <[EMAIL PROTECTED]>

- -BEGIN PGP PUBLIC KEY BLOCK-
Version: 2.6.3i

mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA
BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz
JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh
1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U
P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+
cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg
VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKP

[expert] Kernel Issue

1999-06-04 Thread Al Smith

Hello folks,

   Just a heads up, I compile different kernels every or every couple of hours
to get complete optimazation of my system. Here are some of the problems that
I have come across.


1) When you move a module to the kernel, the module is not removed from the
/usr/src/linux/modules, and linuxconf does not release control over modules if
they are not being used.

2) The paraport controller for zip drives and such if you add it directly to
the kernel you get many error's, some to the point that it doesn't know how to
handle the addressing.

3) If you make the kernel too large (just experinced this one for the first
time in about 3 years), the system will attempt to load then it will give you
an out of memory error then hang. (I use different boot disk's for different
boot configuration's)

4) In KDE or GNOME (may not be a xwindows issue once again a memory issue). I
connect to a Hewlet Packard Unix System (HP-UX), and export a display of there
backup program called OmniBack. Now my load is low like .2% but I have 99%
memory utilization on my system (odd you be the judge). The system running it
is a Intel Pentium II 350 with 64mg ram. When I export the display I get a
memory fault from the server (HP-UX) and it crashes my export. But I can
export another display just fine but not of that. I am able to do this with
any other Linux Distro. As well as goto a windows machine with a Xterm Client
running and lanuch it. 

With all that being said, there might be a memory leak in the kernel.


Al Smith
Systems Engineer
Thomas Jefferson University Hosptial
[EMAIL PROTECTED]



Re: [expert] Loading Modules

1999-06-03 Thread Al Smith

well on closer look I found that modprobe (when I run it manually to
remove or add modules). Doesn't work. 

Such as to remove the sound module, I did the following

modprobe -r sound

No error's I assume that it's removed, then I do:

modprobe -l|grep sound

and it is still loaded.

Then I checked the /etc/conf.modules to see what is aliased with it and
it is ad1816

Then I do a modprobe -r ad1816

No error's I think all is good. 

modprobe -l|grep ad1816 still loaded.

then I try a rmmod I get an error stating that the device is busy. 

I am out of ideas with this one. I am currently recompling the kernel
and loading my sound card as part of the kernel and not a module.

-Al


[EMAIL PROTECTED] wrote:
> 
> I tried the modprobe and it hangs. It only does it on a few modules. Like the
> Paraport for the parallel zip drive and my sound card. Acer FX 3D (AD1816.o)
> 
> -Al
> 
> > On Wed, Jun 02, 1999 at 01:43:31PM -0500, Bug Hunter wrote:
> > >
> > >
> > > On Wed, 2 Jun 1999, Al Smith wrote:
> > >
> > > > Same problem
> > > >
> > > > -Al
> > > >
> > > >
> > > >
> > > > [EMAIL PROTECTED] wrote:
> > > > >
> > > > > At 08:43 02/06/99 -0400, you wrote:
> > > > > >I am trying to load some modules by hand by doing a:
> > > > > >
> > > > > >insmod module name
> > > > >
> > > > > Try modprobe instead of insmod.
> > > > >
> > > > > hih
> > > > > nick@nexnix
> > >
> > >   I have found that some modules depend upon other modules for symbols.
> > > For example, msdos.o relies upon nls.o (if it is not compiled into the
> > > kernel), and vfat.o relies upons msdos.o.  so, you have to load nls,
> > > msdos, vfat in that order.
> >
> > Actually, modprobe _should_ be smart enough to auto-load the modules that
> > are relied upon by your requested module.  That's what
> > /lib/modules//modules.dep is for!
> >
> > --
> > Steve Philp
> > [EMAIL PROTECTED]
> >



Re: [expert] Loading Modules

1999-06-03 Thread Al Smith

I tried the modprobe and it hangs. It only does it on a few modules. Like the
Paraport for the parallel zip drive and my sound card. Acer FX 3D (AD1816.o)

-Al

> On Wed, Jun 02, 1999 at 01:43:31PM -0500, Bug Hunter wrote:
> > 
> > 
> > On Wed, 2 Jun 1999, Al Smith wrote:
> > 
> > > Same problem
> > > 
> > > -Al
> > > 
> > > 
> > > 
> > > [EMAIL PROTECTED] wrote:
> > > > 
> > > > At 08:43 02/06/99 -0400, you wrote:
> > > > >I am trying to load some modules by hand by doing a:
> > > > >
> > > > >insmod module name
> > > > 
> > > > Try modprobe instead of insmod.
> > > > 
> > > > hih
> > > > nick@nexnix
> > 
> >   I have found that some modules depend upon other modules for symbols.
> > For example, msdos.o relies upon nls.o (if it is not compiled into the
> > kernel), and vfat.o relies upons msdos.o.  so, you have to load nls,
> > msdos, vfat in that order.
> 
> Actually, modprobe _should_ be smart enough to auto-load the modules that
> are relied upon by your requested module.  That's what
> /lib/modules//modules.dep is for!
> 
> -- 
> Steve Philp
> [EMAIL PROTECTED]
> 



Re: [expert] Loading Modules

1999-06-02 Thread Al Smith

Same problem

-Al



[EMAIL PROTECTED] wrote:
> 
> At 08:43 02/06/99 -0400, you wrote:
> >I am trying to load some modules by hand by doing a:
> >
> >insmod module name
> 
> Try modprobe instead of insmod.
> 
> hih
> nick@nexnix
> 
> >
> >
> >And I continuley get this error.
> >
> >./ppa.o: unresolved symbol parport_release_Ra54614f
> >./ppa.o: unresolved symbol parport_enumerate_Re266cc4d7
> >./ppa.o: unresolved symbol parport_register_device_Ra1c73c82
> >./ppa.o: unresolved symbol parport_unregister_device_R74a7216e
> >./ppa.o: unresolved symbol parport_claim_R361c1f18
> >
> >
> >Possible bad paraport module?
> >
> >-Al
> >
> >
> >
> >



[expert] Loading Modules

1999-06-02 Thread Al Smith

I am trying to load some modules by hand by doing a:

insmod module name


And I continuley get this error.

./ppa.o: unresolved symbol parport_release_Ra54614f
./ppa.o: unresolved symbol parport_enumerate_Re266cc4d7
./ppa.o: unresolved symbol parport_register_device_Ra1c73c82
./ppa.o: unresolved symbol parport_unregister_device_R74a7216e
./ppa.o: unresolved symbol parport_claim_R361c1f18


Possible bad paraport module?

-Al




Re: [expert] Mandrake 6.0 (Al)

1999-06-01 Thread Al Smith

Tom,

   I do not wish to get into an argument about this. But I myself tried using
M5.3 with kernel 2.2.9 and received the same problem with Ethernet card and
such. The unmounting of the filesystem is a BIG bug and you are correct it is
not a 'minor glitch'. But on a side note I am insulted at the response to use
redhat 6.0, RedHat in my personal opinon are sell outs nothing more nothing
less. I have liked Mandrake so far and do intend to stick with it. But I
usually never use a x.0 product due to it is a new product with many bugs.
That is why I wanted to switch back down to 5.3.

I was unable to do that so I had to blow away my drive and install clean.
I did this using 6.0 and everything went ok. But once again as soon as I
complied the kernel with the default settings that were listed. NO
MODIFICATIONS DONE TO THE KERNEL. Doing:

make dep clean modules modules_install bzdisk (I always compile a new kernel
to a bootdisk it is a good habit). 

And once again there was the issue with the network and the inablity to
recoginze some external devices. I.E. a zip drive that does have module
support installed.

Once again I do declare that I think there is a serious bug in 2.2.9 kernel
that needs to be addressed. The OS is fine other then that point in my
opinion. But once again they are opinion. And if you wish to challange that
opinion you can e-mail me directly at:

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

I am AOL at:

clayton940

ICQ:

10825601

But do not attempt to flame me or challange me on a public mailing such as
this.

Regards,

-Al

> 
> -Original Message-
> From: Al Smith <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Dienstag, 1. Juni 1999 21:18
> Subject: [expert] Mandrake 6.0
> 
> 
> >Well in my personal opinon 6.0 looks good on the outside. But 5.3 is what I
> >think is a more stable release. There are way to many bugs in the 2.2.9
> >kernel. I am switching down to 5.3 but once the bugs are fixed I will
> upgrade
> >again to 6.0 (on the grounds that an upgrade from 5.3 to 6 will be a stable
> >upgrade).
> >
> >-Al
> >
> 
> Hi Al,
> well, let me repeat this: the M6 issues are not related to 2.2.9. I run 5.3
> with a self-compiled 2.2.9 kernel over here and don't experience any
> troubles at all. There must be something odd about the initscripts. Hm, I am
> no expert at the SysV init process but I will take  look at them myself.
> Anyway, bugs are not unusual for a major version release, especially not on
> such a cutting edge release like 'Venus' (which is at least one release
> ahead of all other distros).
> If you prefer something more conservative, maybe you should give RedHat 6 a
> try...
> 
> Regards
> 
> tom
> 



[expert] Mandrake 6.0

1999-06-01 Thread Al Smith

Well in my personal opinon 6.0 looks good on the outside. But 5.3 is what I
think is a more stable release. There are way to many bugs in the 2.2.9
kernel. I am switching down to 5.3 but once the bugs are fixed I will upgrade
again to 6.0 (on the grounds that an upgrade from 5.3 to 6 will be a stable
upgrade). 

-Al



Fwd: Re: [expert] 6.0 Problems Resolved

1999-06-01 Thread Al Smith

If you don't have the beta where can you get the mandrake version of these
tools?

-Al


> --- Roberto Angelo <[EMAIL PROTECTED]> scritto:
> > Data: Mon, 31 May 1999 19:44:53 +0200 (CEST)
> > Da: Roberto Angelo <[EMAIL PROTECTED]>
> > Soggetto: Re: [expert] I can't kill some KDE process
> > A: [EMAIL PROTECTED]
> > 
> > I've resolved my problem installing thi packages from previous release
> > 
> > 
> > TO FIX SNDCONFIG BUG
> > isapnptools-1.15a-3.i386.rpm
> > sox-12.14-2.i386.rpm
> > 
> > 
> > ESSENTIAL
> > Kernel:
> > 2.2.7
> > basesystem-6.0-5mdk.noarch.rpm
> > dev-2.7.3-4mdk.i586.rpm
> > filesystem-1.3.4-6mdk.noarch.rpm
> > initscripts-4.16-9mdk.i586.rpm
> > modutils-2.1.121-13mdk.i586.rpm
> > 
> > Kernel/2.2.7:
> > kernel-2.2.7-15mdk.i586.rpm
> > kernel-ibcs-2.2.7-15mdk.i586.rpm
> > kernelcfg-0.5-6mdk.i586.rpm
> > 
> > 
> > OPTIONALS
> > Netscape:
> > netscape-common-4.51-5mdk.i586.rpm
> > netscape-communicator-4.51-5mdk.i586.rpm
> > netscape-navigator-4.51-5mdk.i586.rpm
> > 
> > if it's works give me a feedback
> > 
> > 
> > 
> > 
> > --- Jean-Michel Dault <[EMAIL PROTECTED]> scritto:
> > > 
> > > I have several computers, it's doing the same things:
> > > 
> > > Pentium II with Matrox Mystique PCI
> > > Celeron Mendocino with i740 AGP
> > > Pentium 90 with clgd5420
> > > 
> > > Jean-Michel Dault
> > > [EMAIL PROTECTED]
> > > 
> > > 
> > > On Sat, 29 May 1999, Roberto Angelo wrote:
> > > 
> > > > Date: Sat, 29 May 1999 19:54:06 +0200 (CEST)
> > > > From: Roberto Angelo <[EMAIL PROTECTED]>
> > > > Reply-To: [EMAIL PROTECTED]
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [expert] I can't kill some KDE process
> > > > 
> > > > 
> > > > Hi,
> > > > 
> > > >  Have you an I740 as video card ?
> > > > 
> > > > --- Jean-Michel Dault <[EMAIL PROTECTED]> scritto:
> > > > > 
> > > > > I had the same problems myself. When I do "ps" I get a "D" status.
> > > > > Impossible to kill -9, even when going init 1, they don't get
killed.
> > > > > Killing the parent process doesn't work...
> > > > > 
> > > > > Jean-Michel
> > > > > 
> > > > > On Wed, 26 May 1999, Al Smith wrote:
> > > > > 
> > > > > > Date: Wed, 26 May 1999 16:41:03 -0400
> > > > > > From: Al Smith <[EMAIL PROTECTED]>
> > > > > > Reply-To: [EMAIL PROTECTED]
> > > > > > To: [EMAIL PROTECTED]
> > > > > > Subject: [expert] I can't kill some KDE process
> > > > > > 
> > > > > > A kill -9 doesn't work?
> > > > > > 
> > > > > > Al Smith
> > > > > > Systems Engineer
> > > > > > Thomas Jefferson University Hospital
> > > > > > [EMAIL PROTECTED]
> > > > > > 
> > > > > > 
> > > > > > > Hi
> > > > > > > 
> > > > > > > 
> > > > > > > I can't kill some KDE process so ctrl-alt-del can't umount / and
my
> > > file
> > > > > > system
> > > > > > > go down. please help me
> > > > > > > KDE apps are  for example:
> > > > > > > 
> > > > > > >   295 ?D  0:00 kaudioserver
> > > > > > > 
> > > > > > > bye
> > > > > > > _
> > > > > > > Do You Yahoo!?
> > > > > > > Get your free @yahoo.com address at http://mail.yahoo.com
> > > > > > > 
> > > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > __
> > > > DO YOU YAHOO!?
> > > > Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
> > > > 
> > > 
> > > 
> > 
> > __
> > DO YOU YAHOO!?
> > Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
> > 
> > 
> 
> 
> 
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 



[expert] More 6.0 problems

1999-06-01 Thread Al Smith

I have some 6.0 problems which I think might be directly related to the 2.2.9
kernel.

I had mandrake 5.3 which I upgraded to 6.0.

I have gone into the process to modify my Kernel.

First

make menuconfig

doesn't work it hangs after the parssing stage. I need to open a new terminal
and kill the process. But make xconfig works just fine.

Second,

When I try to insmod modules I am getting a number of registry flag error's
and such.

Third,

DHCP doesn't appear to work at all when applied under linuxconf

and last but not least,

the system cannot umount the / file system. I have to run a fsck upon every
boot.

Al Smith
Systems Engineer (but you may call me god)
Thomas Jefferson University Hospital
[EMAIL PROTECTED]



Re: [expert] I can't kill some KDE process

1999-05-27 Thread Al Smith

Try this. 

do  
ps x|grep defunct

Kill all those processe's because sometimes kaudioserv does this espcially if
you are using your sound card or sending instructions to the soundcard. Let me
know how that works.

-Al


> 
> I had the same problems myself. When I do "ps" I get a "D" status.
> Impossible to kill -9, even when going init 1, they don't get killed.
> Killing the parent process doesn't work...
> 
> Jean-Michel
> 
> On Wed, 26 May 1999, Al Smith wrote:
> 
> > Date: Wed, 26 May 1999 16:41:03 -0400
> > From: Al Smith <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: [expert] I can't kill some KDE process
> > 
> > A kill -9 doesn't work?
> > 
> > Al Smith
> > Systems Engineer
> > Thomas Jefferson University Hospital
> > [EMAIL PROTECTED]
> > 
> > 
> > > Hi
> > > 
> > > 
> > > I can't kill some KDE process so ctrl-alt-del can't umount / and my file
> > system
> > > go down. please help me
> > > KDE apps are  for example:
> > > 
> > >   295 ?D  0:00 kaudioserver
> > > 
> > > bye
> > > _
> > > Do You Yahoo!?
> > > Get your free @yahoo.com address at http://mail.yahoo.com
> > > 
> > 
> 



[expert] I can't kill some KDE process

1999-05-26 Thread Al Smith

A kill -9 doesn't work?

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]


> Hi
> 
> 
> I can't kill some KDE process so ctrl-alt-del can't umount / and my file
system
> go down. please help me
> KDE apps are  for example:
> 
>   295 ?D  0:00 kaudioserver
> 
> bye
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 



[expert] Cable Modem

1999-05-24 Thread Al Smith

Greetings All,

   Does anyone know if there is a howto available to install a cable modem?
Any assitance would be greatly appreciated.


Al Smith
Systems Engineer
Thomas Jefferson University
[EMAIL PROTECTED]



[expert] Install of Mariner

1999-05-21 Thread Al Smith

Hello folks,

   Well I was able to get the CD bootable (I forgot a switch the first time).
But I get the same error that I do with a boot disk and the system hangs on
boot:

RAMDISK: Compressed image found at block 0

Anygive me a clue?



[expert] Question about rsh ..

1999-05-21 Thread Al Smith

rsh is a remote host command, but to be able to do it on another server, first
you need to have a .rhost file for that user on the server allowing the
connection.

local server=123  user=bob

on the remote host you would do this:

Log on as that user..

cd or cd ~

vi .rhost
123   bob

then :wq!

Next you would edit the .profile on the remote server to verify his path to
make sure the command is in the correct path. If you can't do that, I would
use remsh instead. 

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]

> When run the command on remote host using rsh, i always get the "command
> not found", thats mean the command not in the PATH. So how to add the
> PATH? Is rsh user .basrc or /etc/profile as the default profile ?
> 
> How about rlogin ?
> 
> Thanks
> 
>  ---   ---
> -_- -_- 
>  **~*  **~*
>  F  /-/   LangZhi UPM <[EMAIL PROTECTED]>   /-/F
>  R /-/ whois > Chan Kien Eng <[EMAIL PROTECTED]>   /-/ R
>  E/-/ " We grow strong by pains,grow great by dreams - Dave Wang "   /-/  E
>  E - - - ^  When do you wanna cra$h today ??   ^ - - -E
> 



Re: [expert] Failing to install 6.0pre: non SMP capable motherboard

1999-05-21 Thread Al Smith

>From what I understand, it looks like some initated a kill commaned to lose
the connection. Which is a possiblity. (kill -l number 11 is a SEGV, possible
segment violation). Or it could be that the server reset your connection. How
fast are you connecting (T1, 56K)?

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]

>  
> Jacques wrote:
>  
> >Could you try again with a fresh install ? (ie the installation have been
> >rebuild)
>  
> I did it in vain.
>  
> I'm attempting FTP install (with bootnet disk) from a private FTP server
mirrori
> ng
> sunsite.uio.no.
>  
> The computer is a low end Pentium class (P75, P90?), with 40 MB RAM, a 1 GB
HD,
> a low end graphics card and NE2000 PCI ethernet. It is intended to act as a
chea
> p
> Internet ISDN gateway for a customer's LAN.
>  
> Everything goes fine until I end selecting the only packages I need. The
install
>  
> then aborts "abnormaly", recieving signal 11.
>  
> Kind regards,
>  
> Yann
>  
> --
> Yann-Erick Proy  --  [EMAIL PROTECTED]
> Quartz Informatique  --  http://www.quartz.fr/
>  
> La diversité est source de richesse.
>  



[expert] Install of Mariner

1999-05-21 Thread Al Smith

Hello ladies and gentelman,


 I have just downloaded my copy of Mariner and tried to create the cd, but I
was getting the error message that there is no boot catalog (boot.cat). Well I
looked in the /images directory and low and behold no boot.cat. So instead
what I did was create a bootdisk (dd if=/images/boot.img of=/dev/fd0). That
seemed to go ok, no error's or anything. But when I try to boot of the floppy
it loads the kernel then it gets to a point and I get a message:

ramdisk found at sector 0

Any clues on this or where I can get the boot.cat for Mariner.

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]



Re: [expert] gnome?

1999-05-21 Thread Al Smith

I like Mandrake and KDE I love them both. I have used a many of flavor's of
linux and Mandrake is the best one I have seen so far. And as far as KDE, it's
great as well. I have used the FUVM*, CDESim and KDE .9-1.1 and I prefer KDE.
It's cleaner and it has a better interface.

Go KDE!!!
Go Mandrake

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]


> 
> We badly need some real press for Mandrake and KDE. ;)
> 
> Any journalists here?
> 
> Jean-Michel Dault
> [EMAIL PROTECTED]
> 
> 
> On Thu, 20 May 1999, Wolfgang Bornath wrote:
> 
> > Date: Thu, 20 May 1999 19:06:14 +0200
> > From: Wolfgang Bornath <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: Re: [expert] gnome?
> > 
> > Tom Berger wrote:
> > > 
> > > Even if these comments come from a group that provides the standard
> > > desktop of the world's most renowned Linux distribution (which is in
fact
> > > for *many* people a synonym for Linux)?
> > > Credit where credit is due: I am annoyed by reading everywhere nowadays
> > > that Linux seems to haven't had any GUI at all before GNOME. This is
> > > revisionism of the worst kind and the GNOME group apparently does
nothing
> > > to prevent it from happening. And these kind of articles appear in the
> > > *big* media (NBC, BBC). Of course, *we* know better but what about the
> > > vast majority of people out there?
> > 
> > The vast majority does what the vast majority always does: Read
> > the papers (especially the ones with large glossy pictures), and
> > buy what the media says is best.
> > Ask 1 Microsoft users (who came to computers after 1995) who
> > invented the GUI. Or even ask them who invented the PC.
> > If the media (and I mean the real media, not the geek's journals)
> > write some stuff about GNOME then it's GNOME for this time. The
> > decision makers don't read geek's journals.
> > 
> > Wolfgang
> > -- 
> > Linux Mandrake's Home: http://www.linux-mandrake.com
> > Linux-Mandrake NewsGroup: news:alt.os.linux.mandrake
> > a.o.l.m.-FAQ(English):  http://home.knUUt.de/tom.be/faq.html
> > a.o.l.m.-FAQ(German): http://people.frankfurt.netsurf.de/wobo
> > 
> 



RE: [expert] local floppy & CD

1999-05-21 Thread Al Smith

let me see, if I have this correct. Do you want the user to be able to access
there local floppy on the server? I.E. grab programs off the local floppy and
access it on the Mandrake server?

Al Smith
Systems Engineer
Thomas Jefferson University Hospital
[EMAIL PROTECTED]

> both floppy and cdrom are mounted at startup.
> but Exceed don't operate on the system itself, It's just an interface
> between windoz and Linux. So the thing to change must be within Linux...
> 
> 
> > -Original Message-
> > From: Sam [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, May 20, 1999 2:14 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [expert] local floppy & CD
> > 
> > Do you mount /dev/floppy /floppy ?
> > The software changes the /dev/floppy device? 
> > 
> > - Original Message - 
> > From: Nicolas Le Gaillart <[EMAIL PROTECTED]>
> > To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
> > Sent: Thursday, May 20, 1999 4:29 AM
> > Subject: [expert] local floppy & CD
> > 
> > 
> > > Hi,
> > > 
> > > I'm using a network of PCs under NT, which use also Linux Mandrake
> > 5.3
> > > via a server under this environment and a software called Exceed 5.
> > > When I mount the floppy, or the CD-ROM reader, this mount the
> > floppy/CD
> > > of the server (no problem so far..)
> > > But I'd want each user of the network to access their own floppy or
> > CD
> > > (that is, their LOCAL device, and not the device of the server)
> > > I'm not sure it's possible, but just in case I ask...
> > > 
> > > Thanks in advance.
> 



[expert] cant write to a fat 16 partition!

1999-01-16 Thread Al Smith

Check your INODE count. Sometimes if you run application that uses's more
inodes then space you will get that error message.

Al Smith
Systems Engineer

Thomas Jefferson Univ. Hospital  Phone: 215-503-6808
130 S. 9th St. Suite 600 Fax:   215-503-4336
Philadelphia, PA 19107 e-mail: [EMAIL PROTECTED]



> I have 2 6.4 gig drives I use for my Dual boot Mandrake 6.0-1/98 system.
> The one drive is all Win C/E. The other drive has a 2Gig FAT 16 partition,
> the other 4G is for Linux. My problem is that all of a sudden, I can not
> write to my D drive (which is the partition on the Linux drive). The error
> msg. says something about cant create file "No space left on drive".
> However, a dd shows that drive as being only 15% used. What is my problem
> here, any help greatly appreciated.
> 
> Brian D. Klar - CVE
> OTS
> WPAFB
> (937)257-5773
> 
> 



[expert] lp doesn't delete jobs

1999-01-15 Thread Al Smith

I had the same problem. If you update your printtool to the latest from cooker
it should resolve your problem. But I had to remove my existing printer first
and delete it's entry in the /usr/spool/lpd area. Once I did that I updated
printtool and re-added the printer and it's been good ever since.


Al Smith
Systems Engineer

Thomas Jefferson Univ. Hospital  Phone: 215-503-6808
130 S. 9th St. Suite 600 Fax:   215-503-4336
Philadelphia, PA 19107 e-mail: [EMAIL PROTECTED]