Linux-Networking Digest #396, Volume #11          Thu, 3 Jun 99 22:13:44 EDT

Contents:
  Re: Domains ("Danny Johnson")
  Re: You can earn $50,000 by learning programming skills and applying yourself ("Dan 
Hinojosa")
  Re: Workgroups...... (Chuck Snively)
  Re: $SOCKS_N Environment ("Curt")
  Re: basic network question ("David Means")
  Re: how to send a ARP request? ("David Means")
  Re: Dial On Demand on RH6.0 (Peter Novikov)
  Re: Q SOCKS failure ("Curt")
  Copying from CDROM to Samba ([EMAIL PROTECTED])
  Re: Linux: ICMP Redirect, IP Source Routing unterdruecken (Bernd Eckenfels)
  Re: Linux: ICMP Redirect, IP Source Routing unterdruecken (Bernd Eckenfels)
  Stumped ("Jeff Creed")
  New User: Need direction in tcpip programming in C ("barrem")
  How to setup Samba in Redhat 5.2 (Eastern Commerce - Library 1)
  nmap kills my interface! ([EMAIL PROTECTED])
  Re: Mars_Nwe & real netware servers (george m hoffman md)
  Re: X-Win32, Crack Code ?? ("Fong's")
  Re: Telnet using "root" ("Fong's")
  Re: 3Com 3CXEM556 and pppd: working but sloooooow... (Steven Davis)
  Re: X-Win32, Crack Code ?? ("Fong's")
  need help for CGI! (siseninc)
  Re: Linux: ICMP Redirect, IP Source Routing unterdruecken (Detlef Bosau)
  su under ssh connection (Sam)

----------------------------------------------------------------------------

From: "Danny Johnson" <[email protected]>
Crossposted-To: alt.os.linux.redhat,alt.uu.comp.os.linux.questions,comp.os.linux.setup
Subject: Re: Domains
Date: Thu, 03 Jun 1999 13:18:48 GMT

If they assigned you 'ns1.domain.com', and are looking for 'www.domain.com',
then you'll have to contact the owners of 'domain.com' and have them setup
'www' to go to you.  If you want 'www.ns1.domain.com', setup a virtual
domain on your system (see Apache's config file).

Ranger wrote in message ...
>I am trying to set up my Companies Linux 5.3 KDE server as a domain
>controllerfor file and print sharing. That's not  the problem (anything to
>keep NT out of the picture). Now we want web pages. No prob httpd is
running
>great. The domain that we chose was sent to us as a    'ns1.domain.com    '
>how do I change the ns1 to a www prefix? I have been really stumped on this
>one and I know it is something simple.
> Thanks in advance
>
>James
>
>
>
>--
>Your mouse has moved please reboot your
>computer for the changes to take effect.
>[EMAIL PROTECTED]
>
>
>



------------------------------

From: "Dan Hinojosa" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.lang.java.programmer,comp.lang.javascript,comp.lang.perl.misc,comp.lang.tcl,comp.mail.eudora.ms-windows,comp.os.linux.advocacy,comp.os.linux.development.system,comp.os.linux.hardware,comp.os.linux.misc
Subject: Re: You can earn $50,000 by learning programming skills and applying yourself
Date: Thu, 3 Jun 1999 18:16:05 -0600


MONEY <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
>                                 THE PROGRAM
>                 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
>
>                    INCREDIBLE $0 to $50,000 in 90 days!!!
>
> Dear Friend,
>
> You can earn $50,000 or more in next the 90 days sending e-mail. Seem
> impossible? Read on for details.
>

This is no joke!  I was pennyless in 1990, and then I learned C++ and Java,
and all of a sudden it all came together.  All of a sudden, I had respect
for myself, and I was making $50,000 and more.  The best part about it, is
that I didn't have to lower my dignity and annoy people with high IQs that
wouldn't fall this swindle anyway!

Love,
Digital Priest



------------------------------

From: Chuck Snively <[EMAIL PROTECTED]>
Subject: Re: Workgroups......
Date: Thu, 03 Jun 1999 20:07:24 -0400

I have tried this and I still can't see my Linux box on my Winbloze machine.

Chuck


------------------------------

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: $SOCKS_N Environment
Date: Thu, 3 Jun 1999 19:46:32 -0500

Your corporate firewall appears to utilize a socks proxy server.
These firewalls have IP forwarding off.   So you can't ping or anything else
through it  without a 'sockified' client.   Such firewalls usually has an
internal DNS or has a hole poked in the firewall to allow DNS requests to a
specific name server.  You might take a look at www.nec.socks.com  for more
info.   For http and ftp you can set the socks proxy (usually port 1080) in
the advanced settings of your browser.


Tim Cairl <[EMAIL PROTECTED]> wrote in message
news:UAD53.5069$[EMAIL PROTECTED]...
> I am trying to implement linux in our corporate lan and do away with NT.
> Currently I am able to print to our print servers, and access ant internal
> device.  However, when I try to go to external devices (DNS, ISP, or any
> WWW) I get the $SOCKS Environment error.  I have a technologics firewall
> setting between my cisco 3640 and our 120 pc lan.  Is there a possibility
> that my Firewall is stopping ICMP?  Did i forget to dot an I or Cross a t
in
> my networking configuration?  Would appreciate any insight to my
inquirery.
>
>



------------------------------

From: "David Means" <[EMAIL PROTECTED]>
Subject: Re: basic network question
Date: Thu, 3 Jun 1999 17:28:06 -0700

Fabian M�ller <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi!
> I am not able to ping another host in the same house with my computer.
>
> My IP address: 192.168.10.51   Netmask    255.255.255.0
> The other IP address: 192.168.10.52   Netmask 255.255.255.0
>
> If I try to set the route on my Computer as follows:
>         route add 192.168.10.52 netmask 255.255.255.0 eth0
> I get the message:    route: netmask 000000ff does not make sense with
> host route
> I do not understand this although I have read a lot!
--This form of the `route add' command gives you a route to a single host,
--  and so does not need a netmask.

> I have also tried to set the route like this:
>         route add -net 192.168.10.0 netmask 255.255.255.0 eth0
> The Computer accepts this. But if I try to ping the other host with:
>   ping 192.168.10.52
> I have 100% packet loss
>
> With telnet 192.168.10.52:    no route to host
> How do I have to set the route in the right way?
>
> The two hosts have an entry in /etc/hosts
>
> ping localhost works correct (on both machines)
> ping 192.168.10.51 works correct (on both machines > shows that the
> network card and the cable is properly installed?)
> ping 192.168.10.52 does not work
>
> I have tried everything on both machines and I have controlled the
> connections and the cables.
>
> Sorry that I have such an easy question for you but I cannot find the
> solution. Please help me.

--There are several possibilities:
--  1. one of the interfaces has not been enabled
--  2. one of them does not have a route to the other correctly set in
         its route table.
-- To find out about the interface state, use the command
--    /sbin/ifconfig
-- This should give you a report on all the interfaces in your machine,
--  including   lo    the loopback interface.
--  Check  eth0  to make sure it says  UP  in the third line.  Do this on
--  both machines.
-- To find out about the route situation, do
--    netstat -rn
-- This should give you a numeric listing of the routes in each system.
-- There should be 3:
-- 127.0.0.0         0.0.0.0    255.0.0.0           U   .....    lo
-- 192.168.10.0   0.0.0.0    255.255.255.0   U   .....    eth0
--  0.0.0.0            def_gw    0.0.0.0               UG ....    eth0 (or
another)
-- If this isn't so, you will need to fix it both temporarily for testing,
and
-- permanently (in the network startup scripts), again on both machines.
--    Good luck.



------------------------------

From: "David Means" <[EMAIL PROTECTED]>
Subject: Re: how to send a ARP request?
Date: Thu, 3 Jun 1999 17:51:39 -0700


<[EMAIL PROTECTED]> wrote in message news:7j3i7v$lse$[EMAIL PROTECTED]...
>   I am managing three Linux box each has a number of virtual hosts. One
> problem happens when I try to move one virtual host from machine A to B.
> I deleted the dummy device of this virtual host on A and added on on B.
> When I am within this subnet, everything works fine. But I cannot ping
> the virtual host outside the subnet!!(it get no response at all).
>   After reading the ARP document, I suspect that the router didn't
> update its ARP cache -- that ip of that virutal host still points to the
> old ethernet card. One method to update the router's cache is that
> I send a ARP request to the router(from machine B) with the new
> ehternet address and ip(then the router will update it according to the
> document). Can anybody tell me how to initiate such a request? 'arp'
> command apparently cannot do this. And because the virtual host is using
> a dummy device, simply ping router will only send a arp request with the
> "main" ip address(ip that bound to eth0), ethernet address.
>   Thanks.
  A (much) better scheme is to get access to the router, and tell it to
clear its ARP cache.  This has the advantage that it always works, and
is self-healing.



------------------------------

From: Peter Novikov <[EMAIL PROTECTED]>
Subject: Re: Dial On Demand on RH6.0
Date: Thu, 03 Jun 1999 15:57:52 +0200



twinson wrote:

> Has anybody configured diald (or any other dial-on-demand daemon)
> successfully on RH6.0 (kernel 2.2.5)?
>
> Care to share your experience?
>
> Thanks in advance.

        RH6 contains PPP 2.3.7 that allows you to use dial-on-demand
        feature. This means that when you bring pppd up you can see
        ppp0 (or more) device(s) up, but the modem starts dialing
        only when there is some traffic on ppp device. You can configure

        the PPP to disconnect after certain idle time. I suggest you to
        take a look at PPP-HOWTO and man pppd. As a basic example
        you can consider my /etc/ppp/options file, however I don't use
        many sophisticated features you might want to use, so reading
        docs is always better option :)

###########################
# The highest speed for the connection
115200

# Use the default routing policy for the ppp device
defaultroute

# hardware flow control
crtscts

# use UUCP-style lock
lock

# name for the connection (matching record from pap-secrets)
name my_dial_name

# this allows me to see what goes on
debug

# That's it !!!
demand

# if there's no traffic on the device disconnect after 900 seconds
idle 900

# re-dial when there's a problem with a line and the connection drops
# wait 10 secs for re-connection
persist
holdoff 10

# you must write some remote address. If you receive static address
# write here local-ip:remote-ip pair. Otherwise you may write
# whatever you want -- the address that you obtain from the provider
# overrides it.
:192.168.0.2

# My ISP gives me dynamic IP address.
ipcp-accept-local
ipcp-accept-remote

# That's all
################################################

            Hope this helps.


                    Peter Novikov <[EMAIL PROTECTED]>


------------------------------

Reply-To: "Curt" <[EMAIL PROTECTED]>
From: "Curt" <[EMAIL PROTECTED]>
Subject: Re: Q SOCKS failure
Date: Thu, 3 Jun 1999 19:57:20 -0500

My working socks5.conf  looks more like this:

set SOCKS5_NOIDENT
set SOCKS5_BINDPORT 192.168.0.1:1080
auth - - -
route 192.168.0. - 192.168.0.1
route - - a.b.c.d
permit - - 192.168.0. - - -
deny - - - - - -

Where a.b.c.d is our static internet routable address.  I'm not sure what it
should look like for a dyanamic setup.

Bernhard Wieser <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi.  I downloaded SOCKSv5 and compiled it under RedHat 5.2 for Intel
> (did the ./config and the make).
>
> Then I moved the following into my /etc directory.
> interface 192.168.0. - eth0
> interface - - ppp0
> permit - - - - - -
>
> That I read was supposed to allow any one of my local machines (on
> 192.168.0.x)
> get out through PPP without extra authentication.
>
> Finally, I launched SOCKS via ./socks5.
>
> I continued to get an error message "bad file descriptor" when a client
> machine
> connected to the server, and socks quit.
>
> I tried adding "n" to the permit line, replacing eth0 with 192.168.0.1 the
> IP of the server,
> and changing the host port to 1080 (and reconfiguring the client) with
> socks5 -b 1080.
>
> Nothing worked.  Same problem.
>
> Can anyone tell me what I am doing wrong?
>
> Cheers,
> Bernie Wieser
>
>



------------------------------

From: [EMAIL PROTECTED]
Subject: Copying from CDROM to Samba
Date: Wed, 02 Jun 1999 22:26:20 GMT

Hey,

has anyone tried copying files directly from a CDROM to Samba? I
discovered that Samba tries to be "smart" and turns off teh "write"
priveledges on the file despite the setting on my mask in smb.conf!

Has anyone found a way around this?

- Steve


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: Bernd Eckenfels <[EMAIL PROTECTED]>
Crossposted-To: de.comm.internet.routing
Subject: Re: Linux: ICMP Redirect, IP Source Routing unterdruecken
Date: 4 Jun 1999 01:18:12 GMT

In comp.os.linux.networking Detlef Bosau <[EMAIL PROTECTED]> wrote:
> Maschinen, die nicht routen, benoetigen keinen solchen Daemon.
Stimmt, die bekommen die Informationen per ICMP redirects.

Gruss
Bernd

------------------------------

From: Bernd Eckenfels <[EMAIL PROTECTED]>
Crossposted-To: de.comm.internet.routing
Subject: Re: Linux: ICMP Redirect, IP Source Routing unterdruecken
Date: 4 Jun 1999 01:19:59 GMT

In comp.os.linux.networking Detlef Bosau <[EMAIL PROTECTED]> wrote:
> Aber Leute, die meinten, in stark frequentierten NT-Netzen
> die goldene Regel von maximal 30 Rechnern pro IP-Segment ueberschreiten
> zu muessen, haben meistens sehr schnell gelernt, was eine
> Heavysidesche Sprungfunktion ist ;-)

Hmm... kann ich nicht nachvollziehen. Die paar Netbios Broadcasts machen den
Kohl nicht Fett.

Gruss
Bernd

------------------------------

From: "Jeff Creed" <[EMAIL PROTECTED]>
Subject: Stumped
Date: Thu, 03 Jun 1999 09:24:34 -0500 (CDT)
Reply-To: "Jeff Creed" <[EMAIL PROTECTED]>

Hey all,

I've got a real good one here.  I recently reloaded RedHat 5.2 on my
machine -- not a big deal, since this machine previously had run 4.2,
5.0, and also 5.2.  I have added *no* hardware to this machine, and the
configuration has remained the same.  I know the hardware configuration
has remained the same because this box runs OS/2 (no plug and play
nonsense to screw with irqs, addresses, etc.) when it is not running
Linux.

Long story short:  The newly reloaded RedHat 5.2 config cannot ping
*anything* on the little network here at the house.  Nothing can ping
the Linux Box either.  The only machines on the network are two other
OS/2 Warp v4 workstations running peer-to-peer services (the functional
equivalent to a WFW or 95 workgroup).  Those of you who are familiar
with OS/2 know that there is nothing special nor strange with it's
incantation of Lan Manager -- not only that, it should NOT interfere
with the ability of the Linux box to ping or be pinged.

The NIC is a 3Com combo ISA (plug-and-pray is disabled already) and
functions with no problems when running under OS/2.  Linux loads the
3C509 kernel module and uses the correct IRQ and base address (the same
config that OS/2 uses).  Ifconfig show that this interface is up,
functioning, and receiving/transmitting packets.  Since the network has
a whopping 3 machines on it, uses the typical private, Class C
(192.168.1.xxx) addressing scheme, and has _worked with Linux before_,
I cannot understand what would cause the Linux box to behave this way. 


For the curious:  A tcpdump shows that the machine is receiving packets
with no errors.  It just doesn't respond.  "x packets received by
filter, 0 dropped by kernel" . . .

Did I inadvertently configure IP filtering / firewalling?  I have
disabled any references to firewalling in the startup scripts, so this
should NOT be running.

Any ideas, suggestions, etc. would be greatly appreciated.

Regards,
Jeff



------------------------------

From: "barrem" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps,linux.dev.c-programming
Subject: New User: Need direction in tcpip programming in C
Date: Thu, 3 Jun 1999 10:46:38 -0400

I am a new Linux programmer (after years away from any programming) and need
some pointers on writing C programs that open TCPIP sockets...  (i.e.
programs that can make a call to a CGI script on another server).  Can
anyone point me to web page info or a good book?  I've checked out the Linux
Programmers Guide, but it only lists this as "not included here."

Many thanks..
Mike Barre



------------------------------

From: Eastern Commerce - Library 1 <[EMAIL PROTECTED]>
Subject: How to setup Samba in Redhat 5.2
Date: Thu, 03 Jun 1999 14:30:15 GMT

I am new to the Linux world.  Can someone post their successful
configurated smb.conf here?  I really need your help.

[EMAIL PROTECTED]


------------------------------

From: [EMAIL PROTECTED]
Subject: nmap kills my interface!
Date: Wed, 02 Jun 1999 21:16:21 GMT

I have a box with two adapters, [EMAIL PROTECTED]/24 (3c509) and
[EMAIL PROTECTED]/32 (realtek ne2000 pci). eth0 is connected to our lan,
eth1 to nothing at the moment, but soon to a DSL router.

When I use nmap (from another Linux box) to scan 192.168.0.201, the
interface goes dead. I can still ping it from the box itself, but it
cannot ping other PC's, and other PC's can no longer ping it. If I use
UserNet to restart eth0, it works again until I hit it with nmap. I'm
using nmap 2.2beta4-1 with the included GUI to perform the scan.
Settings are the startup defaults, SYN Stealth, TCP & ICMP, OS
Detection (nmap -sT -O 192.168.0.201)

Am I inadvertantly executing a DOS attack on my own server?

Help please..

Also, thanks to those responding to my earlier firewall/masquerading
post.

FF


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: george m hoffman md <[EMAIL PROTECTED]>
Subject: Re: Mars_Nwe & real netware servers
Date: Thu, 03 Jun 1999 09:39:52 -0500

this question has come up a lot in the last week.
the most liekly problem is that the ipx frame types are not the same for
the real netware servers and for the mars server.

'ifconfig' will tell you which frame types your linux box is running.

nwserve.conf specifies which frame types mars_nwe will run.  Some
unmodified config files default to ethernet_ii.

net.cfg on the client boxes (presumably DOS) will specifiy which frame
types the clients will use.  If not specified, often defaults to 802.2.
win95 ipx services use 'autoconfigure' which should detect all ipx frame
types.

I bet your clients aren't using frame type which mars is using.
I suggest changing your mars server to the primary frame type of your
existing networks (usually 802.2) unless you want to reconfigure all
your clients.  most people think the frame types 'should' be ethernet_ii
to co-exist with IP better.


--
George M Hoffman MD
Anesthesiology & Critical Care
Medical College of Wisconsin
Children's Hospital of Wisconsin
414-266-3388 (voice)
414-266-3563 (fax)
<[EMAIL PROTECTED]>



------------------------------

From: "Fong's" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.setup,hk.comp.os.linux,tw.bbs.comp.linux
Subject: Re: X-Win32, Crack Code ??
Date: Thu, 3 Jun 1999 22:48:22 +0800

The URL no work!!
Thanks!!
Fong's

Andrea Fanfani <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Wed, 2 Jun 1999 13:10:36 +0800, Fong's ha scritto:
> >Do the How to Crack the X-Win32 V.4.12
> >http://www.starnet.com/product.htm
> >
> www.bofh.net/~warez
>
>
>
> --
>  ------BEGIN GEEK CODE BLOCK-----
>  Version: 3.1
>  GS/U/CS d- s: a- C++(C+++) UL+++(UO++) P+>P++ L+++ E--- W(W+) N+(N++)
>  o? K? w-- O? M- V- PS++ PE Y PGP++ t 5? X R tv- b+ DI- D----
>  G++>G+++ e++ h-- r- y+
>  ------END GEEK CODE BLOCK------



------------------------------

From: "Fong's" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.setup,hk.comp.os.linux,tw.bbs.comp.linux
Subject: Re: Telnet using "root"
Date: Thu, 3 Jun 1999 22:50:42 +0800

Only I using the machine..
No access by Othter!!

Fong's

Paul Schultz <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On Tue, 1 Jun 1999 20:56:53 +0800, Fong's <[EMAIL PROTECTED]> wrote:
> >Can "root" to telnet and login?
> >I fail to login by root, but other account is ok..
> >
> >Thanks
> >Fong's
>
> This is a security feature, which I would recommend not changing.  If you
> want to login directly as root, use ssh.  If you absolutely must be able
> to telnet in as root: man securetty
>
> Paul



------------------------------

From: Steven Davis <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup,alt.periphs.pcmcia,comp.os.linux.hardware
Subject: Re: 3Com 3CXEM556 and pppd: working but sloooooow...
Date: Thu, 03 Jun 1999 18:25:49 -0700

I'm not an expert with modems but I had a similar problem a couple of years ago. The 
problem was the phone lines. I'm on GTE and the wiring where I live was
noisy and did not support fast connections. When I called the phone company they told 
me I needed catagory 5 wiring. (Sounds like 100baseT) Six months later
they made some changes at my home and I have not had any problems since. I normally 
connect at 45300. I don't know about catagory 5, but whatever they
changed solved the problem.

Hope this  helps!


------------------------------

From: "Fong's" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.setup,hk.comp.os.linux,tw.bbs.comp.linux
Subject: Re: X-Win32, Crack Code ??
Date: Thu, 3 Jun 1999 22:47:35 +0800

If want to play money , No need to post on here!!!

Idiot.

Fong's

Jim Henderson <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> You send money to StarNet Communications.  Idiot.
>
> You want commercial software, you have to PAY for it.
>
> Jim
>
> Fong's wrote:
> >
> > Do the How to Crack the X-Win32 V.4.12
> > http://www.starnet.com/product.htm
> >
> > That can Runing the X-Window on the Win95 & NT platform..
> > Is great , but no code can only work for one hour & cannot Login many
> > machine at same time....
> >
> > Hackers!! Help!!
> >
> > Send the code to me by [EMAIL PROTECTED]!!
> > Thanks,
> >
> > Fong's
>
> --
> Jim Henderson
> Novell Support Connection SysOp - http://support.novell.com/forums
>
> Homepage at http://www.bigfoot.com/~jhenderson (email instructions
> located here)
>
> Please note that as an NSC SysOp, I do not provide support for Novell
> products on a personal basis - if you need help with a Novell product,
> please post a reply in the public newsgroup or visit the Novell support
> forums at the URL above.



------------------------------

From: siseninc <[EMAIL PROTECTED]>
Subject: need help for CGI!
Date: Thu, 03 Jun 1999 20:13:20 -0400

Hi,
     I have a question here.
     I am using Linux and Apache as a Web server. But the CGI script
does not work whe the browser load the page. Is there any know can tell
me how to set it up? The CGI script on the server is working well when I
type "perl test.pl".  Thank you!



------------------------------

Date: 03 Jun 1999 22:18:00 +0200
From: [EMAIL PROTECTED] (Detlef Bosau)
Crossposted-To: de.comm.internet.routing
Subject: Re: Linux: ICMP Redirect, IP Source Routing unterdruecken

[EMAIL PROTECTED] meinte am 02.06.99
zum Thema "Re: Linux: ICMP Redirect, IP Source Routing unterdruecken":

> [EMAIL PROTECTED] (Detlef Bosau) writes:
> 
> 
> [... geloescht, um sich nicht in Details zu verlieren ...]
> 
> Abgesehen davon, dass ich bei SAP als Beispiel blieb (von dessen
> Einsatz ich keine Erfahrung habe, und daher auch die Sinnhaftigkeit
> von SAP-Routern in Kombination mit IP-Routern nicht beurteilen

Ach so ;-)

Naja, SAP R/3 ist ja auch nicht weiter wichtig. SAP R/3 und
BAAN sind zwei kleinere Produkte in der EDV Landschaft.
Wenn Du die beiden beide nicht kannst, ist das verschmerzbar ;-)

Detlef
--
Detlef Bosau                                    [EMAIL PROTECTED]

Bienroder Weg 79                                Tel.: +49 531 303383
                                                D2:   +49 172 6819937
38106 Braunschweig, Germany                     Fax:  +49 531 303364
         >>>> PGP Public Key als Empfangsbestaetigung <<<<
## CrossPoint v3.1 R ##

------------------------------

From: Sam <[EMAIL PROTECTED]>
Subject: su under ssh connection
Date: Thu, 03 Jun 1999 21:28:24 -0400

Kind of figuring out how to use ssh to optimal effect.

I'm using the US version of ssh-1.2.26 on RH5.2 on a 486.

I ssh in as $USER, no problem.

I enter su to become superuser, no problem.

But when I want to use su to do some stuff for some of the users
(actually to run ssh-keygen for them),

%su $NEW_USER

i get:

shell-init:  could not get current directory


anyone know what's going on?  Please e-mail me as well.  Thanks.


--
Sam Brown
[EMAIL PROTECTED]




------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to