Linux-Setup Digest #747, Volume #20               Sun, 4 Mar 01 06:13:11 EST

Contents:
  Re: Do daemons corrupt system security? (John Sage)
  "my linux doesnt boot :("  --newbie ("Ramesh A A")
  Re: How-to- Linux on Unix?? (Raymond Russell)
  Telnet Help ("O'Banion")
  Telnet Help ("O'Banion")
  Re: Disabling Telnet (Silviu Minut)
  Re: "my linux doesnt boot :("  --newbie (Paul Colquhoun)
  modules problem (Andrew Kae)
  Test if mount was a sucess from shell script? (Ken Williams)
  Re: modules problem (Zed)
  Installation Problem (FrOgGy)
  Changing video setup (Matthew Borkowski)
  Re: crc errors at boot (Greg Walrath)
  Re: Test if mount was a sucess from shell script? (Michael Heiming)
  Re: boot problem: LIL- ("Eric en Jolanda")
  Re: Test if mount was a sucess from shell script? ("Peter T. Breuer")
  I know I'm boring. . . but ("Stevie T")
  Re: Installing 2.4.2 to RH7.0, problems with PPP ("Peter T. Breuer")
  Re: how to setup DDNS? ([EMAIL PROTECTED])
  Re: Netgear FA310 Drivers? (Duncan Martin)
  Re: Help, I don't understand compiler error for 2.4.2 ("Peter T. Breuer")
  Mail problem (Red Hat 6.1) (Phillip Geiger)
  Re: xatitv not working (Glitch)

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

From: John Sage <[EMAIL PROTECTED]>
Subject: Re: Do daemons corrupt system security?
Date: Sun, 04 Mar 2001 05:03:48 GMT

Erik:

Erik Leunissen wrote:

> L.S.
> 
> I've got some software (which manages licenses for licensed software),
> which consist of two daemons. The documentation of this software
> repeatedly an strongly disencourages to run these daemons as user root
> because - in general - doing so, constitutes a system security risk.

I'll just take a wild guess here: if these daemons are involved with
licensing management, they may be communicating via the internet to
the "mother ship" as it were: some company's web site or whatever..

If they're communicating, they're opening a port on your machine via
its current IP address; if a cracker knew what IP and port, bingo!
you've got a potential major security hole, made worse by the fact
that their daemons can be run as root.

Thus the suggestion that you *not* run 'em as root.

It would be interesting to say:

"tcpdump -vv -i [whatever_your_exterior_interface]"

and watch what/how often they're communicating.

Again, this is a wild guess..

- John

--
John Sage
FinchHaven, Vashon Island, WA, USA
http://www.finchhaven.com/
mailto:[EMAIL PROTECTED]
And remember: it's spelled l-i-n-u-x, but it's pronounced "Linux"


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

From: "Ramesh A A" <[EMAIL PROTECTED]>
Subject: "my linux doesnt boot :("  --newbie
Date: Sat, 3 Mar 2001 23:27:10 -0600

hi,
   i have a win + linux installed on my machine, and the problem is i used a
