Sony Vaio laptop

2001-11-15 Thread Michael Scottaline

I had asked for some advice last week about dealing with pre-installed
Windows XP on a laptop I was considering purchasing.  If anyone is
curious, I had NO problems.  The Vaio FX340 came with Windows XP on the C:
drive (approximately 6.5 gig) and a virtually empty D: drive formatted
NTFS.  I just eliminated D: and formatted for my ext3 and swap partitions
in the empty space.  RH 7.2 installed flawlessy and on intial boot, X,
sound, and everything else I've tried thus far just worked.  I'm planning
on adding an additional 256M or RAM (about US$60) to the 128 on board. 
That should have it running real comfortably  ;o)
Thanks for the responses I did get.  they were helpful in making my
decision.
Mike

-- 
One can search the brain with a microscope and not find the mind, and
can search the stars with a telescope and not find God.
 -- J. Gustav White
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: GLIBC2.2.x redux

2001-11-15 Thread Jerry McBride

On Wed, 14 Nov 2001 23:45:25 -0600 George R. Kasica [EMAIL PROTECTED]
wrote:

--snip--

 make  -C nss_db-2.2.3pre1 subdir_lib
 make[2]: Entering directory
 `/mnt/scsi-1/Linux/glibc-2.2.4/nss_db-2.2.3pre1'
 make[2]: *** No rule to make target `subdir_lib'.  Stop.
 make[2]: Leaving directory
 `/mnt/scsi-1/Linux/glibc-2.2.4/nss_db-2.2.3pre1'
 make[1]: *** [nss_db-2.2.3pre1/subdir_lib] Error 2
 make[1]: Leaving directory `/mnt/scsi-1/Linux/glibc-2.2.4'
 make: *** [all] Error 2
 

Start up your file mananger... browse down to /glibc-2.2.4/nss... see if
there's a Makefile there. If not then ./configure failed to do it's job
correctly. If it's
there... hmmm... I'll think about that after you send back an answer.

-- 

**
 Registered Linux User Number 185956
  http://groups.google.com/groups?hl=ensafe=offgroup=linux
 7:10am  up 18 days, 14:15,  2 users,  load average: 0.09, 0.19, 0.14
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Fwd: Possible DDOS network being built through ssh1 crccompromised hosts

2001-11-15 Thread Chang [linuxism]

what's that ssh1 crc bug? 
Can the bug be removed by patches or openssh upgrade?

 An associate's home NAT gateway linux box was hacked by what I am
 guessing was the ssh1 crc bug (ssh1 was the only exposed service).
 machine looks to have been compromised on Nov 2nd at 1:15pm PST, I
 won't know for certain until I obtain his hard disk later today, and
 provided that /var logging is recoverable.  This machine was running
 redhat 6.2, reasonably patched except for the fact that he was still
 running ssh1.
--
In Linux We Trust -- http://linux.nf
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: bad partitioning

2001-11-15 Thread Chang

in a typical init, are /usr and /opt needed?

that's what I tbought. hmm.. 
must I reformat the partition after resizing it?
Could I just get away with a simple e2fsck on a resized partition?

 umount /opt
 mount /dev/hda8 /mnt
 cd /mnt
 mv * /opt
 cd /usr/local
 mv * /mnt
 cd /
 umount /dev/hda8
 mount /dev/hda8 /usr/local
 telinit 3
 (wait, wait)
 (verify things are ok)
 
 edit /etc/fstab
 change:
 /dev/hda8 blah /opt
 to:
 dev/hda8 blah /usr/local

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



strange processes

2001-11-15 Thread Chang

Are those k* proceses related to KDE?

# ps ax | more
2 ?SW 0:00 [keventd]
3 ?SW 3:00 [kswapd]
4 ?SW 0:00 [kreclaimd]
5 ?SW 0:03 [bdflush]
6 ?SW 0:20 [kupdated]
7 ?SW0:00 [mdrecoveryd]
  108 ?SW 0:00 [khubd]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Rpm dependency issue

2001-11-15 Thread Philip J. Koenig

I'm trying to install mrtg-2.9.10-1col from the wkstn 3.1 
supplementary CD to my newly installed 3.1 workstation.

No matter whether I use Kpackage or the traditional rpm program, it 
fails on a dependency /etc/cron.d is needed by..

/etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
logged in as root.  Shall I conclude the problem is a badly packaged 
rpm that is looking for a *file* called /etc/cron.d, or ???

TIA,

Phil



--
Philip J. Koenig   [EMAIL PROTECTED]
Electric Kahuna Systems -- Computers  Communications for the New Millenium

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Rpm dependency issue

2001-11-15 Thread Tom Wilson

Philip J. Koenig wrote:
 I'm trying to install mrtg-2.9.10-1col from the wkstn 3.1 
 supplementary CD to my newly installed 3.1 workstation.
 
 No matter whether I use Kpackage or the traditional rpm program, it 
 fails on a dependency /etc/cron.d is needed by..
 
 /etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
 logged in as root.  Shall I conclude the problem is a badly packaged 
 rpm that is looking for a *file* called /etc/cron.d, or ???
 
 TIA,
 
 Phil

You could try forcing it in.  rpm -Uhv --nodeps --force mrtg*.rpm

That should take care of that nasty dependency problem.

--Tom Wilson
 
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Rpm dependency issue

2001-11-15 Thread Philip J. Koenig

I'm trying to install mrtg-2.9.10-1col from the the Caldera wkstn 3.1 
supplementary CD to my newly installed Caldera 3.1 workstation. 

No matter whether I use Kpackage or the traditional rpm program, it 
fails on a dependency /etc/cron.d is needed by.. 

/etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
logged in as root.  Shall I conclude the problem is a badly packaged 
rpm that is looking for a *file* called /etc/cron.d, or ??? 

TIA, 

Phil 


PS: I was a member of this list since the beginning, but not active 
for a while.  I discovered I was unsubscribed today, looked back at 
the archives I found the last message I had received from the list 
was on 10/9.  Was there some kind of purge of accounts around then?  
I just re-subscribed.


--
Philip J. Koenig   [EMAIL PROTECTED]
Electric Kahuna Systems -- Computers  Communications for the New Millenium

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: strange processes

2001-11-15 Thread Matthew Carpenter

No.  They're related to the kernel.

:)

On Thu, 15 Nov 2001 21:06:28 +0800
Chang [EMAIL PROTECTED] wrote:

 Are those k* proceses related to KDE?
 
 # ps ax | more
 2 ?SW 0:00 [keventd]
 3 ?SW 3:00 [kswapd]
 4 ?SW 0:00 [kreclaimd]
 5 ?SW 0:03 [bdflush]
 6 ?SW 0:20 [kupdated]
 7 ?SW0:00 [mdrecoveryd]
   108 ?SW 0:00 [khubd]
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 ___
 Linux-users mailing list
 Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: strange processes

2001-11-15 Thread Kurt Wall

Chang jabbered:
 Are those k* proceses related to KDE?
 
 # ps ax | more
 2 ?SW 0:00 [keventd]
 3 ?SW 3:00 [kswapd]
 4 ?SW 0:00 [kreclaimd]
 5 ?SW 0:03 [bdflush]
 6 ?SW 0:20 [kupdated]
 7 ?SW0:00 [mdrecoveryd]
   108 ?SW 0:00 [khubd]

No. They are kernel related. kswapd is the swap daemon; kreclaimd
is part of the kernel's VM; bdflush and kupdated are part of the
kernel's cache flushing; mdrecoveryd is used by the RAID subsystem;
khubd is part of the USB subsystem. I don't know off the top of
my head what keventd is, however.

Kurt
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Rpm dependency issue

2001-11-15 Thread Kurt Wall

Philip J. Koenig jabbered:
 I'm trying to install mrtg-2.9.10-1col from the the Caldera wkstn 3.1 
 supplementary CD to my newly installed Caldera 3.1 workstation. 
 
 No matter whether I use Kpackage or the traditional rpm program, it 
 fails on a dependency /etc/cron.d is needed by.. 

Add -v or -vv to the rpm command line and you will get a better idea
of what is causing rpm to choke. Are you installing (-i) or upgrading 
(-U)?

 /etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
 logged in as root.  Shall I conclude the problem is a badly packaged 
 rpm that is looking for a *file* called /etc/cron.d, or ??? 

