[newbie] Gabber and libglade

2001-05-31 Thread Morrell, Mike A

I've been using Gabber 0.8.2 on LM8 for a while now and a new version 0.8.3
just came out (no mdk versions yet). I keep getting reminders every time I
start Gabber so I decided to get the update. I download the source rpm and
do rpm --rebuild gabber_0.9.3.src.rpm and it gives me an error that the
libglade library >.11 is not found and it doesn't compile. If I do a "locate
glade" i get several files listed including libglade0.13.so. This should be
what is needed I think. Why doesn't it compile. Anyone else tried this?




RE: [newbie] LimeWire Again

2001-05-30 Thread Morrell, Mike A

It might help if you could include the error message in your post.

-Original Message-
From: Marcia Waller [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 11:51 PM
To: Dan; [EMAIL PROTECTED]
Subject: Re: [newbie] LimeWire Again


On Tuesday 29 May 2001 18:33, Dan wrote:
> Can I make a suggestion?  Try Phex.  It was really
> easy to use.  All you need is the
> http://java.sun.com/j2se/1.3/jre/
>
> There's no real installation.  It run right out of
> your home directory.
>
> http://www.konrad-haenel.de/phex/

Dear All, Thank you for your suggestions. I installed the jre and phex then 
used the command java -jar phex.jar and got a long error message then it 
aborted. What can I do now. Thanks for your help. Marcia




RE: [newbie] forwarding

2001-05-11 Thread Morrell, Mike A

Install sshd on the firewall box. Login to the firewall box using ssh client
and setup a tunnel from localhost:5900 to winboxip:5900. Startup VNCviewer
to localhost:5900

Or if you want a less secure way to do it (not recommended) add this to your
firewall script
ipmasqadm portfw -L xxx.xxx.xxx.xxx 5900 -R xxx.xxx.xxx.xxx 5900
Then run VNCviewer to yourfirewallhost:5900
Note that your password will be sent in the clear. That is why this is not
as secure.

-Original Message-
From: Marcel Dijk [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 11, 2001 3:19 AM
To: [EMAIL PROTECTED]
Subject: [newbie] forwarding


Hello,

Recently I downloaded and installed mandrake 8. I have installed and
configured the bastille-firewalll that comes with it. But I have one
problem, I want to redirect ports. I have a VNC (windows) machine runneing
behind the firewall. And I want to access the VNC server from the net. So I
have to redirect port 5900 on the firewall to port 5900 on the VNC machine.
How do I do this?

Thanks,

Marcel





RE: [newbie] Requesting hardware advice for AMD based machine. jrt

2001-04-27 Thread Morrell, Mike A


I have an Abit KA7 Mobo with VIA KX133 chip with zero problems to date. I
even have a Western Digital 20GB harddrive running without any problems
which I hear can be trouble with certain VIA chips. YMMV though. There are
so many possible combinations of hardware that there are bound to be some
problems for certain configurations. Such is life.

Mike
-Original Message-
From: Walter Luffman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 11:47 PM
To: Nima S. Panahi; [EMAIL PROTECTED]
Subject: Re: [newbie] Requesting hardware advice for AMD based machine.
jrt


On Thursday 26 April 2001 08:57 pm, Nima S. Panahi wrote:
> I guess I am just sick of VIA and maybe they are not quite a death trap.
> However, they always have problems. For example, my Geforce2 works crappy
> with the chipset (blurry at any good resolution/refresh rate on a 19
> inch). The problem is well known and nvidia and via blame each other and
> will never get fixed. Also, there is the corruption problem with the IDE
> that causes corruption. They *think* they can fix it by a bios update but
> still have not provided a fix (at least not for my ASUS A7V133.) There are
> other wierd things too, such as the fact that an SB Live card in the
> system systems to make things worst for the file system corruption.
> I believe the only other chipset option is only really one by AMD. I love
> AMD CPU's , but the pickings are small for chipsets!  I am just saying I
> will not buy VIA again, as I have had enough with them.
> For video card, if you don't care about 3D, matrox rocks!
> For sound, SB Live is the best too.
> CPU: Well, I love AMD, as they work best for me and are cheaper than
> Intel. However, you must take into account the chipset thing.

Okay, you've had bad experiences with VIA chipsets, that much is understood.

But that does not mean *every* motherboard with a VIA chipset is going to 
give problems.  My primary machine has a Tyan S1854 mobo with a VIA chipset 
(the "Apollo" set, IIRC), and I've also used mobos with other VIA chipsets
in 
the past.  I can't recall ever having a problem due to either the
motherboard 
or its chipset.

This proves only that your particular motherboard, with its particular 
chipset, gives trouble when running your particular hardware configuration 
under the version(s) of Linux you've tried.  Your detailed description of
the 
problems you have had are informative and helpful to the rest of us -- but 
please don't exaggerate the extent of the problem by saying things like
"they 
always have problems" when referring to any vendor's entire line.

-- 
Walter Luffman, [EMAIL PROTECTED]Medina, TN USA
Diabetics are just sweet people (Type 2 5/99, d/e/m/motorcycle)
"Sage", purple 1998 Honda VT1100C Shadow Spirit




RE: [newbie] Linux programming languages

2001-04-16 Thread Morrell, Mike A

The answer is quit simple. The Linux kernel is written in C. Also, most of
the GNU utilities are written in C.

The choice of which language to use is really a matter of the intended
application requirements. For speed and small size, C is best. For scripting
and GUI based applications, Perl or Python are good choices. One nice thing
about using Perl or Python is that the application does not have to be
recompiled for each target platform as it does with C or C++.

If you are interested in learning to program, the choice of language depends
on what you want to do. If you want to work on system level code, then learn
C. If you want to write utilities or GUI based applications that are not
speed critical, then learn Perl and/or Python.

-Original Message-
From: stevel [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 16, 2001 10:33 AM
To: linux mailing list
Subject: [newbie] Linux programming languages


What language is used by most linux programmers? 
Any Pros & Cons about different languages?




[newbie] Strange errors on perl scripts

2001-04-12 Thread Morrell, Mike A

Hello:
Whenever a perl script runs I get this message:
 
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = (unset),
LC_MESSAGES = "en_US",
LC_TIME = "en_US",
LC_NUMERIC = "en_US",
LC_CTYPE = "en_US",
LC_MONETARY = "en_US",
LC_COLLATE = "en_US",
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
 
Why is this and how do I fix it? Thanks.
 
-Mike-
 




RE: [newbie] NIS XFree86 login problem

2001-04-09 Thread Morrell, Mike A

For those that may come across this in the future, I have solved my own
problem as usual. Make sure that the server and client machines are using
the same user id and group id for the users files. My Debian machine had a
userid of 1000 while the Mandrake machine was using 501. Once I chown and
chgrp all the directoryies and files everything worked fine. I can't wait
for 8.0 to be released to go through this pain again. :-)

-Original Message-
From: Morrell, Mike A [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 11:52 AM
To: '[EMAIL PROTECTED]'
Subject: [newbie] NIS XFree86 login problem


Hello:
I just setup a NIS server on a Debian box and have a Mandrake 7.2 client
that I setup to login using NIS. I added +:: to the passwd file and see
all the users on the login screen, but when I try to login it looks like the
desktop is going to start but I get a grey screen and it jumps back to the
login screen. I don't get any error messages. When I login with the console
everything works fine and I can see the NFS mounted directorys just fine. So
why can't I use XFree86? I've tried Gnome, Sawfish, and KDE with the same
result. Anyone had this problem?




[newbie] NIS XFree86 login problem

2001-04-03 Thread Morrell, Mike A

Hello:
I just setup a NIS server on a Debian box and have a Mandrake 7.2 client
that I setup to login using NIS. I added +:: to the passwd file and see
all the users on the login screen, but when I try to login it looks like the
desktop is going to start but I get a grey screen and it jumps back to the
login screen. I don't get any error messages. When I login with the console
everything works fine and I can see the NFS mounted directorys just fine. So
why can't I use XFree86? I've tried Gnome, Sawfish, and KDE with the same
result. Anyone had this problem?




RE: [newbie]CD-ROM?

2000-03-08 Thread Morrell, Mike

I like Mitsumi (CD-ROM) and Toshiba (DVD-ROM).

> -Original Message-
> From: Harold Hartley [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 08, 2000 5:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie]CD-ROM?
> 
> 
> get a ATAPI/IDE type CD-ROM and you should be fine...
> 
> 
> Dave Casper wrote:
> 
> > Ok, I need a new, spelled f-a-s-t-e-r, CD-Rom anyway.
> > So now is the time when you all get to throw out your
> > opinions as to who has the best hardware: what CD-Rom
> > would you recommend?
> >
> > --- "Morrell, Mike" <[EMAIL PROTECTED]>
> > wrote:
> > > Same here. The only thing I could do was to change
> > > to a different CD-ROM
> > > drive as the one I was using was an old Creative 6X
> > > drive. After I switched
> > > it the install went fine.
> > >
> > > > -Original Message-
> > > > From: Dave Casper [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, March 07, 2000 11:16 AM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Re: [newbie]
> > > >
> > > >
> > > > I am having the same problem. I can also add that
> > > I
> > > > have tried installing without the floppy but get
> > > the
> > > > same error. The only suggestion that I received so
> > > far
> > > > has been to try the expert mode install. Unless I
> > > am
> > > > not actually getting expert mode (I AM a newbie
> > > > afterall), that has not helped either. I'm
> > > stumped.
> > > >
> > > > --- mark constant <[EMAIL PROTECTED]>
> > > wrote:
> > > > > when i put the cd-rom for mandrake 7 in and
> > > booted
> > > > > up off the floppy I got
> > > > > this error message
> > > > >
> > > > > in second stage install
> > > > >
> > > > > _x11TransSocketUNIXConnect: Can't connect: errno
> > > =
> > > > > 111
> > > > > _x11TransSocketUNIXConnect: Can't connect: errno
> > > =
> > > > > 111
> > > > > Mon Mar6 13:29:18 2000 Gtk- Warning**! cannot
> > > open
> > > > > display at :  :0 at
> > > > > /usr/bin/perl-install/my_gtk.pm line 139
> > > > > install exited abnormally
> > > > > sending termination signals... done
> > > > > sending kill signals...done
> > > > > unmounting filesystems
> > > > > /tmp/rhimage
> > > > > /proc
> > > > > you may safely reboot your system
> > > > >
> > > > > plus I tried using the autboot.bat and whenever
> > > it
> > > > > said it was going to
> > > > > start reading the cd-rom it just halted. Can you
> > > > > please help?
> > > > >
> > > >
> > >
> > __
> > > > > Get Your Private, Free Email at
> > > > > http://www.hotmail.com
> > > > >
> > > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Talk to your friends online with Yahoo! Messenger.
> > > > http://im.yahoo.com
> > > >
> > >
> > __
> > Do You Yahoo!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> 



RE: [newbie]

2000-03-07 Thread Morrell, Mike

Same here. The only thing I could do was to change to a different CD-ROM
drive as the one I was using was an old Creative 6X drive. After I switched
it the install went fine.

> -Original Message-
> From: Dave Casper [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 07, 2000 11:16 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie]
> 
> 
> I am having the same problem. I can also add that I
> have tried installing without the floppy but get the
> same error. The only suggestion that I received so far
> has been to try the expert mode install. Unless I am
> not actually getting expert mode (I AM a newbie
> afterall), that has not helped either. I'm stumped.
> 
> --- mark constant <[EMAIL PROTECTED]> wrote:
> > when i put the cd-rom for mandrake 7 in and booted
> > up off the floppy I got 
> > this error message
> > 
> > in second stage install
> > 
> > _x11TransSocketUNIXConnect: Can't connect: errno =
> > 111
> > _x11TransSocketUNIXConnect: Can't connect: errno =
> > 111
> > Mon Mar6 13:29:18 2000 Gtk- Warning**! cannot open
> > display at :  :0 at 
> > /usr/bin/perl-install/my_gtk.pm line 139
> > install exited abnormally
> > sending termination signals... done
> > sending kill signals...done
> > unmounting filesystems
> > /tmp/rhimage
> > /proc
> > you may safely reboot your system
> > 
> > plus I tried using the autboot.bat and whenever it
> > said it was going to 
> > start reading the cd-rom it just halted. Can you
> > please help?
> >
> __
> > Get Your Private, Free Email at
> > http://www.hotmail.com
> > 
> > 
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 



[newbie] ip_masq_icq-0.55 will not compile under with 7.0

2000-03-01 Thread Morrell, Mike

I have been trying to get the ip_masq_icq-0.55 module to compile using MD
7.0 without much luck. The instructions say to configure the kernel (which I
have done) and then do a "make install" (w/o quotes). Here is the output I
get:

Makefile:15: *** missing separator.  Stop.

And the output of the Makefile.arch is:

VERSION = 2
PATCHLEVEL = 2
SUBLEVEL = 14
EXTRAVERSION = -15mdk
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e
s/arm.*/arm/ -e s/sa110/arm/)

Has anyone got this to compile successfully on MD 7.0? TIA for any help.

Regards, 
Mike Morrell 
ICQ# 37128344



RE: [newbie] Telnet went bye-bye after update.

1999-12-03 Thread Morrell, Mike

I did an update, not an upgrade. I shouldn't have to install a server since
it was working before I did the upgrade unless it removes the server, which
doesn't seem right. Anyway, I tried reinstalling ftp and telnet RPMS  from
the 6.0 CD and it is working again. :-) Why the update screws it up I don't
know. Maybe Mandrake should look into this problem? Thanks for the help
everyone.

Regards,
Mike

-Original Message-
From: Ronald J. Yacketta [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 02, 1999 1:06 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Telnet went bye-bye after update.


"Morrell, Mike" wrote:
> 
> I'm still relatively new at Linux (1 month) but I started out with LM 6.0.
I
> recently ran the update program and it updated some stuff like Netscape,
> init-scripts, etc. Previously I could telnet and ftp to my linux box. Now
I
> cannot seem to telnet or ftp to my linux machine from my windows box or
from
> the internet. However, I am able to ping from both. I just get a message
> that it cannot connect to host. What could have changed since I did the
> update? IPCHAINS is set as follows (left it wide open). Also tried with
> INPUT & OUTPUT set to REJECT.
> INPUT -> ACCEPT
> OUTPUT -> ACCEPT
> FORWARD -> ACCEPT
> I set this rule as well: "IPCHAINS -A -i ppp0 -j MASQ" which allows my
> windows box to surf and such.
> Anyone have any ideas what went bad?
You upgraded from 6.0 to 6.1?
if so, you might need to install the telnet-server rpm..
not sure if the upgrade catches that one and installs it



[newbie] Telnet went bye-bye after update.

1999-12-02 Thread Morrell, Mike

I'm still relatively new at Linux (1 month) but I started out with LM 6.0. I
recently ran the update program and it updated some stuff like Netscape,
init-scripts, etc. Previously I could telnet and ftp to my linux box. Now I
cannot seem to telnet or ftp to my linux machine from my windows box or from
the internet. However, I am able to ping from both. I just get a message
that it cannot connect to host. What could have changed since I did the
update? IPCHAINS is set as follows (left it wide open). Also tried with
INPUT & OUTPUT set to REJECT.
INPUT -> ACCEPT
OUTPUT -> ACCEPT
FORWARD -> ACCEPT
I set this rule as well: "IPCHAINS -A -i ppp0 -j MASQ" which allows my
windows box to surf and such.
Anyone have any ideas what went bad?



RE: [newbie] IP Masquerading

1999-11-02 Thread Morrell, Mike

Does this mean that the kernel already supports masquerading or do you need
to load a module or what?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 02, 1999 12:41 PM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] IP Masquerading




From: Ronald A. Yacketta

Ron,

do you have a dual nic (network card) setup?
if so you would more than likely have to turn on ip_forwarding as well
then you could do s/sbin/ipchains -F forward

/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -i eth0 -j MASQ
/sbin/ipchains -A forward -i eth1 -j MASQ






"Ronald Rand" <[EMAIL PROTECTED]> on 11/02/99 11:16:12 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Ronald A. Yacketta/958157/EKC)
Subject:  [newbie] IP Masquerading




What's the best way to go about setting up Mandrake for IP-Masquerading?
Sorry if this has been asked already, but I'm a newbie to this newbie
group.
:) I already set up internet access on my Linux machine, and also networked
it to my Win98 computer, so they're both able to ping each other with no
problem. I understand Linux is IP-Masq capable out-of-the-box, so is there
just some switch I have to set somewhere? Thanks!