boot disk to boot linux and now my bootdisk wont work :(( is there any other
way i can boot my machine up?
i tried loadlin but its asking for the image file name which i dont know.
>loadlin vmlinuz /dev/hda8 didnt work. it gave a "kernel panic (cant load
filesystem error)
 can some one bail me on this?
thanks.
ramesh
here is my partition info:
/dev/hda6 contains boot partition
/dev/hda7 swap
/dev/hda8 root and others.
the system is a RH 7.0 and i dont know the kernel version no:  :(




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

From: Raymond Russell <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux.caldera,comp.os.linux.hardware
Subject: Re: How-to- Linux on Unix??
Date: Sun, 04 Mar 2001 00:32:40 -0500

Ron Wigmore wrote:
> 
> Do you mean running both at the same time?
> 
> Closest to what you may be asking for is "vmware".  It'll let you run
> multiple Intel based O/S's concurrently. eg. Windows and Linux or
> Caldera Linux and Turbolinux - you could even create a whole network of
> virtual Linux's running on a single PC (if your hardware was powerful
> enough) to simulate your real network configuration.
> 
> The software for UNIX like Solaris and AIX will not run on Intel
> (hardware) systems.

Solaris?  Hmm I could have sworn I have Solaris on this machine.


-- 
Ray Russell
Caldera eDesktop 2.4 Helix GNOME Desktop
http://users.ntplx.net/~ray1083

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

From: "O'Banion" <[EMAIL PROTECTED]>
Subject: Telnet Help
Date: Sun, 04 Mar 2001 05:29:26 GMT

I'm new to the whole Linux world, and I'm trying to enable Telnet on my
Linux Box.  I know this may sound like a silly problem, but if anyone can
give me any advice, I would greatly appreciate it.  I am running Debian 2.2.

Thanks



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

From: "O'Banion" <[EMAIL PROTECTED]>
Subject: Telnet Help
Date: Sun, 04 Mar 2001 05:32:16 GMT

I'm new to the whole Linux world, and I'm trying to enable Telnet on my
Linux Box.  I know this may sound like a silly problem, but if anyone can
give me any advice, I would greatly appreciate it.  I am running Debian 2.2.

Thanks



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

From: Silviu Minut <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,linux.redhat
Subject: Re: Disabling Telnet
Date: Sun, 04 Mar 2001 00:37:01 -0500

telnetd is managed by xinetd in RH7 (inetd in older versions). xinetd is
running and when a telnet request comes in, it starts in.telnetd, which handles
the connection. Look in /etc/xinetd.d. I think the telnet server is not enabled
by default in RH7, but if it is, put

disable = yes

in /etc/xinetd.d/telnet. You might as well uninstall the telnet-server rpm
alltogether. Similarly for other daemons managed by xinetd.


Mark Bennett wrote:

> Hi,
> I'm just learning how to set up a Linux server and would like to know how I
> can disable the telnet services?  I run a RedHat 7.0 box, which comes with
> SSH already installed and operating.  I would much rather run SSH than
> telnet.  Can anyone tell me what I can do to shut telnet off, or at the very
> least block access to it from other computers on the Internet?  Thanks,
>
> -Mark


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

From: [EMAIL PROTECTED] (Paul Colquhoun)
Subject: Re: "my linux doesnt boot :("  --newbie
Reply-To: <[EMAIL PROTECTED]>
Date: Sun, 04 Mar 2001 06:48:09 GMT

On Sat, 3 Mar 2001 23:27:10 -0600, Ramesh A A <[EMAIL PROTECTED]> wrote:
|hi,
|   i have a win + linux installed on my machine, and the problem is i used a
|boot disk to boot linux and now my bootdisk wont work :(( is there any other
|way i can boot my machine up?
|i tried loadlin but its asking for the image file name which i dont know.
|>loadlin vmlinuz /dev/hda8 didnt work. it gave a "kernel panic (cant load
|filesystem error)
| can some one bail me on this?
|thanks.
|ramesh
|here is my partition info:
|/dev/hda6 contains boot partition
|/dev/hda7 swap
|/dev/hda8 root and others.
|the system is a RH 7.0 and i dont know the kernel version no:  :(


If the other OS is NT, try using BootPart, which can be found at
http://www.winimage.com/bootpart.htm


-- 
Reverend Paul Colquhoun,      [EMAIL PROTECTED]
Universal Life Church    http://andor.dropbear.id.au/~paulcol
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
xenaphobia: The fear of being beaten to a pulp by
            a leather-clad, New Zealand woman.

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

From: Andrew Kae <[EMAIL PROTECTED]>
Subject: modules problem
Date: Sun, 4 Mar 2001 02:01:14 -0500

Hello everyone,

I just compiled a new 2.4.2 kernel and I'm having some difficulty setting
up the modules correctly.  For some reason my modules.dep file in
/lib/modules/2.4.2 is empty.  I've made kernels before and this never
happened before.

The steps i did were

=> make mrproper
=> make menuconfig
=> make bzImage
=> make modules
=> make modules_install

and the modules are in /lib/modules/2.4.2, it's just that that modules.dep
is blank.  Is there a quick way to generate this file?  I tried making the
modules and then installing them again but it's still blank.

thanks


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

From: [EMAIL PROTECTED] (Ken Williams)
Crossposted-To: comp.os.linux.misc
Subject: Test if mount was a sucess from shell script?
Date: Sun, 04 Mar 2001 07:07:05 GMT

I'm trying to mount a drive before I do something, does anyone know how I can 
test to see if the mount was sucessfull from a bash shell script?

Thanks.

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

From: Zed <[EMAIL PROTECTED]>
Subject: Re: modules problem
Date: Sat, 03 Mar 2001 23:08:12 -0800

Andrew Kae wrote:
> 
> Hello everyone,
> 
> I just compiled a new 2.4.2 kernel and I'm having some difficulty setting
> up the modules correctly.  For some reason my modules.dep file in
> /lib/modules/2.4.2 is empty.  I've made kernels before and this never
> happened before.
> 
> The steps i did were
> 
> => make mrproper
> => make menuconfig
> => make bzImage
> => make modules
> => make modules_install
> 
> and the modules are in /lib/modules/2.4.2, it's just that that modules.dep
> is blank.  Is there a quick way to generate this file?  I tried making the
> modules and then installing them again but it's still blank.
> 
> thanks

depmod -a

.- --- ---

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

Subject: Installation Problem
From: [EMAIL PROTECTED] (FrOgGy)
Date: Sun, 04 Mar 2001 07:30:28 GMT

        I just dled the personal of SUSE 7.0 ISo's and they go on 4 CD's.... I 
use a bootdisk to run install.  I have an 800mhz AMD, with 256megs of ram, 
and when i try to install.... when i put in the first CD, it starts 
loading.... puts all the info into the Ramdisk.... then the scrolling block 
goes to the next line and just blinks.... I pressed after a while Alt+F4 and 
it started Scrolling (Kmod: failed to exec /sbin/modprob -s -k binfmt -464, 
noerror=8)
i was wondering if anyone knew why Suse won't install into my computer.... 
and it was off a mirror of SUSE.com.. thx if you would help me..
I've got an Asus7 motherboard,a USB logitech mouse, and as you saw enough ram 
for it to load into ram... i used YAst2 for the install.. and the other one i 
not sure what the name of it was.... so thx if you could help :)

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

Date: Sun, 04 Mar 2001 02:35:18 -0500
From: Matthew Borkowski <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Changing video setup

I have just finished install Linux (BestLinux) but when the graphical
Linux (the KDE) runs, I get the error 'no screens found'. I know what
this error means, but I do not know, however, how to change the video
setup I choose during the install program. This is probably a simple
question, but this is the first time I ever used Linux, and I only know
how to a few things when running in just text mode.

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

From: Greg Walrath <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.redhat
Subject: Re: crc errors at boot
Date: Sat, 03 Mar 2001 23:38:01 -0800

In article <AOwn6.10738$I5.287787@stones>,
 "Robert Jenkins" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I seem to remember having a similar problem to this with an older version of
> RedHat on one particular machine.
> 
> As far as I remember, I reset the CMOS Setup to it's 'safe' option and
> everything worked fine, so I tweaked one setting at a time to get the
> essentials back (cacheing etc).
> 
> Hope this is some help,
> 
> Regards,
> 
> Robert Jenkins.
> 
> 
> 
> 

Well, that's an option someone else came up with when they ran in to the 
exact same problem getting TurboLinux 6.0.2 to run on their machine, 
which I also can reproduce. he solved it by turning off the Level 1 
cache through the CMOS; unfortunately, I don't have that option in my 
Dell BIOS settings.

-- 
Greg Walrath
Dont' include the no.spam. in replies!

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

Date: Sun, 04 Mar 2001 08:36:20 +0100
From: Michael Heiming <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Test if mount was a sucess from shell script?

Ken Williams wrote:

> I'm trying to mount a drive before I do something, does anyone know how I can
> test to see if the mount was sucessfull from a bash shell script?
>
> Thanks.

Hello,

you could use something like this:

if ! grep "/your_mountpoint" /etc/mtab > /dev/null;then echo "is not
mounted";else echo  "is mounted";fi

Good luck

Michael Heiming



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

From: "Eric en Jolanda" <[EMAIL PROTECTED]>
Subject: Re: boot problem: LIL-
Date: Sun, 4 Mar 2001 09:12:28 +0100

> I've been saying this for YEARS, but the LILO concept is inherently
flawed.

Why?

> Yes, it works on most machines but not ALL machines, while DOS does. I've
been

DOS? on all machines? You mean all intel machines?

> using Linux since 1994 but I never use LILO to light off my box. I light
my
> box off with Loadlin, in which case I'm a hardcore Slackware fan.
>

I've been using linux and lilo for three years now, and it never failed me.
I have seen some weird setups, but none that lilo couldn't handle.

Eric



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

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Test if mount was a sucess from shell script?
Date: Sun, 4 Mar 2001 08:53:15 +0100

In comp.os.linux.misc Ken Williams <[EMAIL PROTECTED]> wrote:
> I'm trying to mount a drive before I do something, does anyone know how I can 
> test to see if the mount was sucessfull from a bash shell script?

the return value from mount will tell you. So will the text output from
mount (but reading /proc/mounts directly will be preferable).

Peter

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

From: "Stevie T" <[EMAIL PROTECTED]>
Subject: I know I'm boring. . . but
Date: Sun, 4 Mar 2001 08:55:14 -0000

Please see my previous post called:

How do I get my hard disk to boot Win 2000 again? (03/03/01)

I get this message when selecting 'windows' from Grub.

  Booting `windows`

root (hd1,0)
 Filesystem type is fat, partition type 0xb
map (0x81) (0x80)
map (0x80) (0x81)
makeactive
chainloader +1

NTLDR is missing
Press any key to restart

Any help would be appreciated!

Steve



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

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions
Subject: Re: Installing 2.4.2 to RH7.0, problems with PPP
Date: Sun, 4 Mar 2001 09:57:25 +0100

Christos Dimitrakakis <[EMAIL PROTECTED]> wrote:
> Then I got the latest kernel and I tried to compile it (gcc2.69)

You can't. That's not a kernel compiler (not a compiler worth anything
..). Get gcc 2.7.2 or 2.8.1 or 2.9.5 and compile the kernel.

Peter

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

From: [EMAIL PROTECTED]
Crossposted-To: 
alt.comp.linux,comp.os.linux,comp.os.linux.admin,comp.os.linux.networking,comp.os.linux.questions,comp.os.linux.redhat
Subject: Re: how to setup DDNS?
Date: 4 Mar 2001 09:43:48 GMT

In comp.os.linux.admin Valeres <[EMAIL PROTECTED]> wrote:
> DDNS is dynamic DNS. Its microsofts way of introducing a WINS type of name
> resolution to a multiplatform environment. Dont quote me on this but I think
> DDNS is only available on a Win2k Server box.

This definition is way to simple.

DDNS stands for Dynamic Domain Name Service and is an IETF activity.

MS once did a 'hack' that connected their propetary WINS stuff with their
propetary alterated version of DNS. It happened to be (partly)acceccible from 
teh "real" dns world.

The possibility to update a DNS server with DNS messages has been around
since bind-8.2 It has not been widley used becouse of it's security effects
( om meybe better - lack of security ).

With w2k ms had ditched WINS amd uses DNS as transporter of Active Directory,
and subsequently has a version of a nameserver. It seems to cooperate with
IETF standards on most issuses, but it also uses undocumented features
that makes life wuth AD more bearable. Those features is not compatible
with the IETF standards we know as DNS.

Peter h


> "THEHACKERS FEST" <[EMAIL PROTECTED] and [EMAIL PROTECTED]> wrote in message
> news:97r4tt$pdv$[EMAIL PROTECTED]...
>> What is DDNS ;) ?? do you mean DNS by any chance ;)
>>
>>
>> "tin" <[EMAIL PROTECTED]> wrote in message
>> news:3aa0098c$[EMAIL PROTECTED]...
>> > may i know how to setup DDNS  in my office bind server?
>> > I using RH 7.0
>> >
>> > i want to update my win2k and win98 client IP
>> >
>> > i want to dynamic update from my home computer
>> >
>> > thx
>> >
>> >
>> >
>>



