Re: [expert] Weird automount message

2003-11-17 Thread David Rankin
Thanks Jack, sorry for the lack of initial info. I'm just wondering what the
messages are. Server has been running fine for over 2 years and for some
reason this showed up in my log and I was just curious. I looks like it is
showing up on a daily basis now (well almost a daily basis). Here is the
latest round:

Nov 16 00:50:59 Nemesis automount[24791]: lookup(file): lookup for * failed
Nov 16 00:50:59 Nemesis automount[24792]: lookup(yp): lookup for * failed:
Request arguments bad

Nov 16 23:48:18 Nemesis automount[1472]: lookup(file): lookup for * failed
Nov 16 23:48:19 Nemesis automount[1473]: lookup(yp): lookup for * failed:
Request arguments bad
Nov 17 01:54:46 Nemesis automount[1717]: lookup(file): lookup for * failed
Nov 17 01:54:46 Nemesis automount[1718]: lookup(yp): lookup for * failed:
Request arguments bad


--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Jack Coates [EMAIL PROTECTED]
To: Mandrake Expert List [EMAIL PROTECTED]
Sent: Friday, November 14, 2003 8:17 AM
Subject: Re: [expert] Weird automount message


 are you trying to use automount or trying to figure out what these
 messages are coming from?

 If the former, you've got some config file problems. If the latter, just
 urpme automount.

 On Fri, 2003-11-14 at 06:07, David Rankin wrote:
  Mates,
 
  Has anyone else seen strange automount messages? The messages are as
  follows:
 
  Nov 13 12:28:00 Nemesis automount[15360]: lookup(file): lookup for *
failed
  Nov 13 12:28:00 Nemesis automount[15361]: lookup(yp): lookup for *
failed:
  Request arguments bad
 
  Nov 13 14:39:24 Nemesis automount[443]: attempting to mount entry