Ron





RE: [newbie] IP Masquerading

1999-11-02 Thread Morrell, Mike

BTW, I want to do the same thing. I will watch this topic and jump in if
need be.
-Original Message-
From: Ronald Rand [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 02, 1999 11:16 AM
To: [EMAIL PROTECTED]
Subject: [newbie] IP Masquerading


What's the best way to go about setting up Mandrake for IP-Masquerading?
Sorry if this has been asked already, but I'm a newbie to this newbie group.
:) I already set up internet access on my Linux machine, and also networked
it to my Win98 computer, so they're both able to ping each other with no
problem. I understand Linux is IP-Masq capable out-of-the-box, so is there
just some switch I have to set somewhere? Thanks!

Ron



RE: [newbie] executing programs

1999-11-01 Thread Morrell, Mike

chmod +x filename

-Original Message-
From: M L Cates [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 31, 1999 2:24 PM
To: [EMAIL PROTECTED]
Subject: [newbie] executing programs


I am trying to learn how to do some C programming and my question is this:
How
do I execute the program after it is compiled?  I have tried typing the name
of the program in at the prompt and it says "command not found".  I have
tried
to type "sh" before the filename and am told "cannot execute binary file".

Any help would be appreciated, also, what does the "sh" before a filename
do?

M L Cates



RE: [newbie] eth0 transmit timed out error

1999-10-27 Thread Morrell, Mike

I tried v0.91g last night and it seems to work :) I can ping my other
Windows boxes and vice versa. I haven't done any other testing with other
services yet. Thanks to everyone for the help. Hmm... now what do I do with
this neat new OS? Maybe a gateway/firewall...



