[expert] ssh setup help needed

2001-06-02 Thread Ric Tibbetts

Are there any ssh gurus out there?
I'm trying to set up a new server on MDK 8.0, and ssh(d) is giving me
fits.
Could someone that understands this beast drop me a note, and lend me a
quick hand getting it running? I've been staring at the man pages until
I'm going blind, and I can't get it to work.

I quess I need a "step by step".

Much appreciated!

Ric




Re: [expert] Sound in RealPlayer

2001-06-02 Thread dennis

ended up using the oss sound selection in the reaplayer config plus had to
turn off the kde sound server, then it worked fine.

On Sat, 2 Jun 2001, Digital Wokan wrote:

> I can't seem to get any sound to come out of RealPlayer under KDE on
> Mandrake 8.0.  (RP as downloaded from Real.com.)  Has anyone had any
> luck with this?
> 





Re: [expert] LILO name

2001-06-02 Thread dennis

LInux LOader


On Sat, 2 Jun 2001, Vincent Danen wrote:

> Does anyone know what LILO stands for?  I thought it meant "Linux In
> Linux Out", but if that's the case, what does SILO or MILO stand for?
> I don't think SILO stands for Solaris In Linux Out... =)
> 
> Of course, I'm probably really showing my ignorance here, but I've
> never bothered to find out before.  Now that I'm writing an article on
> it, I've got a pressing need to figure out what it stands for.
> 
> Thanks.
> 
> -- 
> [EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
> 1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD
>  - Danen Consulting Serviceswww.danen.net, www.freezer-burn.org
>  - MandrakeSoft, Inc. Security  www.linux-mandrake.com
> 
> Current Linux kernel 2.4.3-20mdk uptime: 0 hours 51 minutes.
> 





Re: [expert] route

2001-06-02 Thread Felix Miata

Pierre Fortin wrote:

> Felix Miata wrote:

> > > So your route command should work faster...  no?

> > Only if I use -n. Plenty slow otherwise.
 
> Give us a new "route" and "route -n" output and indicate precisely where the
> former's the delay occurs. What is st21s?  It's unknown from here and from your

st21s is 192.168.0.54, the Linux machine I'm trying to configure.

> message headers, you are on a dialup.  The link is up when you are issuing the
> route command, right?

Not for the previous posts. These following are, and without using -n, the delay
was before the first line was output.

-n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
209.208.25.25   0.0.0.0 255.255.255.255 UH0  00 ppp0
192.168.0.540.0.0.0 255.255.255.255 UH0  00 eth0
127.0.0.1   0.0.0.0 255.255.255.255 UH0  00 lo
192.168.0.0 192.168.0.254   255.255.255.0   UG0  00 eth0
192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 eth0
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 192.168.0.254   0.0.0.0 UG0  00 eth0
0.0.0.0 192.168.0.254   0.0.0.0 UG1  00 eth0

without -n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
209.208.25.25   *   255.255.255.255 UH0  00 ppp0
st21s.atlantic. *   255.255.255.255 UH0  00 eth0
localhost   *   255.255.255.255 UH0  00 lo
192.168.0.0 192.168.0.254   255.255.255.0   UG0  00 eth0
192.168.0.0 *   255.255.255.0   U 0  00 eth0
127.0.0.0   *   255.0.0.0   U 0  00 lo
default 192.168.0.254   0.0.0.0 UG0  00 eth0
default 192.168.0.254   0.0.0.0 UG1  00 eth0

without -n or a connection the pause was after display of second entry:
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
st21s.atlantic. *   255.255.255.255 UH0  00 eth0
localhost   *   255.255.255.255 UH0  00 lo
192.168.0.0 192.168.0.254   255.255.255.0   UG0  00 eth0
192.168.0.0 *   255.255.255.0   U 0  00 eth0
127.0.0.0   *   255.0.0.0   U 0  00 lo
default 192.168.0.254   0.0.0.0 UG0  00 eth0
default 192.168.0.254   0.0.0.0 UG1  00 eth0

I don't understand why there are any .254 entries. Where do they come from?
Nothing on my local net has IP 192.168.0.254.

I changed /etc/rc.d/rc.local from:
route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.0.254
to
route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.0.54

and got with route -n and isp connection:
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
209.208.25.20   0.0.0.0 255.255.255.255 UH0  00 ppp0
192.168.0.540.0.0.0 255.255.255.255 UH0  00 eth0
127.0.0.1   0.0.0.0 255.255.255.255 UH0  00 lo
192.168.0.0 192.168.0.54255.255.255.0   UG0  00 eth0
192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 eth0
127.0.0.0   0.0.0.0 255.0.0.0   U 0  00 lo
0.0.0.0 192.168.0.254   0.0.0.0 UG0  00 eth0
0.0.0.0 192.168.0.254   0.0.0.0 UG1  00 eth0

Without the -n I still get the long delay. 
> > /etc/sysconfig/network-scripts/
> > grep * metric:
> > ifup:   route add default gw ${GATEWAY} metric 1 ${DEVICE}
> > ifup-aliases:   route add default gw ${GATEWAY} metric 
>1 ${DEVICE}
> > ifup-plip:  route add default gw ${GATEWAY} metric 1 ${DEVICE}
 
> > IIRC, the OS was installed Jan 2000. Is the Jan 2000 file the one that caused
> > the duplication? Should I just rem that line out? I suppose that file was last
> > modified by a Gnome ppp dialer configuration for my ISP?
 
> Where did you get those scripts?  None of mine have the metric arg on the route

Came with the OS install?

> commands...  so if you look closer, you'll probably find you have other route
> commands in these files without "metric" which would explain the duplicate
> routes.  Send me a copy of these scripts; I'm curious...
 
Sent.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under control.   
 Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/





[expert] Hotplug cd support in Mandrake 8

2001-06-02 Thread Declan Mullen


Hi,

I've got a notebook with a hotplugable ATAPI cdrom drive running 
Mandrake 8 with kernel 2.4.3. It works fine if it's attached at boot 
up.But it is not automatically detected if hotplugged later.

Has anybody got any advice on how to get the hotplug capability to work?

I've found http://linux-hotplug.sourceforge.net which sounds like it 
would do the job. Has anybody got any advice about using this approach?

System details:
  Notebook: HP Omnibook 900b
  CD drive: TOSHIBA CD-ROM XM-7002B
  Mandrake: 8
  kernel: 2.4.3

Regards,
Declan





[newbie] Hotplug cd support in Mandrake 8

2001-06-02 Thread Declan Mullen

Hi,

I've got a notebook with a hotplugable ATAPI cdrom drive running 
Mandrake 8 with kernel 2.4.3. It works fine if it's attached at boot 
up.But it is not automatically detected if hotplugged later.

Has anybody got any advice on how to get the hotplug capability to work?

I've found http://linux-hotplug.sourceforge.net which sounds like it 
would do the job. Has anybody got any advice about using this approach?

System details:
  Notebook: HP Omnibook 900b
  CD drive: TOSHIBA CD-ROM XM-7002B
  Mandrake: 8
  kernel: 2.4.3

Regards,
Declan






Re: [expert] route

2001-06-02 Thread Pierre Fortin

Felix Miata wrote:
> 
> > So your route command should work faster...  no?
> 
> Only if I use -n. Plenty slow otherwise.

Give us a new "route" and "route -n" output and indicate precisely where the
former's the delay occurs. What is st21s?  It's unknown from here and from your
message headers, you are on a dialup.  The link is up when you are issuing the
route command, right?
 
> /etc/sysconfig/network-scripts/
> grep * metric:
> ifup:   route add default gw ${GATEWAY} metric 1 ${DEVICE}
> ifup-aliases:   route add default gw ${GATEWAY} metric 1 
>${DEVICE}
> ifup-plip:  route add default gw ${GATEWAY} metric 1 ${DEVICE}

> IIRC, the OS was installed Jan 2000. Is the Jan 2000 file the one that caused
> the duplication? Should I just rem that line out? I suppose that file was last
> modified by a Gnome ppp dialer configuration for my ISP?

Where did you get those scripts?  None of mine have the metric arg on the route
commands...  so if you look closer, you'll probably find you have other route
commands in these files without "metric" which would explain the duplicate
routes.  Send me a copy of these scripts; I'm curious...

Pierre




Re: [expert] LILO name

2001-06-02 Thread Gary A. Garibaldi

On Saturday 02 June 2001 16:35, Vincent Danen wrote:
> Does anyone know what LILO stands for?  I thought it meant "Linux In
> Linux Out", but if that's the case, what does SILO or MILO stand for?
> I don't think SILO stands for Solaris In Linux Out... =)
>
> Of course, I'm probably really showing my ignorance here, but I've
> never bothered to find out before.  Now that I'm writing an article on
> it, I've got a pressing need to figure out what it stands for.
>
> Thanks.


Content-Type: application/pgp-signature; charset="iso-8859-1"; 
name="Attachment: 1"
Content-Transfer-Encoding: 7bit
Content-Description: 

LInux LOader
-- 

Thank you.
-
Gary A. Garibaldi
Linux-Mandrake 8.0
Registered Linux User: 188550
-
Why on earth do people buy old bottles of wine when they can get a
fresh one for a quarter of the price?
-
  8:15pm  up 10:40,  2 users,  load average: 2.21, 2.58, 2.49




Re: [expert] Sound in RealPlayer

2001-06-02 Thread Brian Hartman

On Saturday 02 June 2001 08:11 pm, Digital Wokan wrote:
> I can't seem to get any sound to come out of RealPlayer under KDE on
> Mandrake 8.0.  (RP as downloaded from Real.com.)  Has anyone had any
> luck with this?

Does sound work in all your other apps?  




[expert] Sound in RealPlayer

2001-06-02 Thread Digital Wokan

I can't seem to get any sound to come out of RealPlayer under KDE on
Mandrake 8.0.  (RP as downloaded from Real.com.)  Has anyone had any
luck with this?




Re: [expert] route

2001-06-02 Thread Felix Miata

Pierre Fortin wrote:
 
> Felix Miata wrote:

> > > > > > When I execute the route command, the result is as follows:

> > > > > > Kernel IP routing table
> > > > > > Destination Gateway Genmask Flags Metric RefUse 
>Iface
> > > > > > st21s.atlantic. *   255.255.255.255 UH0  00 
>eth0
> > > > > > localhost.local *   255.255.255.255 UH0  00 lo
> > > > > > 192.168.0.0 *   255.255.255.0   U 0  00 
>eth0
> > > > > > 127.0.0.0   *   255.0.0.0   U 0  00 lo
> > > > > > default 192.168.0.254   0.0.0.0 UG0  00 
>eth0
> > > > > > default 192.168.0.254   0.0.0.0 UG1  00 
>eth0
 
> > > > > No delay if you use "route -n"...  right?

> > > > Correct.
 
> > > > hosts:  files nisplus nis dns
> > > Change this to:
> > >   hosts:  files dns
> > Changed.
 
> So your route command should work faster...  no?

Only if I use -n. Plenty slow otherwise.
 
> > > > > And why do you have 2 default routes with different metrics..?
> > > Get rid of it with:
> > >   route del default metric 1
> > Is this a one time time thing? Something to put in a startup conf file?
 
> Yes; though the following may need fixing to make it so.
 
> > > You should look around your config files including
> > > /etc/sysconfig/network-scripts/

> > For anything in particular? Just to read the commenting?
 
> For anything that would cause the 2nd route command.  Since the metric must be
> specified (the same "route add default" can't be issued twice without it), you
> might grep for "metric"...

pwd:
/etc/sysconfig/network-scripts/
grep * metric:
ifup:   route add default gw ${GATEWAY} metric 1 ${DEVICE}
ifup-aliases:   route add default gw ${GATEWAY} metric 1 
${DEVICE}
ifup-plip:  route add default gw ${GATEWAY} metric 1 ${DEVICE}

()
-rwxr-xr-x1 root root 3331 Jan 31  2000 /sbin/ifup
lrwxrwxrwx1 root root   18 Jan 28  2000 
/etc/sysconfig/network-scripts/ifup -> ../../../sbin/ifup
-rwxr-xr-x1 root root13753 Nov 22  1999 
/etc/sysconfig/network-scripts/ifup-aliases
-rwxr-xr-x1 root root  724 Jul  7  1998 
/etc/sysconfig/network-scripts/ifup-plip

IIRC, the OS was installed Jan 2000. Is the Jan 2000 file the one that caused
the duplication? Should I just rem that line out? I suppose that file was last
modified by a Gnome ppp dialer configuration for my ISP?
-- 
A fool gives full vent to his anger, but a wise man keeps himself under control.
Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/





Re: [expert] LILO name

2001-06-02 Thread Felix Miata

Vincent Danen wrote:
 
> Does anyone know what LILO stands for?  I thought it meant "Linux In
> Linux Out", but if that's the case, what does SILO or MILO stand for?
> I don't think SILO stands for Solaris In Linux Out... =)

LInux LOader.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/





[expert] LILO name

2001-06-02 Thread Vincent Danen

Does anyone know what LILO stands for?  I thought it meant "Linux In
Linux Out", but if that's the case, what does SILO or MILO stand for?
I don't think SILO stands for Solaris In Linux Out... =)

Of course, I'm probably really showing my ignorance here, but I've
never bothered to find out before.  Now that I'm writing an article on
it, I've got a pressing need to figure out what it stands for.

Thanks.

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
1024D/FE6F2AFD   88D8 0D23 8D4B 3407 5BD7  66F9 2043 D0E5 FE6F 2AFD
 - Danen Consulting Serviceswww.danen.net, www.freezer-burn.org
 - MandrakeSoft, Inc. Security  www.linux-mandrake.com

Current Linux kernel 2.4.3-20mdk uptime: 0 hours 51 minutes.

 PGP signature


Re: [expert] grip in Mandrake 8.0

2001-06-02 Thread Paul Cox

On Saturday, Jun 02, 2001, Hoyt wrote:

> It worked in older Mandrakes, but in 8.0, none of the mp3 encoders are 
> installed and aren't available on the CD at all, and not in cooker.
> 
> A fewe xamples : lame, bladeenc

I beleive it's because of patent issues with the .mp3 format.  I think
mp3 encoders are supposed to pay a 'usage fee' to the patent holders for
using it, and obviously lame and bladeenc don't do that. =)  It's a grey
area legally.  You can always download them and install them yourself
though.

-- 
[EMAIL PROTECTED], ICQ#: 25370820, OpenPGP key at www.keyserver.net
1024D/39F0BBF4 2024 B7CB 10BF 6BE7 2ECE  E0FD 1360 0181 39F0 BBF4

Current Linux uptime: 1 day 21 hours 39 minutes.




[expert] ide-floppy - Zip Drive error

2001-06-02 Thread David Boles



Can someone please tell what this means and what I have set incorrectly?

L-M 8.0, as did other release since 7.0, sets up my Zip Drive as an
ide-floppy. I don't use it often but now when I try to access, either
from KDE GUI or a command line my system freezes, sometimes for a long
time, sometimes it forces a reset button restart.

The error message repeats many, many times

ide-floppy: hdb I/O error pc = 28, key = 5, asc = 2, ascq = 0

I looks, to me, that Linux(?) has lost the IRQ for the Zip drive and it
freezes while it is searching for the Zip Drive?

-- 
David Boles
[EMAIL PROTECTED]
My GnuPG Key ID: 78A3ADB0







Re: [expert] Gnome-Bonobo and virus

2001-06-02 Thread Francisco Alcaraz Ariza

For some authors, Gnome Basic + Evolution = Visual Basic + Outlook of the 
virus point of view.

What do you think about?

Thanks for you attention, yours sincerely

Francisco Alcaraz
Murcia (Spain)




Re: [expert] route

2001-06-02 Thread Pierre Fortin

I wrote:
> 
> Felix Miata wrote:
> > Is this a one time time thing? Something to put in a startup conf file?
> 
> Yes; though the following may need fixing to make it so.

This applies to you first question.

Pierre




Re: [expert] Linksys Router

2001-06-02 Thread Pierre Fortin

Brian Hartman wrote:
> 
> Hi, all.  I'm having a problem configuring my Linksys router for Linux.  The
> manual says you're supposed to be able to access the router at 192.168.1.1,
> but I can't get at it from there.  Whenever I route my computer through the
> router, it just kills my internet connection (Comcast cable).  Anyone have
> any suggestions?  TIA

If the router has already been configured to some other address and you don't
have it, then you'll have to depress the reset switch for about 3-4 seconds
minimum.  This will reset EVERYTHING: passwords, routing, filters, forwarded
ports, etc.

Once you know the router's address, you must access it from one of the four lan
ports (not the wan port) using a browser from an address in the 192.168.1.x
space if you reset it, or within the configured subnet.  [Speculation:  I've
never used the DMZ host feature, so I'm not sure if that host address is
restricted from accessing the router; if so, you may need to try from a
different address if the DMZ feature is on.]

HTH,
Pierre




[expert] Gnome-Bonobo and virus

2001-06-02 Thread Francisco Alcaraz Ariza

Dear folks, I would like to have information about probable problems of 
macro-virus due to the Bonobo architecture.

For some authors Bonobo is based in the comunication models of Windows, but 
with the basic structure of CORBA. Nowadays, Bonobo allows any aplication 
look into the data of anyother aplication and use it as a tool.

Technologically it seems it is posible create gnome-virus and the sandbox 
model is relatively easy to be jumped (this is an affirmation put on in a 
Spanish magazine -Solo Linux, number 12-).

I use mainly KDE, but I am also interested in know others windows manager, 
gnome is the other main candidate, but now, with the 1.4 version in MDK 8, 
that uses Bonobo, I am wondering if it could be a good idea use it.

What do you think?, if the philosophy is based in Visual Basic, the 
possibility of macro-virus is true, isn't it?

I hope we can have a good discussion about this subject.

Francisco Alcaraz
Murcia (Spain)




Re: [expert] route

2001-06-02 Thread Pierre Fortin

Felix Miata wrote:
> 
> > > > > When I execute the route command, the result is as follows:
> 
> > > > > Kernel IP routing table
> > > > > Destination Gateway Genmask Flags Metric RefUse Iface
> > > > > st21s.atlantic. *   255.255.255.255 UH0  00 eth0
> > > > > localhost.local *   255.255.255.255 UH0  00 lo
> > > > > 192.168.0.0 *   255.255.255.0   U 0  00 eth0
> > > > > 127.0.0.0   *   255.0.0.0   U 0  00 lo
> > > > > default 192.168.0.254   0.0.0.0 UG0  00 eth0
> > > > > default 192.168.0.254   0.0.0.0 UG1  00 eth0

> > > > No delay if you use "route -n"...  right?
> > > Correct.

> > > hosts:  files nisplus nis dns
> > Change this to:
> >   hosts:  files dns
> Changed.

So your route command should work faster...  no?

> > > > And why do you have 2 default routes with different metrics..?
> > Get rid of it with:
> >   route del default metric 1
> Is this a one time time thing? Something to put in a startup conf file?

Yes; though the following may need fixing to make it so.

> > You should look around your config files including
> > /etc/sysconfig/network-scripts/
> 
> For anything in particular? Just to read the commenting?

For anything that would cause the 2nd route command.  Since the metric must be
specified (the same "route add default" can't be issued twice without it), you
might grep for "metric"...

Pierre




[expert] nvidia driver uninstall - rpm

2001-06-02 Thread mp

hy!
i installed the [kernel].rpm from nvidia's website for lm 8.0.
it didnt work for me, no modules found.
i now want to try the rebuilt driver from mandrakeuser.org.

but when i do rpm --erase [nvidia].rpm it says : no such installed.
when i do rpm -ivh [nvidia].rpm after that to test, it says: already 
installed..weird

how can i get rid of the [nvidia].rpm sutff?
or can i just leave it as it is and install the rebuilt version (its an older 
one!) 
from mandrakeuser.org over it?
thank you very much!
philipp




Re: [expert] Linksys Router

2001-06-02 Thread David Rankin

Brian Hartman wrote:

> Hi, all.  I'm having a problem configuring my Linksys router for Linux.  The
> manual says you're supposed to be able to access the router at 192.168.1.1,
> but I can't get at it from there.  Whenever I route my computer through the
> router, it just kills my internet connection (Comcast cable).  Anyone have
> any suggestions?  TIA

If your local subnet isn't 192.168.1, you need to temporarily set a windows
computer to operate on the 192.168.1 subnet, access the router html interface,
change the router subnet to your current subnet, logout, reset the machine you
used to access the router to the proper subnet and everything should work fine.
I have the Linksys BEFRS41 serving our office. Router dhcp is disabled, My Linux
box does dhcp, caching only DNS and serves as the gateway for the office lan to
the router. Cable access is provided to all office computer and it works
flawlessly.


--
David Rankin
Nacogdoches, Texas






Re: [expert] allow non-root user to shutdown linux

2001-06-02 Thread Darcy Brodie

Yes, I did ensure that I added the users to the shutdown group.  Sill does not
work

Darcy

Stephen Boulet wrote:

> You did add your users to the group shutdown, right?
>
> --stephen
>
> On Saturday 02 June 2001 02:39 pm, Darcy Brodie wrote:
> > Stephen Boulet wrote:
> > > I find it goofy when changes in permissions take effect. You might have
> > > to start a fresh konsole/xterm or logout before it works.
> > >
> > > On Saturday 02 June 2001 02:17 pm, Darcy Brodie wrote:
> > > > Stephen Boulet wrote:
> > > > > On Saturday 02 June 2001 01:24 pm, Darcy Brodie wrote:
> > > > > > Hello
> > > > > > I know that it isn't a good idea to give normal users root
> > > > > > access, but I need to set up a couple of Mandrake boxes (they will
> > > > > > only be in text mode, as these will be remote terminals to a Unix
> > > > > > network) so that a normal user can shut down without having to
> > > > > > login as root.  The process needs to be as simple as possible, to
> > > > > > prevent the user from messing it up
> > > > > >
> > > > > > Thank you
> > > > > >
> > > > > > Darcy Brodie
> > > > >
> > > > > You can make the shutdown command part of a group (say the shutdown
> > > > > group).
> > > > >
> > > > > You can make 'shutdown' be an alias for shutdown -h now or so if you
> > > > > want.
> > > > >
> > > > > -- Stephen
> > > >
> > > > Thanks for the suggestion.  I located both the shutdown and the halt
> > > > commands in the /sbin directory, changed their groups to shutdown
> > > > (after I created the group), and added the  user to that group.
> > > > However, when I attempt to run the shutdown command, I get an error
> > > > saying
> > > > shutdown: must  be root
> > > > So then I tried the halt.  Again, I get the following error
> > > > halt: must be superuser
> > > >
> > > > Both of these commands I have manually entered at the command line to
> > > > ensure they were working before I attempted to create any aliases
> > > > Here is the output from ls -l for both the shutdown and halt commands
> > > >
> > > > -rwxr-xr-x1rootshutdown15452Mar 802:37
> > > > shutdown* -rwxr-xr-x1rootshutdown  7848Mar 8
> > > > 02:37halt*
> > > >
> > > > Darcy
> >
> > That is understandable, I guess.  However, since I made the changes, I have
> > not only logged out, but also rebooted Linux completely.  Still not working
> >
> > Darcy





Re: [expert] allow non-root user to shutdown linux

2001-06-02 Thread Stephen Boulet

You did add your users to the group shutdown, right?

--stephen

On Saturday 02 June 2001 02:39 pm, Darcy Brodie wrote:
> Stephen Boulet wrote:
> > I find it goofy when changes in permissions take effect. You might have
> > to start a fresh konsole/xterm or logout before it works.
> >
> > On Saturday 02 June 2001 02:17 pm, Darcy Brodie wrote:
> > > Stephen Boulet wrote:
> > > > On Saturday 02 June 2001 01:24 pm, Darcy Brodie wrote:
> > > > > Hello
> > > > > I know that it isn't a good idea to give normal users root
> > > > > access, but I need to set up a couple of Mandrake boxes (they will
> > > > > only be in text mode, as these will be remote terminals to a Unix
> > > > > network) so that a normal user can shut down without having to
> > > > > login as root.  The process needs to be as simple as possible, to
> > > > > prevent the user from messing it up
> > > > >
> > > > > Thank you
> > > > >
> > > > > Darcy Brodie
> > > >
> > > > You can make the shutdown command part of a group (say the shutdown
> > > > group).
> > > >
> > > > You can make 'shutdown' be an alias for shutdown -h now or so if you
> > > > want.
> > > >
> > > > -- Stephen
> > >
> > > Thanks for the suggestion.  I located both the shutdown and the halt
> > > commands in the /sbin directory, changed their groups to shutdown
> > > (after I created the group), and added the  user to that group. 
> > > However, when I attempt to run the shutdown command, I get an error
> > > saying
> > > shutdown: must  be root
> > > So then I tried the halt.  Again, I get the following error
> > > halt: must be superuser
> > >
> > > Both of these commands I have manually entered at the command line to
> > > ensure they were working before I attempted to create any aliases
> > > Here is the output from ls -l for both the shutdown and halt commands
> > >
> > > -rwxr-xr-x1rootshutdown15452Mar 802:37   
> > > shutdown* -rwxr-xr-x1rootshutdown  7848Mar 8   
> > > 02:37halt*
> > >
> > > Darcy
>
> That is understandable, I guess.  However, since I made the changes, I have
> not only logged out, but also rebooted Linux completely.  Still not working
>
> Darcy




Re: [expert] grip in Mandrake 8.0

2001-06-02 Thread Kelley Terry

This is what I've been using:
 
http://www.rpmfind.net/linux/RPM/Madeinlinux//distro/4.0SE-beta/cdtree/cd2/madeinlinux/RPMS//lame-3.86-1.1mlx.i386.html


Hoyt wrote:

> It worked in older Mandrakes, but in 8.0, none of the mp3 encoders are 
> installed and aren't available on the CD at all, and not in cooker.
> 
> A fewe xamples : lame, bladeenc
> 
> Wassup?
> 
> Hoyt



  --
"It said uses Windows 95 or better, so I loaded Linux!"
"In a world without walls and fences, who needs windows and gates?"
Kelley Terry <[EMAIL PROTECTED]>





[expert] Linksys Router

2001-06-02 Thread Brian Hartman

Hi, all.  I'm having a problem configuring my Linksys router for Linux.  The 
manual says you're supposed to be able to access the router at 192.168.1.1, 
but I can't get at it from there.  Whenever I route my computer through the 
router, it just kills my internet connection (Comcast cable).  Anyone have 
any suggestions?  TIA




Re: [expert] allow non-root user to shutdown linux

2001-06-02 Thread Stephen Boulet

I find it goofy when changes in permissions take effect. You might have to 
start a fresh konsole/xterm or logout before it works.

On Saturday 02 June 2001 02:17 pm, Darcy Brodie wrote:
> Stephen Boulet wrote:
> > On Saturday 02 June 2001 01:24 pm, Darcy Brodie wrote:
> > > Hello
> > > I know that it isn't a good idea to give normal users root access,
> > > but I need to set up a couple of Mandrake boxes (they will only be in
> > > text mode, as these will be remote terminals to a Unix network) so that
> > > a normal user can shut down without having to login as root.  The
> > > process needs to be as simple as possible, to prevent the user from
> > > messing it up
> > >
> > > Thank you
> > >
> > > Darcy Brodie
> >
> > You can make the shutdown command part of a group (say the shutdown
> > group).
> >
> > You can make 'shutdown' be an alias for shutdown -h now or so if you
> > want.
> >
> > -- Stephen
>
> Thanks for the suggestion.  I located both the shutdown and the halt
> commands in the /sbin directory, changed their groups to shutdown (after I
> created the group), and added the  user to that group.  However, when I
> attempt to run the shutdown command, I get an error saying
> shutdown: must  be root
> So then I tried the halt.  Again, I get the following error
> halt: must be superuser
>
> Both of these commands I have manually entered at the command line to
> ensure they were working before I attempted to create any aliases
> Here is the output from ls -l for both the shutdown and halt commands
>
> -rwxr-xr-x1rootshutdown15452Mar 802:37shutdown*
> -rwxr-xr-x1rootshutdown  7848Mar 802:37halt*
>
> Darcy




Re: [expert] route

2001-06-02 Thread Felix Miata

Pierre Fortin wrote:

> Felix Miata wrote:

> > Pierre Fortin wrote:

> > > Felix Miata wrote:

> > > > I am trying to get Linux to peer with OS/2 and windoze. I have a Linux
> > > > book guiding me through.

> > > > When I execute the route command, the result is as follows:

> > > > Kernel IP routing table
> > > > Destination Gateway Genmask Flags Metric RefUse Iface
> > > > st21s.atlantic. *   255.255.255.255 UH0  00 eth0
> > > > localhost.local *   255.255.255.255 UH0  00 lo
> > > > 192.168.0.0 *   255.255.255.0   U 0  00 eth0
> > > > 127.0.0.0   *   255.0.0.0   U 0  00 lo
> > > > default 192.168.0.254   0.0.0.0 UG0  00 eth0
> > > > default 192.168.0.254   0.0.0.0 UG1  00 eth0

> > > > The book example looks rather different, and when I execute the command,
> > > > it takes a very long time to complete, unlike the OS/2 counterpart,

> > > > which completes instantly. Is this long time normal for Linux, over a
> > > > minute?

> > > No delay if you use "route -n"...  right?

> > Correct.

> > > What does the "host:" line in /etc/nsswitch.conf say..?

> > No such line in /etc/nsswitch.conf, but it does have:
 
> Sorry... my typo.
 
> > hosts:  files nisplus nis dns
 
> Change this to:
 
>   hosts:  files dns

Changed.
 
> unless you are using NIS in which case you may want to have one vs both.

Doubt I'm using it. Dunno what it is.
 
> > > And why do you have 2 default routes with different metrics..?

> > That's what I'd like to know. Seeing that after the long delay executing
> > route sort of like announced a problem.
 
> Get rid of it with:
 
>   route del default metric 1

Is this a one time time thing? Something to put in a startup conf file?
 
> You should look around your config files including
> /etc/sysconfig/network-scripts/

For anything in particular? Just to read the commenting? 
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/





RE: [expert] Urgent! Memory locks up II -- Can't install

2001-06-02 Thread Jose M. Sanchez

No, any of the memory when used in pairs works correctly.

-JMS


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, June 02, 2001 9:26 AM
To: [EMAIL PROTECTED]
Cc: 'Civileme'; 'Benjamin Sher'; 'Expert'
Subject: Re: [expert] Urgent! Memory locks up II -- Can't install


"Jose M. Sanchez" wrote:
> 
> Windows doesn't even know the difference (which is to be expected 
> since windows is programmed to leave memory unused while linux tries 
> to make use of most of it in some way at all times, unused memory 
> considered as WASTED)
> 
> If it isn't your memory modules or the connectors on the motherboard 
> where they are installed, I'll eat my hat.
> 
> Civileme
> 
> ---
> 
> Ok, you MIGHT have to eat it...
> 
> All three of his 128meg modules work when only two are used in any 
> memory slot on the motherboard. Sound familiar?
> 
> Yeap that refresh/decode pairing for similar strips...
> 
> Had he inserted 128M+128M+256M (in any order) instead of 
> 128M+128M+128M Linux would have probably not had a problem...

The Soyo web site (http://www.soyo.com.tw/) states:
- Three 168-pin DIMM sockets
   (8/16/32/64/128/256MB Module) 
- Supports up to 768MB EDO and SDRAM

Unfortunately, the manual/faq for this mobo is not available; though a
completely different card with 3 slots from that vendor claims to
support any size, including different timings.  Benjamin states he
tested that the 2 known good modules work in any slot; but I didn't read
that he tested the unknown stick in any slot other than the middle one,
leading me to suspect the stick. 
Also, his comment about learning to insert memory suggests that he may
have mishandled (static?) at least the first added stick, especially
since it was in
the middle slot which is where most people would start adding...
Benjamin?

> -JMS

Pierre
-- 
Support Linux development:  http://www.linux-mandrake.com/donations/





Re: [expert] allow non-root user to shutdown linux

2001-06-02 Thread Stephen Boulet

On Saturday 02 June 2001 01:24 pm, Darcy Brodie wrote:
> Hello
> I know that it isn't a good idea to give normal users root access,
> but I need to set up a couple of Mandrake boxes (they will only be in
> text mode, as these will be remote terminals to a Unix network) so that
> a normal user can shut down without having to login as root.  The
> process needs to be as simple as possible, to prevent the user from
> messing it up
>
> Thank you
>
> Darcy Brodie

You can make the shutdown command part of a group (say the shutdown group).

You can make 'shutdown' be an alias for shutdown -h now or so if you want.

-- Stephen




[expert] allow non-root user to shutdown linux

2001-06-02 Thread Darcy Brodie

Hello
I know that it isn't a good idea to give normal users root access,
but I need to set up a couple of Mandrake boxes (they will only be in
text mode, as these will be remote terminals to a Unix network) so that
a normal user can shut down without having to login as root.  The
process needs to be as simple as possible, to prevent the user from
messing it up

Thank you

Darcy Brodie





Re: [expert] grip in Mandrake 8.0

2001-06-02 Thread Kenneth G. Kay

On Sat, 2 Jun 2001, Hoyt wrote:

> It worked in older Mandrakes, but in 8.0, none of the mp3 encoders are 
> installed and aren't available on the CD at all, and not in cooker.
> 
> A fewe xamples : lame, bladeenc
> 
> Wassup?
> 
> Hoyt
> 

I noticed the same thing. I finally ended up copying the missing binaries 
from a Mandrake 7.0 distribution.

Ken






Re: [expert] route

2001-06-02 Thread Pierre Fortin

Felix Miata wrote:
> 
> Pierre Fortin wrote:
> 
> > Felix Miata wrote:
> 
> > > I am trying to get Linux to peer with OS/2 and windoze. I have a Linux
> > > book guiding me through.
> 
> > > When I execute the route command, the result is as follows:
> 
> > > Kernel IP routing table
> > > Destination Gateway Genmask Flags Metric RefUse Iface
> > > st21s.atlantic. *   255.255.255.255 UH0  00 eth0
> > > localhost.local *   255.255.255.255 UH0  00 lo
> > > 192.168.0.0 *   255.255.255.0   U 0  00 eth0
> > > 127.0.0.0   *   255.0.0.0   U 0  00 lo
> > > default 192.168.0.254   0.0.0.0 UG0  00 eth0
> > > default 192.168.0.254   0.0.0.0 UG1  00 eth0
> 
> > > The book example looks rather different, and when I execute the command,
> > > it takes a very long time to complete, unlike the OS/2 counterpart,
> 
> > > which completes instantly. Is this long time normal for Linux, over a
> > > minute?
> 
> > No delay if you use "route -n"...  right?
> 
> Correct.
> 
> > What does the "host:" line in /etc/nsswitch.conf say..?
> 
> No such line in /etc/nsswitch.conf, but it does have:

Sorry... my typo.

> hosts:  files nisplus nis dns

Change this to:

  hosts:  files dns

unless you are using NIS in which case you may want to have one vs both.

> > And why do you have 2 default routes with different metrics..?
> 
> That's what I'd like to know. Seeing that after the long delay executing
> route sort of like announced a problem.

Get rid of it with:

  route del default metric 1

You should look around your config files including
/etc/sysconfig/network-scripts/ 


HTH,
Pierre




Re: [expert] route

2001-06-02 Thread Felix Miata

Nathan Callahan wrote:
 
> What exactly is the problem?

I'm trying to get Linux to peer with OS/2 & windoze.
 
> Does it not work?  If so, how not?

So far all Linux can do with the other boxes is ping.
 
> If it is just that it takes some time, that seems to happen a bit under
> Linux with routing.  But sometimes it will all just go off in a fraction
> of a second.  Anyone got any ideas on this?
 
> If it simply isn't working, could it be ethernet card drivers?  You
> don't mention what card you are using.
 
When this machine boots windoze instead of Linux, ping and all peer
services work. The card is an AcerOpen ALN-325 PCI. AFAIR, it has some
kind of Realtek chip.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/





Re: [expert] route

2001-06-02 Thread Felix Miata

Pierre Fortin wrote:
 
> Felix Miata wrote:

> > I am trying to get Linux to peer with OS/2 and windoze. I have a Linux
> > book guiding me through.

> > When I execute the route command, the result is as follows:

> > Kernel IP routing table
> > Destination Gateway Genmask Flags Metric RefUse Iface
> > st21s.atlantic. *   255.255.255.255 UH0  00 eth0
> > localhost.local *   255.255.255.255 UH0  00 lo
> > 192.168.0.0 *   255.255.255.0   U 0  00 eth0
> > 127.0.0.0   *   255.0.0.0   U 0  00 lo
> > default 192.168.0.254   0.0.0.0 UG0  00 eth0
> > default 192.168.0.254   0.0.0.0 UG1  00 eth0

> > The book example looks rather different, and when I execute the command,
> > it takes a very long time to complete, unlike the OS/2 counterpart,

> > which completes instantly. Is this long time normal for Linux, over a
> > minute?
 
> No delay if you use "route -n"...  right?

Correct.
 
> What does the "host:" line in /etc/nsswitch.conf say..?

No such line in /etc/nsswitch.conf, but it does have:

hosts:  files nisplus nis dns

> And why do you have 2 default routes with different metrics..?

That's what I'd like to know. Seeing that after the long delay executing
route sort of like announced a problem.
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/






Re: [expert] route

2001-06-02 Thread Pierre Fortin

Felix Miata wrote:
> 
> I am trying to get Linux to peer with OS/2 and windoze. I have a Linux
> book guiding me through.
> 
> When I execute the route command, the result is as follows:
> 
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric RefUse
> Iface
> st21s.atlantic. *   255.255.255.255 UH0  00
> eth0
> localhost.local *   255.255.255.255 UH0  00
> lo
> 192.168.0.0 *   255.255.255.0   U 0  00
> eth0
> 127.0.0.0   *   255.0.0.0   U 0  00
> lo
> default 192.168.0.254   0.0.0.0 UG0  00
> eth0
> default 192.168.0.254   0.0.0.0 UG1  00
> eth0
> 
> The book example looks rather different, and when I execute the command,
> it takes a very long time to complete, unlike the OS/2 counterpart,
> which completes instantly. Is this long time normal for Linux, over a
> minute?

No delay if you use "route -n"...  right?

What does the "host:" line in /etc/nsswitch.conf say..?

And why do you have 2 default routes with different metrics..?

Pierre




[expert] cfdisk problem

2001-06-02 Thread Salvatore Enrico Indiogine

When I run cfdisk the program aborts with the following message:

FATAL ERROR: Bad primary partition 3:
 Press any key to exit cfdisk

This is the output of df -h:

FilesystemSize  Used Avail Use% Mounted on
/dev/hda9 4.0G  122M  3.9G   3% /
/dev/hda5  23M  1.6M   20M   7% /boot
/dev/hda7 4.0G  229M  3.8G   6% /home
/dev/hda3 4.0G  2.2G  1.8G  54% /usr
/dev/hda6 2.0G  132M  1.9G   6% /var

Does anyone know how to solve this cfdisk issue?   I am afraid that it might 
be caused by a partition table corruption or something like that.

Thanks,

-- 
Salvatore Enrico Indiogine
[EMAIL PROTECTED]

Registered Linux user #217339




Re: [expert] MDK 8.0, no 3D accel.

2001-06-02 Thread Salvatore Enrico Indiogine

Gracias Francisco!

I changed /etc/inittab to runlevel 3.  Now Tuxracer works great 
(full-screen),I also tested GLTron.  It also works.

I thought that MDK 8.0 included a flight simulation game.  I do not know what 
it is called and thus how to search for it.
Anyone knows about this flight simulation game??

Thanks,

Enrico Indiogine

On Saturday 02 June 2001 12:38, Francisco Alcaraz Ariza wrote:
> Hindiogine,
> There is a bug in XFree86 4.0.3 for voodo3 3000 and other video-card, and
> if you use a graphical login (typically kdm) X crashes when you (or an
> aplication) try to switch between resolutions; that is, any game that try
> to use full screen could crashes X.
>
> Solution:
>
> 1) The best, start in konsole mode (in initab put the default started
> screen in 3.
>
> 2) You could change to other graphical login, as gmd or xmd, the X almost
> not crashes, but time to time it do it.
>
> My recommendation: use konsole login
>
> Francisco Alcaraz
> Murcia (Spain)
>
> El Vie 01 Jun 2001 08:07, escribiste:
> > I upgraded from MDK 7.2 to 8.0.   Under 7.2 3D was working out of the
> > box. After the upgrade, when I start tuxracer X crashes.
> >
> > I tried Xconfigurator -expert as root and rebooted.   Same result.
> > I have a 3Dfx Voodoo 3 card + Compaq Qvision 172 monitor.
> >
> > I checked the /var/log/XFree86.0.log and below are the sections with (WW)
> >
> > (WW) Open APM failed
> > (WW) TDFX(0): Default mode "1024x768" deleted (bad mode
> > clock/interlace/doublescan)
> > (WW) TDFX(0): Default mode "1280x960" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1280x1024" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1400x1050" deleted (unknown reason)
> > (WW) TDFX(0): Default mode "1400x1050" deleted (unknown reason)
> > (WW) TDFX(0): Default mode "1400x1050" deleted (unknown reason)
> > (WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1600x1200" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1792x1344" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1792x1344" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1856x1392" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1856x1392" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1920x1440" deleted (hsync out of range)
> > (WW) TDFX(0): Default mode "1920x1440" deleted (hsync out of range)
> > DRIUnlock called when not locked
> > (0): [drm] unmapping 4096 bytes of SAREA 0xc32fe000 at 0x44288000
> > (WW) Open APM failed
> >
> >
> > I have installed the following 3D RPMs:
> > rpm -qa | grep -i glide
> > Glide_V3-DRI-cvs-2mdk
> > XFree86-glide-module-4.0.3-7mdk
> >
> > Thanks for you help.

-- 
Salvatore Enrico Indiogine
[EMAIL PROTECTED]

Registered Linux user #217339




[expert] grip in Mandrake 8.0

2001-06-02 Thread Hoyt

It worked in older Mandrakes, but in 8.0, none of the mp3 encoders are 
installed and aren't available on the CD at all, and not in cooker.

A fewe xamples : lame, bladeenc

Wassup?

Hoyt




Re: [expert] NVidia drivers crashing with OpenGL

2001-06-02 Thread Simon Naish

OK, the drivers were NVDIDIA_GLX-1.0-1251.tar.gz and NVIDIA_kernel-1.0-1251.tar.gz
I discovered a host of people suffering the same sort of probs, some think it may be 
to do with only the non mesa stuff, ie that could be why the gears prog still ran (at 
least once!).

Also found someone who reckons it could be worth investigating the permissions on 
/dev/nvidia0 as apparently this doesnt tend to happen if you are root at the time (how 
they found out i cant imagine, great way to shaft the box , playing games as root!!)

any thoughts ??

-Original Message-
From: Civileme <[EMAIL PROTECTED]>
Date: Fri, 1 Jun 2001 14:26:44 +0200
To: "Simon Naish" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: [expert] NVidia drivers crashing with OpenGL


> On Friday 01 June 2001 10:27, Simon Naish wrote:
> > Last night I decided to sort it out and get the NVidia  drivers running on
> > my machine.
> >
> > All went well, I installed from tar zips made the Kernel driver and the
> > OpenGL lib no problem. Sat back astonished at the positively outrageous
> > speed of gltron and the ultra smooth spectacle of tuxracer. 8^)
> >
> > Fired it up this morning to have a quick go before work and ...  It locked
> > up going into anything(?) =-{
> >
> > I can get gears to work, once, then it fails as does everything else. Could
> > it be a 'lock'file somewhere, or display settings of some kind - I am
> > running my own modeline in XF86Config-4 to get the best out of the monitor.
> >
> > Also the xlog does seem to be discarding ALOT of resolutions, but this
> > doesn't really explain why it worked fine yesterday and not now.
> >
> > I did have a crash and total lock up both with gltron and open space last
> > night but on rebooting everything did still work...
> >
> > Please help, this is just one more in a huge string of problems I seem to
> > have waded through with Mandrake 8.0 .
> >
> > cheers si
> 
> Which NVIDIA drivers?  The 1.0 version seem to segfault if you come up in 
> runlevel 5 but work fine from a startx.  The older version seems to work well 
> either way.
> 
> Civileme
> 
> 
> 


-- 

___
Get your free email from http://www.mail.com





[expert] route

2001-06-02 Thread Felix Miata

I am trying to get Linux to peer with OS/2 and windoze. I have a Linux
book guiding me through.

When I execute the route command, the result is as follows:

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
st21s.atlantic. *   255.255.255.255 UH0  00
eth0
localhost.local *   255.255.255.255 UH0  00
lo
192.168.0.0 *   255.255.255.0   U 0  00
eth0
127.0.0.0   *   255.0.0.0   U 0  00
lo
default 192.168.0.254   0.0.0.0 UG0  00
eth0
default 192.168.0.254   0.0.0.0 UG1  00
eth0

The book example looks rather different, and when I execute the command,
it takes a very long time to complete, unlike the OS/2 counterpart,
which completes instantly. Is this long time normal for Linux, over a
minute?

Anyone see a problem in any of my Linux configuration files:

/etc/hosts:
127.0.0.1   localhost.localdomain   localhost
192.168.0.54st21s.atlantic.net  ST21S
192.168.0.51ka13a.atlantic.net  KA13A
192.168.0.52ax5t3.atlantic.net  AX5T3
192.168.0.53td91w.atlantic.net  TD91W

/etc/resolve.conf
domain atlantic.net
nameserver 209.208.25.18
nameserver 209.208.42.132
search atlantic.net

/etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

if [ -f /etc/redhat-release ]; then
R=$(cat /etc/redhat-release)

arch=$(uname -m)
a="a"
case "_$arch" in
_a*) a="an";;
_i*) a="an";;
esac

NUMPROC=`egrep -c "^cpu[0-9]+" /proc/stat`
if [ "$NUMPROC" -gt "1" ]; then
SMP="$NUMPROC-processor "
if [ "$NUMPROC" = "8" -o "$NUMPROC" = "11" ]; then
a="an"
else
a="a"
fi
fi

# This will overwrite /etc/issue at every boot.  So, make any
changes you
# want to make to /etc/issue here or you will lose them when you
reboot.
echo "" > /etc/issue
echo "$R" >> /etc/issue
echo "Kernel $(uname -r) on $a $SMP$(uname -m)" >> /etc/issue

cp -f /etc/issue /etc/issue.net
echo >> /etc/issue
fi

/sbin/ifconfig eth0 192.168.0.54 netmask 255.255.255.0 up
/sbin/ifconfig lo 127.0.0.1 up
/sbin/route add -host 127.0.0.1 lo
-- 
A fool gives full vent to his anger, but a wise man keeps himself under
control.Proverbs 29:11 NKJV

 Team OS/2

Felix Miata  ***  http://mrmazda.members.atlantic.net/





Re: [expert] Urgent! Memory locks up II -- Can't install

2001-06-02 Thread Pierre Fortin

"Jose M. Sanchez" wrote:
> 
> Windows doesn't even know the difference (which is to be expected since
> windows is programmed to leave memory unused while linux tries to make
> use of
> most of it in some way at all times, unused memory considered as WASTED)
> 
> If it isn't your memory modules or the connectors on the motherboard
> where
> they are installed, I'll eat my hat.
> 
> Civileme
> 
> ---
> 
> Ok, you MIGHT have to eat it...
> 
> All three of his 128meg modules work when only two are used in any
> memory slot on the motherboard. Sound familiar?
> 
> Yeap that refresh/decode pairing for similar strips...
> 
> Had he inserted 128M+128M+256M (in any order) instead of 128M+128M+128M
> Linux would have probably not had a problem...