/misc/*
  Nov 13 14:39:24 Nemesis automount[15675]: lookup(file): lookup for *
failed
  Nov 13 14:39:24 Nemesis automount[458]: attempting to mount entry /net/*
  Nov 13 14:39:24 Nemesis automount[15676]: lookup(yp): lookup for *
failed:
  Request arguments bad
 
  This is the first time I've seen something like this. Any thoughts would
be
  appreciated.
 
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
  --
 
 
 
  __
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 -- 
 Jack Coates
 Monkeynoodle: A Scientific Venture...









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Weird automount message

2003-11-14 Thread David Rankin
Mates,

Has anyone else seen strange automount messages? The messages are as
follows:

Nov 13 12:28:00 Nemesis automount[15360]: lookup(file): lookup for * failed
Nov 13 12:28:00 Nemesis automount[15361]: lookup(yp): lookup for * failed:
Request arguments bad

Nov 13 14:39:24 Nemesis automount[443]: attempting to mount entry /misc/*
Nov 13 14:39:24 Nemesis automount[15675]: lookup(file): lookup for * failed
Nov 13 14:39:24 Nemesis automount[458]: attempting to mount entry /net/*
Nov 13 14:39:24 Nemesis automount[15676]: lookup(yp): lookup for * failed:
Request arguments bad

This is the first time I've seen something like this. Any thoughts would be
appreciated.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Increading /mnt/cdrom size?

2003-10-23 Thread David Rankin
Brian,

I could have told you you were right a long time ago. I used to backup
at night using a script what would smbmount a M$ box drive to dump my backup
nightly until CDs were burned at the end of the week. One night following a
thunder storm, smbmount failed and the quick script wasn't checking for a
successful mount (i.e. no if (smbmount etc...) then...) so I ended filling
up the /mnt/tripod directory on my server with about 600 megs of stuff from
/home that I thought had been sent to the M$ box via /mnt/tripod. Talk about
confusing. mount /mnt/tripod then ls /mnt/tripod returned the same thing as
umount /mnt/tripod and ls /mnt/tripod. It took a few posts, but some soul
was kind enough to finally figure out hey idiot, your smbmount failed and
you filled up /mnt/tripod with what you thought was going to your M$ drive.
So a quick umount /mnt/tripos then rm -f /mnt/tripod followed by a fresh
smbmount /mnt/tripod was all it took.

In short, just a long way of saying you got it right!

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Bryan Phinney [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 23, 2003 9:01 PM
Subject: Re: [expert] Increading /mnt/cdrom size?


 On Thursday 23 October 2003 05:20 pm, deedee wrote:
  On Thu, 23 Oct 2003 17:53:26 -0400, Bryan Phinney wrote:
   Actually, he is quite correct.  /mnt/cdrom is a directory located off
   of /mnt which in turn is located off of /.
 
  I believe you are confusing how a directory tree is set up to interface
  with you as a user in order to help you find your files with the actual
  devices where files are being stored.

 No, I am clearly stating that the directory that is used as a mount point
for
 the cdrom device is an actual directory and can exist independent of the
 device that is associated to it by the mount command up until the mount
 command redirects the mount point to point to the device file instead of a
 directory on the file system.  If you simply go out and look at it
yourself,
 you will see that until the mount command is issued for a cdrom, there is
 clearly a directory present on the root drive in the /mnt folder that you
can
 access with absolutely no disc mounted in the cdrom drive.  For that
matter,
 I can simply enough create a directory directly under root called cdrom
and
 alter the fstab with a simply edit and any cdroms mounted on the drive
will
 then be mounted in the directory cdrom off of the root drive.

 I accept that after I mount the drive, I am no longer hitting the
directory in
 the filesystem when I access the cdrom, but up until I mount the media, I
am.

  Check your /etc/fstab. That defines your file system table and says
  where the directories in your directory tree are really located.

 Actually, no.  fstab merely designates the device file and mount point for
 devices when the mount command is issued.  Much like a mapped network
drive
 in NFS, the actual directory that is used for the mount point actually
exists
 prior to remapping the location to point to the network resource and does
not
 actually point to the device until the mount command points the directory
to
 the device.

   Experiment:  As root, with no cd mounted, cp a file to /mnt/cdrom and
   you will note that the file is copied and then exists in /mnt/cdrom.
 
  It actually exists in memory.

 [EMAIL PROTECTED] mnt]# ls -l
 total 9
 drwxr-xr-x2 root root   48 Oct 23 17:49 cdrom/
 drwxrwxrwx1 root root0 Oct 22 19:13 floppy/
 dr-x--1 root root 8192 Oct 20 18:31 winxp/

 Doesn't look like memory to me

  I don't want to get into a fruitless debate about this. I know it is a
  difficult concept. I'm only responding because I believe you are asking
  for problems if you treat all the places on the directory
  tree/interface as if they are actually all places on your hard drive.

 Neither do I.  Why don't we agree to accept an answer from a disinterested
 third party.

 Linux does not have different letters for the drives. Linux integrates
 floppy, hard disk, CD-ROM ... (the common name for all of them is
devices)
 into the directory tree. You simply plug the device in a subdirectory.
The
 default directory for mounting removable media devices is /mnt/. There you
 create the subdirectories for all devices (e.g. /mnt/zip for the
zip-drive),
 /mnt/windows/ for the WINDOWS partition. For the CD-ROM the directory
/cdrom
 is as common as /mnt/cdrom/. Any needed directories can be created with
 mkdir.
 To access the CD-ROM drive you have to register it in the system. This
happens
 with the command mount

 You can access the entire page at:
 http://www.linuxnetmag.com/en/issue3/m3mount1.html

 The blurb clearly states that mounting a device simply 'plug'[s] the
device
 in a subdirectory  that is either already created or is created when you
 issue 

Re: [expert] RANT: vicious viruses

2003-10-22 Thread David Rankin
probably bugbear.b or a variant

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: rikona [EMAIL PROTECTED]
To: Anne Wilson [EMAIL PROTECTED]
Sent: Tuesday, October 21, 2003 4:25 PM
Subject: Re: [expert] RANT: vicious viruses


 Hello Anne,

 Tuesday, October 21, 2003, 12:56:06 PM, you wrote:

 AW That's what puzzles me.  She would never open an executable.  She
 AW would never agree to running one.  Java and javascript are
 AW disabled  for mail.  She is set to read and write plain text.
 AW Still they have  managed to do damage.

 The more you write, the more it looks as though it is not an email
 problem.

 AW At first I thought is was coincidence, but  since the same files
 AW have to be replaced every time it happens I no  longer believe
 AW that.

 Is it possible that the real problem has not been removed, and is
 still lurking on the machine? She might have multiple problems. It is
 not at all unusual in Win computers that are not locked down very
 tight.

 AW I'm thankful that at least she is not  contributing to the spread
 AW of viruses, but I can't understand how  they are doing this
 AW damage.

 If her address book has entries, don't be too sure. :-))

 -- 

  rikonamailto:[EMAIL PROTECTED]









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Install issues with 9.2

2003-10-22 Thread David Rankin
 Oy Greg,
 Have some mercy on the poor sods that find typing e:\install.bat a CLI
 experience...the man's right; a warning is called for, so as not to
put
 off real Newb's too much. They are the targeted consumer group, aren't
they?

There can be no doubt. That's the only plausable explanation for not
including the kernel souce.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: H.J.Bathoorn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 22, 2003 4:26 PM
Subject: Re: [expert] Install issues with 9.2


 On Wednesday 22 October 2003 23:15, Greg Meyer wrote:
  On Wednesday 22 October 2003 04:58 pm, [EMAIL PROTECTED] wrote:
   Hi folks,
  
   I downloaded the 9.2 Powerpack CD's, and went on an adventure.
  
   Well, 9.2 has several annoying install issues especially with a broken
   KDE install.
   For example:
 -consoles don't get installed properly
 
  What exactly do you mean.  The menu entries for alternative consoles
will
  no longer show up, for instance gnome-terminal will no longer show up in
  KDE and Konsole will not show up in GNOME.  This is not a bug but a
design
  choice. If you want them, you have to add them yourself.
 
  Also, when you find your KDE menus disappearing, that is not a bug in
KDE,
  but a bug in RPM.  Just run update-menus -v as root to restore them.
 
 -old nvidia video drivers don't get overwritten with the new one
 for 9.2 kernel, when you do an upgrade from 9.1
   - and more
 
  They never will as the nvidia modules are related to a kernel, not the
  distribution.  You have to reinstall them for each kernel you are
running.
 
   I think the official 9.2 release should be delayed a little for these
   things to get fixed. Experienced
   users should have no problems fixing these install isues, but for new
   users it would be a big dissapointment.
 
  Unfortunately, it is too late.  FiveStar has been sent to the
manufacturer.

 Oy Greg,
 Have some mercy on the poor sods that find typing e:\install.bat a CLI
 experience...the man's right; a warning is called for, so as not to
put
 off real Newb's too much. They are the targeted consumer group, aren't
they?

 Good luck,
 HarM
 -- 
 Registered Linux User #197998
 FSF Associate Member #901
 ICQ #146191606
 Mandrake HowTo's  more: http://twiki.mdklinuxfaq.org










 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] What is this garbage?

2003-10-20 Thread David Rankin
No, no praedor, viagra has nothing to do with procmail. It was coded to
solve a different problem.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Praedor Atrebates [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, October 19, 2003 11:56 AM
Subject: Re: [expert] What is this garbage?


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thank you.  Unfortunately, for some reason it isn't working.  These messages
are coming into my inbox from my fetchmail-daemon (From:
[EMAIL PROTECTED]) and for whatever reason it appears
that they are sidestepping procmail.  I added the entry you indicated and am
still getting them into my local inbox.

Perhaps a recipe for procmail to check the body of the message for the IP
address and any mention of viagra?  If so, how does one do this with
procmail?

praedor

On Sunday 19 October 2003 11:43 am, Todd Lyons wrote:
 Praedor Atrebates wanted us to know:
 Received: from 24.61.30.135  (HELO 67.164.237.213) (24.61.30.135)
   by mta154.mail.scd.yahoo.com with SMTP; Fri, 17 Oct 2003 22:52:58 -0700
 
 OK, so how might I setup procmailrc to have any/all messages from this IP
  be dumped into /dev/null?  Since sending my message to the list, I have
  received 8 more of these damn things in my trash folder.
 
 :0

 * ^Received.*24\.61\.30\.135
 /dev/null

 Note that I used :0 instead of :0:.  The trailing colon defines locking
 options and since it's going to /dev/null, no need to worry about it.

- -- 
Faith is the very antithesis of reason, injudiciousness a critical component
of spiritual devotion.
- --Krakauer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/ksJJb1CLurEA6xURAu0dAJ9mtE/71QC2DuJpP97Ax6NghKvRBwCfepun
Wr4RTA6XJmuXK7gtGilR3BA=
=hOXP
-END PGP SIGNATURE-








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] refresh rate

2003-10-13 Thread David Rankin
Take a look at:

Name
xvidtune - video mode tuner for XFree86
Synopsis
xvidtune [ -prev | -next | -unlock | ] ] [ -toolkitoption ... ]
Description
Xvidtune is a client interface to the XFree86 X server video mode extension
(XFree86-VidModeExtension).
When given one of the non-toolkit options, xvidtune provides a command line
interface to either switch the video mode.

Without any options (or with only toolkit options) it presents the user with
various buttons and sliders that can be used to interactively adjust
existing video modes. It will also print the settings in a format suitable
for inclusion in an XF86Config file.

Normally the XFree86 X servers only allow changes to be made with the
XFree86-VidModeExtension from clients connected via a local connection type.

Note: The original mode settings can be restored by pressing the `R' key,
and this can be used to restore a stable screen in situations where the
screen becomes unreadable.



--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Jack Coates [EMAIL PROTECTED]
To: Mandrake Expert List [EMAIL PROTECTED]
Sent: Monday, October 13, 2003 1:30 PM
Subject: Re: [expert] refresh rate


 On Mon, 2003-10-13 at 12:16, Richard Urwin wrote:
  On Monday 13 Oct 2003 5:21 pm, Larry Sword wrote:
   HaywireMac wrote:
   On Mon, 13 Oct 2003 09:22:58 -0700
   
   Jack Coates [EMAIL PROTECTED] uttered:
   is there a pointy-clicky way to change monitor refresh rates?  I'm
not
   in a big hurry to go messing with modlines.
  
   As a side note.In the Knoppix V3.3 within the KDE there is a Display
   setting where you can set the monitor and the refresh rates. It's
really
   nice. sure wish Mandrake would include such.
 
  If Knoppix can do it, MDK should be able to. Maybe its an uninstalled
KDE
  add-on. Unless it's a later version of KDE. Does someone want to go
research
  it? At least three people have asked recently, and its dead easy with
  Windows, so its a big lossage for Linux.

 looks like it's some sort of wrapper around xrandr... using that utility
 shows that both monitors are set at 85Hz, which ain't bad. So my crawly
 dim lines are probably caused by interference since the monitors are
 side by side. Maybe they need an AFDB :-) That would explain why there
 wasn't a problem when one of the machines ran XP, since it probably had
 a different refresh rate.

 BTW, there's a Modeline generator here:
 http://xtiming.sourceforge.net/cgi-bin/xtiming.pl
 which doesn't work for me, but might for someone.
 -- 
 Jack Coates
 Monkeynoodle: A Scientific Venture...









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] All I want to do is FTP

2003-10-08 Thread David Rankin
Worse comes to worse, try:

# vi /etc/xinetd.d/wu-ftpd

service ftp
{
disable = yes
socket_type = stream
wait= no
user= root
server  = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success  += DURATION USERID
log_on_failure  += USERID
nice= 10
}

** Change disable to = no

Then

# /etc/rc.d/init.d/xinetd restart

ftp away.

THEN DISABLE wu-ftpd and restart xinetd. You don't want to leave wu-ftpd up.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: James [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 3:12 AM
Subject: [expert] All I want to do is FTP


 I finally got my 9.1 Mandrake working wonderfully as a server.  All my
 virtual web pages work wonderfully.. and now I am ready to open an FTP
 connection so I can finish uploading a ton of files from a different
 computer.

 Only problem is, I don't know how to get FTP to work in this version.

 I've downloaded PROFTPD and tried to get that to work, but after a few
 questions to the PROFTPD mail list, and a few days of searching Google for
 help, and reading the PROFTPD faq, I still can't FTP to my new server.
 The people on the PROFTPD mail list won't even reply to my questions.

 Should I even be using PROFTP?  What can I do, if even for a basic FTP
 setup, to get FTP to work on my server?  I'll be glad to remove PROFTPD
 and use whatever works.

 Any suggestions will be happily appreciated.

 James








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] All I want to do is FTP

2003-10-08 Thread David Rankin
Good point, but it presupposes that the other comuputer is a Linux box and
not some inferrior breed that doesn't understand scp ;-)

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Jack Coates [EMAIL PROTECTED]
To: Mandrake Expert List [EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 10:16 AM
Subject: Re: [expert] All I want to do is FTP


 you know what I do when I want to transfer a big bunch of files?
 scp -r big-buncha-files [EMAIL PROTECTED]:/new/home/of/files

 You can also use:

 scp -r [EMAIL PROTECTED]:/big/buncha/files /new/home/of/files

 It's a little more CPU-intensive than FTP'ing them, but who cares? It's
 also a lot easier than installing a temporary FTP server, especially
 since you've probably already got sshd up and running on at least one of
 the boxes.

 IMHO the FTP protocol is dying the slow and painful death that it so
 richly deserves. It won't be missed.

 Jack

 On Wed, 2003-10-08 at 07:27, David Rankin wrote:
  Worse comes to worse, try:
 
  # vi /etc/xinetd.d/wu-ftpd
 
  service ftp
  {
  disable = yes
  socket_type = stream
  wait= no
  user= root
  server  = /usr/sbin/in.ftpd
  server_args = -l -a
  log_on_success  += DURATION USERID
  log_on_failure  += USERID
  nice= 10
  }
 
  ** Change disable to = no
 
  Then
 
  # /etc/rc.d/init.d/xinetd restart
 
  ftp away.
 
  THEN DISABLE wu-ftpd and restart xinetd. You don't want to leave wu-ftpd
up.
 
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
  --
  - Original Message - 
  From: James [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, October 08, 2003 3:12 AM
  Subject: [expert] All I want to do is FTP
 
 
   I finally got my 9.1 Mandrake working wonderfully as a server.  All my
   virtual web pages work wonderfully.. and now I am ready to open an FTP
   connection so I can finish uploading a ton of files from a different
   computer.
  
   Only problem is, I don't know how to get FTP to work in this version.
  
   I've downloaded PROFTPD and tried to get that to work, but after a few
   questions to the PROFTPD mail list, and a few days of searching Google
for
   help, and reading the PROFTPD faq, I still can't FTP to my new server.
   The people on the PROFTPD mail list won't even reply to my questions.
  
   Should I even be using PROFTP?  What can I do, if even for a basic FTP
   setup, to get FTP to work on my server?  I'll be glad to remove
PROFTPD
   and use whatever works.
  
   Any suggestions will be happily appreciated.
  
   James
  
  
 
 

 --
--
  
 
 
   Want to buy your Pack or Services from MandrakeSoft?
   Go to http://www.mandrakestore.com
  
 
 
 
  __
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 -- 
 Jack Coates
 Monkeynoodle: A Scientific Venture...









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] All I want to do is FTP

2003-10-08 Thread David Rankin
Nope, won't work over the net. To do it would require a pptpd vpn connection
on top of samba.

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Ricardo (Tru64 User) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 2:08 PM
Subject: Re: [expert] All I want to do is FTP


 samba then?
 Mount a linux filesystem via samba to the inferrior
 breed.

 Richard


 --- David Rankin [EMAIL PROTECTED] wrote:
  Good point, but it presupposes that the other
  comuputer is a Linux box and
  not some inferrior breed that doesn't understand scp
  ;-)
 
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
  --
  - Original Message - 
  From: Jack Coates [EMAIL PROTECTED]
  To: Mandrake Expert List
  [EMAIL PROTECTED]
  Sent: Wednesday, October 08, 2003 10:16 AM
  Subject: Re: [expert] All I want to do is FTP
 
 
   you know what I do when I want to transfer a big
  bunch of files?
   scp -r big-buncha-files
  [EMAIL PROTECTED]:/new/home/of/files
  
   You can also use:
  
   scp -r [EMAIL PROTECTED]:/big/buncha/files
  /new/home/of/files
  
   It's a little more CPU-intensive than FTP'ing
  them, but who cares? It's
   also a lot easier than installing a temporary FTP
  server, especially
   since you've probably already got sshd up and
  running on at least one of
   the boxes.
  
   IMHO the FTP protocol is dying the slow and
  painful death that it so
   richly deserves. It won't be missed.
  
   Jack
  
   On Wed, 2003-10-08 at 07:27, David Rankin wrote:
Worse comes to worse, try:
   
# vi /etc/xinetd.d/wu-ftpd
   
service ftp
{
disable = yes
socket_type = stream
wait= no
user= root
server  =
  /usr/sbin/in.ftpd
server_args = -l -a
log_on_success  += DURATION
  USERID
log_on_failure  += USERID
nice= 10
}
   
** Change disable to = no
   
Then
   
# /etc/rc.d/init.d/xinetd restart
   
ftp away.
   
THEN DISABLE wu-ftpd and restart xinetd. You
  don't want to leave wu-ftpd
  up.
   
--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: James [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 3:12 AM
Subject: [expert] All I want to do is FTP
   
   
 I finally got my 9.1 Mandrake working
  wonderfully as a server.  All my
 virtual web pages work wonderfully.. and now I
  am ready to open an FTP
 connection so I can finish uploading a ton of
  files from a different
 computer.

 Only problem is, I don't know how to get FTP
  to work in this version.

 I've downloaded PROFTPD and tried to get that
  to work, but after a few
 questions to the PROFTPD mail list, and a few
  days of searching Google
  for
 help, and reading the PROFTPD faq, I still
  can't FTP to my new server.
 The people on the PROFTPD mail list won't even
  reply to my questions.

 Should I even be using PROFTP?  What can I do,
  if even for a basic FTP
 setup, to get FTP to work on my server?  I'll
  be glad to remove
  PROFTPD
 and use whatever works.

 Any suggestions will be happily appreciated.

 James


   
   
  
  
 
 --
  --

   
   
 Want to buy your Pack or Services from
  MandrakeSoft?
 Go to http://www.mandrakestore.com

   
   
   
   
 
 __
Want to buy your Pack or Services from
  MandrakeSoft?
Go to http://www.mandrakestore.com
   -- 
   Jack Coates
   Monkeynoodle: A Scientific Venture...
  
  
  
 
 
 
 --
--
  
 
 
   Want to buy your Pack or Services from
  MandrakeSoft?
   Go to http://www.mandrakestore.com
  
 
 
   Want to buy your Pack or Services from
 MandrakeSoft?
 
  Go to http://www.mandrakestore.com
 


 __
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search
 http://shopping.yahoo.com








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] All I want to do is FTP

2003-10-08 Thread David Rankin
Here is a generic conf, works with about 99% of the samba config needs out
there. Canibalize as necessary:

[EMAIL PROTECTED] david]$ cat /etc/smb.conf

# Global parameters
[global]
workgroup = RB_LAW
server string = RB_LAW Samba Server %v
encrypt passwords = Yes
update encrypted = Yes
smb passwd file = /etc/smbpasswd
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *new*password* %n\n *success*
passwd chat debug = Yes
unix password sync = Yes
log file = /var/log/samba/log.%m
max log size = 50
name resolve order = wins lmhosts hosts bcast
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = lpstat
logon script = %U.bat
domain logons = Yes
time server = yes
os level = 34
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
hosts allow = 192.168.7. localhost
min print space = 2000
printing = cups
print command = /usr/bin/lp -d%p -oraw %s; rm %s
lpq command = /usr/bin/lpstat -o%p
lprm command = /usr/bin/cancel %p-%j
queuepause command = /usr/bin/disable %p
queueresume command = /usr/bin/enable %p

[netlogon]
comment = Rankin-Bertin logon services
path = /home/samba/logon
browseable = No

[Rankin-Bertin]
comment = Rankin-Bertin PLLC
path = /home/samba/rbpllc
valid users = @rbpllc
force group = rbpllc
admin users = david
writeable = Yes
map archive = Yes
inherit permissions = Yes

[homes]
comment = Homes Directory
writeable = Yes
browseable = No

[printers]
comment = All the Printing SOB's
path = /var/spool
guest ok = Yes
printable = Yes
printer = lp


See the O'Rielly online free manual that is part of your samba docs for more
detail on the obscure entries. Then just # /etc/rc.d/init.d/smb restart

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Jack Coates [EMAIL PROTECTED]
To: Mandrake Expert List [EMAIL PROTECTED]
Sent: Wednesday, October 08, 2003 2:30 PM
Subject: Re: [expert] All I want to do is FTP


 trying to figure out why Samba isn't working... two hours
 looking for alternatives network transfer mechanisms... one hour
 sneaker-netting the data with removable media... six hours

 downloading pscp.exe and simply transferring the files... priceless

 :-)

 I mean, honestly. I've got nearly ten years of earning a living with
 computers under my belt, I'm MCSE and LPIC-2 certified, and I've spent
 over half my career working with networks and firewalls. I still can't
 configure Samba properly on the first try, and usually not on the second
 or third either. I know a couple of admins who are comfortable with
 Samba, but most admins in my circle fight for hours and days to get it
 set up and then stay the hell away from it.

 Recommending that a newbie jump in and start hacking smb.conf and
 smbpasswd is like asking Jack Black to win an Ironman :-)



 On Wed, 2003-10-08 at 12:08, Ricardo (Tru64 User) wrote:
  samba then?
  Mount a linux filesystem via samba to the inferrior
  breed.
 
  Richard
 
 
  --- David Rankin [EMAIL PROTECTED] wrote:
   Good point, but it presupposes that the other
   comuputer is a Linux box and
   not some inferrior breed that doesn't understand scp
   ;-)
  
   --
   David C. Rankin, J.D., P.E.
   RANKIN * BERTIN, PLLC
   510 Ochiltree Street
   Nacogdoches, Texas 75961
   (936) 715-9333
   (936) 715-9339 fax
   --
   - Original Message - 
   From: Jack Coates [EMAIL PROTECTED]
   To: Mandrake Expert List
   [EMAIL PROTECTED]
   Sent: Wednesday, October 08, 2003 10:16 AM
   Subject: Re: [expert] All I want to do is FTP
  
  
you know what I do when I want to transfer a big
   bunch of files?
scp -r big-buncha-files
   [EMAIL PROTECTED]:/new/home/of/files
   
You can also use:
   
scp -r [EMAIL PROTECTED]:/big/buncha/files
   /new/home/of/files
   
It's a little more CPU-intensive than FTP'ing
   them, but who cares? It's
also a lot easier than installing a temporary FTP
   server, especially
since you've probably already got sshd up and
   running on at least one of
the boxes.
   
IMHO the FTP protocol is dying the slow and
   painful death that it so
richly deserves. It won't be missed.
   
Jack
   
On Wed, 2003-10-08 at 07:27, David Rankin wrote:
 Worse comes to worse, try:

 # vi /etc/xinetd.d/wu-ftpd

 service ftp
 {
 disable = yes
 socket_type = stream
 wait= no
 user= root
 server

Re: [expert] Samba Again !

2003-10-01 Thread David Rankin
 os level = 34
 preferred master = Yes
 domain master = Yes
 wins support = Yes


--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Richard Bown [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 8:42 AM
Subject: [expert] Samba Again !


 Hi All,
 its that dreaded samba time again, two questions
 which parameter in smb.conf(file name may be wrong)
 do I set to make sure the gateway machine all ways wins elections for
 master browser,?
  my laptop keeps trying to take control.
 Unfortunately, its got winxp on it as its an old pent 2 266MHz, and it
 cannot cope with MDK9.1, not enough memory and not fast enough :((

 2.my printer is an Epson C82, nice on linux :)albeit a little slower.

 the printer on the laptop is set to //firewall/printer and that prints
 without problems from both my laptop and from win4lin.
 But, on the laptop if you click on the printer icon, you get the status
 box with Printer on firewall access denied, unable to connect
 Any ideas what to look for, or is this just a bit of daft winsoftware..

 TIA
 Richard










 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] eth0 doesn't get IP through dhcp - Problem vanished

2003-09-19 Thread David Rankin
WOBO, What kind of cable/router is it??? Linksys? Belkin?

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836), repealed by Gov. Rick Perry,
Lt. Gov. David Dewhurst and the HMO and insurance industry lobby (September
13, 2003).

When tyrants ask you to yield one jot of your liberty, and you consent
thereto, it is the first link forged in the chain that will eventually hold
you in bondage. (Sam Houston).

--
- Original Message - 
From: Wolfgang Bornath [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 4:53 PM
Subject: Re: [expert] eth0 doesn't get IP through dhcp - Problem vanished


 Bill Mullen schrieb am Thu, 18 Sep 2003 15:40:20 -0400 (EDT):

  On Thu, 18 Sep 2003, Robert Thyberg wrote:
 
   Have had exactly the same problem, which is why this is being sent
   by Eudora!! Have 4-port router into a Cable modem. 2 Linux (9.2 rc2
   and SuSE) and two Wins (2000 and XP). However mine has not
   accidently  started  working again altho I've tried all sorts of
   things. Reinstall seems to be the only thing to make it work for a
   while! Ideas??
 
  Since you're using a router and trying to get an IP address from it
  (as opposed to a direct connection to the modem, where the address
  would come instead from your ISP), the simplest solution is to not use
  DHCP at all, and configure yourself a static address. Doesn't answer
  the why, but fixes the what once and for all ... :)

 Hmm, sounds reasonable and I used to work with static IPs until I bought
 this access point/router/switch. I couldn't get it to work with static
 IPs, only with dhcp. I may start another try when 9.2 final comes out
 and I switch my machines to the final.

 wobo








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] NIC interrupts

2003-09-19 Thread David Rankin
Shot in the Dark:

Try the NIC in a different PCI slot. Alternatively, go into the BIOS and
change to PCI IRQ assignment to get a different IRQ for the NIC.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836), repealed by Gov. Rick Perry,
Lt. Gov. David Dewhurst and the HMO and insurance industry lobby (September
13, 2003).

When tyrants ask you to yield one jot of your liberty, and you consent
thereto, it is the first link forged in the chain that will eventually hold
you in bondage. (Sam Houston).

--
- Original Message - 
From: Richard Bown [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 8:35 AM
Subject: [expert] NIC interrupts



 Hi All,
 I've persuaded a friend after a lot of nagging to move over to linux, so
 he's bought the boxed MDK 9.1.

 The onboard network card was found but the interface  eth0 would'nt come
 up as it complained the device was busy.

 So onboard NIC disabled in the bios and a card fitted , realtek 8139
 clone.
 Eth0 comes up OK and data goes out , but not seeing anything incoming.
 The card is OK , checked on another machine.
 However the interrupt its using is INT 6, which if I remember correct is
 the interrupt reserved for the floppy drive.
 This makes me a little suspicious !,
 Is there away of forcing the interrupt for the NIC to use,its plug and
 pray .

 Thanks
 Richard
 -- 
 Richard Bown [EMAIL PROTECTED]









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] (OT)Mandrake and Advertising.

2003-09-12 Thread David Rankin
Good bye Mandrake

I can think of no more assinine way to kill a distribution's reputation
than to add to it what 100% of its user loath.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: James Sparenberg [EMAIL PROTECTED]
To: Expert List [EMAIL PROTECTED]
Sent: Friday, September 12, 2003 2:04 AM
Subject: [expert] (OT)Mandrake and Advertising.


 Ya'll read... Ya'll decide.

 Conversation is on pclinux.  probably best to keep it there.

 http://www.mandrakesoft.com/partners/advertising

 http://pclinuxonline.com/modules.php?name=Newsfile=articlesid=7702

 For the discussion please go to the second link...

 James










 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] (OT)Mandrake and Advertising.

2003-09-12 Thread David Rankin
I appreciate your response, and perhaps I was presumtive in my 100%
suggestion. I do see your point. So why don't we all just declare the clean
elegance of linux code and distributions dead. Let's all say Hey, it's OK
to start down the path of code bloat and incideous little processes running
in the background to direct spam to my machine. Say yes, I like the idea
of pop-ups and spyware polluting my browser and desktop. And say yes to all
the inconvenience just so someone can put another almighty dollar in thier
pocket.

Get real!

Many people look to linux to get away for just this type of annoying BS.
Yes, I like and support mandrake. But I am UTTERLY APPAULED at the premise
and idea of including incestuos slutty advertising in the mdk distribution.
Mdk was a great distro long before the corporatization and focus on $
became its fixation. In my eyes, and I will say in the eyes of many
others, the inclusion of unwanted and unsolicited ads, in any form, no
matter how easily removed is unacceptable that will make mdk a distribution
I would no longer choose to be a part of or support.

Hooray for the marketing scum, they have finally found a way to pollute a
linux distribution. I guess someone will get a nice fat check for that idea.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: Charlie M. [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 12, 2003 1:20 PM
Subject: Re: [expert] (OT)Mandrake and Advertising.


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 September 12, 2003 11:41 am, David Rankin wrote:
  Good bye Mandrake
 
  I can think of no more assinine way to kill a distribution's
  reputation than to add to it what 100% of its user loath.

 Mr. Rankin;

 I do believe you're making a fairly broad assumption there David, on
 little or no evidence. In fact I openly stated that I don't care what
 they do to *survive,* as long as it doesn't become intrusive. If that
 happens I won't wait to say goodbye; I'll be history and thanks for the
 memories. So I would appreciate enormously you not trying to speak for
 100% of Mandrake users. OK?

 You don't know what 100% of Mandrake users are thinking. If you claim to
 you must have political aspirations, or are possibly considering a
 career in the clergy, since to the best of my knowledge they are the
 only individuals that make such sweeping statements and broad
 assumptions just to get their faces Out There.

 On Faith in other words. So please try not to claim any form of
 poetic license since that's just a polite word for bullshit.

 I've also seen posts from some others that lead me to believe that they
 too would wait to see what happens. If we're running a distribution of
 GNU/Linux, and we are; and if we're advocating GNU/Linux to friends,
 family, and business associates, and it seems we all are, then why the
 Hell are we complaining if a survival mechanism for the distribution we
 all seem to treasure is instituted so that we can keep working with it
 and the company responsible for it?

 If none of us gave a shit we wouldn't be complaining so vociferously,
 now would we?

 My own personal mantra doesn't include whining about the way the world
 is. I'd rather devote my energies to making certain my own little
 corner of the real world improves. For everyone.

 For the people that are willing to listen to me around these parts, that
 improvement includes, and will continue to include for the foreseeable
 future, Mandrake Linux. If the management of MandrakeSoft have to take
 drastic steps to insure their corporate survival it must mean they
 want that as well.

 I'll say it once more for those that didn't get it yet;

 As long as whatever the 'Powers That Be' in MandrakeSoft Management do
 doesn't intrude on me, or those that I advocate the distribution to,
 I'll back them the way I always have. If it does, _boom!_ I'm gone. Not
 an ultimatum, a fact. A very *personal fact;* that means nothing in the
 greater scheme of things.

 Clear enough?

 Kind Regards;
 Charlie Mahan
 - -- 
 Edmonton,AB,Canada User 244963 at http://counter.li.org
 Cooker on kernel 2.4.22-8mdk
 11:55:31 up 4 min, 1 user, load average: 0.12, 0.32, 0.16
 Nostalgia is living life in the past lane.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)

 iD8DBQE/Yg5aG11CaRuZZSIRAlpcAKCGRDaiJpIArcAwcwVU4BcN4hv6KQCfQY4x
 CHeHJ4zSoJr4+N6Eoq5bC/E=
 =yVGy
 -END PGP SIGNATURE-









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy

Not so funny side of spam [was Re: [expert] CLI for monitoring]

2003-09-10 Thread David Rankin
Not so funny side of spam:

Anne started ending up in my deleted items box after filtering
tiscali.co.uk what also has the reputation of a spam site. Don't worry Anne,
we will pull you out of the deleted items

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: Anne Wilson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 4:36 AM
Subject: Re: [expert] CLI for monitoring


 On Tuesday 09 Sep 2003 9:54 pm, KevinO wrote:
  Anne Wilson wrote:
   On Tuesday 09 Sep 2003 11:53 am, KevinO wrote:
  Anne Wilson wrote:
  
   As a side-issue, I have to get close to the page and squint to
   read that page, Kevin.  For those with less than perfect vision,
   dark blue text on black is not easy.
 
  Sorry about that. The color has been changed. Thanks for the
  comment.

 I didn't want to sound over-critical, but if no-one tells you there's
 a problem you wouldn't know.  I'll pop back and have another look.
 Thanks for being cooperative.

 Anne
 -- 
 Registered Linux User No.293302
 Have you visited http://twiki.mdklinuxfaq.org yet?









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] HOWTO Samba server with XPHome ME clients

2003-09-05 Thread David Rankin
Specifically, on your linux box, for each user that will connect from XP:

#useradd {whoever}
enter password

#smbpasswd -a {whoever}
enter samepassword

NOTE: the linux, samba and XP usernames and passwords must match as Anne
stated below

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: Anne Wilson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 04, 2003 2:52 PM
Subject: Re: [expert] HOWTO Samba server with XPHome  ME clients


 On Thursday 04 Sep 2003 5:57 pm, Niclas Jacobsson wrote:
  Hi All!
 
  I've got problems setting up a samba server for WinME  XPHome
  clients. Printersharing works like a charm but file/directory (oops
  sorry for the Win-terminology...) sharing seems difficult to get
  working. Resources setup with samba show up in explorer at the
  client but when accessed I get prompted for password (guest
  account) what is this password, where can I find it? and how do I
  set this up so that each Windows/client account can access shared
  resources without being prompted for pswd?? Is there an HOWTO
  somewhere that explains all this in detail?
 
  Thanks!
  Niclas

 Every user must have an account on your box, and the username and
 password must match that on the windows box in every detail - it is
 case-sensitive of course.  The fact that it's asking for the guest
 password suggests that you haven't done this.

 Webmin may not be installed - it isn't by default, I think - but it's
 worth having.

 If you are still having problems after that, paste your /etc/smb/conf
 into a message here.

 Anne
 -- 
 Registered Linux User No.293302
 Have you visited http://twiki.mdklinuxfaq.org yet?









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] HOWTO Samba server with XPHome ME clients

2003-09-05 Thread David Rankin
go back and reset the password on the XP box. You may also want to delete
the connection to your linux box under my network places on XP

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: David [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 04, 2003 4:02 PM
Subject: Re: [expert] HOWTO Samba server with XPHome  ME clients


 On Thu, 2003-09-04 at 20:52, Anne Wilson wrote:
  On Thursday 04 Sep 2003 5:57 pm, Niclas Jacobsson wrote:
   Hi All!
  
   I've got problems setting up a samba server for WinME  XPHome
   clients. Printersharing works like a charm but file/directory (oops
   sorry for the Win-terminology...) sharing seems difficult to get
   working. Resources setup with samba show up in explorer at the
   client but when accessed I get prompted for password (guest
   account) what is this password, where can I find it? and how do I
   set this up so that each Windows/client account can access shared
   resources without being prompted for pswd?? Is there an HOWTO
   somewhere that explains all this in detail?
  
   Thanks!
   Niclas
 
  Every user must have an account on your box, and the username and
  password must match that on the windows box in every detail - it is
  case-sensitive of course.  The fact that it's asking for the guest
  password suggests that you haven't done this.
 
  Webmin may not be installed - it isn't by default, I think - but it's
  worth having.
 
  If you are still having problems after that, paste your /etc/smb/conf
  into a message here.
 
  Anne

 I installed a SAMBA server for a client a couple of weeks ago, I have
 had untold troubles getting a single XPH client to talk, all the
 password files were synced, using smbpasswd, passwd and the user on XP
 were all in sync and same case. It worked until I rebooted on one
 ocassion! It was really weird! After spending many hours searching web
 and other sources I have come to the conclusion that networking in
 general is borked in XPhome. I have a suspicion that it is something to
 do with WINS resolution, but that is just a hunch as I do not posess a
 XP box.

 If anyone is using Samba, and XPhome, I would love to see/hear you
 tales!

 David.

 PS: I gave the client a Win2K box with sharing enabled as a local
 workaround till I get this sussed.









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] 9.2rc1 installer is alpha screws current system...

2003-09-05 Thread David Rankin
Get down Pierre! Don't beat around the bush, tell us what you think
woohooo..

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: Pierre Fortin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 04, 2003 8:52 PM
Subject: Re: [expert] 9.2rc1 installer is alpha  screws current system...


 On Fri, 05 Sep 2003 11:58:06 +1200 Michael Adams [EMAIL PROTECTED]
 wrote:

  Sounds like you are dual booting 9.1 and 9.2. and your boot into 9.2 is
  reasonably ok. There are steps that need to be made by you when dual
  booting linux.
 
  Both vmlinuz.2.4.21-XX.mdk and initrd.2.4.21-XX.mdk.img have to be
  copied from 9.1 /boot to 9.2 /boot. Then you replace the 'vmlinuz' in
  the 9.1 stanzas with the full name of the vmlinuz for 9.1(given above).
  Run /sbin/lilo to make this stick.
 
  Then you should be able to boot to 9.1 ok.
 
  Do the same for 9.1, copying the 9.2 files into 9.1 /boot. It is up to
  you if you run /sbin/lilo at this stage. Which OS do you want as
  default?
 
  Hopefully your other issues may be solved by this also.

 Boy...  you seem to completely misunderstand how lilo works, and how to
 use *separate* /boot directories on different partitions...
 # df  (sorted for clarity)
 FilesystemSize  Used Avail Use% Mounted on
 /dev/hda1 485M   67M  393M  15% /# 9.1
 /dev/hda5 3.9G  2.5G  1.3G  68% /usr # 9.1
 /dev/hda6 485M  110M  350M  24% /var # 9.1
 /dev/hda7# swap
 /dev/hda8 985M   19M  916M   3% /tmp # shared
 /dev/hda9 485M   62M  398M  14% /92  # 9.2
 /dev/hda103.9G  754M  3.0G  21% /92usr   # 9.2
 /dev/hda11485M   49M  411M  11% /92/var  # 9.2
 /dev/hda124.9G  3.3G  1.3G  72% /home# shared
 /dev/hda134.9G  1.1G  3.5G  24% /usr/local   # shared
 /dev/hda145.8G  5.0G  564M  90% /ISO # **
 /dev/hda159.8G   34M  9.3G   1% /var/www # shared

 ** This is mounted by the installer (CD ISO images on this one), so it
 can't be mounted during the install.

 I don't use a shared /boot and there is no reason to copy kernel images
 between partitions -- just *properly* define the lilo stanzas.  9.1 and
 9.2 *each* have a /etc/lilo.conf -- while they can't be identical, with
 appropriate stanzas in each, they can produce the same MBR.

 Rreread what you snipped and try to understand what happened -- then you
 should see what Mdk's installer did wrong...

  On Thu, 4 Sep 2003 08:26:31 -0400
  Pierre Fortin [EMAIL PROTECTED] wrote:
 
  snip
 
   Loading USB printer modprobe: Can't open dependencies file
   /lib/modules/2.4.22-1mdk/modules.dep (No such file or directory)
   [FAIL
   ED]
   Huh??!!!  WTF!  That's not the kernel version in my 9.1...
   # uname -a
 
  /snip
 








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] dm in 9.2RC1 dying...

2003-09-03 Thread David Rankin
Joeb penned:

 Since .2 releases are supposed to be the most stable of the
 series (7.2, 8.2 and now 9.2)  I hope Mandrake would let the release
 date slip if needed for improved stability.

I whole-heartedly agree and encourage a slip to foster stability and a
polished release if required. I have tried virtually all version of mdk
since 7.0. I am still running 7.2 as a server because of the problems that
have been left in all releases since 7.2. To call 8.2 a victory in polish I
think misses the mark. But to be fair, 8.2 was born during the fight to go
from gcc 2.96 to the 3.0X variety that gave all of the major packages
headaches or hangovers depending on how you look at it.

Bottom line, forget focusing on just getting the next number release out
to stay ahead in the numbers game, get the next release out right. I've said
it before and I'll say it again, if 9.2 is as clean and reliable as 7.2
was/is, the mdk folks will have hit a home run.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

...the right to trial by jury, that palladium of civil liberty and only
safe guarantee for the life, liberty and property of the citizen.  Texas
Declaration of Independence (March 2, 1836)

It's your bill of rights - Vote NO to Prop. 12 on September 13
--
- Original Message - 
From: Joeb [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 03, 2003 7:51 PM
Subject: Re: [expert] dm in 9.2RC1 dying...


 Mark wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Tue, 2 Sep 2003, Joeb wrote:
 
 
 
 Mark wrote:
 
 
 
 Hi all,
 
 Is anyone else seeing this happen? What I mean is the system boots just
 fine to the GUI login screen, but after I've logged out of my Xwindows
 session it doesn't remain in init 5, but drops to init 3, and the
console
 login appears. In order to get the GUI login screen back I've got to
drop
 to init 1 and then go to init 5.
 
 
 


 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 
 
 
 
 There's already been a bug report submitted on it.  I think you can also
 get the dm back by logging in at the console prompt and typing: service
 -f dm   (you will need to be root or su to root).  After that, you won't
 get kicked out of the dm until you reboot and logout the first time.
 Hopefully, it will be fixed for RC2.
 
 
 Joeb
 
 
 
 
 Awesome...thanks Joeb. By the way...when is the scheduled release date of
 RC2?
 
 - -- 
 Mark
 
 
 Hopefully, not until it's finished!  It seems that the RC introduced a
 bunch of problems that weren't in the last beta.  Most, but not all seem
 to be cleared up in cooker.  I haven't actually heard of a release
 date.  Since .2 releases are supposed to be the most stable of the
 series (7.2, 8.2 and now 9.2)  I hope Mandrake would let the release
 date slip if needed for improved stability.

 Joeb









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Slow SMB file transfers to XP`

2003-09-02 Thread David Rankin
Mates:

Here is another clue that may help get to the bottom of this. Back in
the 7.2 days when Samba 2.0X, 2.1X was comming out, the slow transfer issue
appeared with Win98 transfers. The 2 gig limit was also there. The slow
transfer from win to mdk was discussed as a packet fragmentation or
rabbit pellet packet fragmentation problem by Civileme. The Samba folks
also worked the issue. The issue was evidently resolved for win98, but the
same type of problem could have reared its head again.

I tried to do a archive search for this issue, but for some reason the
archive search daemon would not connect. Anyway, I would suggest an expert
archive search for packet fragmentation or rabbit pellet to get the
history of the issue. M$ may have changed smb just enough to recreate this
condition and the Samba folks may have some more work to do.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: lorne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 11:45 AM
Subject: Re: [expert] Slow SMB file transfers to XP`


 On Monday 01 September 2003 08:10 pm, Michael Viron wrote:
  Seems like this is related to the stuff discussed in
  http://support.microsoft.com/default.aspx?scid=kb;en-us;321169 and
possibly
  in http://support.microsoft.com/default.aspx?scid=kb;en-us;321098 .
 
  You may also want to try running regedit to do the following:
 
  go to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current
  Version/Explorer/RemoteComputer/NameSpace in the registry
 
  remove {D6277990-4C6A-11CF-8D87-00AA0060F5BF} .
 
 First I apologize for not reporting what I found yesterday. I had already
 tried the top two things to no avail yesterday. I tried removing the above
 key and it made no difference at all. As we speak I'm transferring 285MB
of
 data from the Linux box to the XP box and it has been 8 minutes so far and
my
 guess is that it will take another 9 - 10 minutes. If I do it from my
linux
 server and copy it to the xp box, it will blast over in about 2 minutes or
 less!!

  The above key instructs windows to look for scheduled tasks on the pc in
  question (which may slow done browsing by at least 30s).
 
  Also take a look at
 

http://directory.google.com/Top/Computers/Software/Operating_Systems/Windows/Windows_XP/?tc=1
 , which includes about a hundred windows xp related
  sites of tips / tweaks / guides and howtos.
 
  Just some thoughts,
 
 Thanks a bunch Michael. I've started looking them over. As you know, it is
 somewhat like looking for a needle in a haystack. I'm home sick today, so
 I'll do some more googling to see if someone has come up with a fix
for
 this.

 If I forgot to mention, SP1 does NOT make a difference for my particular
 problem. Also, I'm using mdk 9.1 with out of the box Samba. Nothing
 special. I'm running 100Bt Half duplex hub. XP to XP fast. XP to ME
fast.
 Linux to XP fast. XP to Linux slow. ??? This one has me stumped.
What
 is interesting is I swear when I was running older versions of
Mandrake I
 don't recall this slowness. So even though I've bashed XP, perhaps it has
 been premature. I just thought of this.
  Michael
 
  --
  Michael Viron
  Core Systems Group
  Simple End User Linux
 
  At 04:30 PM 9/1/2003 -0700, you wrote:
  On Monday 01 September 2003 03:48 pm, Brant Fitzsimmons wrote:
   Greg Meyer wrote:
   On Monday 01 September 2003 03:13 pm, Brant Fitzsimmons wrote:
   I was the one who asked the question about slow transfers using
Samba.
   I asked on this list and on the newbie list.  Still have not
received
   any answers resolving the issue.
   
   When a transfer to or from a Samba box is initiated from a Win2000
box
   it flies.  When the same transfer is initiated from a Samba box to
   either another Samba box, or to a Win2000 box, it crawls at around
1/3
   the speed of the Win2000 initiated transfer.  Is this expected
behavior?
   
   I think the op of this thread had the slowness going the other way.
Samba to XP is fast, while XP to samba is fast.  In any case, it
always seems to be a problem with the configuration of the windows
machines, not the samba machines.
  
   Windows to Samba was only half of my comment.  An incorrect Windows
   configuration doesn't explain a slow Samba to Samba transfer.
  
  I would agree from smb to smb, but I really don't believe this is an
  incorrect windows configuration issue. There is a fundamental issue
that
   I believe Microsoft has done to deliberately break or slow samba. I
may
   be wrong, but I've not seen a solution yet. I did read somewhere that
you
   now
 
  no
 
  longer need netbios resolution for XP to work, but I don't think this
is
   the problem. If anything that would help without a wins server. ??
  
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com






Re: [expert] Slow SMB file transfers to XP`

2003-09-02 Thread David Rankin

Brian wrote:

 Remember though, this particular network is on a HUB, i.e. half-duplex.
 If there is any other sort of traffic what-so-ever it's going to be
 noticeably slower (DNS lookups, Net-BT broadcasts, etc).


Brings up a good point. Specifically, how many hubs are we talking
about? Are there more than 2 hubs between the mdk and XP box? If it's a 1
hub small network, DNS and NETBIOS braodcasts shouldn't be that much of an
issue.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: chort [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 1:09 PM
Subject: Re: [expert] Slow SMB file transfers to XP`


 On Tue, 2003-09-02 at 10:44, Brant Fitzsimmons wrote:
  lorne wrote:
 
  On Monday 01 September 2003 08:10 pm, Michael Viron wrote:
  
  
  Seems like this is related to the stuff discussed in
  http://support.microsoft.com/default.aspx?scid=kb;en-us;321169 and
possibly
  in http://support.microsoft.com/default.aspx?scid=kb;en-us;321098 .
  
  You may also want to try running regedit to do the following:
  
  go to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current
  Version/Explorer/RemoteComputer/NameSpace in the registry
  
  remove {D6277990-4C6A-11CF-8D87-00AA0060F5BF} .
  
  
  
  First I apologize for not reporting what I found yesterday. I had
already
  tried the top two things to no avail yesterday. I tried removing the
above
  key and it made no difference at all. As we speak I'm transferring
285MB of
  data from the Linux box to the XP box and it has been 8 minutes so far
and my
  guess is that it will take another 9 - 10 minutes. If I do it from my
linux
  server and copy it to the xp box, it will blast over in about 2 minutes
or
  less!!
  
 
  This illustrates my point perfectly.  When you initiated the transfer on
  the Linux box it took around two minutes to do the transfer, and you
  called it fast (blast).  I repeated that behavior in my own setup.  I
  got the same results when initiating the transfer on my Mandrake box
  using Konqueror and command line (cp).  I call it slow because when I
  initiate the transfer on the Win2000 box, using Windows Explorer, I get
  the same transfer done in under a minute.  Why the huge difference in
speed?
 
  A two minute transfer for a file that size may be fast compared to a
  totally broken setup, but it is still half as fast as it should be.  The
  question is: what needs to be done to have file transfers initiated in
  Linux get the same transfer speed experienced when they are initiated by
  Windows?
 
  The same thing can be said for transfers between Linux and Linux.  It
  experiences the same crippled transfer speed.  The common thread being
  the transfer is initiated on a Linux box.
 

 Remember though, this particular network is on a HUB, i.e. half-duplex.
 If there is any other sort of traffic what-so-ever it's going to be
 noticeably slower (DNS lookups, Net-BT broadcasts, etc).

 -- 
 Brian Keefer









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Slow SMB file transfers to XP`

2003-09-02 Thread David Rankin
For what it's worth, here is more info than needed on smb and CIFS.

http://ubiqx.org/cifs/index.html#Contents

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: David Rankin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 1:27 PM
Subject: Re: [expert] Slow SMB file transfers to XP`


 Mates:

 Here is another clue that may help get to the bottom of this. Back in
 the 7.2 days when Samba 2.0X, 2.1X was comming out, the slow transfer
issue
 appeared with Win98 transfers. The 2 gig limit was also there. The slow
 transfer from win to mdk was discussed as a packet fragmentation or
 rabbit pellet packet fragmentation problem by Civileme. The Samba folks
 also worked the issue. The issue was evidently resolved for win98, but the
 same type of problem could have reared its head again.

 I tried to do a archive search for this issue, but for some reason the
 archive search daemon would not connect. Anyway, I would suggest an expert
 archive search for packet fragmentation or rabbit pellet to get the
 history of the issue. M$ may have changed smb just enough to recreate this
 condition and the Samba folks may have some more work to do.

 --
 David C. Rankin, J.D., P.E.
 RANKIN * BERTIN, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 (936) 715-9333
 (936) 715-9339 fax
 --
 - Original Message - 
 From: lorne [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, September 02, 2003 11:45 AM
 Subject: Re: [expert] Slow SMB file transfers to XP`


  On Monday 01 September 2003 08:10 pm, Michael Viron wrote:
   Seems like this is related to the stuff discussed in
   http://support.microsoft.com/default.aspx?scid=kb;en-us;321169 and
 possibly
   in http://support.microsoft.com/default.aspx?scid=kb;en-us;321098 .
  
   You may also want to try running regedit to do the following:
  
   go to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current
   Version/Explorer/RemoteComputer/NameSpace in the registry
  
   remove {D6277990-4C6A-11CF-8D87-00AA0060F5BF} .
  
  First I apologize for not reporting what I found yesterday. I had
already
  tried the top two things to no avail yesterday. I tried removing the
above
  key and it made no difference at all. As we speak I'm transferring 285MB
 of
  data from the Linux box to the XP box and it has been 8 minutes so far
and
 my
  guess is that it will take another 9 - 10 minutes. If I do it from my
 linux
  server and copy it to the xp box, it will blast over in about 2 minutes
or
  less!!
 
   The above key instructs windows to look for scheduled tasks on the pc
in
   question (which may slow done browsing by at least 30s).
  
   Also take a look at
  
 

http://directory.google.com/Top/Computers/Software/Operating_Systems/Windows/Windows_XP/?tc=1
  , which includes about a hundred windows xp related
   sites of tips / tweaks / guides and howtos.
  
   Just some thoughts,
  
  Thanks a bunch Michael. I've started looking them over. As you know, it
is
  somewhat like looking for a needle in a haystack. I'm home sick today,
so
  I'll do some more googling to see if someone has come up with a fix
 for
  this.
 
  If I forgot to mention, SP1 does NOT make a difference for my particular
  problem. Also, I'm using mdk 9.1 with out of the box Samba. Nothing
  special. I'm running 100Bt Half duplex hub. XP to XP fast. XP to ME
 fast.
  Linux to XP fast. XP to Linux slow. ??? This one has me stumped.
 What
  is interesting is I swear when I was running older versions of
 Mandrake I
  don't recall this slowness. So even though I've bashed XP, perhaps it
has
  been premature. I just thought of this.
   Michael
  
   --
   Michael Viron
   Core Systems Group
   Simple End User Linux
  
   At 04:30 PM 9/1/2003 -0700, you wrote:
   On Monday 01 September 2003 03:48 pm, Brant Fitzsimmons wrote:
Greg Meyer wrote:
On Monday 01 September 2003 03:13 pm, Brant Fitzsimmons wrote:
I was the one who asked the question about slow transfers using
 Samba.
I asked on this list and on the newbie list.  Still have not
 received
any answers resolving the issue.

When a transfer to or from a Samba box is initiated from a
Win2000
 box
it flies.  When the same transfer is initiated from a Samba box
to
either another Samba box, or to a Win2000 box, it crawls at
around
 1/3
the speed of the Win2000 initiated transfer.  Is this expected
 behavior?

I think the op of this thread had the slowness going the other
way.
 Samba to XP is fast, while XP to samba is fast.  In any case, it
 always seems to be a problem with the configuration of the
windows
 machines, not the samba machines.
   
Windows to Samba was only half of my comment.  An incorrect Windows
configuration doesn't explain a slow Samba to Samba transfer.
   
   I would agree from smb to smb, but I really

Re: [expert] Slow SMB file transfers to XP`

2003-09-02 Thread David Rankin
See http://www.speedguide.net/read_articles.php?id=157

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: lorne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 4:26 PM
Subject: Re: [expert] Slow SMB file transfers to XP`


 On Tuesday 02 September 2003 02:04 pm, lorne wrote:
  On Tuesday 02 September 2003 01:46 pm, lorne wrote:
 
  Okay,
 
  Maybe a small breakthrough. I transfered the same file both ways. I've
not
  even analyzed it yet, but there is 25% more frames total (without
  subtracting arps or anything) in the slow than the fast! Not sure yet
what
  else I'll dig up.

 This may prove useful after all. Here is what I've further dug up.

 Fast transfer uses about

 protocols

 nbss 1/4+ total
 smb 1/4- total
 tcp1/2 total



 Slow transfers

 nbss 5/8 total
 smb 1/16 total
 tcp 1/3? total


 Very rough and probably don't add up to 100% but definately some
differences.
 The thing that just popped up at me was that the slow transfer from XP
window
 size of 10220. Linux is using 64240.

 Now is this enough for some clever fellow to tell how to modify Winders?








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Slow SMB file transfers to XP`

2003-09-02 Thread David Rankin
Lorne

You got me?? Beyond some tangential knowledge of the past packet
fragmentation issue and the CIFS protocol, I don't have any rabbits to pull
out of my hat. As far as smb is concerned it seems M$'s implementation of
smb(CIFS) is new and unique to XP/2000. I suspect in implementing CIFS for
XP, M$ has only loosely followed the RFC and has done so by design. The site
I posted earlier but can't find now, the ubhix something like that
suggests that the CIFS variety of smb has done just that.

I don't have a test machine to confirm what you are seeing, but it sounds
identical to the samba 2.07 problem that gave win98 fits.

Another site that looks promising is
http://hr.uoregon.edu/davidrl/samba/samba-optimize.html See 7.2 Socket
Options. You may be able to either rule in or rule out the fragmentation
issue by follow the test specified.

Good luck.

--
David C. Rankin
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

For those in Texas - Vote NO to prop 12 on September 13th. They're your
constitutional rights. You can either vote NO to keep them or vote yes (or
do nothing) and let the insurers and HMO's take them away in the name of
corporate greed. Your choice.

- Original Message - 
From: lorne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 5:52 PM
Subject: Re: [expert] Slow SMB file transfers to XP`


 On Tuesday 02 September 2003 03:29 pm, lorne wrote:
  On Tuesday 02 September 2003 03:26 pm, lorne wrote:
   On Tuesday 02 September 2003 02:40 pm, David Rankin wrote:
See http://www.speedguide.net/read_articles.php?id=157
  
 I DID go to a web site to download tweaks. There was a little executable
that
 did allow for increasing the window size. I've not dug back into the
registry
 to see where it made the change, but it has indeed opened up the window
size
 to 62420 now. So now the frame count is the same. That is the good news.
The
 bad news it is just a slow. ??? frame count 9,000 roughly. 65 seconds to
copy
 an 8mb file to linux. From linux to Xp about 5 seconds or less. It went
too
 quickly.

   What is odd about this web site is that even though it says 2000/XP...
   virtually all the settings are specific to XP. XP doesn't have those
key
   settings. ?? I doubt I want to add those. I can find no reference to
   window size on support.microsoft.com either. Odd.
 
  OOOPS!! I meant specific to 2000 NOT Xp.
 
--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message -
From: lorne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 4:26 PM
Subject: Re: [expert] Slow SMB file transfers to XP`
   
 On Tuesday 02 September 2003 02:04 pm, lorne wrote:
  On Tuesday 02 September 2003 01:46 pm, lorne wrote:
 
  Okay,
 
  Maybe a small breakthrough. I transfered the same file both
ways.
  I've
   
not
   
  even analyzed it yet, but there is 25% more frames total
  (without subtracting arps or anything) in the slow than the
fast!
  Not sure yet
   
what
   
  else I'll dig up.

 This may prove useful after all. Here is what I've further dug up.

 Fast transfer uses about

 protocols

 nbss 1/4+ total
 smb 1/4- total
 tcp1/2 total



 Slow transfers

 nbss 5/8 total
 smb 1/16 total
 tcp 1/3? total


 Very rough and probably don't add up to 100% but definately some
   
differences.
   
 The thing that just popped up at me was that the slow transfer
from
 XP
   
window
   
 size of 10220. Linux is using 64240.

 Now is this enough for some clever fellow to tell how to modify
 Winders?
   
  
 ---
   -- -- - 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Slow SMB file transfers to XP`

2003-09-02 Thread David Rankin
Well, you're right about there being something suspicious about the way XP
does business. Browsing win98 clients is just slow as sh you know.
That's even after the registry tweaks that are supposed to fix the browse
problem. Secondly, MS crippled XP to allow no more than 5 simo network
connections rendering it useless as an impromptu file server. I have XP pro
at home, but it is also on the same box as linux rendering it useless to
test the file transfer issue. There is an answer somewhere...and
let me know when you find out what it is.

--
David C. Rankin
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

- Original Message - 
From: lorne [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 02, 2003 9:32 PM
Subject: Re: [expert] Slow SMB file transfers to XP`


 On Tuesday 02 September 2003 06:23 pm, David Rankin wrote:
  Lorne
 
  You got me?? Beyond some tangential knowledge of the past packet
  fragmentation issue and the CIFS protocol, I don't have any rabbits to
pull
  out of my hat. As far as smb is concerned it seems M$'s implementation
of
  smb(CIFS) is new and unique to XP/2000. I suspect in implementing CIFS
for
  XP, M$ has only loosely followed the RFC and has done so by design. The
  site I posted earlier but can't find now, the ubhix something like
  that suggests that the CIFS variety of smb has done just that.
 
 I've been suspicious of a change in the way XP does business, but can't
put my
 finger on it. I may take my traces to an Extreme engineer and see if he
can
 lay his finger on it.

  I don't have a test machine to confirm what you are seeing, but it
sounds
  identical to the samba 2.07 problem that gave win98 fits.
 
  Another site that looks promising is
  http://hr.uoregon.edu/davidrl/samba/samba-optimize.html See 7.2 Socket
  Options. You may be able to either rule in or rule out the fragmentation
  issue by follow the test specified.
 
 I am not seeing fragmentation in the trace. It does do things slightly
 differently, but I've had a hard time really dissecting it today. I'm
going
 to read and tinker with the above suggestions I think. For now, I'll just
 have to transfer from linux to xp. I use my mdk box more often anyhow. :)
 I have the bigger drives in the XP box. Guess I'll just use the XP box for
 storage. hahaha

  Good luck.
 
  --
  David C. Rankin
  Rankin * Bertin, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
 
  For those in Texas - Vote NO to prop 12 on September 13th. They're your
  constitutional rights. You can either vote NO to keep them or vote yes
(or
  do nothing) and let the insurers and HMO's take them away in the name of
  corporate greed. Your choice.
 
  - Original Message -
  From: lorne [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, September 02, 2003 5:52 PM
  Subject: Re: [expert] Slow SMB file transfers to XP`
 
   On Tuesday 02 September 2003 03:29 pm, lorne wrote:
On Tuesday 02 September 2003 03:26 pm, lorne wrote:
 On Tuesday 02 September 2003 02:40 pm, David Rankin wrote:
  See http://www.speedguide.net/read_articles.php?id=157
  
   I DID go to a web site to download tweaks. There was a little
executable
 
  that
 
   did allow for increasing the window size. I've not dug back into the
 
  registry
 
   to see where it made the change, but it has indeed opened up the
window
 
  size
 
   to 62420 now. So now the frame count is the same. That is the good
news.
 
  The
 
   bad news it is just a slow. ??? frame count 9,000 roughly. 65 seconds
to
 
  copy
 
   an 8mb file to linux. From linux to Xp about 5 seconds or less. It
went
 
  too
 
   quickly.
  
 What is odd about this web site is that even though it says
 2000/XP... virtually all the settings are specific to XP. XP
doesn't
 have those
 
  key
 
 settings. ?? I doubt I want to add those. I can find no reference
to
 window size on support.microsoft.com either. Odd.
   
OOOPS!! I meant specific to 2000 NOT Xp.
   
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
  --
  - Original Message -
  From: lorne [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, September 02, 2003 4:26 PM
  Subject: Re: [expert] Slow SMB file transfers to XP`
 
   On Tuesday 02 September 2003 02:04 pm, lorne wrote:
On Tuesday 02 September 2003 01:46 pm, lorne wrote:
   
Okay,
   
Maybe a small breakthrough. I transfered the same file both
 
  ways.
 
I've
 
  not
 
even analyzed it yet, but there is 25% more frames total
(without subtracting arps or anything) in the slow than the
 
  fast!
 
Not sure yet
 
  what
 
else I'll dig up

Re: [expert] I cannot see what I write here

2003-08-29 Thread David Rankin
That is absolutely outrageous, I love it (or tivoli backwards)

--
David C. Rankin
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

- Original Message - 
From: ed tharp [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 28, 2003 5:00 PM
Subject: Re: [expert] I cannot see what I write here


 On Thu, 2003-08-28 at 12:30, Wolfgang Bornath wrote:
   *** J.C. Woods Thu, 28 Aug 2003 11:18:34 -0500 :
 
   So are we all happy now?
 
  No. Weather is cloudy, I haven't picked the right lottery numbers, one
  memory slot of my laptop is gone, and there's no more beer in the
  fridge. How can I be happy?
 
  wobo

 shsh wobo, don't you live in Germany? it's always cloudy. And one of
 these days,,, if you ever buy any lottery tickets, you might get one
 number right, but not buying any is why you ain't got none rightg
 now the beer problem,,, http://www.bofh.org.pl/man/uubp.html.











 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Login from Windows and Linux

2003-08-29 Thread David Rankin
Well, first you need to create/configure /etc/smb.conf or
/etc/samba/smb.conf (in later versions): see
http://www.oreilly.com/catalog/samba2/book/toc.html Test the configuration
with testparm. Start the smbd in daemon mode (smbd -D) and your off and
running

My config is as follows:

# Global parameters
[global]
workgroup = RB_LAW
server string = RB_LAW Samba Server %v
encrypt passwords = Yes
update encrypted = Yes
smb passwd file = /etc/smbpasswd
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *new*password* %n\n *success*
passwd chat debug = Yes
unix password sync = Yes
log file = /var/log/samba/log.%m
max log size = 50
name resolve order = wins lmhosts hosts bcast
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = lpstat
logon script = %U.bat
domain logons = Yes
time server = yes
os level = 34
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
hosts allow = 192.168.7. localhost
min print space = 2000
printing = cups
print command = /usr/bin/lp -d%p -oraw %s; rm %s
lpq command = /usr/bin/lpstat -o%p
lprm command = /usr/bin/cancel %p-%j
queuepause command = /usr/bin/disable %p
queueresume command = /usr/bin/enable %p

[netlogon]
comment = Rankin-Bertin logon services
path = /home/samba/logon
browseable = No

[guillory]
comment = David Guillory
path = /home/samba/guillory
valid users = @guillory
force group = guillory
writeable = Yes
inherit permissions = Yes

[homes]
comment = Homes Directory
writeable = Yes
browseable = No

[Applications]
comment = Windows Applications
path = /home/samba/winapps
valid users = @rbpllc,@guillory,@price
force group = rbpllc
writeable = Yes
map archive = Yes
inherit permissions = Yes

[printers]
comment = All the Printing SOB's
path = /var/spool
guest ok = Yes
printable = Yes
printer = lp


--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax
--
- Original Message - 
From: Michael Lothian [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 28, 2003 12:03 AM
Subject: Re: [expert] Login from Windows and Linux


 Erm how?

 david wrote:

 Yep, any linux box running samba will do
 
 On Wednesday 27 August 2003 12:19, Michael Lothian wrote:
 
 
 
 
 Hi again
 
 I've got a few more questions for you/
 
 I was just wondering if it was possible to set up a server that both
 windows and linux could log into.
 
 I'd like to be able to log in from any of my pc's and be able to access
 all my files and the same from linux too.
 
 Is this possible?
 
 Also is it posible to set up both systems under a domain? Rather that a
 workgroup? If so how?
 
 Erm I know these questions are a bit vague but I'm not entirely sure how
 all this works but I'm wanting to learn.
 
 Thanks again
 
 Mike
 
 
 
 
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 
 









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


test: Re: [expert] Fwd for Mark Weaver (testing mail list server too)

2003-08-22 Thread David Rankin
I have had the same problem getting through for the past few months

--
David C. Rankin
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

- Original Message - 
From: Todd Lyons [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 22, 2003 1:34 AM
Subject: Re: [expert] Fwd for Mark Weaver (testing mail list server too)


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 ed tharp wanted us to know:

 I've been trying to send this to the expert list now for a day or so but
 can't seem to get any message though to this list. At the moment I'm
 running a traceroute to the Mandrake mailserver and coming up empty. It
 got halfway through and just hit a brick wall. Their network must be
 infested with worms.

 It was something affecting much of L.A.  I couldn't get to my server
 either for a period of at least 5 hours.  Interestingly enough, from my
 house I could ssh to a customer's machine then could get to my
 webserver, but couldn't go direct from my house to my webserver.  Since
 the mail servers are here and connect to one of the same providers that
 my provider does, I'd say it was a peering problem that developed and
 was fixed within a few hours.
 - -- 
 Blue skies... Todd
 | Get a bigger hammer!   |  Two things prevent you from having|
 | http://www.mrball.net  |  sex with women:  sunlight  sobriety  |
 | http://faq.mrball.net  |  --Tom Leykis  |
 Linux kernel 2.4.21-0.25mdk   6 users,  load average: 0.00, 0.02, 0.05
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 Comment: http://www.mrball.net/todd.asc

 iD8DBQE/RblZIBT1264ScBURAgo5AJ9KBe1P58nldyahqf5Pm6hpgg0PigCZAbeJ
 VqTaRwKPXcQQuV0VFi1gwbk=
 =RqAV
 -END PGP SIGNATURE-








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Re: Software to record DVD-R/RW?

2003-08-19 Thread David Rankin
What's wrong with:

rpm.pbone.net/index.php3/stat/4/idpl/393682/
com/cdrecord-dvdhack-2.0-2mdk.i586.rpm.html

--
David C. Rankin
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

- Original Message - 
From: Helge Hielscher [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 3:31 AM
Subject: [expert] Re: Software to record DVD-R/RW?


 Am Sun, 17 Aug 2003 12:59:32 -0400 schrieb Byron Poland:
 
  You need to install cdrecord-dvdhack this is what Mandrake has in it's
  distribution for burning dvd's.

 Where can I get the RPM? I couldnt find it in
 http://rpms.mandrakeclub.com

 Regards,
 Helge









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] OT: router reboots

2003-08-19 Thread David Rankin
Also,

Don't forget to check the obvious! Sometimes the little fans in the
router or hub or switch quits and this can give you nightmares trying to
figure out what is going on. I have had one die and the hub kept working
fine until the traffic load got heavy which would cause the heat load
experienced by the hub to rise which would cause it to die. May work for 2
days or 20 minutes depending on the traffic.

Worth a check.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

- Original Message - 
From: Lyvim Xaphir [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Anne Wilson [EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 11:08 AM
Subject: Re: [expert] OT: router reboots


On Mon, 2003-08-18 at 16:10, Anne Wilson wrote:
 On Monday 18 Aug 2003 9:03 pm, Lyvim Xaphir wrote:
  On Thu, 2003-08-14 at 07:52, Anne Wilson wrote:
   SMC Barricade 7401BRA adsl router
  
   On average, about once a week I have to reboot my router.  No
   apparent reason - just that no Internet connection works any
   more.  After a reboot, all is well, both on this box and all
   others on the net.  I am not able to find any common denominator
   leading up to the problem. Any ideas, anyone?
  
   Anne
 
  Does it have firmware that you can update.  I'd check on that
  first.
 
  --LX

 Hi, LX.  Franki raised that one, but my reply to him was one of the
 ones that went missing, never appeared on the list.  Here is what I
 said to him:

 Hi, Franki.  A little while ago I downloaded the latest flash for the
 router and the installation instructions, which were to flash it from
 within the web page. 'Mine not to reason why'. I thought, and tried
 it.  It didn't work.  I contacted their tech support, who said they
 would email alternative instructions.  They did, and it didn't work.
 It did screw up everything that had been there before, though, so I
 had to go in an reconfigure it.  There was a complication in that I
 couldn't get a connection, which my isp traced to a line fault, which
 BT denied, but a short time after it was working again.  Then I rang
 SMC's tech support again.  This time a guy asked me why I was trying
 to flash it.  He rather rudely said it was pointless - it was not
 necessary with the revision I had got.

You should have told him that it was none of his damn business WHAT you
were doing with your own equipment, and that if you wanted to pee on it
in the shower then that's exactly what you were going to do, and that
the only input you would need from him at that point would be to
recommend the best way to do the most damage.

Their job, quite simply, is not to question what you are doing but
rather to tell you how to do it.  Many times a phone jock will tell you
something either because they have read entirely too much BOFH lit or
because they don't want to bother with the call cause they've got a
personal call they'd rather be on.

The first thing to do before you pick up the phone for tech support is
to realize *what their job is*.  Because 90% of the time, THEY DONT.
They are not the equipment police of your house, their job is to tell
you how to flash their shite equipment.  Any other words out of their
mouth are extra and not needed.

Any chance for them to be arrogant and assume ignorance on your part is
usually a chance they will take.  In the past, in such situations, I
have thrown out some ignorance bait and then fed the rope out quite a
bit.  Then at the appropriate time, I yank on the rope, pull them back
in, and do maximum damage.  I do what I can to discourage this type of
behavior.



 Between that experience and the fact that it is impossible to release
 a range of ports for a session (ideally I would like it to be
 software triggered, but I'll do it manually if necessary) I feel that
 when I replace it, it will not be with an SMC product.

 If I may, I will also copy in my replies to Ronald and Miark, which
 also went missing.

---snip, I agree with Ronald that this is not a dhcp thing-

I'll be honest, the first thing that occurred to me when you described
your problem was that a security hole was being taken advantage of with
your router.  Most of the time when a firmware release is given on a
router, it's to address a security hole problem.  This reboot problem
sounded to me as if you were being scanned periodically and the scan was
locking your router up.  This is why I recommended a firmware flash, so
that you could begin analyzing the problem from a fresh and more secure
perspective.  Of course now we have phone jock assholes standing in our
way of that.

The objective is to get the router flashed with the latest firmware
revision, and then reexamine the problem to see if you have any further
lockups.  If lockups still are happening after you bring the router up
to the latest firmware release, then it's an equipment problem and the
router needs to be replaced under warranty.


Re: [expert] [OT]Burning DVDs (not necessarily movies!!!)

2003-08-14 Thread David Rankin
Let me know what you find out. I too just bought the Sony and I am trying to
learn the DVD burning process. I don't even know what tools are available
much less the compatibility of the formatts +/- etc... Which is the
preferred format R+, R-??

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax

- Original Message - 
From: stefmit [EMAIL PROTECTED]
To: Mandrake-expert [EMAIL PROTECTED]
Sent: Monday, August 11, 2003 1:04 PM
Subject: [expert] [OT]Burning DVDs (not necessarily movies!!!)


 I have - finally!!! - bitten the bullet and purchased myself a nice Sony
DVD
 burner (IDE). I would love to hear from other people (probably off-line)
 using such a device, and their experience with the multitude of options,
as
 well as their success/failure rate. So far - I found growisofs as being
the
 best tool for +RW, but it won't allow me to read DVDs created with it, on
any
 (two - so far) of the other regular DVD players I have (Ricoh and
Toshiba).

 Sorry for the OT - please contact me off-line.

 Thx,
 Stef








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] What is sshd-restarter?

2003-07-03 Thread David Rankin
Greg,

I also use PuTTy to access my server at work from home. I have resisted
upgrading because, frankly, I'm really happy with my current setup. I get no
connection errors while using PuTTy even in extended sessions. I can't speak to
the cause and effect of ssh-restarter on the error you receive because it aint
running in 7.2. But the bottom line seems to be that if ssh-restarter is simply
a script that checks to see if sshd is running every 5 minutes, then the
overhead of ssh-restarter is negligable. Perhaps you can check the script for a
setting that will let you set it to run every 30 minutes instead of every 5 or
maybe there is a -- nolog switch. I like the idea of having sshd restarted if
for some reason it should die. It's kind of a safety net that insures ssh access
will be available when you need it.

Greg Meyer wrote:

 On Wednesday 02 July 2003 03:31 pm, David Rankin wrote:
  Greg,
 
  At least in 7.2 I have had sshd running for over 400 days without
  any stops. My guess is that it is just an extra precaution in case of
  power failure and the event that sshd isn't started in the default
  run-level.
 
 As an anal accountant, I just hate it showing up in my logs every 5 minutes,
 especially when it is always running.  Perahps there is a way for it to only
 make a log entry if it actually has to do something.

 I wonder also if it has anything to do with some of the connection errors I
 have been getting since being on 9.1.  I tunnel vnc through ssh so I can
 access my machine from work.  I find that 3 or 4 times throughout the day,
 PuTTy is giving me a connection error.  Since I uninstalled sshd-monitor, I
 have not had this happen.  Perhaps somehow the restart blows the connection.

 --
 /g

 Outside of a dog, a man's best friend is a book, inside
 a dog it's too dark to read -Groucho Marx

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] What is sshd-restarter?

2003-07-02 Thread David Rankin
Greg,

   At least in 7.2 I have had sshd running for over 400 days without 
any stops. My guess is that it is just an extra precaution in case of 
power failure and the event that sshd isn't started in the default 
run-level.

Greg Meyer wrote:

On Wednesday 02 July 2003 10:04 am, Thomas Backlund wrote:
 

It's a script that checks if the ssh daemon is running,
and if not... it will restart it..
   

I guess the question I should have askled is why is it necessary?  Is sshd 
known to stop on it's own?

I have removed the sshd-monitor package and have not noticed a problem with my 
sshd deamon.
 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] mounting a samba dir writable by an ordinary user with a space in his name ...

2003-07-01 Thread David Rankin
Try,

username=MYDOMAIN\\Edoardo Comar

[EMAIL PROTECTED] wrote:

 Hi

 I need to mount a windows-exported directory to be writable when logged in to
 my linux machine with my ordinary user account.
 The windows sysadmin gave me a username with a space in between - this trips
 up the mandrake control center UI tool

 Now, if, after login I execute *as root*

 mount -t smbfs -o username=MYDOMAIN\\Edoardo\
 Comar,password=mypassowrd,uid=501,gid=501 //EMU/VSS /mnt/EMU/VSS

 (where 501 are my linux ecomar user uid and gid), I get what i want.
 But of course I'm trying to add an entry in /ect/fstab and forget about it ...
  if I put there the line

 //EMU/VSS /mnt/EMU/VSS smbfs credentials=/etc/samba/auth.emu.ecomar 501 501

 and the credentials file has:

 username = Edoardo Comar

 domain = MYDOMAIN

 password = mypassword

 I don't get RW access to the share

 what did I do wrong ?

 thanks,
 Edo

   --
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Hello?

2003-06-23 Thread David Rankin
Don't feel bad,

I haven't seen any message I have posted in the past 2 months show up in my
inbox from the listserve. Evidently, they do get through to some people. Anne,
Praedor and others seem to get them. I just get absolutely no confirmation from
the listserve that they in fact have made it.

Praedor Atrebates wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Monday 23 June 2003 11:58 am, Anne Wilson wrote:
  On Monday 23 Jun 2003 5:33 pm, Carroll Grigsby wrote:
 [...]
   Anne:
   Did you notice that Praedor sent this message last week while sympa
   was having a tummy ache? He's probably been wide awake two or three
   times since then.
  
   Over the past two days, I've gotten a number of messages that were
   posted on the 18th. Sympa must mean erratic in some language.
   -- cmg
 
  No - I didn't notice.  But I agree that there have been a lot of 'old'
  messages popping up.  I didn't notice that they all had the same
  date, though.  Have you got the idea that this happens after every
  glitch with the server?  Seems to me it does.

 I had several days last week where I received absolutely no messages at all
 from this list.  I am a member of several mailing lists and this one is the
 most active.  It is suspicious when it goes several days without any new
 messages appearing while my other lists tick along.  Of course, my Hello?
 message didn't show up until now.

 praedor

 - --
 Not a single 9/11 terrorist came from Iraq, nor did a single one train in
 Iraq. Iraq had NOTHING to do with 9/11.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)

 iD8DBQE+90M5aKr9sJYeTxgRAtT6AJ9TLNoNp+xqSkd0KN5CsE46xbAPjACfe5tU
 4CH+dgFj9jQnCErorbizNnk=
 =F33n
 -END PGP SIGNATURE-

   --
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Re: Mdk as Server OS ?

2003-06-11 Thread David Rankin
Heck,

I though I was just being black-balled by the listserve because I'm
still running a 7.2 server.

James Sparenberg wrote:

 On Tue, 2003-06-10 at 14:31, Anne Wilson wrote:
  On Tuesday 10 Jun 2003 9:56 pm, James Sparenberg wrote:
   On Tue, 2003-06-10 at 11:19, Anne Wilson wrote:
On Tuesday 10 Jun 2003 6:54 pm, Björn Lundin wrote:
 When reading my own post I see nothing, here it is again...
   
This one came through, though
   
Anne
  
   Anne... sounds like the gods of e-mail are messing with you big
   time.
  
   James
 
  Not with me, but David and Bjorn are having big problems
 
  Anne
 Oops sorry thought it was a triad rather than a duo. my bad.

 James

 
 
  __
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

   --
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] Mdk as Server OS ?

2003-06-10 Thread David Rankin
That's nothing Joerg,

I have sent several messages in the last few days and NOTHING has gotten
through.

Joerg Mertin wrote:

 Hi Folks,

 there seems to be a Bug in the list-server. I have sent this message once
 only ;)

 Cheers

 Joerg

 [...]
 --
 
 | Joerg Mertin  :  [EMAIL PROTECTED](Home)|
 | in Neuchâtel/Schweiz  :  [EMAIL PROTECTED] (Work)|
 | Stardust's LiNUX System   :  |
 | PGP 2.6.3in Key on Demand :  Voice  Fax: +41(0)32 / 725 52 54   |
 
 Home-Page: http://www.solsys.org

   --
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] third test to list

2003-06-10 Thread David Rankin
Anne, mates:

Are my messages getting through to the list?? Anne, I sent this
one directly to you as well to see if you get it. If you do, check the
mandrake list and let me know if I am getting through. It looks like I
am only getting about 10 posts per day from the listserve and nothing
I send gets through. Any thoughts??

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] Listserve Volume Drop?

2003-06-09 Thread David Rankin
Mates,

I have received only about 10 messages from the listserve in the
past 4 days. That doesn't sound right based upon the list volume
history. Anyone else have this problem?

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[expert] What's Happening with Named?

2003-06-06 Thread David Rankin
Mates,

Need to see if anyone knows what is going on with dhcpd/named. It
is only happening with regard to one laptop. Do I have a record
pointer that got screwed/stuck? I'll man and google it as well. Here
is the error being generated:

May  6 05:37:11 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 05:37:11 Nemesis named[593]: error processing update packet
(REFUSED) id 2274 from [127.0.0.1].1156
May  6 05:37:11 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 08:37:11 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 08:37:11 Nemesis named[593]: error processing update packet
(REFUSED) id 2275 from [127.0.0.1].1159
May  6 08:37:11 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 11:37:12 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 11:37:12 Nemesis named[593]: error processing update packet
(REFUSED) id 2276 from [127.0.0.1].1167
May  6 11:37:12 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 14:37:12 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 14:37:12 Nemesis named[593]: error processing update packet
(REFUSED) id 2277 from [127.0.0.1].1172
May  6 14:37:12 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 17:37:19 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 17:37:19 Nemesis named[593]: error processing update packet
(REFUSED) id 2278 from [127.0.0.1].1184
May  6 17:37:19 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 20:37:20 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 20:37:20 Nemesis named[593]: error processing update packet
(REFUSED) id 2279 from [127.0.0.1].1187
May  6 20:37:20 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 23:37:21 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  6 23:37:21 Nemesis named[593]: error processing update packet
(REFUSED) id 2280 from [127.0.0.1].1189
May  6 23:37:21 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  7 02:37:22 Nemesis named[593]: owner name
Guillory\032Laptop.rbpllc.com IN (primary) is invalid - rejecting
May  7 02:37:22 Nemesis named[593]: error processing update packet
(REFUSED) id 2281 from [127.0.0.1].1190
May  7 02:37:22 Nemesis dhcpd: if IN A Guillory Laptop.rbpllc.com
doesn't exist add 10800 IN A Guillory Laptop.rbpllc.com
192.168.7.94: resolver failed.
May  6 16:01:17 Nemesis postfix/smtp[4509]: connect to
vmh-ext.prodigy.net[207.115.63.97]: Connection refused (port 25)


--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert]

2003-04-05 Thread David Rankin
Too much time at Maggie Mae's

Troy and Tina Arnold wrote:

 I do apologize, but I do not understand?

 -Troy

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Michael Adams
 Sent: Saturday, April 05, 2003 6:00 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [expert]

 On Sat, 05 Apr 2003 06:30, Troy Arnold wrote:
  Troy Arnold
  Network Specialist
  Norwood Promotional Products, Inc.
  106 E. 6th Street Suite 300
  Austin, Tx  78701
  Phone: 512-542-2250, Fax: 512-477-8603
  [EMAIL PROTECTED]
 
  Visit our award-winning website www.norwood.com

 By the way, dont bother replying, your address has been filtered straight to

 trash.

 --
 Michael

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] samba]

2003-03-31 Thread David Rankin
1. Right-click on Network Neighborhood
2. Select Properties
3. Change the Workgroup
4. Reboot - It's windblows.

Jason Greenwood wrote:

 Hi there,

 I have been watching this thread closely as I too have been unable to
 get samba working properly here at work. How do you change the workgroup
 settings for users on their win98 boxen?? I obviously need to change
 them to MDKGROUP for it to work right but I see no way to change it on
 the offending win98 boxes.

 Cheers

 Jason

 
 
   Original Message 
  Subject: Re: [expert] samba
  Date: Mon, 31 Mar 2003 20:33:35 +0100
  From: Anne Wilson [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  References: [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
  On Monday 31 Mar 2003 8:32 pm, richard bown wrote:
 
   Hi All
 
  , thanks Kwan  Torstein for the advice , but so far the windows machine
  still cannot see this machine.
  I have opened ports 137  139 on the firewall , I've altered the
  smb.conf as suggested, included the chmod and chown  foe the public dir,
  but still nothing.
  The modified smb.conf is as follows:-
  [global]
  workgroup = MDKGROUP
  netbios name = FW-GB7TF
  server string = Samba Server %v
  encrypt passwords = Yes
  log file = /var/log/samba/log.%m
  max log size = 50
  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  printcap name = cups
  domain logons = Yes
  dns proxy = No
  printer admin = @adm
  printing = cups
  security = share
  [homes]
  comment = Home Directories
  read only = No
  browseable = No
 
  [printers]
  comment = All Printers
  path = /var/spool/samba
  create mask = 0700
  guest ok = Yes
  printable = Yes
  print command = lpr-cups -P %p -o raw %s -r   # using client
  side printer drivers.
  browseable = No
 
  [print$]
  path = /var/lib/samba/printers
  write list = @adm root
  guest ok = Yes
 
 
  The smbusers file as follows:-
 
  # Unix_name = SMB_name1 SMB_name2 ...
  root = administrator admin
  nobody = guest pcguest smbguest
 
  I'm still stumped, any more suggestions ??
 
 
  It looks as though your windows users don't have accounts on your box?
  They
  need a user account, with password and username exactly matching their
  windows logon, and a samba user account, again with an exact match in
  username and password.
 
  I presume they also have MDKGROUP as their workgroup, remembering case
  sensitivity?
 
  Anne
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 
 
 

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] samba

2003-03-31 Thread David Rankin
Wait, Wait, Wait

You don't need to disable the samba password. The way it works is to just
make sure the windows password ('95 OSR2 and beyond) is the same as the samba
password. The windows login (user name) should be the same as the unix and
samba username. Just make it simple. The unix, samba and windows logins and
passwords should be the same.

Kwan Lowe wrote:

 On Mon, 2003-03-31 at 15:44, richard bown wrote:

  Now I'm confused :(
 
  The windows box only has 2 users, both have a null string as a password,
  ie I login as richard with a blank password.
  When I login to this box as a user richard and the password is
  richard.
  I dont think linux likes null strings as passwords.

 On the Linux machine you'll need to create equivalent samba users with:

   smbadduser richard:richard
   It will prompt for a password. Just press Enter to disable the
 passwords.


 
  But surely the login is the icing on the cake, I would expect with both
  smbd and nmbd running, for windows to at least show this box in its
  network neighbourhood,, it only shows its self WINBLOWS in MDKGROUP.
  There are 4 interfaces on this box as far as the firewall is concerned
  1 the public interface,, heavily protected
  2 a slip link internal to the machine ...trusted
  3 local.. again trusted
  4 lan pretty open

 OK, to verify that it's not a firewall issue, do the following:

 On the Linux machine, login as the 'richard' user. Then type:
   smbclient //FW-GB7TF/public -U richard

 You should be prompted for a password. Press Enter for a null password
 or Enter the password if it's not null. When the SMB prompt appears,
 type 'dir'. You should get a listing of the local Samba share on the
 Linux machine.

 If you can't do this it tells us that something is wrong with the Samba
 configuration. BTW, the FW-GB7TF name is from the config file that you
 posted. Normally you'd change this to something more friendly. Please
 also verify that you are indeed exporting a /public share with:

   smbclient -U richard -L localhost

 Look for the appropriate entries in the Sharename column.

 If you can browse the share, go over to the Windows machine. In the
 START|RUN dialog, type //FW-GB7TF/public. If you don't get anything then
 it's almost certainly a firewall issue.

  the windows box is on the latter.
  I'm not seeing either smb,nmb or cups broadcasts on the lan interface,
  but the firewall log show cups broadcast being dropped on the public
  interface...stops the world using my printer :))
 
 
  route -en shows 44.131.90.0 netmask 255,255.254.0 to the lan interface,
  and the routing to that subnet is working.
  However, as per my earlier mail when smbd and nmbd are restarted I see a
  log message
   samba is now logon server for workgroup MDKGROUP on subnet
  44.131.90.129
 
  thats the address on the internal LAN for this machine, subnet
  255.255.255.255
 
  I've missed something fundamental, but I cant see it
 
  TIA
 
  Richard
  --
  richard bown [EMAIL PROTECTED]
 
 
 
 
  
 

  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [expert] A moment of Silence. Columbia, NOT Challanger.

2003-02-10 Thread David Rankin
Yep, it was enterprise.

Matthew O. Persico wrote:

 On Thu, 6 Feb 2003 22:07:40 -0600, David Rankin wrote:
 Trivia:
 
 OV-98 (Drop test vehicle - never flown aside from glide tests pre STS-1)

 Wasn't this named Enterprise? I remember a big deal about Trekkers trying
 to get a shuttle named after the ship in Star Trek.

 OV-99 Challenger
 OV-102 Columbia
 OV-103 Discovery
 OV-104 Atlantis
 OV-105-Endeavor
 
 
 --
 David C. Rankin, J.D., P.E.
 Rankin * Bertin, PLLC
 510 Ochiltree Street
 Nacogdoches, Texas 75961
 (936) 715-9333
 - Original Message -
 From: Franki [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 01, 2003 9:23 PM
 Subject: RE: [expert] A moment of Silence. Columbia, NOT Challanger.
 
 
 Ok, I will go along with that, except to say that its the
 Columbia we
 should be remembering..
 
 Challanger happened 17 years ago.
 
 rgds
 
 Frank
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of James
 Sparenberg
 Sent: Sunday, 2 February 2003 6:55 AM
 To: Expert List
 Subject: [expert] A moment of Silence.
 
 
 In honor of the men and women of the space shuttle challenger.
 Please a
 moment of silence.  And an awareness of the tragic effect a small
 problem can bring.
 
 I respectfully submit that to properly honor these men and women
 from
 many Nations, no replies or additional comments be made on this
 list.
 Please, hold your replies and your prayers in your hearts so that
 your
 God may see them and be with the families of those we have lost.
 
 
 James Sparenberg
 
 
 
 
 
 
 
 
 
 -
 ---
 
 
 
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com
 
 
 
 

 --
 Matthew O. Persico

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] A moment of Silence. Columbia, NOT Challanger.

2003-02-06 Thread David Rankin
Trivia:

OV-98 (Drop test vehicle - never flown aside from glide tests pre STS-1)
OV-99 Challenger
OV-102 Columbia
OV-103 Discovery
OV-104 Atlantis
OV-105-Endeavor


--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: Franki [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 01, 2003 9:23 PM
Subject: RE: [expert] A moment of Silence. Columbia, NOT Challanger.


 Ok, I will go along with that, except to say that its the Columbia we
 should be remembering..

 Challanger happened 17 years ago.

 rgds

 Frank

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of James Sparenberg
 Sent: Sunday, 2 February 2003 6:55 AM
 To: Expert List
 Subject: [expert] A moment of Silence.


 In honor of the men and women of the space shuttle challenger.  Please a
 moment of silence.  And an awareness of the tragic effect a small
 problem can bring.

 I respectfully submit that to properly honor these men and women from
 many Nations, no replies or additional comments be made on this list.
 Please, hold your replies and your prayers in your hearts so that your
 God may see them and be with the families of those we have lost.


 James Sparenberg













 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Mandrake RPM updates

2003-02-06 Thread David Rankin
Well,

I think the end of life stuff sucks. Yes, it's inevitable, but it still
sucks. I for one haven't upgraded my 7.2 server (other than applying
patches) since it was installed. Why? Answer: It works, It works, It works!
It is inefficient to think about spending 3-5 days of a backup, HD format,
re-install, reconfigure, reload, test, (fix what used to work, but now for
some reason unexplained doesn't), QA and harden a new server when the one
you have provides 100% of what you need (and believe me 7.2 is widely
installed and has few shortcommings)

So no, I don't repave each time a got to have a number larger than RH
release comes out. If their is a needed capability that is offered in the
new release, then I would. However, ssh, apache, php, mysql, pptpd, ipsec,
samba (no XP clients), BIND 8, and the rest still work just fine under 7.2.

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: Mark Chou [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 04, 2003 5:44 PM
Subject: [expert] Mandrake RPM updates


 Now that Mandrake has announced their product end-of-life policy
 (http://www.mandrakelinux.com/en/productlifetime.php3), I really need a
 sustainable upgrade strategy.  I've always struggled with rpm updates,
 basically downloadling source rpms and building them myself.  Mandrake
 package dependencies also happen to be particularly 'unkempt,'  often
 includes things that really aren't necessary.  My most important MDK
box,
 a gateway/firewall, is still basically MDK8.0 (console only).

 What do most of you do to keep your machines up to date with necessary
 features and security updates?  Do you pretty much re-pave each time for a
 newer MDK distro, or do you build your own from sources?  Any time-saving
 hints, like rsync, etc, which would save download time? What are the best
 practices?









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] MySQL Upgrade - I'm Braindead, need help

2003-01-27 Thread David Rankin
Listmates:

Updated MySQL on my 7.2 server at home and everything went fine. Now
I'm trying to do the same at work and I'm getting a dependency error. I
must be brain dead. Here is the relevant output:

[root@Nemesis RPMSMySQL]# ls
MySQL-3.23.31-1.3mdk.i586.rpm*
MySQL-client-3.23.31-1.3mdk.i586.rpm*
MySQL-shared-3.23.31-1.3mdk.i586.rpm*
MySQL-bench-3.23.31-1.3mdk.i586.rpm*
MySQL-devel-3.23.31-1.3mdk.i586.rpm*   WS_FTP.LOG*
[root@Nemesis RPMSMySQL]# rpm -Uvh M*
error: failed dependencies:
libmysqlclient_r.so.9 is needed by php-mysql-4.0.3pl1-1mdk

Any suggestions?

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Stuck in MySQL upgrade hell on 7.2 Server

2003-01-27 Thread David Rankin
Listmates,

I thought this was going to be easy -- wrong guess. I have 2 machines.
Both running LM7.2 On one, I upgraded MySQL without any problems to
MySQL-3.23.31-1.3mdk.i586.rpm. (from rpmfind.net) Simply rpm -Uvh and it
worked. On [skyline] I have the following installed:

[root@Skyine david]# rpm -qa | grep My
MySQL-shared-3.23.31-1.3mdk
MySQL-client-3.23.31-1.3mdk
perl-Mysql-1.22_15-3mdk
MySQL-devel-3.23.31-1.3mdk
MySQL-3.23.31-1.3mdk
MySQL-bench-3.23.31-1.3mdk

[root@Skyine david]# rpm -qa | grep php
php-4.0.3pl1-1mdk
mod_php-4.0.3pl1-1mdk

On [nemesis], the SOB that doesn't like the upgrade has the following
installed

[root@Nemesis RPMS]# rpm -qa | grep My
MySQL-shared-3.23.23-1mdk
MySQL-client-3.23.23-1mdk
MySQL-3.23.23-1mdk
perl-Mysql-1.22_15-3mdk
MySQL-bench-3.23.23-1mdk

[root@Nemesis RPMS]# rpm -qa | grep php
php-4.0.3pl1-1mdk
mod_php-4.0.3pl1-1mdk
php-mysql-4.0.3pl1-1mdk
php-imap-4.0.3pl1-1mdk
php-dba_gdbm_db2-4.0.3pl1-1mdk
php-gd-4.0.3pl1-1mdk
php-ldap-4.0.3pl1-1mdk
php-pgsql-4.0.3pl1-1mdk
php-readline-4.0.3pl1-1mdk
php-oracle-4.0.3pl1-1mdk

How in the heck to I get nemesis to want to upgrade? Do I need to rpm -e
MySQL, PHP, etc.. and then reload everything? There has to be a trick right?
The following are the dependency problems I am having:

[root@Nemesis RPMS]# rpm -Uvh --test MySQL*
error: failed dependencies:
libmysqlclient_r.so.9 is needed by php-mysql-4.0.3pl1-1mdk

[root@Nemesis RPMS]# rpm -Uvh --test mod_php-4.0.6-5.2mdk.i586.rpm
error: failed dependencies:
apache-common = 1.3.22 is needed by mod_php-4.0.6-5.2mdk
apache-conf = 1.3.22 is needed by mod_php-4.0.6-5.2mdk
php-common = 4.0.6 is needed by mod_php-4.0.6-5.2mdk
libmm.so.11 is needed by mod_php-4.0.6-5.2mdk
libphp_common-4.0.6.so.0 is needed by mod_php-4.0.6-5.2mdk

[root@Nemesis RPMS]# rpm -Uvh --test php-*
error: failed dependencies:
libmm.so.11 is needed by php-4.0.6-6.3mdk
libmm.so.11 is needed by php-common-4.0.6-6.3mdk
libtool is needed by php-devel-4.0.6-6.3mdk
libmysqlclient_r.so.10 is needed by php-mysql-4.0.6-3.2mdk
php = 4.0.3pl1 is needed by mod_php-4.0.3pl1-1mdk
libphp_common.so.4.0.2 is needed by mod_php-4.0.3pl1-1mdk

What do you think?

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] just testing pgp

2003-01-24 Thread David Rankin
Well, at least GPG works for Praedor..

Praedor Atrebates wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 testing pgp - pay no mind.  email up and running again.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)

 iD8DBQE+MYF9wDUPEkSvRHERAkiaAJ9BQ+6avJ3M0QngybMHfwI2HlIuWACfRpPk
 XPkTNIIvWV03RsdRBrdcIqI=
 =VGSs
 -END PGP SIGNATURE-

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



PNIC2 Error Fixed [was Re: [expert] Network Card Recommendations]

2003-01-23 Thread David Rankin
The PNIC2 eth0 tx hung mystery has been solved. I though I would share the
solution. Background: the eth0 error started showing up after a large
thunderstom rolled through Texas around Christmas. The problem would come and go
appearing mostly when the network was under high load due to backup. Sometimes
the error would cause the hub to shutdown (so I thought).

We'll, checking each connection at the hub revealed that the hub would crash
when I connected the server to the hub. This combined with the PNIC2 eth0
message caused me to suspect the Linksys LNE100TX card in the server. So I found
another one in Nacogdoches (no easy task in Nacogdoches, Texas). Replaced the
card repowered the hub and all was well (I thought). I started the backup and
went to lunch after watching for 10 minutes to make sure all was well.

Got back from lunch - everything was dead again. Well, as it turns out, it
wasn't the server network card, but it was a problem with the hub. The fan in
the old CNET 8-port was dying and causing the hub to overheat. The LM server was
the only machine on the network smart enough to log any errors. Being the
server, it also carried the most traffic and would cause the hub to overheat
once connected making it look like a server network card problem.

Thanks for everyones help with this problem over the past few weeks. And,
did I tell you, I only had to drive 60 miles to find a new 8-port!

I would check each connection with the

James Sparenberg wrote:

 Ran some throughput tests about 6 months ago... rough test nothing fancy
 3c905's seemed to give me 45mbs real throughput... the linksys about
 42mbps Honestly I can't think of a reason why you wouldn't stay
 with them the price/performance point is pretty solid from what I see.
 (and Linksys doesn't freak out when you call them and say Linux...!)

 James

 On Wed, 2003-01-22 at 22:02, David Rankin wrote:
  Listmates,
 
  I have convinced myself that the PNIC2 eth0 messages I have been
  receiving lately are signs that my Linksys LNE 100TX pci NIC is slowly
  dying. It only flakes out under high load conditions like pulling a 600M
  backup across the card. Anyway, after 2 years of faithfull service, I
  wouldn't mind buying another one for the box, but I thought I would first
  check to see if you guys had any other suggestions. My LM box still runs
  Odyssey (7.2) and serves 8 clients. The only time it sees a heavy load of
  throughput is when I backup to another machine on the LAN.
 
  At $14, it's hard to say no to another Linksys, but if I could benefit
  from getting a better card, that's what I'm here trying to find out. What
  are some of your favorites for a small server?
 
  --
  David C. Rankin, J.D., P.E.
  Rankin * Bertin, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
 
 
 
  __
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Network Card Recommendations

2003-01-22 Thread David Rankin
Listmates,

I have convinced myself that the PNIC2 eth0 messages I have been
receiving lately are signs that my Linksys LNE 100TX pci NIC is slowly
dying. It only flakes out under high load conditions like pulling a 600M
backup across the card. Anyway, after 2 years of faithfull service, I
wouldn't mind buying another one for the box, but I thought I would first
check to see if you guys had any other suggestions. My LM box still runs
Odyssey (7.2) and serves 8 clients. The only time it sees a heavy load of
throughput is when I backup to another machine on the LAN.

At $14, it's hard to say no to another Linksys, but if I could benefit
from getting a better card, that's what I'm here trying to find out. What
are some of your favorites for a small server?

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] NEED HELP - kernel: eth0: Tx hung, 1191883 vs.1191882.

2003-01-08 Thread David Rankin


Pierre Fortin wrote:

 On Tue, 7 Jan 2003 23:33:51 -0600 David Rankin
 [EMAIL PROTECTED] wrote:

 
  I have been struggling with a weird message lately that hasn't appeared
  over the past 2 years until the past few weeks. I don't have any clue as
  to what this is actually telling me, but I would suspect that it may be
  the initial gasps of a dying LNE100TX network card (tulip driver). It
  may only show up once or twice every week. However, with my very limited
  kernel error message understanding, I'm at a loss. So experts -- Chime
  in!
 
  Setup:
 
  LM 7.2 Odyssey (2.2.19 kernel)
  Abit Kt7 mb
  AMD T-bird 800
  Linksys LNE100TX
  (No hardware changes since Jan, 2001)

 Does the 'no changes' comment also apply to all the connected systems in
 the office?  Is anyone using a new app on the non-Linux boxes?  Was there
 a storm just before this problem started? (One of my LinkSys ports was
 zapped by lightning induction -- the connected box was not affected)


Well, this is interesting because there was one hell of a lightning storm
several days before this problem appeared. The only reason I don't think this
correlates is because the errors didn't appear until a few days after.

What about moisture around the CAT5 cables. Our office is an older structure
that sits on pier and beam with the CAT5 run underneath. After the storm, it
is possible the CAT5 was in a very moist environment. The CAT5 insulation
should be good on all the cables. Has anyone heard of moisture around cables
causing this type of problem?



  Network:
 
  server - 8 port C-net hub [7 out to LAN 1 to] - 4 port Linksys
  cable/dsl router [1 LAN connection] - (the rest of the world/internet)
 
 
  No problems for over 580 days. Since 12/26/02 I have received the
  following message with varying frequency. It really hung on the 12/26,
  but after that I only see the message once maybe twice a day or week?
 
  Jan  3 11:28:22 Nemesis kernel: eth0: Tx hung, 1191883 vs. 1191882.
  Jan  3 11:28:22 Nemesis kernel: eth0: PNIC2 transmit timed out, status
  e400, CSR6/7 0100 / ebff
  CSR12 40a1d0cc, resetting...
 
  OK, this is Jan 7 and I haven't had the message since the 3rd, so:
 
  What in the heck does this error mean? Google says that it may be a
  tulip driver error, but that is no explaination as to why I would go
  500+ days without the error and then have it magically (or a a result of
  witchcraft) appear? Does it smell like a hardware problem? When it
  occurs, I have noticed that my C-net 8 port hub acts flakey. After I
  disconnect all the clients, reset the modem, reset the router, reset the
  hub -- everything seems OK. So what gives? (I generally do a
  /init.d/network restart just to be on the safe side) Which resets
  without any errors.
 
  My real question is what in the hell is an: eth0: Tx hung message mean?
  What does the eth0: PNIC2 message mean? Docos and info is sparse on this
  message. So, has anyone else got a clue as to what I'm dealing with?

 This is gonna require the 7.2 sources (which I no longer have) and a read
 of the code -- that was the only source of docs that helped when I had
 eepro10 problems on 7.2...

  As always, any wisdom would be greatly appreciated.

 Running ethereal won't show such a low level problem; but it might provide
 a clue if a bug is triggered by something on the LAN condisdering you are
 using a hub...

 HTH,
 Pierre

  --
  David C. Rankin, J.D., P.E.
  Rankin * Bertin, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
 
 
 

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] DHCP and DNS interaction

2003-01-07 Thread David Rankin
Failure is not an option

Donna and Matthew Persico wrote:

 On Mon, 06 Jan 2003 08:20:06 -0500, Mike Rambo [EMAIL PROTECTED]said:
 Matthew O. Persico wrote:
 
  I've read the DNS Howto and I've installed the bind and caching server RPMS.
 
  What I do not understand is how DNS works with DHCP? In short, I have a DHCP 
server running on an Linksys Router. My XP boxes all figure out what their names are 
over netbios and the Linux box is running smbd and nmbd so it broadcasts its name to 
the XP boxes.
 
  However, for the Linux box to be able to get to the XP boxes by name, the local 
DNS server has to somehow ask the DHCP server what's going on, yes?
 
  Does anyone have a pointer to a doc that explains that interaction?
 
 
 http://www.isc.org
 
 I'd suggest starting with these folks. Dynamic DNS sounds like what
 you're looking for. I guess it took me a couple of hours to figure it
 out the first time but it really isn't all that complicated. Also, it
 isn't so much that DNS works with DHCP but rather, DHCP can be set up to
 update DNS so long as DNS is set up to receive updates from DHCP. There
 are rules set up for allowing your DHCP daemon to update the DNS server
 with each IP address it leases (and removing those entries when they
 expire). It's all pretty slick and works very well. I have set it up on
 probably a dozen systems now. If you used the ISC Bind (you probably do)
 and DHCP (you don't) packages I could probably set you with some
 template files I always use - makes it so I don't have to memorize
 everything. Maybe this would make a good addition to a howto
 somewhere...
 
 The fly I see in this ointment is in regard to the fact that your
 linksys router is doing DHCP on your network. You'd have to determine
 whether the linksys can be configured to do the updates. If it can't,
 you're pretty much stuck unless you're willing to take the DHCP services
 off the linksys and put them elsewhere (like on the same box that runs
 DNS).
 
 For more info you can also look at some man pages - best info of these
 two is in ISC's dhcpd.conf man page.
 
 man named.conf (requires the named (Bind) packages) look for
 allow-update
 
 man dhcpd.conf (requires ISC dhcpd package) whole section on dynamic dns
 
 Hope this helps.
 

 FYI, I've given up on DHCP and DNS dancing together. In the end, the learning curve 
was not worth it. I've dropped a seven line hosts file on my four machines. Problem 
solved, even if it is in a Kobyoshi-Maru sort of manner. :-)

 --
 Matthew O. Persico

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] NEED HELP - kernel: eth0: Tx hung, 1191883 vs. 1191882.

2003-01-07 Thread David Rankin

I have been struggling with a weird message lately that hasn't appeared over
the past 2 years until the past few weeks. I don't have any clue as to what
this is actually telling me, but I would suspect that it may be the initial
gasps of a dying LNE100TX network card (tulip driver). It may only show up
once or twice every week. However, with my very limited kernel error message
understanding, I'm at a loss. So experts -- Chime in!

Setup:

LM 7.2 Odyssey (2.2.19 kernel)
Abit Kt7 mb
AMD T-bird 800
Linksys LNE100TX
(No hardware changes since Jan, 2001)

Network:

server - 8 port C-net hub [7 out to LAN 1 to] - 4 port Linksys cable/dsl
router [1 LAN connection] - (the rest of the world/internet)


No problems for over 580 days. Since 12/26/02 I have received the following
message with varying frequency. It really hung on the 12/26, but after that
I only see the message once maybe twice a day or week?

Jan  3 11:28:22 Nemesis kernel: eth0: Tx hung, 1191883 vs. 1191882.
Jan  3 11:28:22 Nemesis kernel: eth0: PNIC2 transmit timed out, status
e400, CSR6/7 0100 / ebff
CSR12 40a1d0cc, resetting...

OK, this is Jan 7 and I haven't had the message since the 3rd, so:

What in the heck does this error mean? Google says that it may be a tulip
driver error, but that is no explaination as to why I would go 500+ days
without the error and then have it magically (or a a result of witchcraft)
appear? Does it smell like a hardware problem? When it occurs, I have
noticed that my C-net 8 port hub acts flakey. After I disconnect all the
clients, reset the modem, reset the router, reset the hub -- everything
seems OK. So what gives? (I generally do a /init.d/network restart just
to be on the safe side) Which resets without any errors.

My real question is what in the hell is an: eth0: Tx hung message mean? What
does the eth0: PNIC2 message mean? Docos and info is sparse on this message.
So, has anyone else got a clue as to what I'm dealing with?

As always, any wisdom would be greatly appreciated.

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] DHCP duplicate lease???

2003-01-07 Thread David Rankin
Mark,

Your on the right track. I stumbled through the configuration process
looking for a great reference that would help, and finally found two sources
that held the key. (I have the hardcopies somewhere that I could dig out for
you and fax -- probably 40 pages) The configuration challenge is daunting,
but it has nothing to do with BIND or dhcpd. The challenge is just finding
the one or two docs that actually break the config down to simple english.
The actual setup takes about an hour if your slow like I am. (not a VI
expert, but I get by - just have to remember whether it is yyn or ddn)  I
set up BIND and dhcpd to work together in my office along with everything
else under the sun on my LM 7.2 server  (ssh, pptpd - vpn, ftp, pop3, imap,
smtp, samba, etc..) and I went to 436 days uptime without a single glitch,
moved offices and had to shut it down, and have gone nearly 180 days since
without a glitch (besides the time msec got pissy with me)

The point to be made is, that once you take the time to learn the animal
it really is a setup and forget process. My LM box is my law office,
serves 8 various M$ client machines, everyone from home via vpn, and I have
no complaints.

So what your trying to do is easily doable, you'll just need some help
getting the syntax right. I'm no expert, but I'm more than willing to send
you all my config files to let you digest them. I can't imagine setting my
system up any other way. The working DNS, dhcpd combination is so elegant
and efficient that it truly exposes how LM and Linux can hold its own and
actually kick the $h17 out of any propriety software on the market.

Like I said, I'm no expert, but I'll do what I can to hep!

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: Mark Weaver [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 07, 2003 9:32 PM
Subject: Re: [expert] DHCP duplicate lease???


 David Rankin wrote:
  OK,
 
  Let's get to the bottom of this. With a properly functioning dns and
  dhcpd the system should be be idiot proof and work 100% of the time.
It's
  that simple. For LM, BIND and dhcpd work flawlessly once configured.
Your
  dhcpd.conf should look something like this: (of course there are more
  options and your internal LAN address may vary)
 
  subnet 192.168.7.0 netmask 255.255.255.0 {
  # default gateway
  option routers 192.168.7.13; (** this is your Linksys Router
  address***)
  option subnet-mask 255.255.255.0;
  option domain-name **whatever your domain is**.com;
  option domain-name-servers 192.168.7.14; (this is your server
  running B IND)
  option netbios-name-servers 192.168.7.14; (ditto)
 
  ddns-domainname **whatever your domain is**.com;
 
  range dynamic-bootp 192.168.7.20 192.168.7.100; **whatever works
for
  you**
  default-lease-time 21600; (up to you)
  max-lease-time 43200; (ditto)
 
  # Adding zone information
 
  zone **whatever your domain is**.com. {primary 127.0.0.1; }
   note the . after the domain name in the line above -- syntax --
very
  important!
  }
 
  Now if your running BIND, your named.conf should look something like
this:
 
  // Filename: /etc/named.conf
 
  options {
  directory /var/named;
  forward first;
  forwarders { 205.218.118.1; 208.180.0.2;};  *** whatever yours
are
  
  };
 
  zone . {
  type hint;
  file named.ca;
  };
 
  zone localhost {
   type master;
   file localhost;
  };
 
  zone 0.0.127.in-addr.arpa {
  type master;
  file 127.0.0;
  };
 
  zone **whatever your domain is**.com {
   type master;
   file **whatever your domain is**.com (your zone filename that
  is);
   allow-update{**whatever your domain is**.com;}; (**not the most
  secure, but bind 8 wouldn't generate a secure key**)
  };
 
  zone 7.168.192.in-addr.arpa {
  type master;
  file 192.168.7;
  allow-update{localhost;}; (**same comment as above**)
  };
 
  Your various zone files in /var/named will automatically update and
should
  look like this:
 
  [root@Nemesis david]# ls /var/named
  127.0.0*  192.168.7  localhost*  named.ca*  named.local*  rbpllc.com
(that's
  my domain)
  '
  [root@Nemesis david]# cat /var/named/192.168.7
  ;BIND DUMP V8
  $ORIGIN 168.192.in-addr.arpa.
  7   172800  IN  SOA Nemesis.rbpllc.com. root.rbpllc.com. (
  2001023125 86400 7200 360 172800 )  ;Cl=5
  172800  IN  NS  Nemesis.rbpllc.com. ;Cl=5
  $ORIGIN 7.168.192.in-addr.arpa.
  94  10800   IN  PTR davidgbox.rbpllc.com.   ;Cl=5
  100 10800   IN  PTR Rankin.rbpllc.com.  ;Cl=5
  95  10800   IN  PTR Jodie.rbpllc.com.   ;Cl=5
  13  172800  IN  PTR gw.rbpllc.com.  ;Cl=5
  14  172800

Re: [expert] DHCP duplicate lease???

2003-01-04 Thread David Rankin
OK,

Let's get to the bottom of this. With a properly functioning dns and
dhcpd the system should be be idiot proof and work 100% of the time. It's
that simple. For LM, BIND and dhcpd work flawlessly once configured. Your
dhcpd.conf should look something like this: (of course there are more
options and your internal LAN address may vary)

subnet 192.168.7.0 netmask 255.255.255.0 {
# default gateway
option routers 192.168.7.13; (** this is your Linksys Router
address***)
option subnet-mask 255.255.255.0;
option domain-name **whatever your domain is**.com;
option domain-name-servers 192.168.7.14; (this is your server
running B IND)
option netbios-name-servers 192.168.7.14; (ditto)

ddns-domainname **whatever your domain is**.com;

range dynamic-bootp 192.168.7.20 192.168.7.100; **whatever works for
you**
default-lease-time 21600; (up to you)
max-lease-time 43200; (ditto)

# Adding zone information

zone **whatever your domain is**.com. {primary 127.0.0.1; }
 note the . after the domain name in the line above -- syntax -- very
important!
}

Now if your running BIND, your named.conf should look something like this:

// Filename: /etc/named.conf

options {
directory /var/named;
forward first;
forwarders { 205.218.118.1; 208.180.0.2;};  *** whatever yours are

};

zone . {
type hint;
file named.ca;
};

zone localhost {
 type master;
 file localhost;
};

zone 0.0.127.in-addr.arpa {
type master;
file 127.0.0;
};

zone **whatever your domain is**.com {
 type master;
 file **whatever your domain is**.com (your zone filename that
is);
 allow-update{**whatever your domain is**.com;}; (**not the most
secure, but bind 8 wouldn't generate a secure key**)
};

zone 7.168.192.in-addr.arpa {
type master;
file 192.168.7;
allow-update{localhost;}; (**same comment as above**)
};

Your various zone files in /var/named will automatically update and should
look like this:

[root@Nemesis david]# ls /var/named
127.0.0*  192.168.7  localhost*  named.ca*  named.local*  rbpllc.com (that's
my domain)
'
[root@Nemesis david]# cat /var/named/192.168.7
;BIND DUMP V8
$ORIGIN 168.192.in-addr.arpa.
7   172800  IN  SOA Nemesis.rbpllc.com. root.rbpllc.com. (
2001023125 86400 7200 360 172800 )  ;Cl=5
172800  IN  NS  Nemesis.rbpllc.com. ;Cl=5
$ORIGIN 7.168.192.in-addr.arpa.
94  10800   IN  PTR davidgbox.rbpllc.com.   ;Cl=5
100 10800   IN  PTR Rankin.rbpllc.com.  ;Cl=5
95  10800   IN  PTR Jodie.rbpllc.com.   ;Cl=5
13  172800  IN  PTR gw.rbpllc.com.  ;Cl=5
14  172800  IN  PTR Nemesis.rbpllc.com. ;Cl=5
172800  IN  PTR mail.rbpllc.com.;Cl=5
98  10800   IN  PTR Secretary.rbpllc.com.   ;Cl=5
99  10800   IN  PTR TRIPOD.rbpllc.com.  ;Cl=5
[root@Nemesis david]# cat /var/named/rbpllc.com
;BIND DUMP V8
$ORIGIN com.
rbpllc  172800  IN  SOA Nemesis.rbpllc.com. root.rbpllc.com. (
2001023127 86400 7200 360 172800 )  ;Cl=2
172800  IN  NS  Nemesis.rbpllc.com. ;Cl=2
172800  IN  NS  205.218.118.1.  ;Cl=2
172800  IN  MX  0 mail.rbpllc.com.  ;Cl=2
$ORIGIN rbpllc.com.
TRIPOD  10800   IN  A   192.168.7.99;Cl=2
Jodie   10800   IN  A   192.168.7.95;Cl=2
davidgbox   10800   IN  A   192.168.7.94;Cl=2
Rankin  10800   IN  A   192.168.7.100   ;Cl=2
gw  172800  IN  A   192.168.7.13;Cl=2
mail172800  IN  A   192.168.7.14;Cl=2
localhost   172800  IN  A   127.0.0.1   ;Cl=2
Secretary   10800   IN  A   192.168.7.98;Cl=2
Nemesis 172800  IN  A   192.168.7.14;Cl=2
www 172800  IN  A   192.168.7.14;Cl=2

** In a nutshell, that's it! There is NO free ride, read the documentation
and get it set up. Once it is set up, it is bulletproof and fast as a
scaulded ape And -- if there are any questions, politely as Andrew, he
is the guru that helped me get through the fog. Andrew Bartlett (E-mail
Address(es):  [EMAIL PROTECTED]) Just don't tell him I gave you his
address!

Sorry Andrew, I didn't know anyone else that would be albe to pick it up
from here. Andrew, just FYI, weather is just fine in Texas, hope it's OK
down under as well! If it makes you feel an better, my daughter is named
Sydney.


--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: Michael Adams [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 04, 2003 12:00 PM
Subject: Re: [expert] DHCP duplicate lease???


 On Sun, 05 Jan 2003 05:38, Jack Coates wrote:
  On Sat, 2003-01-04 at 05:36, Mark 

Re: [expert] Possible Hack? -- Change in Suid Root files found

2002-12-30 Thread David Rankin
Listmates,

I need some help figuring out what netstat is telling me. I am still sorting out
just what exactly happened that started this whole mess. What I don't understand is
the path information that is output from netstat. Specifically the @003a, etc.
path information. Anyone know what this means? The output is as follows:

Active UNIX domain sockets (servers and established)
Proto RefCnt Flags   Type   State I-Node Path
unix  0  [ ACC ] STREAM LISTENING 1925   private/cleanup
unix  0  [ ACC ] STREAM LISTENING 1932   private/rewrite
unix  0  [ ACC ] STREAM LISTENING 1936   private/bounce
unix  0  [ ACC ] STREAM LISTENING 1940   private/defer
unix  0  [ ACC ] STREAM LISTENING 1944   private/smtp
unix  0  [ ACC ] STREAM LISTENING 1952   private/error
unix  0  [ ACC ] STREAM LISTENING 1956   private/local
unix  0  [ ACC ] STREAM LISTENING 1960   private/cyrus
unix  0  [ ACC ] STREAM LISTENING 1964   private/uucp
unix  0  [ ACC ] STREAM LISTENING 1968   private/ifmail
unix  0  [ ACC ] STREAM LISTENING 1972   private/bsmtp
unix  0  [ ACC ] STREAM LISTENING 637/var/run/ndc
unix  0  [ ] STREAM CONNECTED 465@003a
unix  0  [ ] STREAM CONNECTED 474@003b
unix  0  [ ACC ] STREAM LISTENING 3340   /tmp/.font-unix/fs-1
unix  0  [ ACC ] STREAM LISTENING 1948   public/showq
unix  0  [ ACC ] STREAM LISTENING 3357   /var/lib/mysql/mysql.sock
unix  0  [ ] STREAM CONNECTED 224@0023
unix  0  [ ACC ] STREAM LISTENING 3281   /tmp/.s.PGSQL.5432
unix  0  [ ACC ] STREAM LISTENING 718/dev/printer
unix  20 [ ] DGRAM528/dev/log
unix  0  [ ACC ] STREAM LISTENING 1993   /dev/gpmctl
unix  1  [ W ]   STREAM CONNECTED 486222
unix  1  [ ] STREAM CONNECTED 486221


Jack Coates wrote:

 I think this is a bug in Mandrake's msec checker, as every Mandrake box
 with this function that I've ever used will occasionally lose its
 records and start over in just this way. I ignore them. I get concerned
 if it's just a few files, or some strategic files like login and ps.

 On Fri, 2002-12-27 at 09:08, David Rankin wrote:
  Now things are getting weird!
 
  Remember when this all started, I got the Change in Suid Root files found
  messages where it (removed) the Suid files shown in the original message below.
  Today, after cron ran I now get the same files (added). Here is the new output:
 
  Subject: *** Diff Check, Fri Dec 27 04:00:14 CST 2002 ***
 
 
  Security Warning: Change in Suid Root files found :
  - Added suid root files : /bin/mount
  - Added suid root files : /bin/ping
  - Added suid root files : /bin/su
  - Added suid root files : /bin/umount
  - Added suid root files : /sbin/dump
  - Added suid root files : /sbin/linuxconf
  - Added suid root files : /sbin/pwdb_chkpwd
  - Added suid root files : /sbin/restore
  - Added suid root files : /sbin/unix_chkpwd
 
  Security Warning: Changes in Suid Group files found :
  - Added suid group files : /sbin/dump
  - Added suid group files : /sbin/netreport
  - Added suid group files : /sbin/restore
 
  Security Warning: Change in World Writeable Files found :
  - Added writables files : /tmp
  - Added writables files : /tmp/.ICE-unix
  - Added writables files : /tmp/.X11-unix
  - Added writables files : /tmp/.font-unix
  - Added writables files : /tmp/.font-unix/fs-1
  - Added writables files : /tmp/.s.PGSQL.5432
 
  Security Warning: There is modifications for port listening on your machine :
  -  Opened ports : udp0  0 *:ntp
  *:* 7387/xntpd
  - Closed ports  : udp0112 *:ntp
  *:* 7387/xntpd
  - Closed ports  : udp0  0 *:631
  *:* 633/cupsd
 
  I still don't know what to make of this. All words of wisdom are
  welcome...
 
  Lorne wrote:
 
   I'm sure you have downloaded the chkroot kit by now, but it sure looks to me
   like your system is compromised! It looks like he has managed to replace some
   files with modified ones and your system caught the permissions. I'm overly
   paranoid, but I'd sure rebuild the box. Do NOT take the chance. It isn't
   worth it. I highly recomend snort. I want to do tripwire but haven't had the
   time

Re: [expert] How to capture keyboard keys ?

2002-12-30 Thread David Rankin
man getch

Nelson Bartley wrote:

 He did... C.

 On Mon, 2002-12-30 at 15:39, Jim C wrote:
  Dude, you need to specify what language. :-)
 
   Can any body give me a clue of the following... ??
  
   How to capture keyboard keys ?
  
   When I press a key on the key board my program has to read the key
   pressed... and that key should not be appearing on the screen ??
  
   I want this basically to create a menu for my project...
   Please provide the code in C language.
  
  
   M.Praveen
   Phone No:3056340
   LIG-33, Dharma Reddy Colony, Near JNTUC,
   Kukatpally, Hyderabad,
   Andhra Pradesh.
   500072
 
 
 
 
  __
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 --
 Nelson Bartley [EMAIL PROTECTED]

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Possible Hack? -- Change in Suid Root files found

2002-12-27 Thread David Rankin
Yep, got that, my modules.conf has alias eth0 tulip

[EMAIL PROTECTED] wrote:

 On Fri, Dec 27, 2002 at 07:50:45PM +1100, Ron Stodden wrote:
  David Rankin wrote:
 
  I need help. Something went whacko with eth0 and with my system just
  before my nightly cron job ran and I got a lot of weird messages in my
  log files. I don't know if this was a successful hack or if it was just
  a noral response from the system after eth0 went bonkers. The log
  entries are as follows:
  
  Dec 26 03:54:01 Nemesis kernel: eth0: Tx hung, 2256843 vs. 2256833.
  Dec 26 03:54:01 Nemesis kernel: eth0: PNIC2 transmit timed out, status
 
  In my experience, you cannot preset what eth number is assigned.  Nor
  can you depend on a NIC always being assigned the same eth number (maybe
  what has happened to you?).
 not sure about that. in /etc/modules.conf put this:

 alias eth0 modulename

 where modulename is the name of the *.o module, e.g. wavelan
 or 8192too.

 reboot  have phun ;)
 miLosh

 --
 DONT ATTACK IRAQ !!!

 this message was sent by:
 +--+
 |.::|[ The pleXus Network ]|::.|
 +--+
 www:plexus.shacknet.nu |
 ftp:plexus.shacknet.nu +---+
 irc:plexus.shacknet.nu:6667 channel: #plexus   |
 +--+---+
 pub  1024D/C944D699 miLosh (pleXus) [EMAIL PROTECTED] \_
 Key fingerprint = 18FB 24BA 77A8 813F 6A8C  F67B C08C 5A76 C944 D699  \
 +--+

   
Part 1.2Type: application/pgp-signature

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Possible Hack? -- Change in Suid Root files found

2002-12-27 Thread David Rankin
 26 December 2002 12:20 pm, David Rankin wrote:
  Guy  Gals,
 
  I need help. Something went whacko with eth0 and with my system just
  before my nightly cron job ran and I got a lot of weird messages in my
  log files. I don't know if this was a successful hack or if it was just
  a noral response from the system after eth0 went bonkers. The log
  entries are as follows:
 
  Dec 26 03:54:01 Nemesis kernel: eth0: Tx hung, 2256843 vs. 2256833.
  Dec 26 03:54:01 Nemesis kernel: eth0: PNIC2 transmit timed out, status
  e400, CSR6/7 0100c000 / ebff CSR12 90ce,
  resetting...
  Dec 26 04:00:00 Nemesis CROND[22621]: (root) CMD (
  /usr/share/msec/security.sh)
  Dec 26 04:00:00 Nemesis CROND[22622]: (root) CMD (   /sbin/rmmod -as)
  Dec 26 04:00:00 Nemesis kernel: smb_get_length: recv error = 5
  Dec 26 04:00:00 Nemesis kernel: smb_request: result -5, setting invalid
  Dec 26 04:00:15 Nemesis :
  Dec 26 04:00:15 Nemesis : Security Warning: Change in Suid Root files
  found :
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/mount
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/ping
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/su
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/umount
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/dump
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/linuxconf
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/pwdb_chkpwd
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/restore
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/unix_chkpwd
  Dec 26 04:00:15 Nemesis :
  Dec 26 04:00:15 Nemesis : Security Warning: Changes in Suid Group files
  found :
  Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/dump
  Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/netreport
  Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/restore
  Dec 26 04:00:15 Nemesis :
  Dec 26 04:00:15 Nemesis : Security Warning: Change in World Writeable
  Files found :
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.ICE-unix
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.X11-unix
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.font-unix
  Dec 26 04:00:15 Nemesis : - Removed writables files :
  /tmp/.font-unix/fs-1
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.s.PGSQL.5432
 
  Dec 26 04:00:15 Nemesis :
 
  I understand that the eth0 PNIC2 error is from my tulip driver, but I
  haven't seen this error in the 2 years this box has been running. I have
  never seen the kernel smb errors.
 
  What concerns me is the Change in Suid Root files found. I haven't
  changed a thing on this LM 7.2 box for a long time. This is the first
  time I have seen this Security Warning and I am concerned I may have
  been hacked. Has anyone else seen something like this? Does it look like
  a hack? Where can I get a good check root kit package?
 
  Any help will be greatly appreciated.

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Possible Hack? -- Change in Suid Root files found

2002-12-27 Thread David Rankin
Now things are getting weird!

Remember when this all started, I got the Change in Suid Root files found
messages where it (removed) the Suid files shown in the original message below.
Today, after cron ran I now get the same files (added). Here is the new output:

Subject: *** Diff Check, Fri Dec 27 04:00:14 CST 2002 ***


Security Warning: Change in Suid Root files found :
- Added suid root files : /bin/mount
- Added suid root files : /bin/ping
- Added suid root files : /bin/su
- Added suid root files : /bin/umount
- Added suid root files : /sbin/dump
- Added suid root files : /sbin/linuxconf
- Added suid root files : /sbin/pwdb_chkpwd
- Added suid root files : /sbin/restore
- Added suid root files : /sbin/unix_chkpwd

Security Warning: Changes in Suid Group files found :
- Added suid group files : /sbin/dump
- Added suid group files : /sbin/netreport
- Added suid group files : /sbin/restore

Security Warning: Change in World Writeable Files found :
- Added writables files : /tmp
- Added writables files : /tmp/.ICE-unix
- Added writables files : /tmp/.X11-unix
- Added writables files : /tmp/.font-unix
- Added writables files : /tmp/.font-unix/fs-1
- Added writables files : /tmp/.s.PGSQL.5432

Security Warning: There is modifications for port listening on your machine :
-  Opened ports : udp0  0 *:ntp
*:* 7387/xntpd
- Closed ports  : udp0112 *:ntp
*:* 7387/xntpd
- Closed ports  : udp0  0 *:631
*:* 633/cupsd

I still don't know what to make of this. All words of wisdom are
welcome...

Lorne wrote:

 I'm sure you have downloaded the chkroot kit by now, but it sure looks to me
 like your system is compromised! It looks like he has managed to replace some
 files with modified ones and your system caught the permissions. I'm overly
 paranoid, but I'd sure rebuild the box. Do NOT take the chance. It isn't
 worth it. I highly recomend snort. I want to do tripwire but haven't had the
 time.

 On Thursday 26 December 2002 12:20 pm, David Rankin wrote:
  Guy  Gals,
 
  I need help. Something went whacko with eth0 and with my system just
  before my nightly cron job ran and I got a lot of weird messages in my
  log files. I don't know if this was a successful hack or if it was just
  a noral response from the system after eth0 went bonkers. The log
  entries are as follows:
 
  Dec 26 03:54:01 Nemesis kernel: eth0: Tx hung, 2256843 vs. 2256833.
  Dec 26 03:54:01 Nemesis kernel: eth0: PNIC2 transmit timed out, status
  e400, CSR6/7 0100c000 / ebff CSR12 90ce,
  resetting...
  Dec 26 04:00:00 Nemesis CROND[22621]: (root) CMD (
  /usr/share/msec/security.sh)
  Dec 26 04:00:00 Nemesis CROND[22622]: (root) CMD (   /sbin/rmmod -as)
  Dec 26 04:00:00 Nemesis kernel: smb_get_length: recv error = 5
  Dec 26 04:00:00 Nemesis kernel: smb_request: result -5, setting invalid
  Dec 26 04:00:15 Nemesis :
  Dec 26 04:00:15 Nemesis : Security Warning: Change in Suid Root files
  found :
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/mount
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/ping
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/su
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/umount
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/dump
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/linuxconf
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/pwdb_chkpwd
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/restore
  Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/unix_chkpwd
  Dec 26 04:00:15 Nemesis :
  Dec 26 04:00:15 Nemesis : Security Warning: Changes in Suid Group files
  found :
  Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/dump
  Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/netreport
  Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/restore
  Dec 26 04:00:15 Nemesis :
  Dec 26 04:00:15 Nemesis : Security Warning: Change in World Writeable
  Files found :
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.ICE-unix
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.X11-unix
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.font-unix
  Dec 26 04:00:15 Nemesis : - Removed writables files :
  /tmp/.font-unix/fs-1
  Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.s.PGSQL.5432
 
  Dec 26 04:00:15 Nemesis :
 
  I understand that the eth0 PNIC2 error is from my tulip driver

Re: [expert] Possible Hack? -- Change in Suid Root files found

2002-12-27 Thread David Rankin
Thanks James,

I think the consensus is that msec lost its mind after the network
errors. Weirdest $hit I've ever seen, but then again, I don't hold myself
out as knowing the intricasies of msec that well. I'm going to keep looking
at the snafu, but for now, I'm going to hold off rebuilding the box.

Thanks again!

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: James Sparenberg [EMAIL PROTECTED]
To: Expert List [EMAIL PROTECTED]
Sent: Friday, December 27, 2002 1:16 PM
Subject: Re: [expert] Possible Hack? -- Change in Suid Root files found


 I don't think you've been hacked but the box did go nuts when it
 couldn't access the NIC.  I'd say that is your only problem.  Chkrootkit
 is good.  All (OK I only checked the first few) the ones mentioned are
 supposed to be suid root.  (checked a few against an fairly new install
 that hasn't gone out to the net yet.) Noting that this box is a system
 in and of it's self it's not unusual for a box to show all kinds of
 errors when a part of the system crashes.  Rule of thumb fix the first
 error on the list... retest.  You'll be amazed how often all the errors
 are fixed.

 James

 On Fri, 2002-12-27 at 09:03, David Rankin wrote:
  Well,
 
  I have now compiled and run chkrootkit and I need help interpreting
the
  output. The thing I don't understand is the suspicious files output. I
would be
  greatful if someone smarter than I would take a quick look at the output
and tell
  me if you think I was hacked. Everything is working OK, but that's what
concers
  me. My internet connect setup is a cable setup that goes through a
Linksys
  Cable/DSL Router and the only ports forwarded are 22, 25, 80, 110, 143,
1723 
  1. All others are closed. I thought I was fairly secure. Here is
what
  chkrootkit said:
 
  [root@Nemesis chkrootkit-0.38]# ./chkrootkit
  ROOTDIR is `/'
  Checking `amd'... not infected
  Checking `basename'... not infected
  Checking `biff'... not infected
  Checking `chfn'... not infected
  Checking `chsh'... not infected
  Checking `cron'... not infected
  Checking `date'... not infected
  Checking `du'... not infected
  Checking `dirname'... not infected
  Checking `echo'... not infected
  Checking `egrep'... not infected
  Checking `env'... not infected
  Checking `find'... not infected
  Checking `fingerd'... not infected
  Checking `gpm'... not infected
  Checking `grep'... not infected
  Checking `hdparm'... not infected
  Checking `su'... not infected
  Checking `ifconfig'... not infected
  Checking `inetd'... not tested
  Checking `inetdconf'... not infected
  Checking `identd'... not infected
  Checking `killall'... not infected
  Checking `ldsopreload'... not infected
  Checking `login'... not infected
  Checking `ls'... not infected
  Checking `lsof'... not found
  Checking `mail'... not infected
  Checking `mingetty'... not infected
  Checking `netstat'... not infected
  Checking `named'... not infected
  Checking `passwd'... not infected
  Checking `pidof'... not infected
  Checking `pop2'... not found
  Checking `pop3'... not found
  Checking `ps'... not infected
  Checking `pstree'... not infected
  Checking `rpcinfo'... not infected
  Checking `rlogind'... not infected
  Checking `rshd'... not infected
  Checking `slogin'... not infected
  Checking `sendmail'... not infected
  Checking `sshd'... not infected
  Checking `syslogd'... not infected
  Checking `tar'... not infected
  Checking `tcpd'... not infected
  Checking `tcpdump'... not infected
  Checking `top'... not infected
  Checking `telnetd'... not infected
  Checking `timed'... not infected
  Checking `traceroute'... not infected
  Checking `w'... not infected
  Checking `write'... not infected
  Checking `aliens'... no suspect files
  Searching for sniffer's logs, it may take a while... nothing found
  Searching for HiDrootkit's default dir... nothing found
  Searching for t0rn's default files and dirs... nothing found
  Searching for t0rn's v8 defaults... nothing found
  Searching for Lion Worm default files and dirs... nothing found
  Searching for RSHA's default files and dir... nothing found
  Searching for RH-Sharpe's default files... nothing found
  Searching for Ambient's rootkit (ark) default files and dirs... nothing
found
  Searching for suspicious files and dirs, it may take a while...
  /usr/lib/qt2/tools/designer/designer/.obj
  /usr/lib/qt2/tools/designer/designer/.tmp
/usr/lib/qt2/tools/designer/util/.tmp
  /usr/lib/libDrakX/auto/Newt/.exists
/usr/lib/libDrakX/auto/c/stuff/.exists
  /usr/lib/libDrakX/auto/resize_fat/c_rewritten/.exists
  /lib/modules/2.2.19-4.1mdk/.rhkmvtag
  /usr/lib/qt2/tools/designer/designer/.obj
  /usr/lib/qt2/tools/designer/designer/.tmp
/usr/lib/qt2/tools/designer/util/.tmp
  Searching for LPD Worm files and dirs... nothing found
  Searching for Ramen Worm files and dirs... nothing found
  Searching for Maniac files

Re: [expert] Possible Hack? -- Change in Suid Root files found

2002-12-27 Thread David Rankin
Hmm

What if you are still running Odyssey? (You would not believe how long
this little enging that could will run -- 538 updays only shutdown during
office move) All I see is the option for LM 9.0?

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: John McQuillen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 27, 2002 3:19 PM
Subject: Re: [expert] Possible Hack? -- Change in Suid Root files found


 On Sat, 2002-12-28 at 06:23, James Sparenberg wrote:
  As I noted earlier they are supposed to be suid root.  This verifies at
  least in my mind that you are clean.  Monitor you logs ...  Check
  login's size against another box. if you'd like.

 Better still, check the md5sum of each file here:

 http://www.knowngoods.org/

 For example, checking 'ping' for Mandrake 9.0 presents the following
 helpful information:

 File:/bin/ping
 MD5:8fccc923fed7e223266f8f72573bae88
 SHA-1:589b41f644b9cc6095752a11dcdaee4d40919c3d
 Size:31628 (bytes)

 At the command line do:

 md5sum /bin/ping

 If yours are different (and you haven't been upgrading with Cooker or
 such), you know something's wrong.

 Regards,

 John...








 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Possible Hack? -- Change in Suid Root files found

2002-12-26 Thread David Rankin
Guy  Gals,

I need help. Something went whacko with eth0 and with my system just
before my nightly cron job ran and I got a lot of weird messages in my
log files. I don't know if this was a successful hack or if it was just
a noral response from the system after eth0 went bonkers. The log
entries are as follows:

Dec 26 03:54:01 Nemesis kernel: eth0: Tx hung, 2256843 vs. 2256833.
Dec 26 03:54:01 Nemesis kernel: eth0: PNIC2 transmit timed out, status
e400, CSR6/7 0100c000 / ebff CSR12 90ce,
resetting...
Dec 26 04:00:00 Nemesis CROND[22621]: (root) CMD (
/usr/share/msec/security.sh)
Dec 26 04:00:00 Nemesis CROND[22622]: (root) CMD (   /sbin/rmmod -as)
Dec 26 04:00:00 Nemesis kernel: smb_get_length: recv error = 5
Dec 26 04:00:00 Nemesis kernel: smb_request: result -5, setting invalid
Dec 26 04:00:15 Nemesis :
Dec 26 04:00:15 Nemesis : Security Warning: Change in Suid Root files
found :
Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/mount
Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/ping
Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/su
Dec 26 04:00:15 Nemesis : - Removed suid root files : /bin/umount
Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/dump
Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/linuxconf
Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/pwdb_chkpwd
Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/restore
Dec 26 04:00:15 Nemesis : - Removed suid root files : /sbin/unix_chkpwd
Dec 26 04:00:15 Nemesis :
Dec 26 04:00:15 Nemesis : Security Warning: Changes in Suid Group files
found :
Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/dump
Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/netreport
Dec 26 04:00:15 Nemesis : - Removed suid group files : /sbin/restore
Dec 26 04:00:15 Nemesis :
Dec 26 04:00:15 Nemesis : Security Warning: Change in World Writeable
Files found :
Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp
Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.ICE-unix
Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.X11-unix
Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.font-unix
Dec 26 04:00:15 Nemesis : - Removed writables files :
/tmp/.font-unix/fs-1
Dec 26 04:00:15 Nemesis : - Removed writables files : /tmp/.s.PGSQL.5432

Dec 26 04:00:15 Nemesis :

I understand that the eth0 PNIC2 error is from my tulip driver, but I
haven't seen this error in the 2 years this box has been running. I have
never seen the kernel smb errors.

What concerns me is the Change in Suid Root files found. I haven't
changed a thing on this LM 7.2 box for a long time. This is the first
time I have seen this Security Warning and I am concerned I may have
been hacked. Has anyone else seen something like this? Does it look like
a hack? Where can I get a good check root kit package?

Any help will be greatly appreciated.




--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Increase of Capital for Mandrakesoft

2002-12-23 Thread David Rankin
It truly is a merry Christmas (or whatever holiday you celebrate). Welcome
back civileme, your absence has been felt by all over the past several
months.

--
David C. Rankin, J.D., P.E.
Rankin * Bertin, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
- Original Message -
From: civileme [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 23, 2002 8:18 PM
Subject: [expert] Increase of Capital for Mandrakesoft


 I have some good news and some urgent news

 1.  I will be returning to the lists.  I will have an email address that
 can handle list level traffic.

 2.  All of you are desperately needed to complete the push to get
 Mandrakesoft on a self-sustaining level.

 For the second one, here is the real story:

 Mandrakesoft started on a shoestring and a hope, originally as a
 spare-time project for one person.  It was immensely popular from
 inception and soon MADE A PROFIT.

 Then arrived the venture capitalists

 They invested monies but wanted an international team of executives to
 manage the company.  Such a team was acquired.

 Under that team, the expenses went up about 400% without a concomitant
 increase in revenue.  The direction was modified from a linux
 distributor to an internet education company with a hook to linux.

 The soundness of that idea was never proven, as the dot.com bubble
 burst and investors worldwide went into full retreat.  For Mandrakesoft
 this was a curse and a blessing.  The curse was the negative cash
 position and high burn rate and the blessing was a return to being a
 linux company.

 Mandrakesoft has made huge strides in bringing revenue up to meet
 expenses and in cutting expenses.  They tended to trust the word of
 others which has made their forecasts look overly optimistic several
 times.

 But now the break-even point, in the worst-case scenario, is in sight
 and in a few months.  The short term still requires more cash than they
 have now, to get out that next release.

 In that next release will be a special piece of software I am
 contributing.  With little to do since my layoff, I have designed a
 semi-intelligent linux binary installer that can handle most of what you
 are able to download.  It even has hooks to look for things like WineX
 and to attempt to install windows executables if you have an emulator
 for them.

 But if you want to see that next release, consider a club membership or
 giving club memberships as Christmas gifts or buying stock at
 approximately the right price.  (BTW, MIcrosoft stock which sells at
 Like $52 /share has 8 billion shares outstanding on a company that
 earns $25 billion a year in revenue BEFORE expenses-- I call that a
 heavily watered stock)  Mandrakesoft stock is selling for what the
 company is probably worth.  Remember its assets are PEOPLE and their
 products. People like Pixel and Gael Duval and Denis Havlik and
 Guillaume Cottenceau make the product and the company what it is.
 Mandrake also has a hidden asset in the loyalty of contributors,  And
 they are finally selling the right way--software is free if you want it
 and rather expensive if you expect extensive support.

 So anyway, expect to see me return to the lists now that I have an email
 that will handle it without quota problems and (I hope) without any more
 crack attacks or DDOSes which is what originally set me to dropping my
 mailserver and forwarding to a hidden webmail host.

 Still loyal to MandrakeLinux,

 Civileme











 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] 9.0 Networking === ARGHHHHHHHHHHHHHHHHHHH

2002-11-21 Thread David Rankin
That's why Odyssey is still powering my boxes -- the little engine (release)
that could.

Now Pierre, don't hold back, go ahead and tell us how you really
feel

Pierre Fortin wrote:

 I don't like this resorting to this kind of post, and I'll probably start
 a small war; but I need to vent...

 rant
 So far, 9.0 has been more irritation than help...  I have a new IBM
 ThinkPad A20m which moves around with me.  So...  as I move around, I
 setup my environment for each new type of location...  the unit is called
 gypsy for obvious reasons.

 Anyway...  in NC, gypsy connects to my main LAN -- setup everything and
 all worked fine in the default profile.

 Next, in SC, gypsy connects to another LAN -- same parameters, except for
 the DNS servers, so I setup profiles NC and SC.

 Last night, I got around to setting it up for dialup...  and there started
 the descent into hell...

 Summary:
 * MCC/NetworkInternet is thoroughly confused with 3 profiles (not incl
 default)
   location   interface   status   net_access
  NC eth0  down connected
  SC eth0  down connected
DialUp   modem down connected
   This SUX cuz the there's no LAN connection and the modem can't even be
   dialed up because...

 * devfsd keeps clobbering my /dev/modem -- I want/need it to be:
 lr-xr-xr-x1 root  root12 Nov 20 22:32 /dev/modem - /dev/tts/LT0
 NOT:
 lr-xr-xr-x1 root  root 5 Nov 20 22:04 /dev/modem - ttyS0
 which does NOT work with an internal Lucent LinModem...

 # ll  /etc/devfs/conf.d/
 total 16
 -rw-r--r--1 root root  983 Aug 30 12:19 dynamic.conf
 -rw-r--r--1 root root  105 Nov 20 22:04 modem.conf
 -rw-r--r--1 root root  103 Oct 30 20:25 mouse.conf
 -rw-r--r--1 root root  105 Nov 20 22:04 ttyS0.conf

 Gee... any chance conf in {modem,ttyS0}.conf is really just the
 abbreviation for confusion...?  Somehow, I doubt {modem,ttyS0}.conf are
 intended to be used at the same time...

 # for f in /etc/devfs/conf.d/*; do echo - $f; cat $f;done
 - /etc/devfs/conf.d/dynamic.conf
 # dynamic desktop and co

 REGISTER.*/part.*   EXECUTE /etc/dynamic/scripts/part.script
 add $devpath
 UNREGISTER  .*/part.*   EXECUTE /etc/dynamic/scripts/part.script
 del $devpath

 REGISTERv4l/video.* EXECUTE /etc/dynamic/scripts/webcam.script
 add $devpath
 UNREGISTER  v4l/video.* EXECUTE /etc/dynamic/scripts/webcam.script
 del $devpath

 REGISTERusb/scanner.*   EXECUTE
 /etc/dynamic/scripts/scanner.script add $devpath
 UNREGISTER  usb/scanner.*   EXECUTE
 /etc/dynamic/scripts/scanner.script del $devpath

 REGISTERusb/rio500  EXECUTE /etc/dynamic/scripts/rio500.script
 add $devpath
 UNREGISTER  usb/rio500  EXECUTE /etc/dynamic/scripts/rio500.script
 del $devpath

 REGISTERusb/tts/[13579] EXECUTE /etc/dynamic/scripts/visor.script
 add $devpath
 UNREGISTER  usb/tts/[13579] EXECUTE /etc/dynamic/scripts/visor.script
 del $devpath

 REGISTER(usb/lp.*|printers/.*)  EXECUTE
 /etc/dynamic/scripts/lp.script add $devpath
 UNREGISTER  (usb/lp.*|printers/.*)  EXECUTE
 /etc/dynamic/scripts/lp.script del $devpath
 - /etc/devfs/conf.d/modem.conf
 REGISTER^tts/0$ CFUNCTION GLOBAL mksymlink tts/0 modem
 UNREGISTER  ^tts/0$ CFUNCTION GLOBAL unlink modem
 - /etc/devfs/conf.d/mouse.conf
 REGISTER^psaux$ CFUNCTION GLOBAL symlink psaux mouse
 UNREGISTER  ^psaux$ CFUNCTION GLOBAL unlink mouse
 - /etc/devfs/conf.d/ttyS0.conf
 REGISTER^tts/0$ CFUNCTION GLOBAL mksymlink tts/0 ttyS0
 UNREGISTER  ^tts/0$ CFUNCTION GLOBAL unlink ttyS0

 * just enabling modem access resulted in shorewall being silently
 enabled...  When I tried to switch back to LAN mode, I was unable to
 connect to ANYTHING...

 Nov 19 23:25:37 gypsy drakgw[27131]: running: chkconfig --add shorewall
 Nov 19 23:25:37 gypsy drakgw[27131]: running: service  /dev/null
 shorewall restart
 Nov 19 23:25:41 gypsy logger: Shorewall Started
 Nov 19 23:25:41 gypsy drakgw[27131]: Configuring a DHCP server on
 192.168.1.0
 Nov 19 23:25:41 gypsy drakgw[27131]: launched command:
 /usr/sbin/update_dhcp.pl
 Nov 19 23:25:41 gypsy drakgw[27131]: Updating CUPS configuration
 accordingly
 Nov 19 23:25:41 gypsy drakgw[27131]: Starting daemons
 Nov 19 23:25:41 gypsy drakgw[27131]: launched command:
 /etc/rc.d/init.d/cups status /dev/null
 Nov 19 23:25:42 gypsy drakgw[27131]: launched command:
 /etc/rc.d/init.d/cups stop
 Nov 19 23:25:43 gypsy cups: cupsd shutdown succeeded
 Nov 19 23:25:43 gypsy drakgw[27131]: launched command:
 /etc/rc.d/init.d/dhcpd status /dev/null
 Nov 19 23:25:43 gypsy drakgw[27131]: launched command:
 /etc/rc.d/init.d/named status /dev/null 2/dev/null
 Nov 19 23:25:43 gypsy drakgw[27131]: launched command:
 /etc/rc.d/init.d/named stop
 Nov 19 23:25:44 gypsy named[1246]: shutting down
 Nov 19 