-Original Message-
From: Axalon Bloodstone [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 26, 1999 6:11 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [newbie] eth0 transmit timed out error


On Tue, 26 Oct 1999, Morrell, Mike wrote:

> I have two other Win98 machines and a 10/100 hub all connected together
with
> CAT5 cable. I know the the connections are good because this box was
running
> Win98 prior to converting it to Linux and I had no problems with
networking
> under Windows. Some have suggested that I try to compile and use the
latest
> tulip driver v0.91g. Does anyone know what driver version comes on the
> Mandrake 6.0 CD? How do I check the version?

Actualy i said v0.91 Beckers, current stable release.
0.91g is the development driver (which i haven't tested)
The linux kernel version, is v0.89(h, i think)
which has been shipping sense god knows when.
 
> -Original Message-
> From: John Aldrich [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 26, 1999 11:21 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] eth0 transmit timed out error
> 
> 
> On Tue, 26 Oct 1999, you wrote:
> > Hi All,
> > 
> > I just installed Mandrake 6.0 to try out this Linux OS. I am having
> trouble
> > getting networking to work. It detected my NIC as a tulip card and I
setup
> > the necessary network configs. When I rebooted I get this message:
> > eth0: transmit timed out, status e426, CSR12 40a1d0cc,
> resetting...
> > Any ideas on what is going on with this? Here is my system specs.
> > Pentium166
> > 32MB RAM
> > Biostar MB with Award Bios
> > ATI mach32 video
> > MX98715 (Macronix) based generic NIC.
> >
> What is your ethernet connected to? It sounds like the
> error I get when my machine isn't connected to something at
> boot-up.
>   John
> 

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



RE: [newbie] eth0 transmit timed out error

1999-10-26 Thread Morrell, Mike

I have two other Win98 machines and a 10/100 hub all connected together with
CAT5 cable. I know the the connections are good because this box was running
Win98 prior to converting it to Linux and I had no problems with networking
under Windows. Some have suggested that I try to compile and use the latest
tulip driver v0.91g. Does anyone know what driver version comes on the
Mandrake 6.0 CD? How do I check the version?


-Original Message-
From: John Aldrich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 26, 1999 11:21 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] eth0 transmit timed out error


On Tue, 26 Oct 1999, you wrote:
> Hi All,
> 
> I just installed Mandrake 6.0 to try out this Linux OS. I am having
trouble
> getting networking to work. It detected my NIC as a tulip card and I setup
> the necessary network configs. When I rebooted I get this message:
> eth0: transmit timed out, status e426, CSR12 40a1d0cc,
resetting...
> Any ideas on what is going on with this? Here is my system specs.
> Pentium166
> 32MB RAM
> Biostar MB with Award Bios
> ATI mach32 video
> MX98715 (Macronix) based generic NIC.
>
What is your ethernet connected to? It sounds like the
error I get when my machine isn't connected to something at
boot-up.
John



[newbie] eth0 transmit timed out error

1999-10-26 Thread Morrell, Mike

Hi All,

I just installed Mandrake 6.0 to try out this Linux OS. I am having trouble
getting networking to work. It detected my NIC as a tulip card and I setup
the necessary network configs. When I rebooted I get this message:
eth0: transmit timed out, status e426, CSR12 40a1d0cc, resetting...
Any ideas on what is going on with this? Here is my system specs.
Pentium166
32MB RAM
Biostar MB with Award Bios
ATI mach32 video
MX98715 (Macronix) based generic NIC.



[newbie] Keep modem connection alive

1999-01-02 Thread Morrell, Mike

How do I keep my modem connection to my ISP alive when the computer is idle?



[newbie] Port forwarding setup

1999-01-02 Thread Morrell, Mike

Hi All,
Ok, I've got masquerading working and can browse the web. I want
to be able to access a ftp server on my private network from the
internet. I believe it will require some sort of port forwarding
to make it work. I gather that IPMASQADM is the recommended way
to do this. Where do I get this software and how do you go about
setting it up to work under MD 6.0. I'm currently running kernel
2.2.9.