Possibly. See what the -v or -vv option tells you.

 PS: I was a member of this list since the beginning, but not active 
 for a while.  I discovered I was unsubscribed today, looked back at 
 the archives I found the last message I had received from the list 
 was on 10/9.  Was there some kind of purge of accounts around then?  
 I just re-subscribed.

No, there was a severe disk crash in mid-October that killed the mailing
lists, including the subscription database.

Kurt
-- 
Most seminars have a happy ending.  Everyone's glad when they're over.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Sony Vaio laptop

2001-11-15 Thread stayler

Excellent news Mike.

Good to know!

Stayler

On Thu, 15 Nov 2001 04:54:09 -0500, Michael Scottaline wrote:

I had asked for some advice last week about dealing with pre-installed
Windows XP on a laptop I was considering purchasing.  If anyone is
curious, I had NO problems.  The Vaio FX340 came with Windows XP on the C:
drive (approximately 6.5 gig) and a virtually empty D: drive formatted
NTFS.  I just eliminated D: and formatted for my ext3 and swap partitions
in the empty space.  RH 7.2 installed flawlessy and on intial boot, X,
sound, and everything else I've tried thus far just worked.  I'm planning
on adding an additional 256M or RAM (about US$60) to the 128 on board. 
That should have it running real comfortably  ;o)
   Thanks for the responses I did get.  they were helpful in making my
decision.
   Mike

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Rpm dependency issue

2001-11-15 Thread Kurt Wall

Tom Wilson jabbered:
 Philip J. Koenig wrote:
  

[snip]

  No matter whether I use Kpackage or the traditional rpm program, it 
  fails on a dependency /etc/cron.d is needed by..
  
  /etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
  logged in as root.  Shall I conclude the problem is a badly packaged 
  rpm that is looking for a *file* called /etc/cron.d, or ???

[snip]

 You could try forcing it in.  rpm -Uhv --nodeps --force mrtg*.rpm
 
 That should take care of that nasty dependency problem.

But runs the risk of breaking something else. I don't think it is an
here, but better to be safe than sorry, eh?

Kurt
-- 
Most general statements are false, including this one.
-- Alexander Dumas
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Rpm dependency issue

2001-11-15 Thread stayler

On Thu, 15 Nov 2001 05:19:38 -0800, Philip J. Koenig wrote:

/etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
logged in as root.  Shall I conclude the problem is a badly packaged 
rpm that is looking for a *file* called /etc/cron.d, or ???

Well there is always --force --nodeps.  Might try a ldconfig -v
incantation...

stayler

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Rpm dependency issue

2001-11-15 Thread Tom Wilson

Kurt Wall wrote:
 Tom Wilson jabbered:
[snippies]
 
  You could try forcing it in.  rpm -Uhv --nodeps --force mrtg*.rpm
  
  That should take care of that nasty dependency problem.
 
 But runs the risk of breaking something else. I don't think it is an
 here, but better to be safe than sorry, eh?


Very true. I have had amazingly good luck in that everything I've forced
hasn't broken anything else.  At least not that I have discovered anyway.  I
guess it's like using a 10 lb sledge to hammer in your wall hanging tacks.
:-)  

--
Tom Wilson
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Sony Vaio laptop

2001-11-15 Thread Michael Scottaline

On Thu, 15 Nov 2001 06:08:43 -0800 (PDT)
stayler [EMAIL PROTECTED] wrote:

 Excellent news Mike.
 
 Good to know!
 
 Stayler
==
Thanks Shawn,  Heck, it even set up my CD burner as an ide-scsi device.  I had even 
forgotten that the darn thing came with a DVD/CR-W (instead of an ordinary CD-ROM) and 
couldn't figure out, at first, why it was setting up the ide-scsi routine on 
installation.  Whew!  Very hands-off shrug
Take Good Care,
Mike

--
Beer is proof that God loves us and wants us to be happy.
--Benjamin Franklin

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Correct Syntax

2001-11-15 Thread Ian Marchak

Quoting [EMAIL PROTECTED]:

 Hello All,
 
 What is the correct syntax to back up a directory and all
 subdirectories
 to a tar.gz  file on another partition.

tar zcvf /path/to/tarfile.tar.gz /dir_to_backup