Re: [expert] Re: [newbie] clock help

2002-11-01 Thread David Rankin
Yep,

I suffer from the (lack of) second cup of coffee syndrome myself all to
often

Charlie wrote:

 So sorry David. My reply was supposed to have gone in response to windwalker's
 post not to yours! Didn't mean to screw up threading.

 I'll have to engage my brain before I start clicking send.

 Apologies;

 --
 Charlie
 Edmonton,AB,Canada
 Registered user 244963 at http://counter.li.org
 As to the Adjective: when in doubt, strike it out.
 -- Mark Twain, Pudd'nhead Wilson's Calendar

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Re: [newbie] clock help

2002-10-31 Thread David Rankin
Well,

All windows machines store time in LOCALTIME. Linux can store time in
hwclock in LOCALTIME or UTC/GMT. If you are running a dual boot system with
windows set the Linux hwclock to LOCALTIME otherwise the  clock will be off by
your offset from GMT on one system or the other. (I'll bet your localtime is
offset from GMT by 3 hours)

Lyvim Xaphir wrote:

 On Thu, 2002-10-31 at 16:05, windwalker wrote:
  I Installed mandrake.
  NOW I have to reset taskbar clock twice daily !!
  its gaining three hours a day..
  It didnt do that when I only had win 98 on box
  any thoughts on how to correct?
  Mike

 I notice a several-hour difference when I go from Mandrake and boot into
 98.  I think it's about three hours.  When I'm in LM82, the time is
 correct.  It is incorrect in 98; and if I do a time correction in 98
 then of course it makes the time incorrect in LM82.

 Is this what is happening in your case?

 --LX


 --
 °°°
 Kernel  2.4.18-6mdk Mandrake Linux  8.2
 Enlightenment 0.16.5-11mdkEvolution  1.0.2-5mdk
 Registered Linux User #268899 http://counter.li.org/
 °°°

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Enemies Purchased by Gates

