RE: [expert] Can't Access My linux box! R there any experts out

2001-08-01 Thread Gregor Maier

> Hi:
> 
> I have a linux(mandrake) server and its "hosts.deny" file deny All except
> localhost and another "ip" 
> The problem is that I am not able to access this server remotely through
> telnet from any machine not
> even from the machine having same "ip" as mentioned in the host.deny file.
> Only once I could access it
> remotely through telnet from machine with "ip".
> 
> Error msg that I get is "Remote system refused the connection .."
> 
> And also I am not able to login through server terminal because the keyboard
> is not getting connected. 
> when I connect the keyboard, initially three lights of the keyboard(caps, num
> and scroll  lock) blinks 
> for a second and then goes off.
> 
> I am using this server as gateway, its runing fine other than the fact I am
> not able get hold of it :)
> 
> Can anyone help me out ? Have my server been hacked ?
> 

Have a look at the xinetd config files (/etc/xinetd.d/*
/etc/xinetd.conf).
There's a only_from options maybe this is set to.

Gregor

--
E-Mail: Gregor Maier <[EMAIL PROTECTED]>
Date: 02-Aug-2001
Time: 09:02:14
--




Re: [expert] Galeon won't start

2001-08-01 Thread Tzafrir Cohen

[ This is not really a good answer...]

On Wed, 1 Aug 2001, Benjamin Sher wrote:

> Dear friends:
> 
> I had this problem before and somehow or other it solved itself. 
> 
> sher@localhost sher]$ rpm -q galeon
> galeon-0.11.3-1mdk
> [sher@localhost sher]$ rpm -q mozilla
> mozilla-0.9.2-7mdk
> [sher@localhost sher]$
> 
> Galeon won't start either when I click on the Galeon desktop icon or when I 
> type "galeon" as user in xterm. I even tried to start Galeon by adding 
> "kstart" to the executable line: "kstart /usr/bin/galeon". Doesn't work. The 
> "Galeon" icon appears for a while in the panel, the icon spins for a good 
> while and then just disappears.

Generally: running 'galeon' from an xterm is usually the best way to get
better information about what error messages the program gives. As you
see, kstart tries to "protect" the user from those error messages...

> 
> I went into xterm and typed "galeon". I got a message that said:
> 
> "Galeon is arleady running. Will use existing version."

This usually means that there is another galeon process running

> 
> (Perhaps not exactly what it the error message said but very close toit).
> 
> I recall the advice I got the last time this happened (about 6 weeks ago): 
> Use Xkill to kill Galeon by shutting down both "galeon" and "galeon-bin". 

This is the wrong way to do it. XKill looks for a window, and tell the X
server to disconnect it from the display. This is a rather brutal way of
ending a process (kind of like sending a "hangup" signal). You generally
shouldn't use it. It it in the same department as 'kill -9' (that is:
killing a process with SIGKILL).

It also doesn't gurantee that the pocess terminates. If the process is
terribly hung, then the X server will indeed close the window, and
deallocate any resource on the X server, but the process may continue to
run without a window.

> 
> I clicked on Xkill (in the KDE menu). The cursor changed to a death's head. I 
> then moved it over the Galeon desktop icon and clicked. I not only killed 
> Galeon. I killed ALL of the desktop icons PLUS the panel, leaving me with a 
> blank desktop. I clicked on the desktop and logged out, then rebooted. Still, 
> same problem. Galeon refuses to launch.

You didn't kill the galeon icon. You killed the KDE file manager
(Konquror). XKill only closes windows (and in a rather brutal way). It is
not aware of local processes, as the X server is not aware of local
processes.

> 
> I typed "top" in xterm and could see no reference to galeon or galeon-bin. 

What do you mean?

have you tried:

  ps ax |grep galeon

or:

  pgrep -v galeon

(if pgrep, Process GREP, is installed)

However, at this point I begin to suspect that indeed there is no galeon
process running, and it only left some lock file behind (netscape user
speaking)

> 
> I logged out of KDE and shut down the system, unplugged the power cable, 
> reconnected it, rebooted, logged back into KDE, tried once again to launch 
> Galeon. Again, same problem. 

OK. this time probably galeon is not running.

> 
> I launched Konqueror as root, went to /usr/bin/ and clicked on "galeon". It 
> brought up the Galeon welcome screen, followed by a request for creating a 
> profile. So, Galeon seems to work as root. I decided not to proceed since I 
> don't need or want a "root" account of Galeon.

[ I don't like running things as root. And besides, keep in mind that
root's confiuration is not totally blank, and therefore may not be perfect
for testing. In thiese cases I would suggest to create a test account and
try working from it ]

> 
> This is very puzzling. Unfortunately, I have exhausted my "trial and error" 
> options at this point.

OK. I admit I don't know galeon. If nobody gives you a better answer:

Galeon probably wants to have only one copy per desktop. /usr/bin/galeon
is probably a script that runs /usr/bin/gaelon-bin . Have a look at this
script and see what files it checks. Maybe galeon left a reference to the
running copy and forgot to remove it.

> 
> As a last resort, before sending this message, I uninstalled galeon (rpm -e 
> galeon) and reinstalled it. Tried launching it again. Still won't start.

The problem seems to lye with the user configuration files, not with the
system configuration files (because another user has managed to run
galeon). Hence the following standard debugging procedure:

If those meassures work, then the problem is somewhwere with the local
config files. You can try renaming the configuration directory of galeon
and re-running it. Hopefully it will lose all of its configuration, but
will run. The remove the newly created config directory, and try to see
what was wrong with your old config directory...

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir





Re: [expert] VMWare and INet sharing.

2001-08-01 Thread DStevenson

I have returned my system to its original statere-installed from scratch 
an restored from tape important config files.

I have checked the iptables config and all appears OK. I can now connect from 
another machine on the network to the internet. The VMware Win98 machine can 
ping an external address, it can even telnet to an external IP, but it will 
not connect to an www address in explorer.

I must be missing something, is it something to do with DNS/translation ???

Thanks in advance for any help.

On Wednesday 01 August 2001 19:11, DStevenson wrote:
> I am in the middle of re-building my system after a critical hardware
> failure. I'll try your suggestions and post my results as soon as I have a
> fully fuctioning system again. I have just about got mail working again.
>
> Thanks for your responses.
>
> Dave.
>
> On Tuesday 31 July 2001 02:11, Greg A. Bur wrote:
> > Dave,
> >
> > Check and see if you have iptables installed on your computer.  If you
> > do the fix is fairly simple, just enable IP Masquerading(make sure ip
> > forwarding is enabled first) with:
> >
> > iptables -t nat -I POSTROUTING -o eth0 -s 192.168.0.2 -d 0.0.0.0/0 -j
> > MASQUERADE
> >
> > Obviously if you have a different external interface you would
> > substitute that for eth0 in the above command line.  As to the message
> > you're finding in your logs, no, I don't believe that is your problem.
> > Hopefully my little one-liner will help you on your way.  If not let me
> > know otherwise.
> >
> > On 31 Jul 2001 06:49:44 -0400, DStevenson wrote:
> > > Has anyone set up a VMware Win98 VM on Mandrake 8.
> > >
> > > I have Win98 running no problem, but I need Windows to share the
> > > internet connection with the host box.
> > >
> > > Thanks in advance.
> > >
> > > Dave.
> >
> > --
> >
> > Greg A. Bur
> > Secretary/Treasurer BlazeConnect Inc.
> > [EMAIL PROTECTED]
> > http://www.blazeconnect.net
> > Voice:  (231)597-0376
> > Fax:(231)597-0393
> >
> >
> > -BEGIN PGP PUBLIC KEY BLOCK-
> > Version: GnuPG v1.0.6 (GNU/Linux)
> > Comment: Gnome PGP version 0.4
> >
> > mQGiBDsmr/oRBACKyg093fkecRe/U88oWPmPfTkb+39vXFEADEnICQuu0FXaiYJY
> > JrvZyudbUIH3ndqYP6MELApVhyP3fxt950E3VhWzyDBB3Y0ER/9muIp49pYSRk6U
> > pKRv/gZMWd2wzdgkD9u7utCyrBnTm8u4C6S5h4RpG5KQkkXVRLAdaSI7LwCgxC1a
> > f2z9E8OVLqf9LC1Gzi6G4gkD/2WTBJr/O7JD0dUVXkZoSUWcNsE8nyX7RSNV5lK0
> > buEvGa7I4Pe9+a+2JOHy2slcApP/32mNpJlh61K5UkxHmzwadNt86s6JGLzmN/uJ
> > AvD+tD7GGrc5EhqA0FZkiHObHukAEoVALgBy9LorVGwPh9lOA3s7aKRF/3l/v8YI
> > pMIkA/0avqGC3AKRdU9b6QNekgzq/C+huAUT7wPO5e8wNwUbWzAvzMd1BU8UtMp7
> > sitb+A5y7QVzgUSq+jgSY7VVhL8W5LnLongKhn/aC2JqI425TCFTXPBN/BTryFUx
> > GieKgxkZAMbzLRGBQPuvCMIOabj5DXTHtL4fzwHKhCfNkISQfLQjR3JlZyBBLiBC
> > dXIgPGdyZWdAYmxhemVjb25uZWN0Lm5ldD6IXQQTEQIAHQUCOyav+gUJAeEzgAUL
> > BwoDBAMVAwIDFgIBAheAAAoJEIOucOLj5OPKE9AAn25bOxcJhRLggto+iJhYjR9d
> > q33rAKCrn7fzo9/ix0zADAj3zFEOPlZn1bkBDQQ7JrAFEAQAvb4l9wYO5/fIEhgA
> > YB/HQJSK2v6L61/eCtjxxP8HrgOkYb+3ThLfAPFnIqkKTG1U1rakuewuCvXMKQCq
> > Yw5iTdBeyU7GZ7C+RoYLWDjYuTd43+LAVgvjP3p8YUEsnDA+JeRuAvokAyzGwNz8
> > DXbRXLpxQl72mT0C+zmk4BABeVcABAsD/RLC8yE5YRWJCzpZui3eMWVEWT18BdtJ
> > DevXu/nWyUvgdrFxQFwxD1TVMAhJRW4MpfwNpx/ABCr79THfG7N/6oBcw51EbaYn
> > 4B6o6VWCmQKzhEY5VGp4m2GehR5d/FcONp9u41/cpB56jiAAQjKhIS07rUf8sZbh
> > YCxZWgQhsMr8iEwEGBECAAwFAjsmsAUFCQHhM4AACgkQg65w4uPk48rpFQCfVVMC
> > CdzWGjWBcy+sLhZY6esj4I0AoLZiZa8rPDbzRy87faoki5BGbTuo
> > =EU8Q
> > -END PGP PUBLIC KEY BLOCK-




[expert] Galeon won't start

2001-08-01 Thread Benjamin Sher

Dear friends:

I had this problem before and somehow or other it solved itself. 

sher@localhost sher]$ rpm -q galeon
galeon-0.11.3-1mdk
[sher@localhost sher]$ rpm -q mozilla
mozilla-0.9.2-7mdk
[sher@localhost sher]$

Galeon won't start either when I click on the Galeon desktop icon or when I 
type "galeon" as user in xterm. I even tried to start Galeon by adding 
"kstart" to the executable line: "kstart /usr/bin/galeon". Doesn't work. The 
"Galeon" icon appears for a while in the panel, the icon spins for a good 
while and then just disappears.

I went into xterm and typed "galeon". I got a message that said:

"Galeon is arleady running. Will use existing version."

(Perhaps not exactly what it the error message said but very close to it).

I recall the advice I got the last time this happened (about 6 weeks ago): 
Use Xkill to kill Galeon by shutting down both "galeon" and "galeon-bin". 

I clicked on Xkill (in the KDE menu). The cursor changed to a death's head. I 
then moved it over the Galeon desktop icon and clicked. I not only killed 
Galeon. I killed ALL of the desktop icons PLUS the panel, leaving me with a 
blank desktop. I clicked on the desktop and logged out, then rebooted. Still, 
same problem. Galeon refuses to launch.

I typed "top" in xterm and could see no reference to galeon or galeon-bin. 

I logged out of KDE and shut down the system, unplugged the power cable, 
reconnected it, rebooted, logged back into KDE, tried once again to launch 
Galeon. Again, same problem. 

I launched Konqueror as root, went to /usr/bin/ and clicked on "galeon". It 
brought up the Galeon welcome screen, followed by a request for creating a 
profile. So, Galeon seems to work as root. I decided not to proceed since I 
don't need or want a "root" account of Galeon.

This is very puzzling. Unfortunately, I have exhausted my "trial and error" 
options at this point.

As a last resort, before sending this message, I uninstalled galeon (rpm -e 
galeon) and reinstalled it. Tried launching it again. Still won't start.

Would very much appreciate your help.

Thanks so much.

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





Re: [expert] kernel compiling

2001-08-01 Thread DM

hi  drjung

clarification might be beneficial to all those reading
the lists so i addressed it to the list =) 

--- "J. C. Woods" <[EMAIL PROTECTED]> wrote:
> DM wrote:
> > 
> > if you download/installed the Mandrake kernel
> source
> > rpm, the .config file used to build that kernel is
> > there. its quite interesting to know what is
> > enabled/disabled by default by MDK.

=> if you are referring to the Mandrake kernel
.config file, its on /usr/src/linux our the
kernel-sources rpm:

# rpm -ql kernel-source-2.4.3-20mdk|more
/usr/src/linux-2.4.3
/usr/src/linux-2.4.3/.config  <--- that file
/usr/src/linux-2.4.3/COPYING
/usr/src/linux-2.4.3/CREDITS
/usr/src/linux-2.4.3/Documentation
 

> > 
> > but if you download the kernel source from
> kernel.org,
> > you will have to build .config yourself... 

if you are referring to the kernel source above
(kernel.org), there is no default .config file. 


> Dianne,
> 
> Just a fast question for your perusal. Is this
> ".config" file, that you
> referenced above, the same file as
>
"/usr/share/doc/kernel-version_number/kernel-version_number-iXXX.config"?
> Are you referring to another ".config" file? Thanks
> for the
> clarification...
> 
> drjung 
> 
> -- 
> 
> Art is the illusion of spontaneity...


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




Re: [expert] kernel compiling

2001-08-01 Thread DM

as far as i know, the ".config" file of any kernel
that you build yourself as a user will always be found
in  /usr/src/linux, not in any directory. this is
overwritten everytime you 'make config' or 'make
menuconfig' so the backup (of config file) should be
safe somewhere else.


--- Tzafrir Cohen <[EMAIL PROTECTED]> wrote:
> On Wed, 1 Aug 2001, Pete Jordan wrote:
> 
> > DM <[EMAIL PROTECTED]> wrote:
> >
> > > but if you download the kernel source from
> kernel.org,
> > > you will have to build .config yourself... i
> usually
> > > keep a copy of the .config file from my last
> stable
> > > kernel.
> >
> > Worth noting for anyone who doesn't know that
> Mandrake stuffs the .config
> > file for its pre-built kernels in your boot
> directory as
> > config-9.9.9-99mdk{smp}.
> 
> Not exactly, at least not on my system (7.2, with a
> kernel package from
> the updates):
> $ rpm -ql kernel |grep -v /lib/modules
> /boot/System.map-2.2.19-4.1mdk
> /boot/vmlinuz-2.2.19-4.1mdk
> /usr/share/doc/kernel-2.2.19
>
/usr/share/doc/kernel-2.2.19/kernel-2.2.19-4.1mdk-i586.config
> 
> and there's no config file under boot.
> 
> So the config file is saved in the documentation
> directory of that
> package.
> 
> -- 
> Tzafrir Cohen
> mailto:[EMAIL PROTECTED]
> http://www.technion.ac.il/~tzafrir
> 
> 
> 
> 
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




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

2001-08-01 Thread Darcy Brodie

This sounds like a feasibly plan.  I will test it out and see what I can do
with it

Darcy

Simon Li wrote:

> Dear,
>
> The previously solution is nice.
>
> 1) Add a group which are designed to do only the shutdown job.
> 2) Add required user to the group.
> 3) Write a bash program and name it nicely, say, "shutdown" and write
> shutdown command in it. Place it a location where everyone's path includes
> me.
> 4) Grant the permission of your bash progam to the others (don't let them
> able to read or write, just permission to execution!)
>
> Solved?
>
> Yours,
> Simon.
> - Original Message -
> From: "Tzafrir Cohen" <[EMAIL PROTECTED]>
> To: "Darcy Brodie" <[EMAIL PROTECTED]>
> Cc: "Mandrake expert list" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 01, 2001 1:00 PM
> Subject: Re: [expert] allow non-root user to shutdown linux
>
> > On Tue, 31 Jul 2001, Darcy Brodie wrote:
> >
> > > Thanks for all the suggestions.  I did finally set the halt and shutdown
> > > commands to UID root, and that has solved my problems.
> >
> > I believe that you are over-trusting your local users. 'halt' and
> > 'shutdown' have a couple of dangerous switches (halt -f, shutdown -n,
> > shutdown -f, shutdown -F)
> >
> > Why exactly do you need users to shut down the system from the
> > command-line? Remote or local users?
> >
> > What's wrong with pressing ctrl-alt-del from the console?
> >
> > > > > >>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
> >
> > --
> > Tzafrir Cohen
> > mailto:[EMAIL PROTECTED]
> > http://www.technion.ac.il/~tzafrir
> >
> >





Re: [expert] Game on MDK

2001-08-01 Thread Leonardo T. de Carvalho

David Joham wrote:
> 
> Is it FlightGear that your looking for?
> 
> d
> 

Unfortunately not...
Was an old-fashioned planet (looked like a Wu - something from
Germany...)
Any WarBirds player here?
=o)

-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
"The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
"




[expert] Game on MDK

2001-08-01 Thread Leonardo T. de Carvalho


Hi all.

I remember the sight of a game on the MDK 8 install that 
looked like WarBirds, with 2 old planes on the pic...

Should someone plz tell me which game was that?


Thanx
-- 
Leonardo T. de Carvalho
Ibiz Tecnologia
Frase aleatória:
"QOTD:
"You want me to put *holes* in my ears and hang things from them?
How...  tribal."
"




[expert] LM8 - Using http proxy with MandrakeUpdate

2001-08-01 Thread Fox

Can I force MandrakeUpdate to use an http proxy server to get its mirror
list?  Or does it use wget which does not support MS Proxy server
authentication methods?

Thanks,
Charles
[EMAIL PROTECTED]





Re: [expert] kernel compiling

2001-08-01 Thread Tzafrir Cohen

On Wed, 1 Aug 2001, Pete Jordan wrote:

> DM <[EMAIL PROTECTED]> wrote:
>
> > but if you download the kernel source from kernel.org,
> > you will have to build .config yourself... i usually
> > keep a copy of the .config file from my last stable
> > kernel.
>
> Worth noting for anyone who doesn't know that Mandrake stuffs the .config
> file for its pre-built kernels in your boot directory as
> config-9.9.9-99mdk{smp}.

Not exactly, at least not on my system (7.2, with a kernel package from
the updates):
$ rpm -ql kernel |grep -v /lib/modules
/boot/System.map-2.2.19-4.1mdk
/boot/vmlinuz-2.2.19-4.1mdk
/usr/share/doc/kernel-2.2.19
/usr/share/doc/kernel-2.2.19/kernel-2.2.19-4.1mdk-i586.config

and there's no config file under boot.

So the config file is saved in the documentation directory of that
package.

-- 
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir






Re: [expert] VMWare and INet sharing.

2001-08-01 Thread DStevenson

I am in the middle of re-building my system after a critical hardware 
failure. I'll try your suggestions and post my results as soon as I have a 
fully fuctioning system again. I have just about got mail working again.

Thanks for your responses.

Dave.

On Tuesday 31 July 2001 02:11, Greg A. Bur wrote:
> Dave,
>
> Check and see if you have iptables installed on your computer.  If you
> do the fix is fairly simple, just enable IP Masquerading(make sure ip
> forwarding is enabled first) with:
>
> iptables -t nat -I POSTROUTING -o eth0 -s 192.168.0.2 -d 0.0.0.0/0 -j
> MASQUERADE
>
> Obviously if you have a different external interface you would
> substitute that for eth0 in the above command line.  As to the message
> you're finding in your logs, no, I don't believe that is your problem.
> Hopefully my little one-liner will help you on your way.  If not let me
> know otherwise.
>
> On 31 Jul 2001 06:49:44 -0400, DStevenson wrote:
> > Has anyone set up a VMware Win98 VM on Mandrake 8.
> >
> > I have Win98 running no problem, but I need Windows to share the internet
> > connection with the host box.
> >
> > Thanks in advance.
> >
> > Dave.
>
> --
>
> Greg A. Bur
> Secretary/Treasurer BlazeConnect Inc.
> [EMAIL PROTECTED]
> http://www.blazeconnect.net
> Voice:  (231)597-0376
> Fax:(231)597-0393
>
>
> -BEGIN PGP PUBLIC KEY BLOCK-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: Gnome PGP version 0.4
>
> mQGiBDsmr/oRBACKyg093fkecRe/U88oWPmPfTkb+39vXFEADEnICQuu0FXaiYJY
> JrvZyudbUIH3ndqYP6MELApVhyP3fxt950E3VhWzyDBB3Y0ER/9muIp49pYSRk6U
> pKRv/gZMWd2wzdgkD9u7utCyrBnTm8u4C6S5h4RpG5KQkkXVRLAdaSI7LwCgxC1a
> f2z9E8OVLqf9LC1Gzi6G4gkD/2WTBJr/O7JD0dUVXkZoSUWcNsE8nyX7RSNV5lK0
> buEvGa7I4Pe9+a+2JOHy2slcApP/32mNpJlh61K5UkxHmzwadNt86s6JGLzmN/uJ
> AvD+tD7GGrc5EhqA0FZkiHObHukAEoVALgBy9LorVGwPh9lOA3s7aKRF/3l/v8YI
> pMIkA/0avqGC3AKRdU9b6QNekgzq/C+huAUT7wPO5e8wNwUbWzAvzMd1BU8UtMp7
> sitb+A5y7QVzgUSq+jgSY7VVhL8W5LnLongKhn/aC2JqI425TCFTXPBN/BTryFUx
> GieKgxkZAMbzLRGBQPuvCMIOabj5DXTHtL4fzwHKhCfNkISQfLQjR3JlZyBBLiBC
> dXIgPGdyZWdAYmxhemVjb25uZWN0Lm5ldD6IXQQTEQIAHQUCOyav+gUJAeEzgAUL
> BwoDBAMVAwIDFgIBAheAAAoJEIOucOLj5OPKE9AAn25bOxcJhRLggto+iJhYjR9d
> q33rAKCrn7fzo9/ix0zADAj3zFEOPlZn1bkBDQQ7JrAFEAQAvb4l9wYO5/fIEhgA
> YB/HQJSK2v6L61/eCtjxxP8HrgOkYb+3ThLfAPFnIqkKTG1U1rakuewuCvXMKQCq
> Yw5iTdBeyU7GZ7C+RoYLWDjYuTd43+LAVgvjP3p8YUEsnDA+JeRuAvokAyzGwNz8
> DXbRXLpxQl72mT0C+zmk4BABeVcABAsD/RLC8yE5YRWJCzpZui3eMWVEWT18BdtJ
> DevXu/nWyUvgdrFxQFwxD1TVMAhJRW4MpfwNpx/ABCr79THfG7N/6oBcw51EbaYn
> 4B6o6VWCmQKzhEY5VGp4m2GehR5d/FcONp9u41/cpB56jiAAQjKhIS07rUf8sZbh
> YCxZWgQhsMr8iEwEGBECAAwFAjsmsAUFCQHhM4AACgkQg65w4uPk48rpFQCfVVMC
> CdzWGjWBcy+sLhZY6esj4I0AoLZiZa8rPDbzRy87faoki5BGbTuo
> =EU8Q
> -END PGP PUBLIC KEY BLOCK-




Re: [expert] Can't Access My linux box! R there any experts out there ???

2001-08-01 Thread Oscar

What about hosts.allow? I believe you must add the "IP" and localhost to this
file.
And telnet and inetd or xinetd must be running...
Salu2,
óscar.

El Mar 31 Jul 2001 18:05, escribiste:
> Hi:
>  
> I have a linux(mandrake) server and its "hosts.deny" file deny All
> except localhost and another "ip" .  The problem is that I am
> not able to access this server remotely through telnet from any machine not
> even from the machine having same "ip" as mentioned in the host.deny
> file. Only once I could access it remotely through telnet from machine with
> "ip". Error msg that I get is "Remote system refused the
> connection .."  
> And also I am not able to login through server terminal because the
> keyboard is not getting connected. when I connect the keyboard, initially
> three lights of the keyboard(caps, num and scroll  lock) blinks for a
> second and then goes off.  
> I am using this server as gateway, its runing fine other than the fact
> I am not able get hold of  it :)  
> Can anyone help me out ? Have my server been hacked ?
>  
>  
>  
> Thanks
> JawadGet your FREE download of MSN
> Explorer at  href='http://go.msn.com/bql/hmtag_itl_EN.asp'>http://explorer.msn.comr>

---




Re: [expert] LM8.0-Freq and iptables

2001-08-01 Thread Oscar

El Mié 01 Ago 2001 16:20, escribiste:
> On Tuesday 31 July 2001 05:08 pm, Daniel Woods wrote:
> > Has anyone installed LM 8.0-Freq (June 20), and is using
> > its' 2.4.5 kernel with iptables for firewalling and MASQ'ing ?
> >
> > # iptables -L
> > iptables v1.2.1: can't initialize iptables table `filter': Module is
> > wrong version Perhaps iptables or your kernel needs to be upgraded.
> >
> > # rpm -qa | grep iptables
> > iptables-1.2.1-4mdk
> >
> > # rpm -qa | grep kernel
> > kernel-2.4.5-5mdk
> > kernel-headers-2.4.5-5mdk
> >
> > I can't seem to get it working.
>
>Glad I saw your post. I just installed Freq2 and hadn't tested
> iptables or a firewall yet. I had the same problem as you. I d/l'd this
> cooker src.rpm and 'rpm --rebuild' it.   iptables-1.2.2-3mdk.src.rpm
> Then I 'rpm -Uvh' the iptables-1.2.2-3mdk.i686.rpm it wrote. That works.

BTW, the precompiled iptables in cooker works too.
Salu2,
óscar.




Re: [expert] kernel compiling

2001-08-01 Thread Pete Jordan

DM <[EMAIL PROTECTED]> wrote:

> but if you download the kernel source from kernel.org,
> you will have to build .config yourself... i usually
> keep a copy of the .config file from my last stable
> kernel.

Worth noting for anyone who doesn't know that Mandrake stuffs the .config 
file for its pre-built kernels in your boot directory as 
config-9.9.9-99mdk{smp}.

Pete




Re: [expert] kernel compiling

2001-08-01 Thread mandrake


bzImage is what you are looking for. The older format will no longer work
do to size.

It operates the same other than the compression used.

J

On Wed, 1 Aug 2001, pablito wrote:

> is there some program that compiles the kernel source and produces the
> vmlinuz and initrd files that the regular kernel has?  I've followed the
> directions in the readme file and end up with a bzImage file.  There are
> instructions for making an initrd file from scratch but surely there must be
> some script file somewhere that does that.
>
>





Re: [expert] kernel compiling

2001-08-01 Thread DM

if you download/installed the Mandrake kernel source
rpm, the .config file used to build that kernel is
there. its quite interesting to know what is
enabled/disabled by default by MDK.

but if you download the kernel source from kernel.org,
you will have to build .config yourself... i usually
keep a copy of the .config file from my last stable
kernel. when i want to upgrade to a new kernel
version, i run:

make oldconfig 

which only prompts me for new options asked in the new
kernel. i dont have to go thru that long long long
process of answer Y,N and m everytime. =)

dianne


--- "Sheldon E. Newhouse" <[EMAIL PROTECTED]> wrote:
> I haven't kept up with the recent developments, but
> in the old days,
> one would only need the .config file that is used to
> make the kernel
> that is shipped with the distribution.  
> 
> Is this available somewhere?
> 
> -sen
> 
> pablito writes:
>  > is there some program that compiles the kernel
> source and produces the
>  > vmlinuz and initrd files that the regular kernel
> has?  I've followed the
>  > directions in the readme file and end up with a
> bzImage file.  There are
>  > instructions for making an initrd file from
> scratch but surely there must be
>  > some script file somewhere that does that.
>  > 
>  > 
>  > 
> 
> 
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




[expert] Can't Access My linux box! R there any experts out there ??? (converted from html and answered)

2001-08-01 Thread Rusty Carruth

> Thus spake "jawad haider" <[EMAIL PROTECTED]> (in html, converted to english ;-)

Hi:

I have a linux(mandrake) server and its "hosts.deny" file deny All except localhost 
and another "ip" 
The problem is that I am not able to access this server remotely through telnet from 
any machine not
even from the machine having same "ip" as mentioned in the host.deny file. Only once I 
could access it
remotely through telnet from machine with "ip".

Error msg that I get is "Remote system refused the connection .."

And also I am not able to login through server terminal because the keyboard is not 
getting connected. 
when I connect the keyboard, initially three lights of the keyboard(caps, num and 
scroll  lock) blinks 
for a second and then goes off.

I am using this server as gateway, its runing fine other than the fact I am not able 
get hold of it :)

Can anyone help me out ? Have my server been hacked ?

Thanks
Jawad

<<  End forwarded message

(first, PLEASE try to NOT send html-email!  It greatly reduces your chance of being 
answered
(at least by me ;-) )

First, is the telnet daemon running on the server?

Second, when you plug the keyboard in, do you do it BEFORE booting or after?  Their
MAY be a problem with your BIOS or whatever that won't let a keyboard be recognized
after booting without one.

Third, it would be much wiser to use sshd instead of telnetd (i.e. use ssh to get to
the machine instead of telnet).  http://www.openssh.org/ (I think) (Plus, it MAY 
already be on your machine, or their may be RPMs for it  - you'll need the sshd 
(server)
software on the server, and ssh client software on the machine you allow in.

Hopefully this helps.  And at this point I'd reserve judgement on whether you've been
hacked or not - its possible, but I doubt it right now...

rc


Rusty E. Carruth   Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Voice: (480) 345-3621  SnailMail: Schlumberger ATE   ___
FAX:   (480) 345-8793 7855 S. River Parkway, Suite 116   \e/
Ham: N7IKQ @ 146.82+,pl 162.2 Tempe, AZ 85284-1825V
ICBM: 33 20' 44"N   111 53' 47"W  http://tuxedo.org/~esr/ecsl/index.html




[expert] kernel compiling

2001-08-01 Thread Sheldon E. Newhouse

I haven't kept up with the recent developments, but in the old days,
one would only need the .config file that is used to make the kernel
that is shipped with the distribution.  

Is this available somewhere?

-sen

pablito writes:
 > is there some program that compiles the kernel source and produces the
 > vmlinuz and initrd files that the regular kernel has?  I've followed the
 > directions in the readme file and end up with a bzImage file.  There are
 > instructions for making an initrd file from scratch but surely there must be
 > some script file somewhere that does that.
 > 
 > 
 > 




[expert] Still having problems with Mandrake 8 and Thinkpad 760XD pointer.

2001-08-01 Thread george . jones

This is beginning to get annoying. In order for my eraserhead pointer to
work when X starts, I have to move it back and forth like I'm playing Pac
Man while on speed. It usually takes 2 or 3 restarts of the X server to get
it to work. I posted this as a problem a while back, has anyone ever
figured out the cause and solution?

(BTW, I'm using XF4.0.3 and a stock Mandrake 8 install)
---
This  message  (including  any  attachments)  is  confidential  and  may be
privileged.  If you have received it by mistake please notify the sender by
return  e-mail  and  delete this message from your system. Any unauthorized
use  or  dissemination  of  this  message  in  whole or in part is strictly
prohibited.  Please  note  that e-mails are susceptible to change. ABN AMRO
Bank  N.V.  (including  its  group  companies) shall not be responsible nor
liable  for  the  proper  and  complete  transmission  of  the  information
contained  in this communication nor for any delay in its receipt or damage
to  your  system.  ABN  AMRO  Bank  N.V.  (or its group companies) does not
guarantee  that the integrity of this communication has been maintained nor
that this communication is free of viruses, interceptions or interference.
---





Re: [expert] LM8.0-Freq and iptables

2001-08-01 Thread Tom Brinkman

On Tuesday 31 July 2001 05:08 pm, Daniel Woods wrote:
> Has anyone installed LM 8.0-Freq (June 20), and is using
> its' 2.4.5 kernel with iptables for firewalling and MASQ'ing ?
>
> # iptables -L
> iptables v1.2.1: can't initialize iptables table `filter': Module is
> wrong version Perhaps iptables or your kernel needs to be upgraded.
>
> # rpm -qa | grep iptables
> iptables-1.2.1-4mdk
>
> # rpm -qa | grep kernel
> kernel-2.4.5-5mdk
> kernel-headers-2.4.5-5mdk
>
> I can't seem to get it working.

   Glad I saw your post. I just installed Freq2 and hadn't tested 
iptables or a firewall yet. I had the same problem as you. I d/l'd this 
cooker src.rpm and 'rpm --rebuild' it.   iptables-1.2.2-3mdk.src.rpm  
Then I 'rpm -Uvh' the iptables-1.2.2-3mdk.i686.rpm it wrote. That works.
-- 
Tom Brinkman   Galveston Bay




[expert] kernel compiling

2001-08-01 Thread pablito

is there some program that compiles the kernel source and produces the
vmlinuz and initrd files that the regular kernel has?  I've followed the
directions in the readme file and end up with a bzImage file.  There are
instructions for making an initrd file from scratch but surely there must be
some script file somewhere that does that.





Re: [expert] CD Writing and the Via 686b southbridge

2001-08-01 Thread Tom Brinkman

On Tuesday 31 July 2001 11:17 am, Nima S. Panahi wrote:
> Well, I have actually bin hit quite a bit of times with the bug. I
> treid many things and could not get the corruption to stop. I
> finally gave up when it became clear it was a chipset thing. However,
> no problems with CDRW, only when I am doing large transfers between
> these two drives. So , it is not that rare for people like me that
> use it quite a bit. To avoide the corruption, I just use one IDE
> drive now and do small transfers to the second.

You might try raising the voltage to the cpu (Vcore) if your board 
supports doing so. That was one suggestion VIA made public for 
mnimizing the bug.  Suggested was 1.82v for a Tbird (default is 1.75v). 
Mine's oc'd so I normally run it at 1.8v Vcore and 3.42v IO
-- 
Tom Brinkman   Galveston Bay

>
>  On Tue, 31 Jul 2001, Tom Brinkman wrote:
> > On Monday 30 July 2001 07:41 pm, Ron Johnson wrote:
> > > Do I remember properly that because of the bug in this chip,
> > > that the LM80 2.4 kernel SRPMs have DMA disabled on IDE CDRs and
> > > CDRWs?  And that that means that creating CDR* disks from IDE
> > > CDR* devices is impossible on motherboards that have the 686b?
> >
> >I believe this business of the VIA-IDE bug is greatly overblown.
> > It only rarely supposedly affects large transfers across IDE
> > channels (>100mb).  I have a VIA chipset board (Soyo k7vta pro) and
> > have never experienced this bug. I just burned backup copies of
> > Mandrake Freq2 last night.  I have 2 IBM HDDs on ide0, and a CDrom
> > and CD-RW on ide1. Both LM 8.0 (various 2.4.x kernels) and Freq2
> > (2.4.5-5) have set up all the drives using 32bit and DMA during
> > install. No problems, either burning CD's or while testing moving a
> > 700mb file across ide.
> >
> > In researching this bug before I bought the VIA board I came
> > across three elements that are said to provoke the bug. Older VIA
> > chipsets (there's been bascially 3 steppings since the chip was
> > introduced). SB sound cards, particularly SB Live! PCI, and then
> > mostly with Abit motherboards. Newer Western Digital HDD's. I have
> > none of the above, and since my research was done on the Net, take
> > it with a grain of salt. I have had some correspondence with a
> > friend who has all the above, 2 new WD HDDs, a pci SB Live!, on a
> > Abit KT7a, yet he's never experienced the bug or had problems
> > burning CD's either.




Re: [expert] WindowMaker wierdness

2001-08-01 Thread george . jones

It happens whether I'm dialed up, on a lan, or off-line completely. I have
Mandrake 7.2 on one laptop, and 8 on a laptop and desktop.

I doesn't happen with any other window manager either. Just WM.




etharp <[EMAIL PROTECTED]> on 07/31/2001 07:30:54 PM

Please respond to [EMAIL PROTECTED]

To:   "Jose M. Sanchez" <[EMAIL PROTECTED]>, George
  Jones/US/ABNAMRO/NL@ABNAMRO, <[EMAIL PROTECTED]>
cc:
Subject:  Re: [expert] WindowMaker wierdness


 are you running dns? are you on a dial up? are you connected to the
internet
(or a dns server) when this happens? On Tuesday 31 July 2001 18:53, Jose M.
Sanchez wrote:
> Is your system swapping to the hard drive when this happens?
>
> -JMS
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Tuesday, July 31, 2001 2:44 PM
> To: [EMAIL PROTECTED]
> Subject: [expert] WindowMaker wierdness
>
>
> I've noticed the same thing in LM 7.2 and 8. Every now and then,
> WindowMaker stops responding to the keyboard. After about a minute, it
> will respond again. Anyone know why?
> 
> ---
> This  message  (including  any  attachments)  is  confidential  and  may
> be privileged.  If you have received it by mistake please notify the
> sender by return  e-mail  and  delete this message from your system. Any
> unauthorized use  or  dissemination  of  this  message  in  whole or in
> part is strictly prohibited.  Please  note  that e-mails are susceptible
> to change. ABN AMRO Bank  N.V.  (including  its  group  companies) shall
> not be responsible nor liable  for  the  proper  and  complete
> transmission  of  the  information contained  in this communication nor
> for any delay in its receipt or damage to  your  system.  ABN  AMRO
> Bank  N.V.  (or its group companies) does not guarantee  that the
> integrity of this communication has been maintained nor that this
> communication is free of viruses, interceptions or interference.
> 
> ---










[expert] non gui dailer

2001-08-01 Thread Oren Gozlan

Hi, 
Does anyone knows about non gui dailing script for isdn ?

THNX
THNX


-- 
-
Oren Gozlan
Mobixell Networks Inc.
p: +972 9 776 0121
f: + 972 9 740 7373
c: +972 54 536 047
www.mobixell.com
[EMAIL PROTECTED]
-













RE: [expert] WindowMaker wierdness

2001-08-01 Thread george . jones

Nope. Nothing's happening at all. just sitting there. It usually happens
after I switch windows. No disk activity at all.





"Jose M. Sanchez" <[EMAIL PROTECTED]> on 07/31/2001 06:53:35 PM

Please respond to <[EMAIL PROTECTED]>

To:   George Jones/US/ABNAMRO/NL@ABNAMRO, <[EMAIL PROTECTED]>
cc:
Subject:  RE: [expert] WindowMaker wierdness



Is your system swapping to the hard drive when this happens?

-JMS

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, July 31, 2001 2:44 PM
To: [EMAIL PROTECTED]
Subject: [expert] WindowMaker wierdness


I've noticed the same thing in LM 7.2 and 8. Every now and then,
WindowMaker stops responding to the keyboard. After about a minute, it
will respond again. Anyone know why?

---
This  message  (including  any  attachments)  is  confidential  and  may
be privileged.  If you have received it by mistake please notify the
sender by return  e-mail  and  delete this message from your system. Any
unauthorized use  or  dissemination  of  this  message  in  whole or in
part is strictly prohibited.  Please  note  that e-mails are susceptible
to change. ABN AMRO Bank  N.V.  (including  its  group  companies) shall
not be responsible nor liable  for  the  proper  and  complete
transmission  of  the  information contained  in this communication nor
for any delay in its receipt or damage to  your  system.  ABN  AMRO
Bank  N.V.  (or its group companies) does not guarantee  that the
integrity of this communication has been maintained nor that this
communication is free of viruses, interceptions or interference.

---












Re: [expert] Where can I find glu.h

2001-08-01 Thread Jeremy NG

If I recall correctly, you need to install Mesa-common-devel-3.4.1-4mdk.i586.rpm.

This is found in the second installation CD.

Cheers!
(: J :)

Steve Kieu wrote:

> Hi,
>
> I need to compile a program it needs the header glu.h
>
> Well nothing in /usr/include/GL/glu.h. I installed the
> devel packages for XFree86 (build from source
> XFree86-4.1.0-7mdk.src.rpm
>
> Do I need to install it separately (the Open GL
> package? ). Thought it should be in XFree-devel
> package.
>
> Interestingly, I have libGLU.so.1 in /usr/X11R6/lib/
>
> =
> S.KIEU
>
> _
> http://messenger.yahoo.com.au - Yahoo! Messenger
> - Voice chat, mail alerts, stock quotes and favourite news and lots more!





[expert] Where can I find glu.h

2001-08-01 Thread Steve Kieu

Hi,

I need to compile a program it needs the header glu.h

Well nothing in /usr/include/GL/glu.h. I installed the
devel packages for XFree86 (build from source
XFree86-4.1.0-7mdk.src.rpm

Do I need to install it separately (the Open GL
package? ). Thought it should be in XFree-devel
package.

Interestingly, I have libGLU.so.1 in /usr/X11R6/lib/





=
S.KIEU

_
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!




Re: [expert] WindowMaker wierdness

2001-08-01 Thread Mark Belanger

[EMAIL PROTECTED] wrote:
> 
> I've noticed the same thing in LM 7.2 and 8. Every now and then,
> WindowMaker stops responding to the keyboard. After about a minute, it will
> respond again. Anyone know why?

I've been using Windowmaker extensively in Mkd 7.1, 7.2, 8.0, and Freq2
and have never seen the behavior your describe.

When I say "extensively" I mean it is my primary desktop at work and
gets used 8-10 hours per day.

-Mark


-- 
Mark Belanger
LTX Corporation




RE: [expert] Logging uptime

2001-08-01 Thread ninjaz


Alternatively, you can use uptimed.

It's page is here:

http://cx.capsi.com/code-uptimed.html

Apparently it's in mdk8 contrib, too:

http://www.rpmfind.net/linux/RPM/mandrake//8.0/contrib/i586//uptimed-0.1.6-1mdk.i586.html

-pete

On Wed, 1 Aug 2001, Gregor Maier wrote:

> 
> On 31-Jul-2001 Mads Rasmussen wrote:
> > 
> > 
> > I would like to log the uptime of our systems, just I cannot see into the 
> > future to expect when a system crashes so an aproach that logs, like 1 time 
> > per hour should do it.
> > 
> > I guess you could run a crontab script that just cat's the uptime output into
> > /var/log/uptime
> > 
> > This however will be overwritten when the system comes back up, so I thought 
> > it would be better to log in two files a live one and a backup one.
> > 
> > Like 
> > 
> > uptime > uptime.running
> > uptime > uptime
> > 
> just use uptime >> uptime.log
> the double >> will append the the output to the uptime.log instead of
> overwriting the file.
> 
> --
> E-Mail: Gregor Maier <[EMAIL PROTECTED]>
> Date: 01-Aug-2001
> Time: 09:12:27
> --
>