The Soyo web site (http://www.soyo.com.tw/) states:
- Three 168-pin DIMM sockets
   (8/16/32/64/128/256MB Module) 
- Supports up to 768MB EDO and SDRAM

Unfortunately, the manual/faq for this mobo is not available; though a
completely different card with 3 slots from that vendor claims to support any
size, including different timings.  Benjamin states he tested that the 2 known
good modules work in any slot; but I didn't read that he tested the unknown
stick in any slot other than the middle one, leading me to suspect the stick. 
Also, his comment about learning to insert memory suggests that he may have
mishandled (static?) at least the first added stick, especially since it was in
the middle slot which is where most people would start adding...   Benjamin?

> -JMS

Pierre
-- 
Support Linux development:  http://www.linux-mandrake.com/donations/




Re: [expert] Quick Help locating a file

2001-06-02 Thread Mitch Thompson

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Thanks for the info!

On Friday 01 June 2001 04:01 pm, Paul Cox wrote:
> On Friday, Jun 01, 2001, Mitch Thompson wrote:
> > Got it, thanks.  The problem was that, trying to ride the wave of mdk
> > updates, I had installed crontabs-1.7-13mdk from cooker, and
> > /usr/bin/run-parts is missing from the RPM.  Problem was reported to the
> > creator of the RPM.
>
> FYI, it was moved to the setup package:
>
>
> * Thu May 03 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 1.7-13mdk
>
> - Remove run-parts now in setup package.

- -- 
Mitch Thompson, San Antonio TX
Redhat Certified Engineer #80609957760032
http://www.redhat.com/training/rhce/certification/index.html
Key fingerprint = BBDA 3A2A 4483 BD0D 7CED  B8A9 D183 C8F6 B0AF 66AE
- --
"Time flies like an arrow, and fruit flies like a banana."
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iQIXAwUBOxiHz9GDyPawr2auFAMf2gf/fzHq1gcw+2G1uGm0zWwfIbPLqLDBb4/1
bgbcuBcoD2sh9NaJbWC8fWdb636jYkYBOJtxPLmWOIDXYulOSHfoG6zrku9jrUdZ
ikZEtKxht+O6lj3hkz03xRoBu+PoxaXWjKS8Z/KrrVz4M3g9N3G8O0DPuZ71j59l
+UNhHyZRpcSd88wKUGS8l2LcSa8X8j3ALfPzKBR6de1KGIkTwbiX3VbW9XM25+vB
lD57V177jjAN00o1Jl2bngcuQS42P9ZrTE0TK4HxjojOcUuK6OTv14aEmPY4JXrI
3y4rka5n9XF7z9nT1okFZTSfs3pvMzC62CrDtHN6TBASXMn2QFmysAf/dn5AytnY
xhlqCa4a8tGewFwTvNxRrMrrNEG4tqXIhVw5lDfTr8S1WF80ozVl5w3j+tfh6nc9
/NpiUeOqeopH25PcmKJGvA+1hftzDx6eF1cl3ygZdY0Ejw+PCl4+L8pRSgYGfhmW
p6j3FvAijiNksndd9kLVz1Gs2/02Tpr7npwjM0rvyGE5Aea23psUR/zTY06UwikK
DQGPvHFw0M8yERM+isIEPb9Nui1Jr5aa8ldQ5qCx17jOW8ZZlFQ8rrVytHF3W0XN
Pt32W2iQIvKmN7657gY5sRs2Eyf/Pu/Ag67f+BECy2fwyCPFK37uwf9O92shfSEY
41pvVUkGOPYS8A==
=2p71
-END PGP SIGNATURE-




[expert] Anyone using Corp Server 1.0.1 having cron problems?

2001-06-02 Thread Steve Gulick

I am and can't figure out why it won't run.

Permissions are 775 and owner is root:root on all files. It shows crond
running when I do a ps -awwux

I am stumped and could really use some help.

TIA
Steve





RE: [expert] Urgent! Memory locks up II -- Can't install

2001-06-02 Thread Jose M. Sanchez



Windows doesn't even know the difference (which is to be expected since 
windows is programmed to leave memory unused while linux tries to make
use of 
most of it in some way at all times, unused memory considered as WASTED)

