Linux-Setup Digest #212, Volume #20 Tue, 12 Dec 00 22:13:13 EST
Contents:
Dual Boot Blues (Bill Courtney)
Re: How to load linux if BIOS only boots HD? (H Dziardziel)
Re: kernel questions (Christopher Michael Collins ())
Re: Zip 100 Parallel Port (pkoch)
Re: compiling kernel 2.2.18 ("Peter T. Breuer")
Re: Kernel (Glitch)
Re: help: enlightenment as session manager ("nybblex")
NEC Superscript 1400? ([EMAIL PROTECTED])
Re: CGI Bins linked under virtual domains RH 6.0 (Mike Robbins)
Re: Kernel sees only part of memory (E J)
Compiling 2.2.18 with adaptec aic7xxx (root)
Re: Hello Out There! ("Gene Heskett")
Re: kernel questions ("Gene Heskett")
Re: kernel questions (Dances With Crows)
Re: kernel questions ("lobotomy")
Mandrake 7.1 Text Install grub/lilo ? (ted metz)
POP3 (Jack Cheng)
----------------------------------------------------------------------------
From: Bill Courtney <[EMAIL PROTECTED]>
Subject: Dual Boot Blues
Date: Tue, 12 Dec 2000 12:04:15 -1000
Aloha kakou,
I am trying to get Linux to peacefully coexist with Win2000 - already
have 2000 loaded - trying to add Linux.
I have a 20gb drive. The first 9gb is a partition for Win 2000, then a
1gb Win 2000 partition, then a 2gb ext2 partition, then a 250mb swap
partition. The rest of the drive is unused.
Linux installs to the ext2 partition with no problems. However, no dual
boot options appear.
Any help before I harm myself would be greatly appreciated. Please
respond to [EMAIL PROTECTED]
Mahalo nui,
Bill Courtney
Courtney Computer Consulting, Inc.
------------------------------
From: [EMAIL PROTECTED] (H Dziardziel)
Subject: Re: How to load linux if BIOS only boots HD?
Date: Tue, 12 Dec 2000 23:29:21 GMT
On Tue, 12 Dec 2000 18:47:07 GMT, Chris Boyle <[EMAIL PROTECTED]>
wrote:
>
>
drive.
>
>It's that last one that's the problem. I have tried it anyway, and on
>selecting the DOS menu item, the system sits there with a blank screen
>and a flashing cursor, and no disk activity.
>
>Unless there's something you have to do to a partition for DOS to work
>on it besides putting the files (command.com, drvspace.bin, io.sys,
>msdos.sys) on it...?
>
>
>
>
The flashing cursor means there is no operating system. DOS cannot be
just copied to the first primary bootable partition, it must be
installed using the DOS sys c: or format c:/s (deletes all data in
the process). The boot loader can than change which is the bootable
partition at start up..
>
>--
>Chris Boyle
>Winchester College
>
>
------------------------------
From: [EMAIL PROTECTED] (Christopher Michael Collins ())
Crossposted-To: comp.os.linux.misc
Subject: Re: kernel questions
Date: 13 Dec 2000 00:04:12 GMT
>I have a couple of questions.
I have one too. Why did you cross-post to so many groups?
>What is a backport?
On this one I am not certain. But with linux 2.4 soon to be
released, I believe some of the newest functionallity
is being put 'back' into kernel 2.2 releases, hence, backport.
>What patch goes with what kernel? i.e. Does patch-2.2.18 update kernel
>2.2.17 or 2.2.18?
For kernel patches you must find your current kernel with
some command like 'uname -r'. Then to patch that kernel
you must get *the next higher numbered* patch.
If 'uname -r' reported '2.2.17', you then would get the
2.2.18 patch.
Good luck.
--Chris
------------------------------
From: pkoch <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
Subject: Re: Zip 100 Parallel Port
Date: Wed, 13 Dec 2000 00:04:48 GMT
Greetings,
>From the look of the messages you are receiving, it looks like all you
have to do is mount the zip drive to access it. You may need to edit
/etc/fstab file to include a line that looks something like this:
/dev/sda4 /mnt/zip auto sync,user,noauto,nosuid,nodev 0 0
Depending on your system yours may be different. Of course you will need
to make sure the directory /mnt/zip actually exist. If not create it. Then
you should be able to mount your zip drive from the command line using
the mount command: mount /dev/sda4 /mnt/zip. If you are using a gui, you
can make an icon to represent the zip drive. Right click on the desktop
choose new, then file system device or floppy device. Work your way
through the tabs to set up the icon. Make sure that there is a zip disk in
the drive before attempting to mount it
I hope this helps
Pat
On Tue, 12 Dec 2000, Robert Morelli wrote:
> I've been trying to get my parallel port zip drive to work without
> success. I'm not even sure where to start in describing the problem
> because I'm finding the Linux system to be so scantily documented
> and so problematic in terms of reliability that it's hard to tell what's actually
> working and what's not.
>
> 1. The only documentation I've been able to find on installing
> zip support is a HOWTO document called "Zip Drive Mini-HOWTO."
> It is a useful document, but considering that it is the only
> documentation in the entire world that I've been able to find on zip
> drives under Linux, there's a real need for more complete documentation.
>
> 2. I have a SCSI based system with a SCSI hard drive (/dev/sda)
> and a jaz drive (/dev/sdb). I am running Red Hat 6.2
>
> 3. ppa is present as a module on the system. I can load the module
> with
> /sbin/insmod -v ppa
> When I do so, the drive spins up, but I get no useful output other than
> a confirmation that the module was loaded. In particular, there is no
> message stating what devices the module has recognized.
>
> 4. The lp module is loaded sometime during boot up, but I don't
> know how. The HOWTO document mentions a file called boot.local
> in /etc/rc.d where the author (running Suse) puts two lines
> insmod ppa
> insmod lp
> I'm not entirely sure what the Red Hat equivalent of boot.local is and
> I don't want to muck with something if I'm not sure. In any case,
> according to the document it's necessary for ppa to be loaded before
> lp so I need to also know where lp is loaded.
>
> 5. The file /var/messages contains the same few messages repeated several
> hundred times:
>
> Dec 12 10:01:57 localhost kernel: scsi : 1 host.
> Dec 12 10:02:33 localhost kernel: ppa: Version 2.03 (for Linux 2.2.x)
> Dec 12 10:02:33 localhost kernel: ppa: Found device at ID 6, Attempting to use EPP
>32 bit
> Dec 12 10:02:33 localhost kernel: ppa: Communication established with ID 6 using EPP
>32 bit
> Dec 12 10:02:33 localhost kernel: scsi1 : Iomega VPI0 (ppa) interface
> Dec 12 10:02:33 localhost kernel: scsi : 2 hosts.
> Dec 12 10:02:33 localhost kernel: Vendor: IOMEGA Model: ZIP 100 Rev:
>C.19
> Dec 12 10:02:33 localhost kernel: Type: Direct-Access ANSI
>SCSI revision: 02
> Dec 12 10:02:33 localhost kernel: Detected scsi removable disk sdc at scsi1, channel
>0, id 6, lun 0
> Dec 12 10:02:34 localhost kernel: SCSI device sdc: hdwr sector= 512 bytes. Sectors=
>196608 [96 MB] [0.1 GB]
> Dec 12 10:02:34 localhost kernel: sdc: Write Protect is off
> Dec 12 10:02:34 localhost kernel: sdc:SCSI disk error : host 1 channel 0 id 6 lun 0
>return code = 27010000
> Dec 12 10:02:34 localhost kernel: scsidisk I/O error: dev 08:20, sector 0
> Dec 12 10:02:34 localhost kernel: unable to read partition table
> Dec 12 10:02:59 localhost kernel: lp0: using parport0 (polling).
> Dec 12 10:03:11 localhost kernel: SCSI error: host 1 id 6 lun 0 return code =
>27010000
> Dec 12 10:03:11 localhost kernel: ^ISense class 0, sense error 0, extended sense 0
> Dec 12 10:03:11 localhost kernel: sdc : READ CAPACITY failed.
> Dec 12 10:03:11 localhost kernel: sdc : status = 0, message = 00, host = 1, driver =
>27
> Dec 12 10:03:11 localhost kernel: sdc : sense not available.
> Dec 12 10:03:11 localhost kernel: sdc : block size assumed to be 512 bytes, disk
>size 1GB.
> Dec 12 10:03:11 localhost kernel: sdc:scsidisk I/O error: dev 08:20, sector 0
> Dec 12 10:03:11 localhost kernel: unable to read partition table
>
> To an expert, that may or may not make it obvious what is wrong.
>
> This is just the beginning of an amazingly time consuming and frustrating
> struggle to get this operating system do simple things like access common
> hardware devices, but I'm going to stop here. Recounting every snag I've
> had with Linux would fill an encyclopedia volume, and probably elicit no
> responses.
>
> Any help appreciated,
> Robert Morelli
> [EMAIL PROTECTED]
>
------------------------------
From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: compiling kernel 2.2.18
Date: Wed, 13 Dec 2000 00:04:28 GMT
Gregory Davis <[EMAIL PROTECTED]> wrote:
> kernel has loaded and the SuSE init script takes over. I see an error
> message in their handy "xconsole" window saying that the system can't
> find a "map" file. Also, the init script tries to load usb which I
So what? Let it not find its map file. You weren't planning on
debugging the kernel, were you?
> specifically left out of kernel. I also get about 6 to 8 lines of an
> error message "cannot find module character device major 4." I would
Again, so what? Disable the init script that does that if it bugs you.
Peter
------------------------------
Date: Tue, 12 Dec 2000 20:06:16 -0500
From: Glitch <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux
Subject: Re: Kernel
well, in my judgement we are up to 2.4, whether its beta or not. It does
EXIST and it is usable on my laptop.
David wrote:
>
> For those interested kernel-2.2.18 is available from kernel.org
>
> --
> Confucius say: He who play in root, eventually kill tree.
> Registered with the Linux Counter. http://counter.li.org
> ID # 123538
> Completed more work units than 98.887% of seti users. +/- 0.01%
------------------------------
From: "nybblex" <[EMAIL PROTECTED]>
Crossposted-To:
comp.os.linux.admin,comp.os.linux.help,comp.os.linux.misc,mailing.unix.enlightenment
Subject: Re: help: enlightenment as session manager
Date: Wed, 13 Dec 2000 03:01:54 +0200
So, you use "kill -9 <process>" every time in every reboot/shutdown?? I 'm
not sure if I understood well...
(my english sucks sometimes..)
� <[EMAIL PROTECTED]> ������ ��� ������ ���������: [EMAIL PROTECTED]
> hi
>
> i currently use gnome+enlightenment. until recently, i ran
> 'gnome-session' as my session manager, but due to a conflict with
> another program, i now run enlightenment as my session manager, and i've
> set 'panel' and 'gmc' to load automatically when enlightenment starts
> up.
>
> A problem arises when shutting down enlightenment. Merely logging out of
> enlightenment terminates gmc and panel by breaking the X connection to
> these applications ie. panel and gmc are not shut down properly. I've
> found that killing gmc with SIGTERM works. however, i cant do the same
> with panel since apparently, every applet needs to be shutdown first.
> I've written a script to identify all the currently used applets, but
> when i try to shut them down, a message pops up on the screen asking if
> i want to reload the applet. Hence, i'm unable to successfully shut down
> panel.
>
> Is there any other way of properly shutting down panel? I hate having to
> improperly terminate it everytime i log out of X.
>
> thanks
> ali
>
------------------------------
From: [EMAIL PROTECTED]
Subject: NEC Superscript 1400?
Date: Wed, 13 Dec 2000 01:11:44 GMT
Can NEC Superscript 1400 work on RH 6.2? If so, how to config?
Thnx a lot!
Sent via Deja.com
http://www.deja.com/
------------------------------
From: Mike Robbins <[EMAIL PROTECTED]>
Subject: Re: CGI Bins linked under virtual domains RH 6.0
Date: Wed, 13 Dec 2000 01:30:09 -0000
I see your problem. The ScriptAlias line is backwards. It's supposed to
be like:
ScriptAlias /cgi-bin/ /vhome/tek-1.com/cgi-bin/
Hope this helps,
Mike Robbins
DLS wrote:
>
>
> BTW - my httpd.conf file virtual hosts is setup as follows for these
> domains.
>
> <VirtualHost 209.166.87.76>
> ServerAdmin [EMAIL PROTECTED]
> ServerName www.tek-1.com
> ServerAlias tek-1.com
> DocumentRoot /vhome/tek-1.com/html
> ErrorLog logs/error_log
> ScriptAlias /vhome/tek-1.com/cgi-bin/ cgi-bin/
> Options ExecCgi Includes Indexes
> </VirtualHost>
>
> Hope this helps. Anything else you need to know about how the httpd.conf
> file is setup as just let me know and I'll provide a txt file for your
> review of my actual conf file.
>
> Dann
>
>
> "DLS" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > I'm running RH 6.0 as a web hosting server. I setup a free BBS under
the
> > primary server domain. When I try to set up the same script under one
of
> the
> > virtual domains it always calls up the primary domain script instead of
> the
> > one in the virtual domain's cgi-bin.
> >
> > I figure I have made some very basic error in my initial setup of the
> > server. The problem is I'm a newbie with enough knowledge to be a
danger
> to
> > myself and others.
> >
> > Any ideas on wheere I have gone wrong?
> >
> > Thanks in advance
> >
> > Dann
> >
> >
>
>
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: E J <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware
Subject: Re: Kernel sees only part of memory
Date: Wed, 13 Dec 2000 01:52:43 GMT
I checked the kernel and I can't find an option to get linux to recognize more
than 64MB.
$ su -
password: <secret>
# cd /usr/src/linux
# make xconfig # I don't see such an option to recognize how much memory you
have.
If you are not using LILO, you must be a GRUB(BY) person :)
If you are using GRUB
Pass a mem= option to your Linux kernel, like this:
grub> kernel /vmlinuz mem=128M
Ming He wrote:
> What if I'm not using LILO, I can get linux to recognize more than 64MB by
> recompiling kernel?
>
> /ming
>
> E J wrote:
>
> > Exchange your memory and get linux compatible memory. Just kidding :)
> >
> > put append="mem=256M" in your /etc/lilo.conf and execute lilo.
> >
> > $ su -
> > password: <secret>
> > # cp /etc/lilo.conf /etc/lilo.conf.bak # just in case you screw up.
> > # vi /etc/lilo.conf # use your editor to modify lilo.conf
> >
> > # this is an example of lilo.conf
> > boot=/dev/hda3
> > map=/boot/map
> > install=/boot/boot.b
> > prompt
> > timeout=50
> > message=/boot/message
> > linear
> > default=dos
> >
> > image=/boot/vmlinuz-2.2.16-22
> > label=linux
> > read-only
> > # here is the append line to add
> > append="mem=256M"
> > root=/dev/hda4
> >
> > other=/dev/hda1
> > label=dos
> >
> > # /sbin/lilo
> > # reboot # cross your fingers and 256M will be used.
> >
> > Peter Linde wrote:
> >
> > > Dear all,
> > >
> > > I am running RH Linux 7.0 on an HP Kayak, which has
> > > 2x733 Mhz processors and 256 Mb of memory. I also run Windows 2000
> > > from a separate disk. While booting Linux, the kernel reports and uses
> > > only 64 Mb of
> > > memory. Under Windows the entire memory is seen and used.
> > >
> > > Any hints?
> > >
> > > Peter Linde
> > > Lund Observatory
> > > Sweden
------------------------------
From: root <[EMAIL PROTECTED]>
Subject: Compiling 2.2.18 with adaptec aic7xxx
Date: Wed, 13 Dec 2000 02:22:32 GMT
Hi all,
I get an indefined reference to 'memcpy' in the function
'aic7xxx_load_seeprom' OS Rev is fresh RH 7.
Help is appreciated.
Thanks,
Fred
config is:
=========================================
CONFIG_EXPERIMENTAL=y
CONFIG_M686=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_1GB=y
CONFIG_MTRR=y
CONFIG_SMP=y
CONFIG_MODULES=y
CONFIG_NET=y
CONFIG_PCI=y
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_OLD_PROC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_MD=y
CONFIG_MD_RAID5=m
CONFIG_PARIDE_PARPORT=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_SKB_LARGE=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_TCQ_ON_BY_DEFAULT=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_RESET_DELAY=5
CONFIG_SCSI_BUSLOGIC=m
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_NET_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL3=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_RTC=y
CONFIG_AGP=y
CONFIG_AGP_VIA=y
CONFIG_AUTOFS_FS=y
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_NTFS_FS=y
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
CONFIG_EXT2_FS=y
CONFIG_NFS_FS=y
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="cp437"
CONFIG_VGA_CONSOLE=y
------------------------------
Date: 12 Dec 2000 20:38:4 -0500
From: "Gene Heskett" <[EMAIL PROTECTED]>
Subject: Re: Hello Out There!
Unrot13 this;
Reply to: <[EMAIL PROTECTED]>
Gene Heskett sends Greetings to Jay&Shell ;
> cappie wrote:
>> maybe you should stop using that crappy HTML code of yours in
>> text-based newsgroups....
>>
>> I know the answer, but I'm not gonna tell ya.. RTFM! (that way
>> you'll actually LEARN something.. you lame windows user)
>>
>> - cappie
> Answer this one: Have you ever sucked a Cock you DIDN'T like??
Now now children. If you're gonna fight, I want the popcorn concession.
Cheers, Gene
--
Gene Heskett, CET, UHK |Amiga A2k Zeus040, Linux @ 400mhz
email gene underscore heskett at iolinc dot net
#Amiga based X10 home automation program EZHome, see at:#
# <http://www.thirdwave.net/~jimlucia/amigahomeauto> #
ISP's please take note: My spam control policy is explicit!
#Any Class C address# involved in spamming me is added to my killfile
never to be seen again. Message will be summarily deleted without dl.
This messages reply content, but not any previously quoted material, is
� 2000 by Gene Heskett, all rights reserved.
--
------------------------------
Date: 12 Dec 2000 20:47:2 -0500
From: "Gene Heskett" <[EMAIL PROTECTED]>
Subject: Re: kernel questions
Unrot13 this;
Reply to: <[EMAIL PROTECTED]>
Gene Heskett sends Greetings to chas ;
> I have a couple of questions.
> What is a backport?
> What patch goes with what kernel? i.e. Does patch-2.2.18 update
> kernel
> 2.2.17 or 2.2.18?
Those aren't normally patches, but "pre-patches", like applying the
2.2.18pre25 patch will build you the kernel that will be very close to
the finaly release of plain old 2.2.18. And its applied to a clean copy
of the 2.2.17 unpacked archive.
Where you want to maintain configuration continuity, eg use the same
options in the new kernel as the old one had, unpack the full 2.2.17
archive, renaming the resultant linux directory to 2.2.18pre-whatever
patch you are gonna apply. Then make a softlink to it from linux.
Then copy your good .config (& .config.old) from the 2.1.7 dir to the
2.2.18pre?? directory, cd to the 2.2.18 directory and do a make
oldconfig, which will configure the new kernel like the old one was, and
giving you a chance to add/delete the stuff thats new.
There's more, but you get the idea I'm sure.
Cheers, Gene
--
Gene Heskett, CET, UHK |Amiga A2k Zeus040, Linux @ 400mhz
email gene underscore heskett at iolinc dot net
#Amiga based X10 home automation program EZHome, see at:#
# <http://www.thirdwave.net/~jimlucia/amigahomeauto> #
ISP's please take note: My spam control policy is explicit!
#Any Class C address# involved in spamming me is added to my killfile
never to be seen again. Message will be summarily deleted without dl.
This messages reply content, but not any previously quoted material, is
� 2000 by Gene Heskett, all rights reserved.
--
------------------------------
From: [EMAIL PROTECTED] (Dances With Crows)
Crossposted-To: comp.os.linux.misc,comp.os.linux.hardware
Subject: Re: kernel questions
Date: 13 Dec 2000 02:40:45 GMT
Reply-To: [EMAIL PROTECTED]
[NGs trimmed]
Why in the seven hells did you post to so many groups? Don't do that!
It annoys people considerably, and your post was blatantly offtopic in
several of those groups you posted to.
On Tue, 12 Dec 2000 20:05:10 GMT, [EMAIL PROTECTED] staggered into the
Black Sun and said:
>What is a backport?
Code ported from the development kernel (2.4.0-test12 atm) to the stable
kernel (2.2.18 atm). For a long time, USB and NFSv3 support were only
available as backports if you wanted to use the 2.2 series.
>What patch goes with what kernel? i.e. Does patch-2.2.18 update kernel
>2.2.17 or 2.2.18?
Patch 2.2.18.gz will change your 2.2.17 kernel source tree into a 2.2.18
kernel source tree.
--
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin / Workin' in a code mine, hittin' Ctrl-Alt
http://www.brainbench.com / Workin' in a code mine, whoops!
=============================/ I hit a seg fault....
------------------------------
From: "lobotomy" <[EMAIL PROTECTED]>
Subject: Re: kernel questions
Crossposted-To:
alt.os.linux.mandrake,alt.os.linux.slackware,alt.uu.comp.os.linux.questions,comp.os.linux.development.system,comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.hardware,linux.dev.kernel
Date: Wed, 13 Dec 2000 02:42:01 GMT
patch-2.2.18 upgrades 2.2.17 to 2.2.18.
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> I have a couple of questions.
>
> What is a backport?
>
> What patch goes with what kernel? i.e. Does patch-2.2.18 update kernel
> 2.2.17 or 2.2.18?
>
> best regards, charles
--
PC Chips actually goes by many names. PCChips = Ability = Alton = Amptron =
Aristo = Asia Gate = Asiatech = Assa = Atrend = Elpina = Eurone = Fugu =
Fugutech = Hi Sing = Houston = Hsing Tech = H Tech = Matsonic = Minstaple =
PCWare = Pine = Protac = QDI = Warpspeed
------------------------------
From: [EMAIL PROTECTED] (ted metz)
Subject: Mandrake 7.1 Text Install grub/lilo ?
Date: Wed, 13 Dec 2000 03:00:02 GMT
I have a ram issue as i only have 48 MB of ram it was suggested to me
that i use the text install method as apossed to the graphical one to
install linux. I have 2 hard drives the primary drive holds my window
stuff. the slave holds my linux stuff. Now on the text install do i
have the option to select which drive to install linux, want it on my
slave drive. Also what happens to my already installed bootloader
(GRUB) wich resides on my primary drive. Does grub stay installed or
would it get replaced by (LILO) on the installation.
Thanks in advance,
------------------------------
Subject: POP3
From: [EMAIL PROTECTED] (Jack Cheng)
Date: Wed, 13 Dec 2000 11:08:13 +0800
**** Post for FREE via your newsreader at post.usenet.com ****
Hi all,
I'm currently using the RH6.1, sendmail 8.11.0-1 and imap
4.5-4.
My pop3 suddenly gone, I check the /etc/inetd.conf there is a
line like
below: pop-3 stream tcp wait root /usr/sbin/tcpd
ipop3d
And the /etc/services have two lines like below:
pop-3 110/tcp # POP version 3
pop-3 110/udp
And the /var/log/maillog like below:
Dec 12 14:17:41 office ipop3d[1181]: port 110 service init
from UNKNOWN
Dec 12 14:17:41 office ipop3d[1181]: Invalid argument while
reading line user= ??? host=UNKNOWN
It seems to be fine for the pop3, is that right? But I dont
know what's
going on, it die suddenly, I cannot receive pop mails any
more. (I can
received the pop mail before I upgrade the sendmail from 8.9
to 8.11)
And I'd try to use telnet to connect it
telnet 192.168.16.1 110
Trying 192.168.16.1...
telnet: Unable to connect to remote host: Connection refused
Please help me to fix my problem.
Thanks a lot
Jack Cheng
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*** Usenet.com - The #1 Usenet Newsgroup Service on The Planet! ***
http://www.usenet.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 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
******************************