Linux-Setup Digest #8, Volume #20 Fri, 10 Nov 00 03:13:09 EST
Contents:
Getty disables 'shutdown -r now': a strange problem ([EMAIL PROTECTED])
Re: Memory reported wrong by Linux ([EMAIL PROTECTED])
RedHat and Linux in a USB Harddrive (dangerouse)
Re: Making Boot Disk
Re: Inspiron setup and Disk use (Dan Amborn)
Re: Making Boot Disk ("Peter T. Breuer")
Re: Linux SendMail Problem - Internet Email Address Rejected (J Sloan)
Re: Memory reported wrong by Linux (Curtis Newton)
Re: how to set man path? (Nevin Wong)
Re: lvs.cf question (Bruno Wolff III)
Re: lvs.cf question (Bruno Wolff III)
Fetchmail problem on RH7 (Mark R. Holbrook)
Re: Fetchmail problem on RH7 (Mark R. Holbrook)
Re: hacker...beware ("madrat")
1 server, 4 gateway ([EMAIL PROTECTED])
Problem with group rights and Netscape Composer (Clark Ashton Smith)
Re: HELP: Dual OS: Win2000 and Redhat 7.0 (Eric)
Re: lilo not automatically start (Eric)
Re: lvs.cf question ("Tin")
ipvsadm question ("Tin")
Re: NEWBIE QUESTIONS! (sort of!) (Eric)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Getty disables 'shutdown -r now': a strange problem
Date: Fri, 10 Nov 2000 02:17:24 GMT
I run into a strange problem when using getty.
In order to connect a serial console to COM2
on my Linux box A (/dev/ttyS1), I added a entry
7:2345:respawn:/sbin/getty ttyS1 9600 vt100
to /etc/inittab.
There was no problem to set up the serial console.
(I used minicom on another Linux box.)
However I got 2 problems:
(1) I keep getting 'getty respawning too fast, disable
for 5 mintues'
(2) When I telnet onto my Linux box A and then
use 'shutdown -r now' to reboot it, it doesn't
take effect if I disconnected the serial cable from the
serial port. The runlevel did change to 6, because
'runlevel' returns '3 6'. I can still do anything
from the telnet session. 'shutdown -r now' seems
to be ignored except the runlevel changed to 6.
Strangely, if I put the serial cable back to the
serial port, from the serial console, you can see
the system started to reboot:
"Stopping the keytable... [OK]"...
I don't have this problem if I did not add the entry
in /etc/inittab. Telneting onto the box A and 'shutdown -r now'
worked just fine.
Anybody has hint for this ?
Thanks in advance.
-Song
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware
Subject: Re: Memory reported wrong by Linux
Reply-To: [EMAIL PROTECTED]
Date: Fri, 10 Nov 2000 02:41:39 GMT
All the more reason not to use LinSUx.
Robbo
On Thu, 09 Nov 2000 19:50:19 -0600, "Clifton T. Sharp Jr."
<[EMAIL PROTECTED]> wrote:
>[EMAIL PROTECTED] wrote:
>> Windows seems to be able to recognize all the memory in my machine
>> fine. So does BEOS.
>> Why can't Linux manage this?
>
>Probably because Linus can't call 100,000 hardware makers and scare them
>by saying "if you don't give me full documentation on your products, then
>100,000,000 PCs around the world won't be able to use it."
------------------------------
From: dangerouse <[EMAIL PROTECTED]>
Subject: RedHat and Linux in a USB Harddrive
Date: Thu, 09 Nov 2000 20:16:00 -0700
I want linux on my Sony Viao F series laptop on a USB harddrive. Has
anyone tried that yet? Slackware says they can NOT do it. What about
RedHat? Can I install RedHat from the CDROM to the USB Harddrive?
Thanks, Roger
------------------------------
From: <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Making Boot Disk
Date: 10 Nov 2000 03:23:54 GMT
I ran into this problem several times before I finally figured out what
was happening. I was using a different distribution, but that's not
part of the issue.
When a kernel is created, it has some default values built into it. The
kernel can be loaded several different ways. One way is to write it in
binary mode to a floppy diskette. Another is to use a boot loader. The
boot loader allows you to choose what partition you are going to boot
and, if it's a good boot loader, like "lilo", will also allow you to
pass override parameters to the kernel.
Regardless of how the kernel is loaded, it has to know what device has
the root file system on it. Linux, like all *nix, has a single-rooted
file heirarchy. In DOS, you have drive A:, B:, ... Z: each of which
has its own root directory.
In Linux, there's only one "root directory". It's on the root device.
Various physical disks are grafted into a directory tree
at mount points. But the tree has to have a root somewhere. What's
happening with the kernel panic, is that the kernel is getting loaded
from the floppy, and it thinks the root directory (root device) is
supposed to be /dev/hda20 (3:20 = hda20?). When the kernel goes out
to mount the root file system, it doesn't find the root file system
(root directory) it wants and it goes into a "panic".
What you need to do now is to override the default setting in the
kernel so that it expects to find the root file system on the actual
device where you installed the root file system. Either that, or you
need to use a boot loader that allows you to pass parameters to the
kernel. Kernel parameters passed this way will override the default
parameters in the kernel. You can tell your boot loader to ignore the
root device pointed to by the kernel, and
to use the file system on /dev/hdb5. It will be
quite happy. Or you can boot with a kernel that has /dev/hdb5 set
for its default.
I don't know much about NT, but from what I've read, you can use
NT loader to boot Linux as well as NT. That would allow you to have
a boot menu started from the hard drive. Pretty nice, useable
solution. To make it work smoothest, modify the kernel to look for
the root file system on /dev/hdb5. That doesn't take a recompile.
There's a utility called "rdev" that changes the root device
pointer in the kernel. There are a couple other items you can
change in the kernel using this utility, so I recommend you use
"man rdev" to get the low-down on it.
Once you've used rdev to modify the root device pointer in the
kernel, you won't get kernel panic anymore. You will also want to
consider swapdev, etc. ("man rdev" explains this) and the other
kernel settings. With the proper minor adjustments, you will be
able to boot using any of the popular methods. (NT boot loader,
floppy with raw kernel, floppy with lilo, OS2 loader, loadlin, ...)
If you like booting from a floppy, you might consider installing
just the lilo boot loader on the floppy. It takes only a second to
load. Much faster than the 10-20 seconds it takes to load the
entire kernel from a floppy.
Good luck.
-- Gene Wiggins
-- [EMAIL PROTECTED]
In comp.os.linux.setup Jason Rugar <[EMAIL PROTECTED]> wrote:
> I installed RH 7.0, however I want to have this drive as a primary slave
> to my NT install which is on the primary master. When I use the boot
> disk it gives a kernel panic cannot mount 3:20 or something....
> Am I entering in the wrong parameters eg linux /dev/hdb5 upon boot?
> Do I have to edit the lilo.conf to reflect that it is now the primary
> slave?
> Any ideas as to what I would have to add to the lilo.conf file?
> ps I want to continue to use ntloader. And use a boot disk when I want
> to use RH linux.
> Thanks for any assistance possible
> ------------------------------------
> -----=====smile=====-----
> ------------------------------------
------------------------------
From: Dan Amborn <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware,comp.os.linux.portable
Subject: Re: Inspiron setup and Disk use
Date: Thu, 09 Nov 2000 21:35:59 -0600
Reply-To: [EMAIL PROTECTED]
On Wed, 08 Nov 2000 22:26:15 -0800, Joe Cao <[EMAIL PROTECTED]> wrote:
>Hello,
>
>I just installed a redhad 7.0 on my Dell Inspiron 4000. I setup the X
>window fine. But I don't know which server it uses, XMarch64?
>How can I know that? Now the problem is whenever I move mouse or hitting
>
I have an inspiron 5000e which is uses the same video chipset except
mine is 16meg. My XF86Config shows this
# The svga server
Section "Screen"
Driver "svga"
Device "ATI Rage 128 Mobility"
Monitor "Laptop Screen"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"=20
ViewPort 0 0
EndSubsection
EndSection
# The accel server
Section "Screen"
Driver "accel"
Device "ATI Rage 128 Mobility"
Monitor "Laptop Screen"
DefaultColorDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"=20
ViewPort 0 0
EndSubsection
EndSection
>arrow keys (in X window
>or not), I can hear a low zzzzzz... clicking sound. It
>doesn't seem to be from
>the speaker, because when I plug in the headphone, I
>can still hear it. Is it a problem the notebook? When I use windows, I
>don't hear it. Also when I am running
>"x11perf -pointer", I don't hear it also. But after
>the "x11perf" window disapperas, the sound comes back. It's very
>annoying. Please let me know how to fix it.
>
I don't know what you mean by x11perf. My pointer on my laptop works
great. No erratic movement and no noise like you are hearing. Since I
am cutting and pasting out of my XF86Config here is the my mouse
section.
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
>The second question. Seems like the system (Gnome on Redhat 7.0)
>constantly
>writes to hard disk. I can hear the disk operation every 5 seconds or
>so while
>the system is idle. How do I
>find out what's being writing or read from the disk? How do I disable
>it? I don't
>think the system has to use the disk that much.
>
>Thanks a lot!
>
>Joe
I have noticed the disk doing a lot of swapping once in a while but not
every 5 min. I am running KDE 2 final not Gnome too. Possible Gnome
issue?
Just passing through and decided to give you my $0.02 worth. =20
--
Dan Amborn
[EMAIL PROTECTED]
Yoda of Borg are we: Futile is resistance. Assimilate you, we will.
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: Making Boot Disk
Date: 10 Nov 2000 04:18:58 GMT
In comp.os.linux.misc [EMAIL PROTECTED] wrote:
: from the floppy, and it thinks the root directory (root device) is
: supposed to be /dev/hda20 (3:20 = hda20?). When the kernel goes out
That'll be /dev/hda32. It's hex. Hey, maybe it's octal!
: I don't know much about NT, but from what I've read, you can use
: NT loader to boot Linux as well as NT. That would allow you to have
You can, using the "copy lilo boot sector to boot.ini file" technique.
: the root file system on /dev/hdb5. That doesn't take a recompile.
: There's a utility called "rdev" that changes the root device
Sure does.
Peter
------------------------------
From: J Sloan <[EMAIL PROTECTED]>
Crossposted-To:
alt.os.linux,alt.os.linux.slackware,aus.computers.linux,comp.mail.sendmail,comp.os.linux,comp.os.linux.admin,comp.os.linux.misc
Subject: Re: Linux SendMail Problem - Internet Email Address Rejected
Date: Fri, 10 Nov 2000 04:38:07 GMT
JP wrote:
> We are running Linux Slackware with SendMail installed. Both internal and
> external email has been running well.
Well, first thing to clear up is, could you compare and contrast
"SendMail" with sendmail? what are the differences, what are
the similarities, and where did you get "SendMail"?
jjs
------------------------------
From: Curtis Newton <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: Memory reported wrong by Linux
Date: Thu, 09 Nov 2000 21:43:47 -0700
Reply-To: [EMAIL PROTECTED]
>
>[EMAIL PROTECTED] wrote:
> Windows seems to be able to recognize all the memory in my machine
> fine. So does BEOS.
> Why can't Linux manage this?
This shouldn't be a problem on newer kernel's, but.....also, when I
upgraded my BIOS (I have an Abit board), the problem went away.
However, this is a classic FAQ. The BIOS standards for memory query
(Int 12h?) don't support the return of more than 64Mb of RAM. There
are a number of different mechanisms for doing this on different
chipsets, and some were "dangerous" (in the sense that they might
hang some systems with a different API/BIOS).
So, Linux didn't support automatic detection of more than 64Mb on most
systems until very recently (2.0.36?).
You've always been able to over-ride this with a kernel parameter. As
you may know from my earlier articles or from the LILO man pages you
can pass parameters to the Linux kernel using an append= directive in
your /etc/lilo.conf file (and subsequently runing /sbin/lilo, of
course) or by manually appending the parameters on the command line at
the LILO prompt (or on the LOADLIN.EXE command line).
To do this with lilo.conf you add lines of the form:
append="mem=128M"
-
--
===================================
Curtis Newton
cnewton<remove-me>@akamail.com
http://mypage.org/cnewton
===================================
Due to USENET spamming, I had to modify
my reply to email address.
Please delete "remove-me" to reply.
By US Code Title 47, Sec.227(a)(2)(B), a computer/modem/printer meets
the definition of a telephone fax machine. By Sec.227(b)(1)(C), it is
unlawful to send any unsolicited advertisement to such equipment. By
Sec.227(b)(3)(C), a violation of the aforementioned Section is
punishable by action to recover actual monetary loss, or $500, whichever
is greater, for each violation.
------------------------------
From: Nevin Wong <[EMAIL PROTECTED]>
Subject: Re: how to set man path?
Date: Fri, 10 Nov 2000 13:07:29 +0800
bash > man man
No manual entry for man
Tried that a thousand times... still the same result.
bash > man --path
bash >
That is, no result... no path for man
bash> ./makewhatis -v /usr/share/man
...
...
try again, still no man pages.
have tried reinstalling the man-1.5h1-10j1-src.rpm, and turns out to be
the same.
Checked the permissions of the man pages, and they are okay. The whatis
file in /usr/share/man has data. I think the main problem is man --path
returns nothing... really desperate now...
Yours,
Nev
Daryl Fonseca-Holt wrote:
>
> Oops. I read your original post again and see I may be heading in the wrong
> direction. The MANPATH variable is not set at all in my system! Then I noticed
> you are trying the whatis command. whatis uses a database built by a cron job
> that invokes 'makewhatis -w'. makewhatis is a shell script that lives in
> /usr/sbin/makewhatis on my system. You might want to look at the script. The -w
> switch causes makewhatis to issue a 'man --path' to detemine the paths to your
> manpages. You might want to try that command and see if it shows the same thing
> as your /etc/man.config. If it doesn't, you might want to recompile the man
> package.
>
> Does 'man man' work?
>
> On Thu, 09 Nov 2000 12:06:06 +0800, Nevin Wong <[EMAIL PROTECTED]> wrote:
> >Daryl Fonseca-Holt wrote:
> >
> >> Check your /etc/man.config. It should look something like this, minus my
> >> directory customizations. Also, check the /usr/man, etc. directories to make
> >> sure you haven't wiped them out:
> >>
> >
> >I have checked it, everything in /etc/man.conf seems to be okay. The MANPATH
>settings seems to be okay, and all the man files are there in the man path. I have
>not wiped out anything.
> >
> >But man is still not working.
> >
> >What could go wrong? Is there some reason that /etc/man.config is not used by the
>system?
> >
> >Yours,
> >Nev
> >
--
=========================================================================
Nevin Wong @_@ | Department of Computer Science and
Engineering
[EMAIL PROTECTED] | Chinese University of Hong Kong, Year 3/3
Nevolution Sci-fi & Mecha Model Making | http://nev.hello.to/
The Model Making Ring |
http://modelmakingring.hello.to/
------------------------------
From: [EMAIL PROTECTED] (Bruno Wolff III)
Crossposted-To:
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions,comp.os.linux.security
Subject: Re: lvs.cf question
Date: 10 Nov 2000 05:42:16 GMT
On Fri, 10 Nov 2000 06:55:32 +0800, Tin <[EMAIL PROTECTED]> wrote:
>may i know lvs.cf will make ipvsadm routing table or not?
ipvsadm doesn't use lvs.cf. If you run ipvsadm directly you use the command
line to pass data to it.
------------------------------
From: [EMAIL PROTECTED] (Bruno Wolff III)
Crossposted-To:
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions,comp.os.linux.security
Subject: Re: lvs.cf question
Date: 10 Nov 2000 05:38:43 GMT
On Fri, 10 Nov 2000 06:55:32 +0800, Tin <[EMAIL PROTECTED]> wrote:
>may i know lvs.cf will make ipvsadm routing table or not?
If you are running ipvsadm directly, you don't use lvs.cf.
------------------------------
From: Mark R. Holbrook <[EMAIL PROTECTED]>
Subject: Fetchmail problem on RH7
Date: Thu, 09 Nov 2000 22:01:27 -0800
Hi,
I'm trying to get fetchmail going on my new RH7 system. I have done
all recent updates to the system from RedHat.
I setup a .fetchmailrc which contains the following info:
poll <ip address> protocol POP3:
user "<userid>" with pass "<password>" is <linuxuser> here
I'm running fetchmail periodically from root cron. It appears to
hang. So I ran it manually as root and got this output:
14 messages for <user> at <ip address> (68694 octets).
reading message 1 of 15 (16582 octets) ........ fetchmail: socket
error while fetching from <ip address>
fetchmail: Query status=2 (SOCKET)
and it never completes!
On the mail server side, I can see fetchmail logging in and everything
appears to go ok but when the mail starts sending the two just
disconnect.
I know the mail server is ok. It has been running for 2 years and
supports linux and WinNT systems just fine. So I'm suspecting
something is not right in fetchmail.
I also tried manually delete some of the waiting messages in hopes
that it might be a corrupt message but that didn't help either.
Anybody have any ideas?
------------------------------
From: Mark R. Holbrook <[EMAIL PROTECTED]>
Subject: Re: Fetchmail problem on RH7
Date: Thu, 09 Nov 2000 22:10:14 -0800
One more piece of info,
I downloaded a fetchmail binary from my old redhat 6.1 system and
tried running it. It ALSO gives the socket error.
There must be a setup issue somewhere in RH7. Any ideas?
M
------------------------------
From: "madrat" <[EMAIL PROTECTED]>
Crossposted-To:
alt.lang.basic,alt.permaculture,alt.surfing,alt.surfing.europe.uk,aus.computers.linux,sci.crypt
Subject: Re: hacker...beware
Date: Fri, 10 Nov 2000 05:55:36 -0800
Sorry about that Mr hoarde...........................
I was useing "you" as an alias whilst roaming around the country side the
other day...........;)
madrat
X X X
------------------------------
From: [EMAIL PROTECTED]
Subject: 1 server, 4 gateway
Date: Fri, 10 Nov 2000 06:48:45 GMT
Can 1 apache server support multiple router/gateway?
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Clark Ashton Smith <[EMAIL PROTECTED]>
Subject: Problem with group rights and Netscape Composer
Date: Fri, 10 Nov 2000 06:59:02 GMT
I've search deja news, Linux HOWTOs, and books, and
I have not seen this error mentioned. Makes me think
it something on my end, but I can't figure out what
it is. I'm hoping someone can help.
I am running RedHat Linux 5.2 and Netscape 4.08.
I created a group called web and made a directory
/usr/local/webauth
I set the group and the SGID bit on that directory
chgrp -v web /usr/local/webauth
chmod -v 2775 /usr/local/webauth
Now for the problem:
Anyone in the web group should be able to save into
that directory. With Netscape composer they can only
edit files that already are in that directory!?!
If I use the "Save As" option in Netscape Composer to
save into that directory I get the following error:
"The file is marked read-only."
The same error occurs using the "Save" option to save
a new file to that directory. BUT, if I open a file from
that directory in netscape, edit it, and use the "Save"
option, it will write over the old file in that directory.
I can edit any existing html files created by anyone in
the "web" group.
What on earth is going on? The users belong to the web
group and they can all create files in
/usr/local/webauth via the touch command or emacs. The
users all have a umask of 002. The files they create
with touch or emacs are all are created
-rw-rw-r-- username.web filename
They can use emacs to open end edit each others files in
/usr/local/webauth, but they can't create new files
with netscape composer! They can only edit existing
files and save them to the same filename.
The only way I can get "Save As" and "Save" to create
new files in /usr/local/webauth is to set the permissions
to
chmod -v 2776 /usr/local/webauth
or
chmod -v 2777 /usr/local/webauth
which defeats the whole point of creating special work
groups and protecting the files from being written by
anyone not in the group.
If you can, please shed some light on this. Thank you.
--
Clark Ashton Smith
Ode to Microsoft.
One OS to rule them all and in the darkness bind them.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Eric <[EMAIL PROTECTED]>
Subject: Re: HELP: Dual OS: Win2000 and Redhat 7.0
Date: Fri, 10 Nov 2000 08:20:37 +0100
Reply-To: [EMAIL PROTECTED]
Palm Vx wrote:
>
> Hello all Linux Guru,
> I'm going to install Linux (Redhat 7.0) on my laptop (H-P OmniBook
> 6000), which currently has Win2000 on it. Here's what I'll be doing,
> please advice if there's something wrong with my procedure or there's
> something that I need to look out. Thanks in advance for al your help.
>
> 1. Repartition: 18GB hard drive by creating 13GB (NTFS) C: drive for
> Win2000
>
> 2. Install Win2000, make sure it boots up OK
>
> 3. Then install Redhat Lnux 7.0, by booting its CD, and setup on
> remainding 5.0GB with custom installaiton
>
> I did this twice, but the laptop boot-up goes direct into Window 2000.
> I would like to setup so I can see the selection menu in order to
> choose which OS I want to use.
>
> PLEASE HELP. THANK YOU ALL.
> -Vincent
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Where did you put LILO ?
put it in the MBR, and you'll be able to boot both (after you've
adjusted lilo.conf and ran /sbin/lilo)
Eric
------------------------------
From: Eric <[EMAIL PROTECTED]>
Subject: Re: lilo not automatically start
Date: Fri, 10 Nov 2000 08:21:37 +0100
Reply-To: [EMAIL PROTECTED]
core wrote:
>
> after i install rh7, the lilo won't boot up automatically. How can i make it
> boot automatically? Thank
What goes wrong? Where is lilo? what did yo try?
All boils down to this : give more info!
Eric
------------------------------
From: "Tin" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions,comp.os.linux.security
Subject: Re: lvs.cf question
Date: Fri, 10 Nov 2000 15:41:58 +0800
some problem when i running ipvsadm directly
1. ipvsadm -A -t 1.1.1.1:80 -s wlc
2.ipvsadm -L
IP Virtual Server version 0.9.14 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP myserver.mydomain.com:www wlc
3.ipvsadm -a -t 1.1.1.1:80 -r 192.168.1.2
4.ipvsadm -a -t 1.1.1.1:80 -r 192.168.1.3
setsockopt failed: File exists
Destination already exists
5.ipvsadm -L -n
IP Virtual Server version 0.9.14 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 1.1.1.1:80 wlc
-> 0.80.0.0:0 Masq 0 0 0
what's i doing wrong?
please help me
thank you very much
tin
If you are running ipvsadm directly, you don't use lvs.cf.
------------------------------
From: "Tin" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions,comp.os.linux.security,linux,linux.redhat,linux.redhat.rpm
Subject: ipvsadm question
Date: Fri, 10 Nov 2000 15:44:36 +0800
some problem when i running ipvsadm
1. ipvsadm -A -t 1.1.1.1:80 -s wlc
2.ipvsadm -L
IP Virtual Server version 0.9.14 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP myserver.mydomain.com:www wlc
3.ipvsadm -a -t 1.1.1.1:80 -r 192.168.1.2
4.ipvsadm -a -t 1.1.1.1:80 -r 192.168.1.3
setsockopt failed: File exists
Destination already exists
5.ipvsadm -L -n
IP Virtual Server version 0.9.14 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 1.1.1.1:80 wlc
-> 0.80.0.0:0 Masq 0 0 0
what's i doing wrong?
please help me
thank you very much
tin
--
[EMAIL PROTECTED]
------------------------------
From: Eric <[EMAIL PROTECTED]>
Subject: Re: NEWBIE QUESTIONS! (sort of!)
Date: Fri, 10 Nov 2000 08:30:59 +0100
Reply-To: [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
>
> cfish wrote:
> >
> > I don't answer quetions frequently enough to ignore this post.
> >
> >
> >
> > On Thu, 09 Nov 2000 03:30:06 -0000, <[EMAIL PROTECTED]> wrote:
> >
> > >I m using Winlinux 2000
> >
> > Not many people use that. certainly not many seasoned linux people use
> > it. So we cannot tell you anything that's specific to winlinux2000.
> > But we can tell you things that are generally true to all
> > distributions.
> >
>
> dont worry, the name dont matter, it works just like redhat 6.5
> (mostly)
What distro did you say?
RH6.5 ??
they went straight from 6.2 to 7.0, right?
> > >
> > >
> > >1. When i go and try to install some programs that I have on maximum
> linux
> > >cd, it gives me an error that says something similiar to
> this: ......can
> > >only be executed on local disk only. Whats that mean?
> >
> > It probably was caused by something that needs to be run on a hard
> > disk, not a CD. The reason can be that the CD is mounted that way.
> > (what is mount, you ask. read Linux installation and configuration
> > guide. it's free online.)
> >
>
> i know, i tried to copy it to my HD, and install it, it gives me the same
> error. i know what is mount, and dont worry, i know how to unmount it too
> =]
Then try mounting it without the `noexec` flag
And besides,
/quote/
it gives me an error that says something similiar to this: ......can
only be executed on local disk only
/quote/
This is useless,
We will need the *exact* errormessage, or we cannot help you.
>
> > You can try to fix the mount table (/etc/fstab) and maybe it will let
> > you execute a program on CD. Or, you can simply copy the file you want
> > to run to a temp directory in local hard disk and run it. usually
> > that is directory /tmp
> >
> > >
> > >
> > >2. How do I set up my modem? (a total newbie question). I mean, when i
> > >click on the dial up, it just shows me how to make a dial up, and
> stuff,
> > >but where is the control panel or something that i can change my modem
> > >setting?
> >
> > not all modems will work in linux. If you got a crappy winmodem, then
> > you will go through hell. if you got a real modem, then it shouldn't
> > be hard.. most of the time that it will be automatically detected.
> >
>
> mine is auto detected by the configuration utility, but when i go into
> linux, it wont work.
What configuration utility? What does it do, just reading a PCI vendor
ID, does not make your modem work.
> > to know how to setup modem. read the following documentations, and
> > report back : go to linuxdoc.org and find the "HowTo"s. read the
> > following howto.
> >
> > ISP-hookup howto
> >
> > linmodem howto and winmodem-and-linux howto (only if you have a
> > winmodem)
> >
> > modem howto
> >
> > if things are not working after ISP-hookup howto, then read PPP howto,
> > Net howto
> >
> > >
> > >3. Also xfree86 4.0, when i tried to install it, i believe i got the
> same
> > >error message as it is in question 1.
> >
> > same ansswer.
> >
> > >
> > >4. How do i set up my sound card? (ok, here i go again, same reasons as
> > >number 2)
> >
> > again, to do that, you wanna know exactly what your soundcard is. Step
> > one is figure out exactly what sound card and what chipset you are
> > dealing with. Usually you can read the chipset on the physical card.
> > read sound howto may help. However, there are too many sound cards, so
> > the better way will be to do a search on google.com and deja.com on
> > your specific sound card and see if anyone got a solution.
> >
>
> um...does that mean even if my hardware is detected, i still need to
> download the drive? (damn, autodetect on linux is crap, not like win2k,
> and win me)
Oh yeah right, like you never had the message, " put in the disc with
the driver for the BLAHBLAHBLAH device" I'm 100% sure that if you have a
winmodem, you needed to load drivers.
Linux does a far better job in supporting miscellaneous hardware
out-of-the-box than windows does.
And indeed, autodetect is not very elaborated on linux, but then again,
it's not needed that much, you don't have to reboot linux to install a
driver (unlike windows).
Eric
> >
> > if you got further questions, please make sure that you state clearly
> > what you don't understand, what you have read, and what you have done
> > to it. please make sure you post to the group, not just an email
> > account because that increase your chance of getting more anwers.
> >
>
> --
> Posted via CNET Help.com
> http://www.help.com/
------------------------------
** 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.setup) 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-Setup Digest
******************************