If it isn't your memory modules or the connectors on the motherboard
where 
they are installed, I'll eat my hat.

Civileme

---

Ok, you MIGHT have to eat it...

All three of his 128meg modules work when only two are used in any
memory slot on the motherboard. Sound familiar?

Yeap that refresh/decode pairing for similar strips...

Had he inserted 128M+128M+256M (in any order) instead of 128M+128M+128M
Linux would have probably not had a problem...

-JMS





Re: [expert] upgrading mandrake 8

2001-06-02 Thread Oscar

El Vie 01 Jun 2001 19:26, escribiste:
> Hi,
> How do you do a software upgrade in mandrake 8 using an internet
> connection? Before in mandrake 7.1 there was a list of mirrors but in 8 I
> cannot get the list of mirrors.
>
> Thank you
> Oscar

Hi, Oscar.
I suppose what you need is:
- Select Define fonts button (or Define sources, my program is in spanish and 
says "definir fuentes"=o)
- Select New
- In font type (or source type "tipo de fuente") select Security Updates 
(Actualizaciones de seguridad).
- And now you are able to update the list of mirrors and select the best one.
On the other hand, you can start the program "MandrakeUpdate" from a xterm. 
It will start rpmdrake (or similar:) in update mode. Otherwise, you need  
select "Only updates" in rpmdrake.
Salu2!
Oscar