-- 
Peter H�kanson               Phone     +46707328101       Fax +4631223190
IPSec sverige                Email      [EMAIL PROTECTED]  
"Safe by design"             Address    Bror Nilssons gata 16  Lundbystrand
                                        S-417 55  Gothenburg   Sweden         

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

From: Duncan Martin <[EMAIL PROTECTED]>
Subject: Re: Netgear FA310 Drivers?
Date: Sun, 04 Mar 2001 09:51:10 +0000

Hi,
        The FA311s are totally different cards to the 310s.  Whilst the 310s
are based on Digital/Tulip 21041 chips the FA311/312 cards use National
Semiconductor DP83815.  
Source: http://www.openbsd.org/i386.html

        I've no idea if the 311s will work in Linux or not, although my 310 did
detect fine as a 21041 under Mandrake 6.1.

re,
Duncan
"just my opinions"

andi smart wrote:
> 
> I have FA311s - I'd be grateful for this info too :-)
> 
> On Fri, 02 Mar 2001 16:54:42 GMT, "Scot Mc Pherson"
> <[EMAIL PROTECTED]> wrote:
> 
> >Anyone know how to get this card recognized and running? I am not having
> >much success with it.
> >
> >--
> >Scot Mc Pherson
> >N27� 19' 56"
> >W82� 30' 39"
> >
> >
> >
> >
> >
> 
> "A single open mind, can open any door" Sonia Rutstein

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

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Help, I don't understand compiler error for 2.4.2
Date: Sun, 04 Mar 2001 10:16:36 GMT