--
Linux SxS [http://hal.humberc.on.ca/~mrcn0031/sxs/]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Fwd: Possible DDOS network being built through ssh1 crccompromised hosts

2001-11-15 Thread Douglas J Hunley

Chang [linuxism] babbled on about:
2 what's that ssh1 crc bug?
 Can the bug be removed by patches or openssh upgrade?

  An associate's home NAT gateway linux box was hacked by what I am
  guessing was the ssh1 crc bug (ssh1 was the only exposed service).
  machine looks to have been compromised on Nov 2nd at 1:15pm PST, I
  won't know for certain until I obtain his hard disk later today, and
  provided that /var logging is recoverable.  This machine was running
  redhat 6.2, reasonably patched except for the fact that he was still
  running ssh1.

an upgrade of openssh should fix it. check their site to be sure..
-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

Imagine if every Thursday your shoes exploded if you tied them the
usual way.  This happens to us all the time with computers, and nobody
thinks of complaining.
-- Jeff Raskin, interviewed in Doctor Dobb's Journal
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: weirdness w/ Samba

2001-11-15 Thread Douglas J Hunley

Ian Marchak babbled on about:
 Quoting Aaron Grewell [EMAIL PROTECTED]:
  Have you configured the Samba server for WINS support and put its IP
  in
  the client's WINS entry in the TCP/IP control panel?  That's the first
  thing I'd doublecheck, since if WINS is working right you won't need
  lmhosts.

 Doug,

 Now I remember...if you have WINS configured correctly you don't
 need /etc/lmhosts!


that explains it. I had previously used WINS. doh!

 :)

 This raises a question for me though, when going from one *nix samba host
 to another, how would WINS server info be specified?

 Also, Doug, how are you making out with this?


various other issue have caused me to reinstall the OS on the offending 
machine. so, I'm trying to make XP happy right now..


-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

Imagine if every Thursday your shoes exploded if you tied them the
usual way.  This happens to us all the time with computers, and nobody
thinks of complaining.
-- Jeff Raskin, interviewed in Doctor Dobb's Journal
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: bad partitioning

2001-11-15 Thread Douglas J Hunley

Chang babbled on about:
 in a typical init, are /usr and /opt needed?

/usr is almost always needed. /opt is.. well, 'opt'ional..


 that's what I tbought. hmm..
 must I reformat the partition after resizing it?
 Could I just get away with a simple e2fsck on a resized partition?

if you follow my directions, no reformat, no resize, no fsck is needed.


  umount /opt
  mount /dev/hda8 /mnt
  cd /mnt
  mv * /opt
  cd /usr/local
  mv * /mnt
  cd /
  umount /dev/hda8
  mount /dev/hda8 /usr/local
  telinit 3
  (wait, wait)
  (verify things are ok)
 
  edit /etc/fstab
  change:
  /dev/hda8 blah /opt
  to:
  dev/hda8 blah /usr/local

 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com

 ___
 Linux-users mailing list
 Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

-- 
Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
Admin: http://linux.nf  Admin: http://hunley.homeip.net

If the automobile had followed the same development as the computer a
Rolls Royce would today cost $100, get a million miles per gallon and
explode once a year killing everybody inside. - Robert Cringeley (InfoWorld)
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Rpm dependency issue

2001-11-15 Thread Philip J. Koenig

On 15 Nov 2001, at 9:07, Kurt Wall boldly uttered: 

 Philip J. Koenig jabbered:
  I'm trying to install mrtg-2.9.10-1col from the the Caldera wkstn 3.1 
  supplementary CD to my newly installed Caldera 3.1 workstation. 
  
  No matter whether I use Kpackage or the traditional rpm program, it 
  fails on a dependency /etc/cron.d is needed by.. 
 
 Add -v or -vv to the rpm command line and you will get a better idea
 of what is causing rpm to choke. Are you installing (-i) or upgrading 
 (-U)?
 
  /etc/cron.d isn't a file, it's a directory.. and it's present.  I'm 
  logged in as root.  Shall I conclude the problem is a badly packaged 
  rpm that is looking for a *file* called /etc/cron.d, or ??? 
 
 Possibly. See what the -v or -vv option tells you.


[root@x RPMS]# rpm -v --test -i mrtg-2.9.10-1col.i586.rpm
error: failed dependencies:
/etc/cron.d is needed by mrtg-2.9.10-1col
[root@x RPMS]# 