2002-10-25 Thread David Rankin
God help us.

The poor misguided soul that is so easily led by a slick republican marketing 
campaign.
The democrats have in fact fought zealously against allowing an expansion of executive
office power contrary to what is claimed below. When you one day awake and can't afford
health coverage for your family, find out that your once constitutionaly guaranteed
liberties are gone, and that the retirement you thought you had has evaporated, maybe 
then
the veil will be lifted and you will see that in voting (R) you have screwed yourself 
while
thinking you were liking it all along. Don't fail to see the forest for the trees. The 
DMCA
and CBDTA are not partisian issues. And, I guarantee you that a knee-jerk reaction
considering it one will do you far more harm good with the ill-considered consequences 
that
will follow.

Lyvim Xaphir wrote:

 I've written before about the relationship between the Democrats and the
 Entertainment industry (RIAA, etc) and the havoc they are wreaking with
 our digital rights (DMCA [Digital Millennium Copyright Act], CBDTA
 [Consumer Broadband and Digital Television Promotion Act]).  For those
 of you who are new to the list since that time, consider yourselves now
 notified that your digital rights are under attack.  The time is coming
 when Linux itself could be outlawed, along with all free software.

 The real enemy here is not copyrighted media that needs to be hacked.
 The real enemies are the (elected) LAWMAKERS, who will enact laws that
 will allow the Federal authorities (FBI, SBI, etc) to be used as an
 auxillary arm of Microsoft and the Entertainment industries.  In other
 words, by using Democratic lawmakers to pass certain laws, they will
 have the power to totally control what software you run (Palladium) and
 also what OS's are legal to run (Linux vs Microshat).  Future
 non-compliance of said laws will bring the Federal authorities down on
 you courtesy of the Democrats.

 Do not be fooled by rhetoric.  The Democrats have historically been the
 party of slavery and in fact still are.  Power is their end goal; make
 no mistake about it.  SEE:

 http://wired.com/news/linux/0,1411,55989,00.html

 Tom Stonewall Daschle (Senate majority leader) has done everything in
 his power to stop anything approaching progress in the Senate. (Judicial
 nominations, economic bills, etc) Every bill that has needed to be
 passed to help the economy has already been passed by the House, and is
 now stalled in the Senate.  Courtesy Stonewall.  Therefore the primary
 goal of the Dems is not the health or safety of the nation at large, but
 rather the end goal of procurement of political power.  Some inkling of
 their end goal is apparent when the record of their attitude towards
 Digital Rights is examined.  Not only Digital rights, but basically
 anything that would help the individual rather than the Government is at
 risk.

 The worst thing that good people can do in this is to do nothing.  This
 letter is primarily directed at Americans; although I do think that
 everyone else should be watching because what happens in America will
 affect the rest of the world.  I urge those of you who value your
 digital rights and those of you who love Linux to please vote in
 November; and my suggestion is to vote these Democrat parasites out of
 office.

 Remember that the Democrats represent government intrusion, digital
 rights erosion, and TAXATION.  When you watch C-span, don't be fooled by
 the liberal rhetoric or the subtle lean of C-Span to the left.

 The Republicans are not perfect by any means, but I can promise you that
 your individual rights will be more protected by the Reps than they will
 by the Dems.  The Republicans have historically been the party of
 freedom, Abraham Lincoln and anti-slavery.  And they still are.

 A good place to be further pro-active (other than voting pro-Republican
 in Novemember) is to visit the following site:

 http://www.eff.org/

 Also remember:  just about everything you see on television is
 engineered to make liberals and democrats look good.  That is primarily
 how they maintain their power base (other than their death stranglehold
 on the public educational system.)  My recommendation is to listen to
 Fox news, talk radio hosts such as G. Gordon Liddy, Neal Boortz, Laura
 Ingram, and Rush Limbaugh. (yes, Rush Limbaugh is a good source of
 information, contrary to popular liberal misinformation) and flush the
 rest.

 Try listening to the following Realplayer link between 12 and 3:00 EST -

 
