RE: [expert] Xwindow

2000-09-13 Thread Lyle



I have been using VNC.  A 
tad clunky, but works well and the price is right.  http://www.uk.research.att.com/vnc/xvncviewer.html

  -Original Message-[Lyle]   From: 
  Dave Peat [mailto:[EMAIL PROTECTED]]Sent: Wednesday, September 
  13, 2000 8:51 AMTo: <Subject: [expert] 
  Xwindow
  Does anyone know of a Xwindow program that I can use to 
  Xwindow from one Linux box to another.  Right now I can use Exceed on 
  Windoze and run a xsession to my Linux box.  I want to do the same from 
  one Linux box to another.
  Thanks,
  Dave
   
  Registered User # 
184784


RE: [expert] Automatisation d'installation / Automatic installation

2000-09-13 Thread Lyle

May I suggest a tool like Ghost or Disk copy to copy the install?  Then just
adjust the name & IP address...

Ghost from Symantec and Disk Copy from Power Quest is the fastest way, I
know to restore a system.

-Original Message-
From: Taczynski Pierre-Yves [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 13, 2000 3:59 AM
To: [EMAIL PROTECTED]
Subject: [expert] Automatisation d'installation / Automatic installation


Bonjour,
je vais devoir installé Mandrake sur de multiples machines et je cherche
une solution pour ne pas me taper la sélection des packages en mode
expert à chaque fois. Mon idée serait de faire cette install une fois et
ensuite de générer une disquette d'installation personnalisée.
Merci pour votre aide.

Hi, I have to install on several box Mandrake and I'm looking for a
solution to avoid an expert installation (and select every packages I
need) each time. The idea would be to install once and then generate a
personnalized installation floppy.
Regards.

Pierre-Yves Taczynski http://industrial.multimania.com




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] DHCP server not responding?

2000-09-10 Thread Lyle

Ben,

Did he change his network card in the server and is the correct MAC address
for it and is it entered properly?

(normally I would expect each segment of the MAC address to be two digits.)

-Original Message-
From: Benjamin Reed [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 10, 2000 12:31 PM
To: [EMAIL PROTECTED]
Cc: Chuck Little
Subject: [expert] DHCP server not responding?


I'm helping a friend with his home network setup.  We had DHCP working, and
now it's mysteriously broken.

(content deleted)

host limper {
hardware ethernet 0:a0:c9:8:ab:50;
fixed-address limper.chucknet;
option host-name "limper";
}




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] Kernel panic on boot

2000-09-09 Thread Lyle

I don't like to talk bad about brands, but Western Digital is one of the few
that I discuss.  Western Digital has a wonderfull warrenty and is quite easy
to exchange bad HD's when needed.  The problem is that WD hard drives have
to be replaced more often than any other brand that I have touched.

Lyle
P.S.  I am a IT consultant that started out building clone PC's and still do
fix a few PC's every month, so my personal knowledge base on this subject is
larger than most.

-Original Message-
From: Nicolas Justin [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 09, 2000 5:51 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Kernel panic on boot


Mark Weaver wrote :
> I hate to tell you this, but you very well may have a hardware conflict
> on this particular machine. It's quite possibly your hard drive. There
> are some changes in the HCL between Mandrake 7.0 and 7.1 that you may
> want to check on at the Mandrake site. I seem to remember some talk of
> this problem here on the list sometime back. If I remember correctly WD
> hdd's were the point of the discussion.
> --
> Mark Weaver
> IT Dept./Reapernet.com
> Destiny Image Publishers
> [EMAIL PROTECTED]


I took a look at the expert list archive and found some problems with
the Western Digital HDD. 
I installed mdk7.1 on another hard disk and there is no problem.
In the list archive I found a black list of "old" WD hdd not supported
by Linux, my HD isn't in the list but I think it have to be added.
I think there is some modifications, about hardrive handling, from
2.2.14 to 2.2.15, or configurations changes between mdk7.0 and mdk7.1 ?
It's a strange decision to stop supporting 4-5 years old hardware !
-- 

Nicolas Justin  -  <[EMAIL PROTECTED]>





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] telnet server not working...

2000-09-08 Thread Lyle

I found the answer and it was very obvious

Change this line inetd.conf from/to:

telnet  stream  tcp nowait  root/usr/sbin/tcpd  in.telnetd

telnet  stream  tcp nowait  root/usr/sbin/tcpd  in.telnetd -L
/bin/login