[root@x RPMS]# rpm -w --test -i mrtg-2.9.10-1col.i586.rpm
-w: unknown option
[root@x RPMS]# 



  PS: I was a member of this list since the beginning, but not active 
  for a while.  I discovered I was unsubscribed today, looked back at 
  the archives I found the last message I had received from the list 
  was on 10/9.  Was there some kind of purge of accounts around then?  
  I just re-subscribed.
 
 No, there was a severe disk crash in mid-October that killed the mailing
 lists, including the subscription database.


OoOoOoooh.. that explains it, thanks!


Phil



--
Philip J. Koenig   [EMAIL PROTECTED]
Electric Kahuna Systems -- Computers  Communications for the New Millenium

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Sony Vaio laptop

2001-11-15 Thread Condon Thomas A KPWA


Mike, et al,

I've had pretty good luck with the two Sony Vaios I use here at work.  They
seem to run Linux pretty well, and have been reliable, too.

However, anyone looking to purchase one should know about Sony's repair
policy.  You must ship the laptop to a location (they will give you the
address, but not a phone number) in California where *all* US laptops with
the Sony label on them are repaired.  Period.  End of sentence.  No time or
cost estimates are given.  If you have anything valuable or classified on
the hard drive, too bad.  You better copy it or remove it.

I managed to drop a phone (old style and heavy) onto my keyboard and break a
keycap.  The Sony party line was that I had to ship them the computer to
replace a keycap.  Government instructions for removal of classified data
from a computer hard drive end with grinding the disk material to powder and
burning the residue, so erasing the disk wasn't an option.  Nor was doing
without the computer for an unspecified amount of time while we were
supposed to be using it for testing.  Significant intervention from Micro
Warehouse (where I bought it and many other things as a government credit
card holder) got them to send me a new keyboard, but it took several months
and something akin to an act of congress to convince Sony that this should
be done.

Now, I've had no other problems with either Vaio, and this one was of my own
making.  So they are pretty reliable.  But be aware that repairs can be a
problem.


   In Harmony's Way, and In A Chord,

   Tom  :-})

+--+
| Thomas A. Condonemail: [EMAIL PROTECTED] |
| Computer Engineer   phone: (360) 315-7609|
| Barbershop Bass SingerSailor and Singer of Chanties  |
| Left Handed and In My Right Mind |
+--+
 /\
 \ /
  X  ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
 / \

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Install COL to EISA-based system

2001-11-15 Thread Mike Andrew

On Tuesday 13 November 2001 05:47, John Hiemenz wrote:

 It has EISA Mach32 video, EISA NetFlex/3 NIC, EISA Inter EtherExpress Pro
 NIC, EISA Smart-2/E RAID controller.

[snip]

 It seems the only way I have been able to get
 _any_ linux varient installed to this beast was by replacing the EISA cards
 with PCI cards. Seems most drivers are not very EISA aware, even when I am

[snip]

This is almost certainly due to the fact that although you are, indeed, 
telling the drivers the correct information, the cards themselves have not 
been 'prepared', at boot time, to  be those values. In otherwords, almost for 
certain, most, if not all the card-types you list are ISApnp.