[expert] Memory secrets revealed!

2001-06-02 Thread Benjamin Sher

Dear Jose and friends:

[Using LM 8.0 on AMD K6-2 400 Mhz CPU)

Now that explains it!

If that there is one thing I cannot deal with it's uncertainty. So, out
of sheer curiosity, I overcame my dread of fooling with the memory
modules and decided to investigage. My Soyo motherboard has three
sockets, just as indicate, with each socket capable of holding up to 256
Meg. Thus three and only three modules are possible in different
combinations of meg sizes. 

All three PNY modules are absolutely identical: PNY 128MB PC100 SDRAM 16
x 64 168 Pin DIMM. I bean with one 128 meg PNY module when I bought the
system. I now bought two new PNY modules.

Right Socket: the old PNY 128 meg module -- works perfectly.

Middle Socket: New PNY 128 meg module -- fails.

Left Socket: New PNY 128 meg module -- works perfectly.

Total: 256 meg.

Originally, I inserted both new PNY modules into the two remaining
sockets (Left and Middle). System froze in both Linux and Windows. I
tried to reinstall Linux with 384 meg of memory. Linux froze during
formatting every time and terminated installation. Finally, I removed
the middle PNY module, and this time Linux 8.0 installed flawlessly and
has been operating flawlessly ever since.