dangerouse <[EMAIL PROTECTED]> wrote:
> I'm using gcc-2.95.2 to build a kernel for 2.4.2.  I got the same error
> using gcc-2.7.3.2.  I need USB hard drive support and can't find a boot
> disk that will work.  I've compiled kernels before but have never gotten
> a compiler error.  This happened during make bzdisk.  Give me a hint.
> Is my hardware too old (486 upgraded to Pentium)?  Here's the error
> message:

> gcc -D__KERNEL__ -I/sweet/root/linux/include -Wall -Wstrict-prototypes
> -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe
> -mpreferred-stack-boundary=2 -march=i386    -c -o binfmt_aout.o
> binfmt_aout.c
> {standard input}: Assembler messages:
> {standard input}:1126: Error: operands given don't match any known 386
> instruction
> {standard input}:1126: Error: operands given don't match any known 386
> instruction

If this is the same error message each time, then it appears to be a
compiler error (or malformed source file). Try again with -O1 on that file.
Try with egcs 2.91.66, which I think (frm memory) is the approved 2.4
compiler. If no joy and the file is OK, then it is a coding error in
the source.

And try leaving out a.out bin support. Surely you don't need it!

Peter

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

From: Phillip Geiger <[EMAIL PROTECTED]>
Subject: Mail problem (Red Hat 6.1)
Date: Sun, 4 Mar 2001 10:20:59 +0000 (UTC)