Now that's an obvious answer isn't it?  A good learning experience.  I don't
mind too much as it ends up being a huge learning experience, but I would
really love to see some of this stuff in writing somewhere so I don't have
to bug the experts around here...

Thanks,
Lyle

-Original Message-
From: Lyle [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 5:46 PM
To: LM expert list (E-mail)
Subject: [expert] telnet server not working...


A while back, I reported here that telnet server wasn't working.  I got a
couple of good suggestions, but they didn't work.  Now I really need to have
a telnet server working.  I am running LM 6.0 and inetd.  inetd.conf looks
right and it appears to try to load in.telnetd when I try to connect via a
telnet session.  But the secure log shows that it was unable to load/execute
/usr/sbin/in.telnetd.  It's really there and has rwxr-xr-x permissions,
which is correct.  And that makes me assume that inetd is recognizing that
there was an attempt to connect on tcp port 23 and did try to load
in.telnetd correctly.





Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] telnet server not working...

2000-09-08 Thread Lyle

Here's the line from netstat:

tcp0  0 0.0.0.0:23  0.0.0.0:*   LISTEN
419/inetd   

I don't have lsof as a command.  Was that a typo or an addon?  

The netstat printout makes sense as I know that inetd can see incoming
packets and thinks they are for telnet, but cann't successfully start
in.telnetd.  (an aside to Asheesh, yes I have the telnet server installed.
That's where in.telnetd comes from.)

Lyle

-Original Message-
From: Matthew Micene [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 08, 2000 7:13 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] telnet server not working...


On Fri, 08 Sep 2000, you wrote:
> Any suggestions to figure out what is loaded that would grab tcp port 23?


as root:
lsof | grep 1024
will tell you what has bound to port 1024 (as well as some other stuff)
as will
netstat -nlp --inet
to give you the list of open ports listening for both tcp and udp and the
-p option will also attempt to give you the process name as well.  A
combination of these two methods should tell you whether or not something
else is trying to run on port 23, tho I sincerely doubt anyone would stomp
all over a well known port reservation like that

-- 
Matthew Micene
Systems Development Manager
Express Search Inc.
www.ExpressSearch.com

A host is a host from coast to coast,
and no one will talk to a host too close
Unless the host that isn't close is busy, hung or dead




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] telnet server not working...

2000-09-08 Thread Lyle

A while back, I reported here that telnet server wasn't working.  I got a
couple of good suggestions, but they didn't work.  Now I really need to have
a telnet server working.  I am running LM 6.0 and inetd.  inetd.conf looks
right and it appears to try to load in.telnetd when I try to connect via a
telnet session.  But the secure log shows that it was unable to load/execute
/usr/sbin/in.telnetd.  It's really there and has rwxr-xr-x permissions,
which is correct.  And that makes me assume that inetd is recognizing that
there was an attempt to connect on tcp port 23 and did try to load
in.telnetd correctly.

Playing around, I found that I could load in.telnetd with the -debug 29
option and then connect successfully to a telnet session on tcp port 29.  So
(if my logic is correct) it appears that tcp port 23 is occupied by
something.  I cann't figure out what or how and my init.d scripts seem
correct and I don't think I played with them at this level.

Any suggestions to figure out what is loaded that would grab tcp port 23?  I
am not running portsentry or any other port monitoring software.  I did
install ncftpd for ftp and have the secure version of Apache running and
have installed postfix(telnet was broke before postfix however).  I
installed a couple of other programs also, but nothing that I can think of
that should grab tcp port 23 however.

Thanks in advance,
Lyle




Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



RE: [expert] setiathome

2000-02-29 Thread Lyle

I have used the glibc_2.x and it works well.  I have two linux boxes running
it.

Lyle