rtsp://a271.l582920640.c5829.g.lr.akamaistream.net/live/D/271/5829/v0001/reflector:20640

 This is a real good place to start getting informed on the forces at
 work against the common people in our society today.

 Good luck to us all in November.

 --LX

 P.S.  Since I submitted the piece on Recording Netbroadcasts,  the
 DMCA has forced a large number of talk radio stations off the Internet
 by means of extortion (heavy taxation).  The Realplayer 

[expert] Simple BASH question - no flames please

2002-10-24 Thread David Rankin
Listmates,

I'm suffering from a cranal-rectal inversion and just can't seem to
figure out how to redirect output to BOTH a log file and to stdout at
the same time. I just want the output to appear on the screen and in the
log file. I did rtfm, but the stdout 2 stderr, then vice versa, and then
both to file examples didn't help. So, here is my simple backup script
and all I want is the cp output to go to the screen and the file. I've
tried 1  filename, but that didn't do it. It just goes to the log
file. Well, let me know the secret. (also if you would tell me how to
right justify the OK, that would be cool too :-)


echo
echo Starting Rankin*Bertin, PLLC Backup..
echo

if
  smbmount  //tripod/c /mnt/tripod -o password=xx

then

  echo .  Mount of //tripod/c...[  OK  ]
  echo
  echo .  Beginning Copy of RBPLLC Files
  echo

  cp -Ruvf /home/samba/rbpllc /mnt/tripod/rbpllcbackup  /home/david/log

  echo .  Backup Operation Completed[  OK  ]
  echo
  echo .  Unmounting //tripod/c..
  echo