But, being greedy, I decided to insert the third PNY module back into
the Middle Socket. Linux balked and froze again. I quickly removed the
module from the Middle Socket, and Linux returned to its old, flawless
self (LM 8.0 with Reiserfs for all partition except the 512 meg swap
partition). 

I knew from this that either my Middle Socket was defective or my second
PNY module was defective or both. Today, eager to put an end to the
suspense, I opened my Linux box (with only two modules working (Left and
Right Sockets) for a total of 256 meg and removed the working module
from the Left Socket and inserted it into the Middle Socket to see
whether it was the Socket or the module that was defective. With the
Left Socket empty, I  still had only 256 meg. Guess what? Linux (and
Windows) worked perfectly with the Middle and Right Socket engaged! And
has been working perfectly all night without a single hitch or error
message.


I concluded from this, apparently wrongly, that since the Middle Socket
was working perfectly, that the second PNY module was defective.
However, from Jose's report, I see what went wrong. Here, again, is his
explanation (and, I might add, he knows my motherboard in detail since
it was he who selected it for me):

"On certain types of motherboards certain types of RAM must be installed
in "pairs"... On later motherboards (such as yours) this condition is
not quite so
absolute but still exists in a form... I.E. 128+128 is ok, but 384 is
not

I'll bet that you could replace one of the 128meg modules with a 256 meg
module and still have no problems...

I.E 128+128+256

And that, I'll bet is what this is all about! I'll bet my second PNY 128
meg module is perfectly fine, and that I was able to double my memory
from 128 to 256 but that the next step must be doubling it again to 512
or not at all.

Well, I finally learned how to insert and remove a memory module
correctly. That was worth the cost.

Don't know if I really need 512 megs of RAM? Maybe for VMware? Will
think about it.

At any rate, I think the mystery has at last been solved. Simple math.

Benjamin

-- 
Sher's Russian Web
http://www.websher.net
Benjamin and Anna Sher
[EMAIL PROTECTED]




[expert] accents in wine

2001-06-02 Thread Oscar

Hi
Anybody knows how to get spanish accents in wine?
Thanks!
Salu2,
Oscar.