I'm having some (but not all) email sent from an autoresponder
CGI on my Red Hat 6.1 workstation bounce.

The bounced mail usually includes something like:

Diagnostic-Code: SMTP; 501 5.1.8 <[EMAIL PROTECTED]>... 
Domain of sender address [EMAIL PROTECTED] does not exist

If I use pine to send email from a user account, it arrives with 
[EMAIL PROTECTED] as the sender.  No problems.

What config file needs to be tweaked so that messages are sent from
  [EMAIL PROTECTED]
instead of
  [EMAIL PROTECTED]

Any help would be appreciated.  Thank you.


-- 
Phil Geiger
[EMAIL PROTECTED]

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

Date: Sun, 04 Mar 2001 03:13:32 -0500
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: xatitv not working

chris humphrey wrote:

> I am trying to get my ATI TV tuner to work in linux, not having much
> luck.
> 
> I built a new kernel (2.2.17-21) made sure the linux video was on (as a
> module).

you don't need any modules loaded, at least not with gatos 0.0.4

which video card do you have exactly? Make sure your tv tuner is 
supported by Gatos in the first place. It doesn't support all ATI tv 
tuners. You may have one it doesn't support.

> 
> installed the kernel (I know I installed the right one because it no
> longer needs the scsi module, I compiled it into the kernel).
> 
> But I get the same message I got before.  Which is:
> # xatitv
> Shared memory segment exists - opening as client
> Stale lock on WRITE_BUFFER
> Stale lock on OVERLAY
> Stale lock on TUNER
> GATOS: No ATI PCI/AGP Cards ?
> GATOS: gatos_inita(): Invalid argument
> xatitv: gatos_init(): Invalid argument
> 
> can anyone help me?
> 
> my installation is Mandrake 7.2.
> 
> Also, whenever I try to run gatos-conf I get a core dump, I did change
> the settings in the /etc/gatos.conf file.
> 
> not sure where to go now!  please help if you can.
> -chris


this is the relevant parts of my gatos.conf file, remember, this is for 
gatos 0.0.4

# Change to (full) amount of video RAM on your card !
videoram        8192            # Total size of video memory in kilobytes.
# Change to amount of video RAM you've reserved for GATOS !
# See also XF86Config.sample.
buffermem       600             # Size of reserved video memory in 
kilobytes.


U should probably post yours too.


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


** 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 by posting to comp.os.linux.setup.

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-Setup Digest
******************************

Reply via email to