if
  umount /mnt/tripod

then

  echo . Unmount of //tripod/c.[  OK  ]
  echo

else

  echo . Unmount of //tripod/c.[Failed]
  echo

fi

else

  echo
  echo Failed to mount //tripod/c . Exiting ..
  echo

fi

Thanks!

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Simple BASH question - no flames please

2002-10-24 Thread David Rankin
Todd,

your awesome! It worked. Thanks.

Todd Lyons wrote:

 David Rankin wrote on Thu, Oct 24, 2002 at 09:49:28PM -0500 :
  Listmates,
 
  I'm suffering from a cranal-rectal inversion and just can't seem to
  figure out how to redirect output to BOTH a log file and to stdout at
  the same time. I just want the output to appear on the screen and in the
  log file. I did rtfm, but the stdout 2 stderr, then vice versa, and then

 program | tee logfile

 The file logfile will contain stdout while both stdout and stderr will
 print to the console.  If you want to log both stdout and stderr, you'll
 want to change it to:

 program 21 | tee logfile

 This is from memory, so if I'm a little off, my apologies.

 Blue skies...   Todd
 --
MandrakeSoft USA   http://www.mandrakesoft.com
 Never take no as an answer from someone who's not authorized to say yes.
 --Ben Reser on Cooker ML
Cooker Version mandrake-release-9.1-0.1mdk Kernel 2.4.19-16mdk

   
Part 1.2Type: application/pgp-signature

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] DNS

