Linux-Misc Digest #540, Volume #19               Sun, 21 Mar 99 02:13:14 EST

Contents:
  Re: problem with scsi hd (Bernd-Ulrich Adrigam)
  bzlilo compile Kernel 2.2.3 error (please help) (eric malloy)
  Re: How many $$$ does Linux save? (David E. Fox)
  Ernest Gold, 77 (DGH)
  Re: newbie needs help installing 2.2.3 kernel (Michael)
  Seeking Gero Marten -- Netscape Bookmarks ("Benjamin Sher")
  Linux with 2 video card in one box? ([EMAIL PROTECTED])
  X terminal, rxvt terminal (Jet)
  ��ӭ���Ļ��������ڵ��԰��ʼ��б�! ([EMAIL PROTECTED])
  Re: bzlilo compile Kernel 2.2.3 error (please help) (Elmo Recio)
  Seeking Mr. Gero Netscape Bookmarks ("Benjamin Sher")
  Re: Auto login ? (Eugene Strulyov)
  Re: C/C++ Programming on Linux: Good Books? (William Adderholdt)
  Re: partitions (Bernd-Ulrich Adrigam)

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

From: [EMAIL PROTECTED] (Bernd-Ulrich Adrigam)
Subject: Re: problem with scsi hd
Date: Sun, 21 Mar 1999 07:07:23 +0100


Stefano Ghirlanda schrieb in Nachricht ...
>Hi,
>I have a problem with a scsi hd. At boot time the scsi adapter (adaptec
>aha2740) reports that the number of heads / sectors is not correct for my
>hard drive. It claims it should be 255 / 63 rather than 64 / 32 since the
>drive is bigger than 1 Gb (which is true).


<snip>
>--
> Stefano Ghirlanda, Zoologiska Institutionen, Stockholms Universitet
>    Office: D554, Arrheniusv. 14, S-106 91 Stockholm, Sweden
>Phone: +46 8 164055, Fax: +46 8 167715, Email: [EMAIL PROTECTED]
>   Support Free Science, look at: http://rerumnatura.zool.su.se

Hello Stefano,

at boot-time of the machine you (normaly) will see a message of the ADAPTEC
<PRESS <CTRL>A ...
Even if you don't get this message, pressing <CTRL>A will get you into the
bios-menu of the 2740.
There you will find an option to enable 255 head translation.
With this option enabled, run fdisk (DOS or Linux), scatch the
partition-table and reboot.

After reboot you shouldn't get the errormessage any more.

Bernd



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

From: eric malloy <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.development,comp.os.linux.questions,comp.os.linux.x,alt.os.linux,linux.sources.kernel
Subject: bzlilo compile Kernel 2.2.3 error (please help)
Date: Sun, 21 Mar 1999 06:07:00 GMT

This is a multi-part message in MIME format.
==============BFBADD0AA7763065BC74012C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,.

I extracted the 2.2.3 kernel.. did make mrproper , make config, make
dep, make clean, and then make bzlilo
i also tried make bzImage,zImage and zlilo.... i keep geting a stupid
error saying something about check_csum_partial already defined...  i
have attached the exact errors i recieved..

thanks

eric malloy

==============BFBADD0AA7763065BC74012C
Content-Type: text/plain; charset=us-ascii;
 name="error.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="error.log"

checksum.c:200: redefinition of `csum_partial_copy'
checksum.c:105: `csum_partial_copy' previously defined here
{standard input}: Assembler messages:
{standard input}:188: Fatal error: Symbol csum_partial_copy already
defined.
make[2]: *** [checksum.o] Error 1
make[1]: *** [first_rule] Error 2
make: *** [_dir_arch/i386/lib] Error 2


==============BFBADD0AA7763065BC74012C
Content-Type: text/plain; charset=us-ascii;
 name="compile.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="compile.log"

gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 
-malign-functions=2 -DCPU=686 -DUTS_MACHINE='"i386"' -c -o init/version.o 
init/version.c
make -C  kernel
make[1]: Entering directory `/usr/src/linux-2.0.36/kernel'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/kernel'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make[1]: Leaving directory `/usr/src/linux-2.0.36/kernel'
make -C  drivers
make[1]: Entering directory `/usr/src/linux-2.0.36/drivers'
make -C block
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/block'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/block'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/block'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/block'
make -C char
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/char'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/char'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/char'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/char'
make -C net
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/net'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/net'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/net'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/net'
make -C misc
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/misc'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/misc'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/misc'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/misc'
make -C sound
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/sound'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/sound'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/sound'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/sound'
make -C pci
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/pci'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/pci'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/pci'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/pci'
make -C video
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/video'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/video'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/video'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/video'
make -C pnp
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/pnp'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/pnp'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/pnp'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/pnp'
make -C cdrom
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers/cdrom'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/drivers/cdrom'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/cdrom'
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/cdrom'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/drivers'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers'
make[1]: Leaving directory `/usr/src/linux-2.0.36/drivers'
make -C  mm
make[1]: Entering directory `/usr/src/linux-2.0.36/mm'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/mm'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/mm'
make[1]: Leaving directory `/usr/src/linux-2.0.36/mm'
make -C  fs
make[1]: Entering directory `/usr/src/linux-2.0.36/fs'
make -C ext2
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/ext2'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/ext2'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/ext2'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/ext2'
make -C proc
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/proc'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/proc'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/proc'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/proc'
make -C isofs
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/isofs'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/isofs'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/isofs'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/isofs'
make -C nfs
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/nfs'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/nfs'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/nfs'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/nfs'
make -C lockd
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/lockd'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/lockd'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/lockd'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/lockd'
make -C nls
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/nls'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/nls'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/nls'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/nls'
make -C autofs
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/autofs'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/autofs'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/autofs'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/autofs'
make -C devpts
make[2]: Entering directory `/usr/src/linux-2.0.36/fs/devpts'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/fs/devpts'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/fs/devpts'
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs/devpts'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/fs'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/fs'
make[1]: Leaving directory `/usr/src/linux-2.0.36/fs'
make -C  net
make[1]: Entering directory `/usr/src/linux-2.0.36/net'
make -C core
make[2]: Entering directory `/usr/src/linux-2.0.36/net/core'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/core'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/core'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/core'
make -C ethernet
make[2]: Entering directory `/usr/src/linux-2.0.36/net/ethernet'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/ethernet'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/ethernet'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/ethernet'
make -C sched
make[2]: Entering directory `/usr/src/linux-2.0.36/net/sched'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/sched'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/sched'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/sched'
make -C 802
make[2]: Entering directory `/usr/src/linux-2.0.36/net/802'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/802'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/802'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/802'
make -C ipv4
make[2]: Entering directory `/usr/src/linux-2.0.36/net/ipv4'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/ipv4'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/ipv4'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/ipv4'
make -C unix
make[2]: Entering directory `/usr/src/linux-2.0.36/net/unix'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/unix'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/unix'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/unix'
make -C packet
make[2]: Entering directory `/usr/src/linux-2.0.36/net/packet'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/packet'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/packet'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/packet'
make -C sunrpc
make[2]: Entering directory `/usr/src/linux-2.0.36/net/sunrpc'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.0.36/net/sunrpc'
make[3]: Nothing to be done for `all_targets'.
make[3]: Leaving directory `/usr/src/linux-2.0.36/net/sunrpc'
make[2]: Leaving directory `/usr/src/linux-2.0.36/net/sunrpc'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/net'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/net'
make[1]: Leaving directory `/usr/src/linux-2.0.36/net'
make -C  ipc
make[1]: Entering directory `/usr/src/linux-2.0.36/ipc'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/ipc'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/ipc'
make[1]: Leaving directory `/usr/src/linux-2.0.36/ipc'
make -C  lib
make[1]: Entering directory `/usr/src/linux-2.0.36/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/lib'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/lib'
make[1]: Leaving directory `/usr/src/linux-2.0.36/lib'
make -C  arch/i386/kernel
make[1]: Entering directory `/usr/src/linux-2.0.36/arch/i386/kernel'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/kernel'
make -C  arch/i386/mm
make[1]: Entering directory `/usr/src/linux-2.0.36/arch/i386/mm'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/arch/i386/mm'
make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/mm'
make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/mm'
make -C  arch/i386/lib
make[1]: Entering directory `/usr/src/linux-2.0.36/arch/i386/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.0.36/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 
-malign-functions=2 -DCPU=686   -c -o checksum.o checksum.c
make[2]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/lib'

==============BFBADD0AA7763065BC74012C==


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

From: [EMAIL PROTECTED] (David E. Fox)
Subject: Re: How many $$$ does Linux save?
Reply-To: [EMAIL PROTECTED]
Date: 21 Mar 1999 06:10:59 GMT

In article <[EMAIL PROTECTED]>, Paul Davies wrote:
>I'm just trying to understand approximately how much I'd save using Linux
>compared to say Solaris. Does anyone know how much Solaris costs per

Enough to put your kids through college? :)

I am not sure what the per-seat licenses for Solaris would cost; you
might want to go to the horse's mouth (www.sun.com) for that
information. The neat thing about Linux is, of course, that it
is free: even if you pay for a distribution on CD, you can just install
that on as many systems as you like. Hell, if music distributors were
like software distributors, you'd have to buy a separate copy of the
same CD for your home and the cd player in your car and your portable. :(

Also, the base system may not include the stuff you want. This is
called "unbundling" and is something that Unix vendors have done for
sometime: what used to be included in the "distribution" is now an 
extra-cost item. Text formatting, compilers, and so forth would likely
be among the things missing from the base "distribution" of
Solaris. Sure, you can get GNU replacements, but if you're going to go
that route, you might as well get Linux in the first place.

>Paul




-- 
========================================================================
David E. Fox                 Tax              Thanks for letting me
[EMAIL PROTECTED]   the              change magnetic patterns
[EMAIL PROTECTED]      churches         on your hard disk.
=======================================================================

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

From: DGH <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Ernest Gold, 77
Date: Sun, 21 Mar 1999 00:25:33 -0600

LOS ANGELES -- Ernest Gold, an Oscar-winning composer who wrote the
scores for the films "Exodus," "It's a Mad, Mad, Mad, Mad World," "On
the Beach," and "The Secret of Santa Vittoria," died on Wednesday at
Santa Monica Convalescent Hospital. He was 77 and lived in Santa Monica.

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

From: Michael <[EMAIL PROTECTED]>
Subject: Re: newbie needs help installing 2.2.3 kernel
Date: Sun, 21 Mar 1999 00:11:18 -0500

mrproper didn't work either. gave me the same error - no rule to make target
mrproper

Bob Martin wrote:

> Did you make mrproper before make config ?
>
> Michael wrote:
> >
> > I downloaded the 2.2.3 kernel (linux-2.2.3.tar.gz). I followed the
> > instructions in the README. When I get to configuring the kernel (make
> > config), it says no rule to make target config. Am I doing something
> > wrong? I'm running RH Linux 5.0 with 2.0.32 kernel



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

From: "Benjamin Sher" <[EMAIL PROTECTED]>
Subject: Seeking Gero Marten -- Netscape Bookmarks
Date: Sun, 21 Mar 1999 06:23:00 GMT

Dear Gero:

[My apologies for reposting identical message. I should have put Mr.
Marten's name as first item on subject heading to get his attention. --
Live and learn. Benjamin]

In you response to question concerning the AUTOMATIC sorting of bookmarks
by NAME in Netscape 4.x and above, you answered very laconically by saying
that No sorting possible in Linux. 

I would very much appreciate a little elaboration and clarification of this
remark. It is of great importance in my work. I have still not received my
Linux program. It is scheduled to arrive Monday, and I am trying to prepare
for it in every way possible. The automatic sorting by name bug in Netscape
for Windows has essentially crippled Netscape's bookmarks, and Netscape,
for two years now, has either not listened to its user's complaints (and I
am a registered Netscape user) or cared about them. At any rate, may I ask
if the Netscape version for Linux has the AUTOMATIC sorting by name option
under Edit Bookmark, View. If so, does it not work. Or is the option
missing? And, sorry for sounding naive, but what do you mean when you say
that sorting is not possible in Linux. I know I will find out sooner or
later, but your explanation would reassure me one way or another.

Thank you so much.

Benjamin
-- 
Benjamin Sher
Email: [EMAIL PROTECTED]
Sher's Russian Web & Index
http://personal.msy.bellsouth.net/msy/s/h/sher07/index.html


-- 
Benjamin Sher
Email: [EMAIL PROTECTED]
Sher's Russian Web & Index
http://personal.msy.bellsouth.net/msy/s/h/sher07/index.html

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

From: [EMAIL PROTECTED]
Subject: Linux with 2 video card in one box?
Date: Sun, 21 Mar 1999 06:22:29 GMT

I am wondering if it is possible to have 2 video card in one box and one card
is connected to a normal VGA doing all terminal work. And another video card
is connected to a TV with TV-out just to play full screen MPEG. Is that setup
possible and what would I need to set that up?

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

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

From: Jet <[EMAIL PROTECTED]>
Subject: X terminal, rxvt terminal
Date: Sat, 20 Mar 1999 22:40:58 -0800

I know this is a stupid question, but what is the difference between the
two?


J
-- 
2000.txt: The sig file for the Next Millennium

email me at jetgal at earthlink dot net

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

From: [EMAIL PROTECTED]
Subject: ��ӭ���Ļ��������ڵ��԰��ʼ��б�!
Date: Sat, 20 Mar 1999 23:57:23 -0600
Reply-To: [EMAIL PROTECTED]

******************************************************************
1.��ӭ���������ڳ����԰��ļ�! 
�Խ�ʵ�� ɫ��ͼƬ ��ɫ��ѧ ��վ���� �԰���̳ ��滥��, Ӧ�о���!

http://sexprof.cjb.net
http://sexprof2.cjb.net

2.��ӭ���Ļ��������ڵ��԰��ʼ��б�! 

mailto:
[EMAIL PROTECTED]

ֻҪ��E-mail�Ϳ��յ��ƽ��ڵĻ��Խ�ͼƬ��������ѧ����վ����
�Ծ��鼼�ɣ� ���������Ϣ��163&169 Proxy�ȵȣ��ö������!

3. ����ƽ����԰��ʼ��б��ľ�Ʒ���¼�ͼƬ

http://www.eGroups.com/list/sexprof/

����ڴ˶����԰��б�

4.��ӭ������������ڵ���ҳ��滥����ƽ�Ȼ���������������ҳ��
  �����ĺû���! �����Գ�Ϊ�ƽ�����վ�ij����û�!

http://sexprof.cjb.net
http://sexprof2.cjb.net
******************************************************************
NOTHING BUT SEX! SEX! SEX!


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

From: Elmo Recio <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.development,comp.os.linux.questions,comp.os.linux.x,alt.os.linux,linux.sources.kernel
Subject: Re: bzlilo compile Kernel 2.2.3 error (please help)
Date: Sun, 21 Mar 1999 01:53:55 -0500

Where's the error?!?

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

From: "Benjamin Sher" <[EMAIL PROTECTED]>
Subject: Seeking Mr. Gero Netscape Bookmarks
Date: Sun, 21 Mar 1999 06:36:17 GMT

Dear Gero:

In you response to question concerning the AUTOMATIC sorting of bookmarks
by NAME in Netscape 4.x and above, you answered very laconically by saying
that No sorting possible in Linux. 

I would very much appreciate a little elaboration and clarification of this
remark. It is of great importance in my work. I have still not received my
Linux program. It is scheduled to arrive Monday, and I am trying to prepare
for it in every way possible. The automatic sorting by name bug in Netscape
for Windows has essentially crippled Netscape's bookmarks, and Netscape,
for two years now, has either not listened to its user's complaints (and I
am a registered Netscape user) or cared about them. At any rate, may I ask
if the Netscape version for Linux has the AUTOMATIC sorting by name option
under Edit Bookmark, View. If so, does it not work. Or is the option
missing? And, sorry for sounding naive, but what do you mean when you say
that sorting is not possible in Linux. I know I will find out sooner or
later, but your explanation would reassure me one way or another.

Thank you so much.

Benjamin
-- 
Benjamin Sher
Email: [EMAIL PROTECTED]
Sher's Russian Web & Index
http://personal.msy.bellsouth.net/msy/s/h/sher07/index.html



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

From: Eugene Strulyov <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.help,linux.redhat.misc
Subject: Re: Auto login ?
Date: Sun, 21 Mar 1999 06:51:19 GMT

uh-huh
let's auto login and throw all security out the window

Dion Burger wrote:

> Hi all,
> I need linux to boot up without any user interaction t.i automatic login,
> watchdog features with autoreset etc.Does anyone knows which config files to
> edit to get this funtionality.  Also after login which config file is used
> to auto start applications/scripts?
>
> I have RH5.2 installed with the 2.2.3 kernel.
>
> Dion Burger
> [EMAIL PROTECTED]


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

From: [EMAIL PROTECTED] (William Adderholdt)
Crossposted-To: comp.lang.c,comp.lang.c++,alt.linux
Subject: Re: C/C++ Programming on Linux: Good Books?
Date: 21 Mar 1999 06:38:48 GMT

On 19 Mar 1999 23:57:15 -0800, Michael A. Powe <[EMAIL PROTECTED]>
wrote:
> [EMAIL PROTECTED] writes:
> > I am looking for a good book that describes the use of GNU C/C++
> > compilers (have they both been merged and now called gcc?), various
> > command-line switches, GNU Debugger (gdb), etc. Anybody want to
> > recommend a good and not-so-verbose book? Thanks.
> 
> <Using and Porting GCC> by R.M. Stallman
> <Debugging with GDB> by R.M. Stallman & Cygnus Solutions
> <The GNU C Library Reference Manual> by R.M. Stallman, Roland McGrath
>       & Andrew Oram
> <GNU Make> by R.M. Stallman & Roland McGrath
> 
> All available from the Free Software Foundation if you can't find them
> at a local store.  http://www.fsf.org

I would like to second this recommendation.  I've recently received the GNU
manuals, and I can't imagine programming on gcc without them!

Louise Adderholdt

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

From: [EMAIL PROTECTED] (Bernd-Ulrich Adrigam)
Subject: Re: partitions
Date: Sun, 21 Mar 1999 03:11:09 +0100


Spud schrieb in Nachricht ...
>    I am having problems with Partition Magic not being able to recognize
>partitions. After emailing the tech support, they said one of my ext2
>partitions needed to be deleted, then re-created. Problem is, the one that
>needs to be deleted has ALL my linux OS on it (slackware 3.6).
>Unfortunately, this problem happened because I tried installing LILO on the
>superblock of this partition, then making this partition bootable. That
>didn't work, LILO reported it as "operating system missing" and now
>Partition Magic complains about differing CHS settings...but I digress. My
>question is, can I move all my data to the other linux partition, do my
>stuff on the problematic partition, then move all the data back without any
>problems? Is this possible?
>
>
Hello, look for another threat in this newsgroup!

The answer is : tar

>David Elliott schrieb in Nachricht <7csvjp$iap$[EMAIL PROTECTED]>...
>>
>>When I need to move crap between drives I find the tar command to be quite
>>usefull:
>>
>>Assuming you have your new drive mounted as /mnt/newdrive, and also
>assuming
>>you have this on one large partition (I usually would seperate out /home
>and
>>/usr, but it's up to you):
>>
>>Go through every directory in / excluding /proc and /mnt and do the
>following:
>>[root@hostname /]# tar -c dirname/ | tar -xC /mnt/newdrive/
>>
><snip>

Bernd



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


** 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.misc) 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-Misc Digest
******************************

Reply via email to