-Original Message-
From: Ralph | byte-runner | [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 29, 2000 5:36 PM
To: [EMAIL PROTECTED]
Subject: [expert] setiathome


Hello Group,
Was wondering if anyone out there is running setiathome on thier Mandrake
system?
If so which file do I need to download and how do you set it up. Oh I'm
running
Mandrake 7.0-2. I found a way to clear rewriteable cd's also cange window
managers
to blackbox and run genome toaster from there works great for me.

Ralph



RE: [expert] problems with masquerading and NT services

2000-02-27 Thread Lyle

I would suggest putting a second nic in the SQL server and the Exchange
server and put them on the internal LAN and not go through the Linux server.

Make sure that IP routing is turned off when adding the second NIC.  It's
very easy to do.  Besides's you can turn off a lot of services on the
external nics on the NT boxes to help secure them from outside threats
because you have public IP addresses on them.

Lyle

-Original Message-
From: James Lewis [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 27, 2000 4:44 PM
To: [EMAIL PROTECTED]
Subject: [expert] problems with masquerading and NT services


I have 3 NT workstations on an internal LAN, going through ipmasq (on 
2.2.13) which is providing NAT. General services such as web browsing, FTP 
etc, are working fine but we are experiencing very annoying problems with 
Microsoft Outlook 2000 (running in 'Corporate Workgroup mode) running on 
the 'Internal' machines connecting to an External Exchange server with a 
public IP.

The problems seem to be because the exchange server is seeing requests from 
3 different machines coming from the single IP address of the NAT machine 
(the problems more or less go away when there is only one machine running 
internally). The same problem is arising with Visual Interdev running 
internally, connecting to an external SQL server.

Anyone had the same problem? Is there a way around it, that doesn't involve 
moving the exchange server to the Internal LAN?

Many thanks

JL.



RE: [expert] Security with cable

2000-02-18 Thread Lyle

In that sense, DSL is more like T1 or Frame-relay or modem dialup and unlike
a shared cable modem medium.

-Original Message-
From: Fred Frigerio [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 18, 2000 2:23 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [expert] Security with cable


Yeah but what I was wondering is if it is more like a T1 or frame-relay
in the sense that you will not be in the same broadcast space as the
rest of the people in the same DSL area. That is what I'd like to know.
The reason is that that way they will find my machine by scanning but
people on the same group but my machine will not see traffic on the
link.

> -Original Message-
> From: John Aldrich [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 17, 2000 9:29 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [expert] Security with cable
> 
> 
> On Thu, 17 Feb 2000, you wrote:
> > What about DSL? I think it is similar to a PPP connection but havent
> > seen one yet and am thinking about getting it. Does anybody 
> have good
> > info about it? Running together with Linux?
> > 
> DSL is more like a cablemodem -- it's a semi-permanent connection.
>   John
> 



RE: [expert] telnet not working...

2000-02-13 Thread Lyle

Oops, I think I just figured out my first problem.  Telnetd is not really
running and it's not on the hard drive anymore.  Not to figure out how to
re-install...

-Original Message-
From: Lyle [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 13, 2000 7:25 AM
To: '[EMAIL PROTECTED]'
Subject: [expert] telnet not working...


I am running LM 6.0.  When I first set it up, I could telnet into the
machine.  It, of course came with the KDE desktop and has the auto update
feature.  I launched that and added almost all the recommended updates.  Now
I cann't telnet into the computer.

If I run 'ps as | grep telnetd', it shows telnet as a running process with
the following response;

9648   pts/0S 0:00 grep telnetd

But when I try to telnet, I get an almost immediate response "Connection to
Host lost".  If the telnet session was able to communicate at all, the
telnet client should stall for a couple of seconds and then report unable to
connect, not connection lost.  

BTW, I have VNC installed(I had the telnet problem before installing VNC)
and it connects fine.  The apache web is running fine(www.keefeagency.com,
one of my clients with a partially finished web site).  And I have installed
NCftpd and that works just fine.  I don't know where to look for this one.

Thanks,
Lyle



[expert] telnet not working...

2000-02-13 Thread Lyle

I am running LM 6.0.  When I first set it up, I could telnet into the
machine.  It, of course came with the KDE desktop and has the auto update
feature.  I launched that and added almost all the recommended updates.  Now
I cann't telnet into the computer.

If I run 'ps as | grep telnetd', it shows telnet as a running process with
the following response;

9648   pts/0S 0:00 grep telnetd

But when I try to telnet, I get an almost immediate response "Connection to
Host lost".  If the telnet session was able to communicate at all, the
telnet client should stall for a couple of seconds and then report unable to
connect, not connection lost.  

BTW, I have VNC installed(I had the telnet problem before installing VNC)
and it connects fine.  The apache web is running fine(www.keefeagency.com,
one of my clients with a partially finished web site).  And I have installed
NCftpd and that works just fine.  I don't know where to look for this one.

Thanks,
Lyle



RE: [expert] Port Ident

2000-02-07 Thread Lyle

Where can I find out more about PortSentry???

-Original Message-
From: R_Yeo [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 06, 2000 9:58 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] Port Ident


On Mon, 07 Feb 2000, Sergio Korlowsky fingered:
> 
> Ronald...
> install PortSentry

Hehehe, how do you think I know which port is opened?  Now, I only have
to find out what the ports are being used for.  Thanks.  I'll look at
lsof like Axalon recommends

--
Ronald



RE: [expert] LM 7.0 loses the clock setting

2000-02-05 Thread Lyle

You told Linux that your CMOS clock was set to GMT and that you were in the
Eastern timezone.  So set the CMOS clock to GMT(for EST add 5 hours) and all
will be right until you rebuild and tell the install that your clock is NOT
set to GMT...

Lyle

-Original Message-
From: Mohammad R. Salehpour, Ph.D. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 3:51 PM
To: Mandrake List
Subject: [expert] LM 7.0 loses the clock setting


Hello,

I have LM 7.0 installed on my notebook computer. All of a sudden I 
noticed that when I boot the clock which is displayed on the KDE 
panel is 5 hours behind EST. I set it then on reboot the same thing. 
I thought maybe the internal clock battery is going bad. But when I 
enter the BIOS setup at startup, the cock is correct, but it changes 
when it boot into linux. And it is off exactly 5 hours. I did set it 
back in the DrakeConf. But on the next reboot it is back by 5 hours.

Any ideas?

Thank you.

M.S.




M. R. Salehpour, Ph.D., DABR
Associate Professor / Chief Physicist
Rad. Onc. / ECU School of Medicine
Dir. Medical Physics Grad. Program
Dept. of Physics and Astronomy
East Carolina University
Greenville, NC 27858
[EMAIL PROTECTED]  (252) 816-2900





RE: [expert] 128 mb mem

2000-02-04 Thread Lyle

What they are trying to say, it's not LM or Linux that's at fault.  Linux
politely asks the BIOS how much memory and it got an answer.  It wasn't
right, but it got an answer.  some other OS's ask in a different way and get
the right answer more often.  Linux is not a very mature OS from my point of
view and there is a lot of strange hardware out there and it's not 100%
compatible with it.

It's really a retorical question, but who is at fault, Linux or hardware
when it gets a wrong answer?

It used to be a big problem for many OS's.  They have been around for a long
time and have figured out the hardware side of it, but then most of them are
commerical OS's also.

Lyle

-Original Message-
From: Adrian Saidac [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 04, 2000 8:07 PM
To: [EMAIL PROTECTED]
Subject: Re: [expert] 128 mb mem


I agree with all of you flame or not.
I really need an answer not a status of other systems.
Given the fact that Red Hat/Mandrake is keeping a long silence about
this make me believe that there is a problem somewhere. Why is showing
only on certain systems - THAT'S the mystery!!

Civileme wrote:
> 
> John Aldrich wrote:
> 
> > On Thu, 03 Feb 2000, you wrote:
> > > Well, Jean-Louis,
> > > It happend that the box has a brand new ASUS board (BIOS 11/99)
> > > If I will set the BIOS for OS/2 I am getting only 14M. Go figure!!
> > > Again I think that thre is something wrong with the code itself -
there
> > > are too many people complainig about the same thing - LINUX IS NOT
ABLLE
> > > TO RECOGNIZE MORE THAN 64M
> > > It looks like the intruction code is made to recognize only a 16Bit
> > > integer.
> > >
> > Wrong. I've got 192 megs of ram here and I didn't do ANYTHING to
> > make it see all that RAM. One thing I recall reading is that
> > overclocking will cause Linux to see less than maximum RAM. If you're
> > overclocking, try setting it back to the "real" clock speed and see
> > what it reports.
> > Here's the output of my "free" command:
> >  total   used   free sharedbuffers
cached
> > Mem:192848 181820  11028  55492  22740
79616
> > -/+ buffers/cache:  79464 113384
> > Swap:   102744   5708  97036
> >
> > Keep in mind that I'm running two instances of RC5DES and an instance
> > of SETI@HOME on this machine at all times...
> > John
> 
> H.  I think the conclusion about a halfword for memory size might be
> premature.
> 
> Set the BIOS for OS/2 and you have made a HOLE in the memory picture and
all
> the BIOS will report is 15M--the memory hole is 15M to 16M.  Why are you
> getting 14?  Most likely your video BIOS shadowing is enabled, effectively
> eliminating the first M from the picture.
> 
> I have 17 machines with either 128M(15) or 256M(2) and I never used the
> append "mem=xyzM" on any of then.  One is running Caldera OpenLinux 2.3,
15
> are running LM 6.1 (Helios) and one is running LM 6.0 (Venus)  UPtimes as
> long as 96 days (on the server) exist now, and some of the others have
been
> on since I implemented Helios on them, 12-63 days.
> 
> Now at home I have a couple of those cheapie boards that have the AGP and
the
> sound built-in and each of them uses 8M of main for the video mem.  Linux
> reports 120M/119M on them, which is correct.  Again, no special settings.
> 
> Here is the output of free
>   total used free
> shared  buffers  cached
> Mem:  119840 63836   56004
> 45456   290033768
> -/+ buffers/cache   2716892672
> Swap: 1686720  168672
> 
> So look at the BIOS and erase the memory hole at 15M and change the
setting
> for OS/2 for >64M and Linux will see your memory too.
> 
> Civileme
> 
> --
> experimentation involving more than 500 trials with an
> ordinary slice of bread and a tablespoon of peanut butter
> has determined that the probability a random toss will
> land sticky side down (SSD) is approximately .98



RE: [expert] Problem with LILO persists

2000-02-03 Thread Lyle

I seem to remember a HOWTO that covered exactly that.  Large HD and the LILO
only getting to LI and locking up.

-Original Message-
From: Jaime Batiz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 5:21 PM
To: [EMAIL PROTECTED]
Subject: [expert] Problem with LILO persists


Thank you everybody for your comments. There might be something else wrong
here because LILO refuses to start.

I decided to mess with one boot sector at the time, so I went with the
miniHOWTO on Linux-NT. This means I am using NT bootloader and I added an
entry for linux in boot.ini

Whenever I try to start LILO, all I get on the screen are the characters
LIL- then the computer hangs. I have tried to make a floppy the boot device
and I get the same problem.
Mandrake partitioned the HDD (hdc, 22GB master, on the secondary IDE
controller) as follows:
hdc1: /boot  (9.5MB)
hdc5:/(1.1GB)
hdc6:(swap)
hdc7:/home(19GB)

lilo.conf looks like:

boot=/dev/hdc1
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
prompt
timeout=50
message=/boot/message
image=/boot/vmlinuz-smp
 label=linux
 root=/dev/hdc5
 append=""
 read-only
other=/dev/fd0
 label=floppy
 unsafe
image=/boot/vmlinuz
 label=linux-up
 root=/dev/hdc5
 append=""
 read-only

The only thing that works is the boot floppy that Mandrake created at
installation time.

My question is: What does it mean when LILO only gets to LIL-?

any and all help will be greatly appreciated.

Jaime



RE: [expert] 128 mb mem

2000-02-03 Thread Lyle

I am having a minor/major problem.  I have an older Compaq Proliant 2000
with 64 meg of ram and it's not accepting the extra ram and I have added
append="mem=64M" and append="63M" to /etc/lilo.conf and it doesn't seem to
take.  Is this a problem with Compaq?  Or where do you add the line in
lilo.conf or does it matter or??

Thanks,
Lyle

-Original Message-
From: Jean-Louis Debert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 12:51 AM
To: [EMAIL PROTECTED]
Subject: Re: [expert] 128 mb mem


Adrian Saidac wrote:
> If does not need it why can see no more than 64M
> UNIX originally was designed to take advantege of RAM memory (HDs were
> too expensive back then)
> The more RAM the better the performance - there is something really
> wrong with Linux if you can not use more than 64M

It has _nothing_ to do with linux itself: linux has no _safe_ way
to know the memory size, except to ask the BIOS (when I say _safe_
I mean, not likely to hang the machine).
So, if you have an older BIOS that doesn't know how to report more
than 64Mb, then you have to use the "mem=" command line parameter.



-- 
Jean-Louis Debert[EMAIL PROTECTED]
74 Annemasse  France
old Linux fan



RE: [expert] SMB Help Please.

2000-02-03 Thread Lyle

Thank you for the insite to correct my setup.  I now have encrypt passwords
= yes and security = users now and it works. I needed to learn about
'smbpasswd'. I really didn't want to have to maintain passwords in two
places, but...

Part of my problem was that I was reading a book on SAMBA and it went into
great detail about encrypt passwords and how to enable plain text passwords,
but hadn't mentioned smbpasswd yet.  But yet the book expected you to have
been able to use the shares by now.

I had gotten it to work the other way first.  So there are two ways to get
it to work.  Depends partly on how much security you really need.

Lyle

-Original Message-
From: Todd Pfaff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 02, 2000 12:02 PM
To: Lyle
Cc: '[EMAIL PROTECTED]'
Subject: RE: [expert] SMB Help Please.


what "security=" setting do you have in your smb.conf file?
do you have an smbpasswd file?
have you set the smbpasswd for each user?




RE: [expert] SMB Help Please.

2000-02-02 Thread Lyle

Todd & all;

I was NOT able to get SAMBA to work with WinNT or Win98 until I enabled
plain text passwords.  This was with the Samba included with LM 6.0.  I
tried encrypted passwords yes and no in the SAMBA config and it just plain
did not work.  WinNT SP3 was when Microsoft changed their password
encryption and that's why I mentioned SP3.  This new password scheme has
been included in Win95 patches and is now in Win98.

If I am doing something wrong, please give me some constructive answers.

Lyle

-Original Message-
From: Todd Pfaff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 02, 2000 7:55 AM
To: '[EMAIL PROTECTED]'
Cc: Lyle
Subject: RE: [expert] SMB Help Please.


On Tue, 1 Feb 2000, Lyle wrote:

> I have been playing with SAMBA here with Linux and found that there are
> known problems with it.  Recently Microsoft changed the algorithm
used
> to encrypt passwords(WinNT SP3) and SAMBA hasn't caught up with that.  You
> need to enable plain text passwords on your Windows machines and this
> problem should go away.

This is misinformation.

First of all, you used "recently" and to refer to "WinNT SP3".  Huh?
SP3 is several years old now.  That's not recently, especially in the
computer industry.

Secondly, samba does work with encrypted passwords and WinNT and any
service pack (up to and including SP6 in my personal experience).

> See Microsoft technical articles #Q187228 and Q166730 for the registry
> entries to enable plain text passwords.(which are not really plain text,
but
> that's another subject)

Don't enable plain text passwords unless you really need to.  Read the
samba documentation to learn when it may be necessary to enable plain text
passwords.

> -Original Message-
> From: Sean Armstrong [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 01, 2000 2:26 PM
> To: [EMAIL PROTECTED]
> Subject: [expert] SMB Help Please.
> 
> 
> Here's the deal, I'm able to use gnomba to see the NT computer on the NT 
> network that I want to mount. I've got user access to this computer. But 
> when I give it my username and password, it refuses to let me in. So I 
> thought this might be a problem with gnomba and decided to use the
smbmount 
> command. It gave back a positive name query response from the correct NT
box
> 
> and then asked for a password. When I entered in the correct password for
my
> 
> username I got the following response back:
> session setup failed : ERRDOS - ERRnoaccess (ACCESS denied.)
> smbmount: login failed
> Could not umount /mnt/share: Device or resource busy
> smbmount: exit
> 
> Now /mnt/share is the directory I set up to mount the share directory from

> the NT box. I'm guessing because of the previous errors the smbumount 
> command could not dismount this drive right away. Are my acces problems
due 
> to my SAMBA or to the NT network I'm connected to?
> I'm running Mandrake 6.1 on a 133 Mhz pentium DELL computer. Any Ideas? 
> Please don't say contact the SAMBA people because I am never able to get
an 
> answer from them.
> Thanx,
> SA
> 
> __
> Get Your Private, Free Email at http://www.hotmail.com
> 

--
Todd Pfaff \  Email: [EMAIL PROTECTED]
Computing and Information Services  \ Voice: (905) 525-9140 x22920
ABB 132  \  FAX: (905) 528-3773
McMaster University   \
Hamilton, Ontario, Canada  L8S 4M1 \



RE: [expert] SMB Help Please.

2000-02-02 Thread Lyle

I tried changing the password encryption option in SAMBA first and that
still didn't work.  Then I resorted to the registry edits.

Lyle

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 01, 2000 8:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [expert] SMB Help Please.




either that or u enable encryption in ur samba setup...  its quite simple
'cept
u have to read the docs in the samba directory for directions.








Lyle <[EMAIL PROTECTED]> on 02-02-2000 10:26:24 AM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:(bcc: Hamka B Hj Suleiman/SKO/PCSB/Petronas)
Subject:  RE: [expert] SMB Help Please.




I have been playing with SAMBA here with Linux and found that there are
known problems with it.  Recently Microsoft changed the algorithm used
to encrypt passwords(WinNT SP3) and SAMBA hasn't caught up with that.  You
need to enable plain text passwords on your Windows machines and this
problem should go away.

See Microsoft technical articles #Q187228 and Q166730 for the registry
entries to enable plain text passwords.(which are not really plain text, but
that's another subject)

-Original Message-
From: Sean Armstrong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 01, 2000 2:26 PM
To: [EMAIL PROTECTED]
Subject: [expert] SMB Help Please.


Here's the deal, I'm able to use gnomba to see the NT computer on the NT
network that I want to mount. I've got user access to this computer. But
when I give it my username and password, it refuses to let me in. So I
thought this might be a problem with gnomba and decided to use the smbmount
command. It gave back a positive name query response from the correct NT box

and then asked for a password. When I entered in the correct password for my

username I got the following response back:
session setup failed : ERRDOS - ERRnoaccess (ACCESS denied.)
smbmount: login failed
Could not umount /mnt/share: Device or resource busy
smbmount: exit

Now /mnt/share is the directory I set up to mount the share directory from
the NT box. I'm guessing because of the previous errors the smbumount
command could not dismount this drive right away. Are my acces problems due
to my SAMBA or to the NT network I'm connected to?
I'm running Mandrake 6.1 on a 133 Mhz pentium DELL computer. Any Ideas?
Please don't say contact the SAMBA people because I am never able to get an
answer from them.
Thanx,
SA

__
Get Your Private, Free Email at http://www.hotmail.com







[expert] Banner page trailing a print job.

2000-02-01 Thread Lyle

I have an HP LJ 2100 printer with an external HP JetDirect with an IP
address in it, 192.168.0.20 and am using lpr on my Linux systems and the HP
LJ 6 Postscript driver.

One problem, I have is that there is a trailing banner page that is annoying
at best to me. How do I get rid of it?

Thanks in advance.

Lyle



RE: [expert] SMB Help Please.

2000-02-01 Thread Lyle

I have been playing with SAMBA here with Linux and found that there are
known problems with it.  Recently Microsoft changed the algorithm used
to encrypt passwords(WinNT SP3) and SAMBA hasn't caught up with that.  You
need to enable plain text passwords on your Windows machines and this
problem should go away.

See Microsoft technical articles #Q187228 and Q166730 for the registry
entries to enable plain text passwords.(which are not really plain text, but
that's another subject)

-Original Message-
From: Sean Armstrong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 01, 2000 2:26 PM
To: [EMAIL PROTECTED]
Subject: [expert] SMB Help Please.


Here's the deal, I'm able to use gnomba to see the NT computer on the NT 
network that I want to mount. I've got user access to this computer. But 
when I give it my username and password, it refuses to let me in. So I 
thought this might be a problem with gnomba and decided to use the smbmount 
command. It gave back a positive name query response from the correct NT box

and then asked for a password. When I entered in the correct password for my

username I got the following response back:
session setup failed : ERRDOS - ERRnoaccess (ACCESS denied.)
smbmount: login failed
Could not umount /mnt/share: Device or resource busy
smbmount: exit

Now /mnt/share is the directory I set up to mount the share directory from 
the NT box. I'm guessing because of the previous errors the smbumount 
command could not dismount this drive right away. Are my acces problems due 
to my SAMBA or to the NT network I'm connected to?
I'm running Mandrake 6.1 on a 133 Mhz pentium DELL computer. Any Ideas? 
Please don't say contact the SAMBA people because I am never able to get an 
answer from them.
Thanx,
SA

__
Get Your Private, Free Email at http://www.hotmail.com



RE: [expert] Network goes away after some idle time

2000-01-31 Thread Lyle

What kind of NIC's are we talking about?  And how do we know that it's not
your ISP that's blocking the pings?  Where do the traceroute's end?  A
traceroute when it works and when it fails would be usefull here.  Also my
ISP changed routers last summer and they now block all pings & traceroutes
from the outside world.  It's also possible that your ISP has timeouts
against keeping track a route to your linux gateway and that sending a ping
is just refreshing their router tables.

Lyle

-Original Message-
From: AS T [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 28, 2000 12:18 PM
To: [EMAIL PROTECTED]
Subject: [expert] Network goes away after some idle time



 I have the following problem on my linux gateway
machine (at my home).
The machine has two NIC cards.  Eth0 is DHCP via adsl.
 Eth1 has static ip for my internal network.  IP_MASQ
is on to forward packets from my internal network. 
Everything works nicely, except that if I went to work
and tried to ping my home (gateway) machine I notice
that the ping does not "always" respond.   
I tried to track this and found out that eth0 seems to
"fall a sleep" once in a while.
However, my internal network has never had any problem
getting out. All I can say is that once eth0 falls a
sleep I would have to try later and it will somehow
wake up by itself (no reboot or anything is required
to get to work again, just waiting about 10-30
minutes).  APM is turned off on the BIOS and the OS. 
The only way I was able to remedy this is to have the
gateway machine ping an external site (ex.
www.yahoo.com)
every 1 minute.  With the ping on, I can alawys get to
my gateway machine from work.  I have few peopel on
the web that have the same problem and none could 
figure out what the story is.
Any help is highly appreciated.
Thansk

__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



[expert] RE:

2000-01-30 Thread Lyle

You need to double check the IRQ setting.  Win95/98 will fudge and still
work if that setting is wrong.  Linux is not so forgiving.  If your system
has a bios setting to hard set the comm port that would be better.  I have
seen screwy things like this solved by hard setting the comm ports.

The messages you get back are really telling you that the system is not
talking properly to the modem.  Go into the Control Panel under Win95 and
select the modem applett.  Click on Diagnostics and select your modem and
then select more info.  If Win95 can talk to the modem there, the port & IRQ
settings shown are more reliable than in the Control Panel.

Lyle

-Original Message-
From: Stephen P. Molnar, Ph.D. [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 30, 2000 8:15 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: 
Importance: High


First of all, sorry about cross posting, but the Mandrake list doesn't seem 
to be receiving my mail this weekend and I would really like to solve these 
problems.

I'm running Mandrake/Helios/kde-1.1.2 on a K6-2/300, dual booting with 
Win95.  When I log, in runlevel 5, startx gives me the following messages 
(with the process hanging on the gray screen):

AUDIT: : 07 2000: 570x:
client 
1 rejected from local host
xlib:  connection to ":0.0" refused by server
lib:  client is not authorized to connect to server

The same thing happens whether I'm root or a user and in both runlevel 5 and
3.

As far as I know all that I did was recycle Linux as I needed Win95.  The 
previous shutdown process was without any errors or warnings as far as I 
can recall.

A second problem has resurfaced.  Without going into great detail I now 
have a new external Hayes Accura V.90/Flex External Dual-Mode Modem.  I got 
the new modem to use primarily with Linux, and am shifting the 56K internal 
PCI modem to the other machine in my LAN.

Win95 finds the modem on COM2 (where I want it) at address 2F8 with IRQ 
3.  However, when I attempt to dial out, Win95 tells me that the modem is 
being used by another dial-up networking application or another 
program.  Perhaps this will give some insight to those of you who know what 
you're doing.

In Linux I made the link ttyS1--->modem.  Kppp tells me 'Sorry the 
modem is busy' while minicom says that 'You are ready on line hang up" but 
the hang up command has no effect.

Thanks in advance.
---
Stephen P. Molnar, Ph.D.Life is a fuzzy set
Foundation for ChemistryStochastic and multivariant
614.486.4076



RE: [expert] NIC installation - 3COM 900 series

2000-01-26 Thread Lyle

I have always had to use expert mode install and the config tries to tell me
I had a 3c59x and I select the 3c90x Boomarang instead and the install
proceeds just fine.

Lyle

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 25, 2000 8:23 PM
To: [EMAIL PROTECTED]
Subject: [expert] NIC installation - 3COM 900 series


Hi,
I read that Mdk supports the 3Com 900 series NICs.  But it is not in one of
the selections when using Linuxconf in Mdk 6.1.  Where
and how would I get Mdk 6.1 to see my NIC?

Seve



[expert] A couple of questions

2000-01-26 Thread Lyle

I just installed LM 6.0 and had a couple of questions.  I know these sound
like newbie questions, but I am not getting any answers over there.

I just cann't quite figure out security.  I am used to Netware and WinNT
file system security and just cann't figure how it works in linux.  Any good
reading or FAQ's?  I tried to set rights high in the directory tree and the
rights don't seem to flow down or am I missing something?  And group rights
just don't work the way I would suspect based on my background with Netware
& WinNT.

Also FTP rights.  I want to allow r/w rights for FTP to the default Apache
directory and just cann't put my finger on where to set that.

Pointers to a good book or a good FAQ would also be most welcome.

Thanks in advance,
Lyle