2002-10-15 Thread David Rankin



hans privat wrote:

 hi
 have theat situation :
 mdk-box 8.2 on internet

Set up as caching only DNS with forwarders to ISP DNS (DNS1, DNS2),  run DHCP
on the same box. Allow dynamic updates to the local DNS zone files by DCHP.


 mdk-box 8.2 workstation
 mdk-box 8.2 workstation
 rh-8.0 workstation

 now the first mdk-box will be settet up as a firewall- and
 masquerade-box

 for an efficient operating I should install a DNS-System for my
 local-network. so far so good, but whichone of the above mentioned boxes
 should be configured as the DNS-Server ? and whichone should be the the
 2nd DNS-server ?


You don't need a second box as a second DNS server.


 after that step it would be recommended (as I have read from Linux -
 Installation, Configuration and applications) to install a DHCP-Server.

 Now my question is again : which computer should be designed as a
 DHCP-Server ?


See above


 Hope anyone of yours can give some usefull hints ?
 thanks and bye hans

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] VPN Client for Linux

2002-10-06 Thread David Rankin

Craig,

Check out poptop.lineo.com

J. Craig Woods wrote:

 Looking for some suggestions:

 I need to access my private network at work, and I am looking for a VPN
 client that will work with a CheckPoint Firewall VPN on a Win2000
 Server. I need to tunnel ssh through the firewall, and connect to my
 sparc machine (SunOS 5.9). I was given a Micro$oft VPN client made by
 CheckPoint (of course, with username and password) for this task but I
 would much prefer a Linux VPN client for the aforementioned task.

 Is one available, and is there some documentation on the web? I have
 STFW, and found some interesting reading, including freeS/WAN, but
 thought I might see if anyone on the expert list has some suggestions. I
 have access to any version of Linux for this VPN client to work on, or
 with.

 (yes, LX, this means I am back among the gainfully employed, thanks for
 you help too)

 Thanks for any help in this regard,
 drjung

 --
 J. Craig Woods
 UNIX Network/System Administration
 http://www.trismegistus.net/resume.html
 Character is built upon the debris of despair --Emerson

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] You Don't Need to Burn CD's to Install

2002-10-06 Thread David Rankin



Darin wrote:

 David Guntner wrote:

  I wish I know who the rocket scientist at Mandrake was that decided
  ISOs that create CDs larger than 650M was a good idea, so that I could

  thank him with a large brick. :-(

Probably the same sole that thought it was OK to release 8.2 with X hosed for
the #9 I128 graphics card.



 Just curious.. Have you been out to buy blank CDs lately?  Not meaning
 any offense here, but I buy 200 or so every other month, and its getting
 quite hard anymore to even find 74 minute blanks.  And, if I do find
 them, the cost difference between them is negligible.

 Darin -

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Pine 9.0 -- The rest of the Story..

2002-09-17 Thread David Rankin

Mark,

Thanks for the quick response, that's good information that I was not
aware of. I'm certainly glad that Pine will remain part of the distribution
even if it is shuffled to a different disk.

Mark Crispin wrote:

 The issue with the restrictive license agreement boils down to one major
 issue: if someone wishes to distribute a modified version of Pine, they
 have to ask UW for permission first.

 Put another way, UW claims control over what is distributed with the name
 Pine.  It's alright to distribute unmodified Pine; it's alright to
 distribute patches to modify Pine.  But if you want to distribute a
 modified Pine, you have to ask first.

 One would consider this to be a matter of common courtesy.

 We contacted Mandrake about this very question a few months ago.  In part,
 the answer from Denis Havlik [EMAIL PROTECTED] stated:

  [Pine] won't be distributed with a core distribution (download or
  GPL edition) in the future, but I don't think it can be completely
  dropped either.
 
  In fact, I'm 100% sure that we WILL distribute pine one way or another,
  because I'm the one in charge of MandrakeClub, and thus have a
  possibility to add rpms of 'non-free' software to MandrakeClub download
  area as long as I don't do anything illegal. Stuff we have in 'Club'
  downloads area should also end up on our 'Commercial CDs', so they will
  be distributed with our packs, and once the RPMs are done, every club
  member can download them. In case the licence allows it (pine licence
  does), they are also free to further dissemenate them in any way they
  see fit, so I don't think we'll see a real shortage of pine RPMs for
  mandrake in a near future.

 In other words, Mandrake told us that they will continue to distribute
 Pine as before, just not as part of their core GPL software
 distribution.  In the Mandrake distribution which I have, there is a disk
 of non-GPL freeware which every person who purchases the Mandrake CD-ROM
 distribution gets.  I assume that their plan is to move Pine to that
 CD-ROM.

 Pine will still included with Mandrake, just on a different CD-ROM.

 If Mandrake's policy has subsequently changed, they haven't told us.

 On Tue, 17 Sep 2002, David Rankin wrote:
  The following is from the mandrake mailing list. It would appear
  there are a LOT of pine users that will be alienated.
 
  
 
   3. I could not locate the pine package anywhere on the disks.
 
  It's been removed because the University of Washington, its owners,
  introduced a homebrewed licence which is more restrictive than GPL or
  similar.
 
  (Mandrakesoft is _very_ strict on this issue).
 
  
 
  Now what motivation could you have for crafting a restrictive
  license agreement that would cause the major Linux distribution to drop
  Pine? Pine is a great mailer with a loyal following and its
  non-inclusion in the major distribution will be missed.
 
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  510 Ochiltree Street
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax

 -- Mark --

 http://staff.washington.edu/mrc
 Science does not emerge from voting, party politics, or public debate.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] [Fwd: #9 I128 Rev(0) X problem fixed in 9.0?]

2002-09-05 Thread David Rankin

for some reason the original post didn't get through to the list

 Original Message 
Subject: #9 I128 Rev(0) X problem fixed in 9.0?
Date: Wed, 04 Sep 2002 09:43:14 -0500
From: David Rankin [EMAIL PROTECTED]
To: mandrake [EMAIL PROTECTED]

Listmates,

With the advent of 9.0 did the gurus fix the problem with X that
ships with LM regarding the Number 9 Imagine 128 Rev(0) that plagued
8.2. It worked fine with 7.2 and would not work at all with 8.2. I hope
this doesn't slip though the cracks and plague 9.0 as well.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Thanks Civileme (was Mandrake Club advocates: PostPositive)

2002-08-13 Thread David Rankin

The true mark of great leadership within a company is management's ability to
attract and maintain key individuals. Whatever the backdrop to the situation
actually is, Mandrakesoft's inability to maitain its relationship with Civileme is
an incredible loss both to Mandrakesoft and to us all.

Best of luck to you Civileme in whatever your future holds, but one request:

PLEASE, PLEASE DO NOT LEAVE THE LIST!

Daniel Woods wrote:

   civileme wrote:
I am one of the people bit by the cutbacks to keep Mandrake afloat and I
STILL agree that their policy is on track.   The idiots (and I can and
will use that word for the lamers whose heads are so wrapped up in
business they can't see five minutes into the future, now that I am not
a Mandrakesoft Employee) who retreat to the tried and true business
principles practiced successfully only by monopolies the minute the
going gets a little rough, simply do not understand this market NOR do
they notice where Mandrakesoft's assets are.
Civileme

 Sorry to hear about this Civileme... and you're right, it's obvious they
 don't have a clue where their true assets are in the company.
 You being one of those that make Mandrake Linux the best Linux distro around.

  
  I for one would like to cast a vote of thanks to Civileme for all the wisdom
  he has brought to MY world of Linux use.
  A couple of years ago while still in Alaska Civileme was instrumental in
  opening my eyes to the world of Linux (NFS) networking, without his kind help
  I would still be sitting on the sidelines wondering wot in 'ell is all this
  G.. My heartfelt thanks and please don't get lost.

 Thanks... Dan.

 Dan Woods
 University of Calgary
 Information Technology

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] OT - Groupware solution?

2002-07-15 Thread David Rankin

Guys and Gals,

I need your help figuring out if a groupware solution exists that
will solve calendaring and address book needs at my office. My current
setup is:

Server: LM 7.2
Clients: (4) Win9X  ME

What I need is an application that will allow the Win machines to
access a common calendar and address book for the firm on the server. I
just need to be able to have the secretary and others add entries to the
calendar or address book in a groupware fashion. Sort of like exchange
and outlook. (not an option - hate both of them) The only catch is that
I want the data on the Linux box to be able to be accessed from the Win
workstations. It would really be great if you could sync a palm with the
information as well.

Evolution shows promise, but it doesn't have any sort of interface
for the Win boxes that I know of. Mysql or postgress shows promise, but
I haven't found a clean Win front end that looks like it would work.
Right now we are simply using palm desktop on the secretary's machine
with the common files stored on the server. This isn't a long term
solution. I have also tried using an outlook folder in similar fashion
with similar results.

Does anyone know of any other projects that are underway that might
offer a solution. What are you thoughts?

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Wake up time (was HACKED?)

2002-06-30 Thread David Rankin

 It ain't rocket science!

I really have no excuse then:

89-90 NASA - Shuttle Ascent Trajectory Design (shuttle was ours from
main engine start to MECO (cutoff) (STS-28 through STS-34)
90-95 NASA - Mission Operations, On board systems - Hydraulics,
electrical power generation and distribution, environmental control and
life support, mechanical systems, payload bay doors, caution  warning,
etc... (STS-44 through STS-63)

J. Craig Woods wrote:
 
 David Rankin wrote:
 
  What do we do to stop these little beggers from prodding our servers from the
  outside? Sheese, even today I have had the following attempts:
 
 
 Your answer has been given to you, David. You have been given good
 advice. Now, the question is, what are you going to do about it? The
 choice is yours: run ftp (I am still amazed that you were using WU-FTP.
 You have been on this list too long to be doing such an improvident
 deed), and be vulnerable or shit can ftp, close your port 21, and get
 ssh/sftp implemented immediately. It ain't rocket science!
 
 drjung
 
 --
 J. Craig Woods
 UNIX/NT Network/System Administration
 http://www.trismegistus.net/resume.html
 Character is built upon the debris of despair --Emerson
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] I need facts to prove UNIX's superiority for mainfraim purposes over M$ MF Servers

2002-06-27 Thread David Rankin

[david@Nemesis david]$ uptime
  4:07pm  up 368 days, 49 min,  1 user,  load average: 0.00, 0.00, 0.00

enough said..

Alastair Scott wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Thursday 27 June 2002 7:44 pm, Roberto Armenteros wrote:

  I need your help to move the word...

 And another one:

 http://bmantarov.free.fr/academic/msc_essays/dissert.htm

 Haven't seen it referred to before, and it's a bit dated, but you'll be
 able to extract much from it. Its value is that it's an MSc thesis (so
 it's not just a random journalistic effort; it'll have been reviewed
 and defended).

 Alastair
 - --
 Alastair Scott (London, United Kingdom)
 http://www.unmetered.org.uk/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org

 iD8DBQE9G3cXCv59vFiSU4YRAnHXAKCyIO5p9jsZ8+/gV0o2rWB7xyBeegCgj0YY
 qA+ZiVZuieGUS/SZGIDDA0g=
 =ZTkx
 -END PGP SIGNATURE-

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] HACKED?

2002-06-27 Thread David Rankin

Guys, Gals:

It looks like I may have been sucessfully hacked! I don't know and I
need your help to find out. I have had many fols test my security, but
nowone has gotten in until now. The following appeared in a review of my
syslog:

Jun 17 23:52:57 Nemesis xinetd[27314]: START: ftp pid=26954
from=210.180.201.125
Jun 17 23:52:59 Nemesis xinetd[26954]: USERID: ftp OTHER :root
Jun 17 23:58:35 Nemesis xinetd[27314]: START: telnet pid=26963
from=127.0.0.1
Jun 18 00:08:02 Nemesis xinetd[27314]: EXIT: ftp pid=26954
duration=905(sec)

The 210 IP is some Korean address from the Asian Pacific Network.

My first question is does it look like a successful hack? Second
question is, if so, what do I check to find out if they caused any harm,
installed a root kit, etc?

As always, thanks for any help you can provide.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Linux irc channel

2002-06-26 Thread David Rankin

Maybe I don't understand what the IRC channels are supposed to do. I've been
the the Mandrake IRC rooms at utexas, and others, and what I've found is folks
that just want to sit around and chat and who also have the technical aptitude
of a turnip!

James wrote:

 On Mon, 15 Apr 2002 17:37:03 -0500
 J. Craig Woods [EMAIL PROTECTED] said with temporary authority

  Would some kind soul please post the linux channel and server on irc?
  I had this info at one time but seem to have misplaced it. Getting old
  is just a bitch...
 
  Dr John
  The Night Tripper
 

 Dr. John

  Don't know about the IIRC channels  I avoid them only because if I
 didn't I'd never get work done. *grin*.  As for getting old being a
 bitch... I agree.  Cause D*%$# IT I wasn't finished being young yet!

 James

 

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] I made it -- 1 year uptime