There are several ways around this, the most basic is to do a pnpdump and 
generate an /etc/isapnp.conf file with values you would like (a gui 
replacement for this (Kpnp) exists on linux.nf to do this.

However, with the 2.4 series of kernels isapnp is (or should be) part of the 
kernel and you are going to have to use the values it has determined for you, 
unless you specifically cripple that module by recompiling.

Examine the dmesg output immediately after booting to 'discover' what values 
the kernel has set for you, for each of the above devices and use them. They 
are not going to be the values you think you'd like to use.



 I also have a 9GB drive attached to the internal (NCR/SymBios based) scsi
 channel, and would cheerfully attempt an install to this device if it is
 deemed 'easier', I will then use the RAID for storage.

Not sure what you mean by 'easier'. If you simply want to use that drive as 
additional storage, then there's no problem (I am aware of) with the Symbios 
drivers is it an NCR53C801? Simply set /etc/modules.conf to

alias scsi_hostadapter whatever

/var/log/messages will tell you after booting what sd number it is and you 
can then massage /etc/fstab appropriately (for mounting)

 I am open to all informed opinions and suggestions. Help!

Everyone is entitled to my opinion slap

-- 
http://linux.nf -- [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Les Bell... ? [was: Re: apm install error]ot

2001-11-15 Thread Mike Andrew

On Monday 12 November 2001 17:24, Zoran Grbic-Mailinglist account wrote:

 *** Slight change of subject just to aks you about Les. Do you know what
 he's up to? Haven't heard of him ever since the Caldera debacle...

He's heavily committed to IBM and (last heard) lost a fair deal of money 
owing from deals he had set up with the old Caldera. I stay in monthly 
contact with him but afaik he dropped all committments to all/most? Linux 
lists. What we call over here: spitting the Dummy.

-- 
http://linux.nf -- [EMAIL PROTECTED]

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: GLIBC2.2.x redux

2001-11-15 Thread George R. Kasica

On Thu, 15 Nov 2001 13:45:42 -0500, you wrote:

George R. Kasica babbled on about:
\
 There appears to be some problem with the nss_db-2.2.3pre1
 addon...oris it not compatible with the 2.2.4 glibc. Its the latest
 one on the gnu mirror so I'm somewhat confused here.


the nss_db functionality is not needed in 2.2.4...
use glibc-2.2.4.tar.gz
and glibc-linuxthreads-2.2.4.tar.gz only and you should be fine

I was looking over the latest linux from scratch glibc install and they state 
that nss_db is not necessary

 Thanks for the help so far, your method is perfect, the key was
 finding the 10.40 gettext it seems to this point.

the gettext error can be safely ignored unless you are editing the locales 
info...
Got he latest .10.40m gettext here and moved all the add-ons but linux
threads out of the directory and it seems to compile and test
fine...I'm running the make install as I type this.

George

===[George R. Kasica]===+1 262 677 0766
President   +1 206 374 6482 FAX 
Netwrx Consulting Inc.  Jackson, WI USA 
http://www.netwrx1.com
[EMAIL PROTECTED]
ICQ #12862186
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Rpm dependency issue

2001-11-15 Thread Kurt Wall

Philip J. Koenig jabbered:

[snip]

 [root@x RPMS]# rpm -v --test -i mrtg-2.9.10-1col.i586.rpm
 error: failed dependencies:
 /etc/cron.d is needed by mrtg-2.9.10-1col
 [root@x RPMS]# 
 
 
 [root@x RPMS]# rpm -w --test -i mrtg-2.9.10-1col.i586.rpm
 -w: unknown option
 [root@x RPMS]# 

Umm, that is -vv (dash vee vee), not -w (dash double you).

Kurt
-- 
He who spends a storm beneath a tree, takes life with a grain of TNT.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Les Bell... ? [was: Re: apm install error]

2001-11-15 Thread Burns MacDonald

Mike mused:

 On Wednesday 14 November 2001 14:34, Burns MacDonald wrote:
 
   There were some very knowledgable people lost to this list.
 
 They'll be back.
 

Yoiks! I sayeth not that.

-- 
burns

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



OT Volume Down?

2001-11-15 Thread Burns MacDonald



Is it my imagination, or is the volume on this list 
way down over what it was just a month or two ago? 

Did we lose a bunch or people that never re-subbed 
during the hardware failure crisis?

-- 
burns


Re: OT Volume Down?

2001-11-15 Thread Andrew Mathews

 Burns MacDonald wrote:
 
 Is it my imagination, or is the volume on this list way down over what
 it was just a month or two ago?
 
 Did we lose a bunch or people that never re-subbed during the hardware
 failure crisis?
 
 --
 burns

Just re-subscribed today myself. Had to be off for a couple weeks due to
relocation.
-- 
Andrew Mathews
--
  8:50pm  up 3 days, 11:06,  5 users,  load average: 1.16, 1.03, 1.01
--
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: OT Volume Down?

2001-11-15 Thread Bruce Marshall

On Thursday 15 November 2001 22:49 pm, Burns MacDonald wrote:
 Is it my imagination, or is the volume on this list way down over what it
 was just a month or two ago?

 Did we lose a bunch or people that never re-subbed during the hardware
 failure crisis?

That and the fact the list facility hasn't been too healthy.


-- 
++
+ Bruce S. Marshall  [EMAIL PROTECTED]  Bellaire, MI 11/15/01 23:07  +
++
Time is what keeps everything from happening at once.
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: OT Volume Down?

2001-11-15 Thread Kurt Wall

Burns MacDonald jabbered:
 Is it my imagination, or is the volume on this list way down over what it was just a 
month or two ago? 

Seems to be down somewhat.

 Did we lose a bunch or people that never re-subbed during the hardware failure 
crisis?

People of still re-subscribing, but only the listmaster knows for
sure.

K
-- 
The good life was so elusive
It really got me down
I had to regain some confidence
So I got into camouflage
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: weirdness w/ Samba

2001-11-15 Thread Matthew Carpenter

If you're on the same subnet, you shouldn't need either.
Broadcast should work then.

On Thu, 15 Nov 2001 13:52:36 -0500
Douglas J Hunley [EMAIL PROTECTED] wrote:

 Ian Marchak babbled on about:
  Quoting Aaron Grewell [EMAIL PROTECTED]:
   Have you configured the Samba server for WINS support and put its IP
   in
   the client's WINS entry in the TCP/IP control panel?  That's the first
   thing I'd doublecheck, since if WINS is working right you won't need
   lmhosts.
 
  Doug,
 
  Now I remember...if you have WINS configured correctly you don't
  need /etc/lmhosts!
 
 
 that explains it. I had previously used WINS. doh!
 
  :)
 
  This raises a question for me though, when going from one *nix samba host
  to another, how would WINS server info be specified?
 
  Also, Doug, how are you making out with this?
 
 
 various other issue have caused me to reinstall the OS on the offending 
 machine. so, I'm trying to make XP happy right now..
 
 
 -- 
 Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
 Admin: http://linux.nfAdmin: http://hunley.homeip.net
 
 Imagine if every Thursday your shoes exploded if you tied them the
 usual way.  This happens to us all the time with computers, and nobody
 thinks of complaining.
   -- Jeff Raskin, interviewed in Doctor Dobb's Journal
 ___
 Linux-users mailing list
 Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: weirdness w/ Samba