2002-06-25 Thread David Rankin

Guys and Gals,

As far as stability is concerned, my little 7.2 (Odyssey) box has
passed a milestone in life. Its uptime is now one year and counting.
(see below) That translates into an easy job for the sysadmin (Me). The
only downside is that in a year's time, I have forgotten most of the
details on getting everything configured. So, when I move offices later
this month, I will have to relearn my setup. Whatever the downside --
I'll take it!

[david@Nemesis david]$ uname -a
Linux Nemesis.rbpllc.com 2.2.19-4.1mdk #1 Mon Apr 9 10:34:05 MDT 2001
i686 unknown
[david@Nemesis david]$ uptime
 10:30am  up 365 days, 19:11,  1 user,  load average: 0.00, 0.00, 0.00


--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] SSH and FTP logins taking much LONGER

2002-06-24 Thread David Rankin

Randy,

I think your on to something. My auth.log reveals the following for SSH and FTP
authentication:

Jun 24 13:26:12 Nemesis sshd[24448]: Accepted password for david from 66.76.72.50 port 
1026
Jun 24 13:26:12 Nemesis sshd[24448]: Could not reverse map address 66.76.72.50.
Jun 24 13:26:12 Nemesis PAM_unix[24448]: (system-auth) session opened for user david by
(uid=0)
Jun 24 13:29:14 Nemesis PAM_unix[24448]: (system-auth) session closed for user david
Jun 24 13:29:29 Nemesis xinetd[27314]: START: ftp pid=24469 from=66.76.72.50
Jun 24 13:31:24 Nemesis xinetd[27314]: EXIT: ftp pid=24469 duration=115(sec)

sshd can't reverse map the 66.76.72.50 IP that I have at home? That seems really 
strange,
because I CAN do reverse lookups of other addresses. Any thoughts on why nslookup
xxx.xxx.xxx.xxx would yield good results on some addresses and not on others?

Flood Randy Capt AFCA/TCAA wrote:

 Do you have reverse hostname entries in your dns server?  Because this will cause 
this...

 -Original Message-
 From: David Rankin [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, June 23, 2002 10:47 AM
 To: mandrake
 Subject: [expert] SSH and FTP logins taking much LONGER

 Listmates:

 Over the past year, FTP and SSH logins are taking much longer. In the
 past FTP logins would take 2-3 seconds and SSH logins were almost
 instantaneous. Now both FTP and SSH logins take approximately 20 - 30
 seconds. Uptime is 363 days and I haven't restarted either xinetd, FTP
 or SSH. Is there some kind of login history, or authentication log that
 could be causing the slowdows? Any other thoughts?

 --
 David C. Rankin, J.D., P.E.
 RANKIN * BERTIN, PLLC
 1329 N. University, Suite D4
 Nacogdoches, Texas 75961
 (936) 715-9333
 (936) 715-9339 fax

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] SSH and FTP logins taking much LONGER

2002-06-23 Thread David Rankin

Listmates:

Over the past year, FTP and SSH logins are taking much longer. In the
past FTP logins would take 2-3 seconds and SSH logins were almost
instantaneous. Now both FTP and SSH logins take approximately 20 - 30
seconds. Uptime is 363 days and I haven't restarted either xinetd, FTP
or SSH. Is there some kind of login history, or authentication log that
could be causing the slowdows? Any other thoughts?


-- 
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] An add I just recieved.

2002-06-20 Thread David Rankin

Uhh

That maybe the problem.. Windows expects the harware clock to be in
local time. Therefore, if you have you dual-boot Linux config set in GMT
or (UTC) then the two OS's may not play nicely together...

Moose Magin wrote:
 
 No no no, I run Windows and Mandrake. Not just Mandrake. I don't know why,
 but i can't get Quake 3 running with sound in Mandrake, thus, I run Windows
 as well.
 
 Matt
 
 - Original Message -
 From: H.J.Bathoorn [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, June 19, 2002 5:51 PM
 Subject: Re: [expert] An add I just recieved.
 
  On Wed 19 Jun 2002 09:55, Moose Magin wrote:
   (I run Mandrake by the way, I'm not a windows fan, but that just shits
 me).
   Sorry if anyone was offended by the minimal swearing.
 
  No offense taken...BUT
 
  If you're using Mandrake as you state, how did you get Outlook Express
 going?
 
  Whereas if you're using Winblows just to send yer mail: Don't use Outlook
  Express!
  It's the biggest virus-catcher alive and a threat to others! There are
 other
  mail clients, you know.
 
  Harm.
 
 
 
 
 
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com
 
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Mandrake Timezone/Date Problems

2002-06-18 Thread David Rankin


Why not just install xntpd, run it as a daemon, and it will update every
few seconds. From what I can tell it has a light footprint or demand on
system resources. That doesn't solve the original problem though.
Whatever the problem, it sounds like you need to do a:

#hwclock --hctosys

after you have reconfigured your system time to set the hardware clock
to the correct time. And -- what is this about rebooting a server? This
is Linux:

[david@Nemesis david]$ uptime
  7:53pm  up 359 days,  4:34,  1 user,  load average: 0.00, 0.00, 0.00


Jerry Kreps wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Tuesday 18 June 2002 11:01 am, Vasiliy Boulytchev wrote:
  Ladies and Gents,
  I'm having the following problem:  Time changes every time I reboot the
  server.  I keep changing it back, but the problem still persists.  I did
  work with hwclock, tzselect and all that.  I can do export TZ=MDT to
  change the timezone, but as soon as I log out, it kicks back so it seems
  that this is only for the user.  This is really messing my day up.  Can
  someone point me in the right direction so I can RTFM about this.  Again,
  here is the problem:
 
  1.) I can't keep the timezone set correctly on the server.  Does it get its
  values from the hardware clock?
 
  THANKS FOR YOUR HELP!
 
  Regards,
  Vasiliy Boulytchev
  Colorado Information Technologies Inc.
 
 Installed xntp, if it wan't already installed.
 I have a script in /etc/cron/cron.hourly called settime with the execute
 attribute set.  The script contains:
 #!/bin/bash
 /usr/sbin/ntpdate -b 199.240.130.1
 
 In the config file /etc/ntp.conf  I added the two server lines below 'fudge'
 server  127.127.1.0 # local clock
 fudge   127.127.1.0 stratum 10
 server  199.240.130.1   # ntp1.kansas.net
 server  199.240.130.12  # ntp2.kansas.net
 in case I ever make xntpd an active service.
 But, once an hour, my clock gets the latest setting from a time server.
 
 - --
 JLK
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE9D52uq1Ef6ZbWHeERAi0oAJ0fKud1yNEn5+c49qcWrvfouOCq+QCg426V
 6dfP4uzOnrp+L12CdjgSiE0=
 =+XUO
 -END PGP SIGNATURE-
 
   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

-- 
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Just too strange!!!

2002-06-09 Thread David Rankin

You guys got it all wrong, quantum theory is out and string theory is
in.

J. Craig Woods wrote:

 On Friday 07 June 2002 00:18, you wrote:
  On Fri, 2002-06-07 at 13:56, J. Craig Woods wrote:
   Well my last post was a most intriguing explication of the quantum
   theory as it correlates with spectroscopy and singularity.  Even
   when the renown physicist, Stephen Hawking, read it, he commented
   on its value as a break-through treatise. But, alas, it did not
   make it to the list.
 
  Didn't you see it Craig?  I read it with great interest -
  particularly your chapter Singularities and Singles Bars - The Truth
  at Last!.  The Quantum if Ya Got 'em section was also memorable.
  Maybe you should repost for those that missed it.
 
  Now was there some point to this reply?  Ah yes!  I am also not
  seeing posts and re-posting them gives identical results.  i.e. I
  still don't see it.
 
  It really does seem that sympa has some sensitivities to content that
  I can't grok.
 
  Brian

 Now this is a funny man! Great sense of humor.

 keep it up,
 drjung

 --
 J. Craig Woods
 UNIX/NT Network/System Administration
 http://www.trismegistus.net/resume.html
 Character is built upon the debris of despair --Emerson

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] cfd startup hangs, shutdown at daemon [FAILED]

2002-05-31 Thread David Rankin

Listmates,

I did it to myself again! After tinkering with BIND 8 on LM 7.2 to
set up a fixed IP and caching only DNS, I go to restart my trusty system
and it won't boot ! Well, it boots until it gets to:

Starting cfd:

and it hangs. Well CTRL+ALT+DEL and on shutdown I find:

Stopping at daemon:[FAILED]

So I enter interactive startup and set cfd to start manually,
continue the boot process and the boot hangs after starting paraport for
my printer. Same 3-finger salute and I find:

Stopping at daemon:[FAILED]

Now, I don't know if tinkering with BIND, cfd or the at daemon
problem are related, but I sure would like any thoughts or advise
anybody would have on what in the heck I should check first.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Since #9 I128 Rev0 X-driver is fubar, will Aopen GeForce2 MX400, 64MB, PCI work

2002-05-29 Thread David Rankin

Dear Listmates:

I still can't get the #9 I128 Rev0 card to work with 8.2. So, since
I have to find a PCI card, will Aopen GeForce2 MX400, 64MB, PCI work? Or
are there still driver problems with the GeForce2?

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] X config

2002-05-29 Thread David Rankin

Really,

# Xconfigurator

it's that simple...

daRcmaTTeR wrote:

 On Wed, 29 May 2002, Larry Sword wrote:
  
   O nay! nay! Larry, be kind to this poor soul. xf86config is so arcane any
   more. Just out of curiosity the other day I called this demon from the
   past to configure an older system for use and I almost couldn't remember
   how to use it.
  
   then, I remembered why I had stopped using it in the first place. I
   remembered there's an easier tool on a mandrake system that offers the
   user a better chance for first time success. setuptool.
  
   just run that in a console and you should be able to setup your display
   without too much guess working. thats the huge nasty mess that is normally
   involved with xf86config. however, if one knows all the important
   information about their vid card and monitor then by all means, xf86config
   is a fine utility to configure the comp's display.
  
   just my 2.5 cents...
  
   Mark
  
 
 
  Yep, well worth the price :-) , setuptool didn't think of it at the
  time. Guess I'd better restructure my thinking and clean out the old
  stuff that's lingering.
 
  Larry

 O...I don't know...it's not like it's old and ancient or anything.
 xf86config is one of those tools that is quite functional, but one really
 has to know their hardware to use it effectively.

 Mark

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Re: [Xpert]follow up (BUG X4.2 and X3.3.6 with I128 Rev 0 video)

2002-05-21 Thread David Rankin

Thanks Doc,

I'm still searching for my log file in LM7.2. I'll take a look.
There is nothing about a MTRR problem in the xdm-error logs.

Dr Andrew C Aitchison wrote:

 On Tue, 21 May 2002, David Rankin wrote:

   Summary of the problem:
  
   X4.2 - Fatal Error: Addscreen/ScreenInit on Device 0
  
   X3.3.6 - Fatal Error: no screens found
   (or worse - hardlocks the system)
  
   Same hardware - X works great in the Mandrake 7.2 distro

  (WW) System lacks support for changing MTRRs

 I don't know if this is relevant.
 Do you get this warning on the OS that works ?

 --
 Dr. Andrew C. Aitchison Computer Officer, DPMMS, Cambridge
 [EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

 ___
 Xpert mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xpert

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] New Mobo Roundup--Dr Tom

2002-05-14 Thread David Rankin

Great heads up!,

I'm in the market for a board and love Abit. Keep of posted if you get info in the 
Abit review.

Lyvim Xaphir wrote:

 Guys, if you're in the market for some new technology for under your
 hood, I strongly suggest that you check out the 18 mainboard lineup that
 just came out as of May 9th on Toms:

 http://www.tomshardware.com/mainboard/02q2/020509/index.html

 These boards are using the new VIA Apollo KT333 chipset; its the one
 I've been waiting for, so I could upgrade.

 There is one board that evidently came out too late for their tests,
 which took over two weeks.  It's one I'm personally watching:

 
http://www.abit.com.tw/abitweb/webjsp/english/products_shortcut.jsp?pPRODUCT_TYPE=MotherBoardpMODEL_NAME=KX7-333R

 However, no matter how good the Abit board looks on Abit's home site,
 I'm not going to buy it until it's been reviewed in a roundup.  I'm in
 the market for a mobo upgrade.

 As it sits, judging from the roundup, I'm looking strongly at either the
 Epox 8k3a+, or the Enmic 8TTX2+.  The Gigabyte got a strong review, but
 if a mobo doesn't have at least 7 slots, it's not interesting.
 Overclocking features are important too, which both the Epox and Enmic
 have.  I wish he'd go ahead and update this roundup with the Abit
 KX7-333R, so I could finalize a decision.

 L8r, LX

 --
 °°°
 Kernel  2.4.8-26mdk Mandrake Linux  8.1
 Enlightenment 0.16.5Evolution  1.02
 Registered Linux User #268899 http://counter.li.org/
 °°°

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Apache SERVER_NAME quick Q

2002-05-10 Thread David Rankin

Hmm.., but what if I have BIND running and host.resolve set to BIND, hosts?

James wrote:

 Ok did a test. and got the following.

 If you have something like this in /etc/hosts.

 10.0.0.1  my.box.com my

 where 10.0.0.1 is your IP number, my.box.com is the full name of the
 box, and my is the nickname.  hostname and hostname --fqdn work.  If you
 remove the nickname and just have

  10.0.0.1 my.box.com

 hostname returns my.box.com and hostname --fqdn returns host unknow.  or
 if you have the default that Mandrake sets up,

  10.0.0.1 my

 then hostname works and again hostname --fqdn returns host unkown.

 James

 On Thu, 09 May 2002 15:18:23 -0500
 David Rankin [EMAIL PROTECTED] wrote:

  Well, I should have been more clear, and maybe the problem isn't
  as simple as I thought. On my 7.2 box, #ServerName
  your.server.name is still commented out, but apache is able to use
  gethostbyname() and correctly fill in the welcome screen in
  apache.
 
  In 8.2, something is fishy.
 
  [Skyline] # hostname
  Skyline.3111Skyline.com
 
  That looks OK
 
  [Skyline] # hostname --fqdn
  Unknown host
 
  That looks bad
 
  So it seems the problem with apache isn't with apache or
  httpd.conf, but rather with my hostname setup. I have set hostname
  and domainname, and I can't figure out why hostname --fqdn would
  return unknown host?
 
  What config file am I failing to check? /etc/sysconfig/network has
  the right hostname.
 
 
  Gary Dunn wrote:
 
   On Thu, 2002-05-09 at 06:29, David Rankin wrote:
Just a quick Q, because I'm suffering from a mental lapse.
   
I'm getting Apache configured on 8.2. The SERVER_NAME
variable in the default Welcome screen is pulling 127.0.0.1
instead of the actual host name. Hostname is working fine.
Where do I look to get this fixed.
  
   You definitely need to edit httpd.conf, which may be located in
   /usr/local/apache/conf depending on how your system is set up. (My
   apache is on a FreeBSD box, which puts it in /usr/local/etc/apache.)
  
   Look for this:
  
   # ServerName allows you to set a host name which is sent back to
   clients for
   # your server if it's different than the one the program would get
   (i.e., use
   # www instead of the host's real name).
   #
   # Note: You cannot just invent host names and hope they work. The
   name you
   # define here must be a valid DNS name for your host. If you don't
   understand
   # this, ask your network administrator.
   # If your host doesn't have a registered DNS name, enter its IP
   address here.
   # You will have to access it by its address (e.g.,
   http://123.45.67.89/)
   # anyway, and this will make redirections work in a sensible way.
   #
   # 127.0.0.1 is the TCP/IP local loop-back address, often named
   localhost. Your
   # machine always knows itself by this address. If you use Apache
   strictly for
   # local testing and development, you may use 127.0.0.1 as the server
   name.
   #
   ServerName your.server.name
  
   Gary Dunn
   Open Slate Project
  
 -
 --- Want to buy your Pack or Services from MandrakeSoft?
   Go to http://www.mandrakestore.com
 
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  1329 N. University, Suite D4
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
 
 
 
 

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Apache SERVER_NAME quick Q

2002-05-10 Thread David Rankin

Ok, I'll dig into that.  My 7.2 box is running right now and it 'digs' just fine.
I'll crank up 8.2 when I get home and see whats up:

[david@Nemesis david]$ dig 3111skyline.com

;  DiG 8.2  3111skyline.com
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUERY SECTION:
;;  3111skyline.com, type = A, class = IN

;; ANSWER SECTION:
3111skyline.com.12H IN A66.76.41.206

;; AUTHORITY SECTION:
3111skyline.com.12H IN NS   ns1.domaindiscover.com.
3111skyline.com.12H IN NS   ns2.domaindiscover.com.

;; ADDITIONAL SECTION:
ns1.domaindiscover.com.  1d4h36m52s IN A  216.104.161.21
ns2.domaindiscover.com.  1d4h36m52s IN A  216.104.161.22

;; Total query time: 178 msec
;; FROM: Nemesis.rbpllc.com to SERVER: default -- 127.0.0.1
;; WHEN: Fri May 10 14:48:45 2002
;; MSG SIZE  sent: 33  rcvd: 132


Gary Dunn wrote:

 On Thu, 2002-05-09 at 10:18, David Rankin wrote:
  Well, I should have been more clear, and maybe the problem isn't as simple
  as I thought. On my 7.2 box, #ServerName your.server.name is still commented
  out, but apache is able to use gethostbyname() and correctly fill in the
  welcome screen in apache.
 
  In 8.2, something is fishy.
 
  [Skyline] # hostname
  Skyline.3111Skyline.com
 
  That looks OK
 
  [Skyline] # hostname --fqdn
  Unknown host
 
  That looks bad
 
  So it seems the problem with apache isn't with apache or httpd.conf, but
  rather with my hostname setup. I have set hostname and domainname, and I can't

 Looks like a DNS - bind - network configuration problem. hostname
 alone takes your host's name from a file, while the fqdn option tells
 hostname to do a DNS lookup.

 Does the output to dig slashdot.org look similar to this?

 ;  DiG 9.2.0rc3  slashdot.org
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 48421
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3

 ;; QUESTION SECTION:
 ;slashdot.org.  IN  A

 ;; ANSWER SECTION:
 slashdot.org.   7930IN  A   64.28.67.150
 ...

 And of course you should dig yourself:

 $ dig Skyline.3111Skyline.com

 ;  DiG 9.2.0rc3  Skyline.3111Skyline.com
 ;; global options:  printcmd
 ;; Got answer:
 ;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 39873

 I think this -- is your problem.

 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

 ;; QUESTION SECTION:
 ;Skyline.3111Skyline.com.   IN  A

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Apache SERVER_NAME quick Q

2002-05-09 Thread David Rankin

Well, I should have been more clear, and maybe the problem isn't as simple
as I thought. On my 7.2 box, #ServerName your.server.name is still commented
out, but apache is able to use gethostbyname() and correctly fill in the
welcome screen in apache.

In 8.2, something is fishy.

[Skyline] # hostname
Skyline.3111Skyline.com

That looks OK

[Skyline] # hostname --fqdn
Unknown host

That looks bad

So it seems the problem with apache isn't with apache or httpd.conf, but
rather with my hostname setup. I have set hostname and domainname, and I can't
figure out why hostname --fqdn would return unknown host?

What config file am I failing to check? /etc/sysconfig/network has the
right hostname.


Gary Dunn wrote:

 On Thu, 2002-05-09 at 06:29, David Rankin wrote:
  Just a quick Q, because I'm suffering from a mental lapse.
 
  I'm getting Apache configured on 8.2. The SERVER_NAME variable in
  the default Welcome screen is pulling 127.0.0.1 instead of the actual
  host name. Hostname is working fine. Where do I look to get this fixed.

 You definitely need to edit httpd.conf, which may be located in
 /usr/local/apache/conf depending on how your system is set up. (My
 apache is on a FreeBSD box, which puts it in /usr/local/etc/apache.)

 Look for this:

 # ServerName allows you to set a host name which is sent back to clients
 for
 # your server if it's different than the one the program would get
 (i.e., use
 # www instead of the host's real name).
 #
 # Note: You cannot just invent host names and hope they work. The name
 you
 # define here must be a valid DNS name for your host. If you don't
 understand
 # this, ask your network administrator.
 # If your host doesn't have a registered DNS name, enter its IP address
 here.
 # You will have to access it by its address (e.g., http://123.45.67.89/)
 # anyway, and this will make redirections work in a sensible way.
 #
 # 127.0.0.1 is the TCP/IP local loop-back address, often named
 localhost. Your
 # machine always knows itself by this address. If you use Apache
 strictly for
 # local testing and development, you may use 127.0.0.1 as the server
 name.
 #
 ServerName your.server.name

 Gary Dunn
 Open Slate Project

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] What's wrong with SSH in 8.2?

2002-05-06 Thread David Rankin

Great,

Thanks, James, that's all I needed

James wrote:

 David,
   When did this originally you had 7.2 at home a random key was
 generated and as such the first time your boxes talked. they
 shared keys.  Now that you've upgraded you also generated a new
 random key This WONT match the old on and ssh is just trying to
 help you.  if you vi .ssh/know_hosts and remove the old key...
 you'll be back to ssh'ing in no time.  Note the correct way to do
 this is to copy the key via sneaker net (floppy) from home to work.
 but whether or not to do this is up to you.

 James

 On Sat, 4 May 2002 23:24:36 -0500 (CDT)
 David Rankin [EMAIL PROTECTED] wrote:

 
  Here is the message I get when I try to SSH from work back to home
  where 8.2 is running:
 
  @@@
  @WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  @@@
  IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  Someone could be eavesdropping on you right now (man-in-the-middle
  attack)! It is also possible that the RSA host key has just been
  changed. Please contact your system administrator.
  Add correct host key in /home/david/.ssh/known_hosts to get rid of
  this message. Password authentication is disabled to avoid trojan
  horses. Permission denied.
 
  Never had problems with 7.2, so what do I add to
  .ssh/known_hosts
 
  --
  David C. Rankin, J.D., P.E.
  RANKIN * BERTIN, PLLC
  1329 N. University Dr., Suite D4
  Nacogdoches, Texas 75961
  (936) 715-9333
  (936) 715-9339 fax
 
 
 

   
 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] BUG - X4.2 or X3.3.6 and I128 Video

2002-05-06 Thread David Rankin

Guys and Gals:

I think I can safely call it a bug now. After an exhaustive search
or xfree.org, Mandrake expert  newbie, and querrying the Mandrake chat
rooms, there are no answers why X4.2 and X3.3.6 that ship with LM 8.2
will NOT work with my #9 Imagine 128 video card. Others have had similar
problems, with no answers found (see below google query on addscreen
screeninit I128)


[Newbie]X 4.0.2 problems with I128
... B]E [21] -1 0xfc00 - 0xfcff (0x100) IX[B](B) (--) I128(0):
Mapping memory
Fatal server error: AddScreen/ScreenInit failed for driver 0 When
reporting a ...
www.xfree86.org/pipermail/newbie/ 2001-February/005730.html - 21k -
Cached - Similar pages

 [Newbie]Another one with an XFree86 problem
 ... B]E [19] -1 0xfc00 - 0xfcff (0x100) IX[B](B) (--)
I128(0): Mapping memory
 Fatal server error: AddScreen/ScreenInit failed for driver 0 When
reporting a ...
 www.xfree86.org/pipermail/newbie/ 2001-December/012781.html - 19k -
Cached - Similar pages
 [ More results from www.xfree86.org ]

XFree 4.1.0 and I128 (was How to Upgrade from Potato to Woody?)
... 0x6000 - 0x60ff (0x100) IX[B](B) | (-- I128(0): Mapping
memory | | Fatal
server error: | AddScreen/ScreenInit failed for driver 0 | | | When
reporting ...
se.debian.net/lists/debian-user/2002/03/msg00490.html - 29k - Cached

From 4.02 on, the I128 fails after 'preinit' with the following error:

(--) I128(0): Mapping memory
Fatal server error: AddScreen/ScreenInit failed for driver 0

Recall from my earlier posts, X works fine in the LM7.2 distro with
X4.01

I've re-installed from original d/l, then re-downloaded, re-burned,
re-md5sumed, re-installed with fresh ISO's. I've XFdraked and
xf86configed every conceivable way possible, 640x480 to 1280x1024, all
color depths, generic monitors, chosen my NEC Accusynd 95F monitor, and
nothing helps.

With X4.2, startx bombs with the error  Fatal server error:
AddScreen/ScreenInit failed for driver 0

With 3.3.6, startx bombs (or hangs) with the error Fatal server error:
no screens found

I am out of answers. I don't think it would be productive for me to try
to recompile the I128 server by hand (God knows it would never work
then)

DOES ANYONE HAVE ANY SUGGESTIONS OTHER THAN BUY A NEW VIDEO CARD

I guess the real question is what changed in the I128 sever between
4.01 and 4.2? 4.01 is still working fine in LM7.2 on the same machine.
X4.2 or X3.3.6 will not start under LM8.2 on the same machine.

Out of answers, probably spent 30 hours digging into this and I really,
really need help.

--
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



  1   2   3   >