2001-11-15 Thread Ian

Matthew Carpenter wrote:
 
 If you're on the same subnet, you shouldn't need either.
 Broadcast should work then.

Is that still true if netbeui is not installed on all the hosts.  ie: do
hosts not running netbeui still broadcast?

 On Thu, 15 Nov 2001 13:52:36 -0500
 Douglas J Hunley [EMAIL PROTECTED] wrote:
 
  Ian Marchak babbled on about:
   Quoting Aaron Grewell [EMAIL PROTECTED]:
Have you configured the Samba server for WINS support and put its IP
in
the client's WINS entry in the TCP/IP control panel?  That's the first
thing I'd doublecheck, since if WINS is working right you won't need
lmhosts.
SNIP
-- 
Linux SxS [http://hal.humberc.on.ca/~mrcn0031/sxs/]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: OT Volume Down?

2001-11-15 Thread Myles Green

On Thu, 15 Nov 2001 22:49:05 -0500
Burns MacDonald [EMAIL PROTECTED] wrote:

 Is it my imagination, or is the volume on this list way down over what
it was just a month or two ago? 

either that, or we have the same imagination... 8^0

 Did we lose a bunch or people that never re-subbed during the hardware
failure crisis?

It seems we lost a bunch during the 'crisis' who just haven't made their
way back yet =(

-- 
Myles Green Calgary AB Canada
Alberta Linux Step by Step Mirror:
http://www.telusplanet.net/public/mylesg/



___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



ADMINISTRIVIA: mailman upgraded

2001-11-15 Thread DOUGLAS HUNLEY

Version 2.0.7 has been installed. Let me know of issues w/ the list and/or the mailman 
webpages. Thanks!

--
Douglas J. Hunley
Unix/Linux Admin
http://linux.nf

Down the wire, off the router,
through the firewall, nothing 
but 'Net...

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Re: Correct Syntax

2001-11-15 Thread kbb0927

Thanks to all who responded. Sometimes ya' just need to have someone
point ya' in the right direction...  8^E)

Ian Marchak [EMAIL PROTECTED] wrote:

Quoting [EMAIL PROTECTED]:

 Hello All,
 
 What is the correct syntax to back up a directory and all
 subdirectories
 to a tar.gz  file on another partition.

tar zcvf /path/to/tarfile.tar.gz /dir_to_backup

--
Linux SxS [http://hal.humberc.on.ca/~mrcn0031/sxs/]
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users