Re: [expert] strange problem with /etc/rc.d/rc file

2001-12-16 Thread Michael Viron

sounds like you are missing a ']' somewhere in the file.  Check to make
sure all '[' are closed by a ']' character.

Michael

--
Michael Viron
Registered Linux User #81978
Senior Systems & Administration Consultant
Web Spinners, University of West Florida

At 11:13 AM 12/16/2001 -0600, you wrote:
>HI ,
>
>have a strange problem, 
>
>on rebooting from win98 I get a strange message during bootup
>
>it says for this file :< /etc/rc.d/rc :[ missing "]"  >
>
>can the rc file be regenerated ?
>
>Have tried to install lm_sensors which require adding lines to 
>/etc/rc and /etc/modules.conf 
>
>and the message happened after the second reboot after this mod. 
>
>any suggestions? 
>
>Mike McNeese
> 
>Linux user 248955
>
>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] strange problem with /etc/rc.d/rc file

2001-12-16 Thread mycal62

HI ,

have a strange problem, 

on rebooting from win98 I get a strange message during bootup

it says for this file :< /etc/rc.d/rc :[ missing "]"  >

can the rc file be regenerated ?

Have tried to install lm_sensors which require adding lines to 
/etc/rc and /etc/modules.conf 

and the message happened after the second reboot after this mod. 

any suggestions? 

Mike McNeese
 
Linux user 248955



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



Re: [expert] Strange problem with the POP server

2001-12-13 Thread Thumper

On Tuesday 11 December 2001 08:34 am, you wrote:
>
>  In /etc/xinet.d/ipop3, it says:
>
> service pop3
> {
>disable = no
> socket_type = stream
> wait= no
> user= root
> server  = /usr/sbin/ipop3d
> log_on_success  += USERID
> log_on_failure  += USERID
> }
>
> I presume is that the log_on statements are causing the delay when Block
> WAN Request is enabled and that if I remove them, the problem will be
> resolved at the expense of logging connections.

I changed USERID to HOST, since most windows boxes do not use ident it was 
moot.   I've not had anymore complaints from my users, but then it only 
seemed to bother the ones using the Linksys



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



Re: [expert] Strange problem with the POP server

2001-12-13 Thread Robert Fargher

On Tuesday 11 December 2001 11:38, you wrote:
> Since xinetd tries to check ident for a pop connection, I would suspect
> that it the problem, and with the linksys blocking wan requests it would
> drop the packet for the ident request, and xinetd would wait for it to time
> out.
>
> So the other option is to change what xinetd tries to log for pop requests.

Thank you very much, George, disabling the Block Wan Request has solved the 
problem for one user.  I have yet to find out if the others are using a 
Linksys DSL/Cable gateway.

> > I would recommend finding out what the problem really is rather than open
> > the local network to the world as a "fix"...

  And I do agree with that.  But right now, I'm more interested in a quick 
fix that makes the problem go away and takes the pressure off.  The client 
was asking me to disable the Bastille firewall on the server, it was that 
important to him.   I'd *much* rather do that at the user end than at the 
server end.   Fortunately, I'd already done a test and found that Bastille 
wasn't the cause of the problem.

  I'll explain the issues to the individual users involved and let them make 
the choice between security on their end with the concommittant delay in 
collecting mail and the convenience of collecting mail quickly.   I'm not 
overly concerned about the security aspect as the Linksys is doing NAT/IP 
masquerading afterall and that's a darn good firewall in and of itself. 

 In /etc/xinet.d/ipop3, it says:

service pop3
{
   disable = no
socket_type = stream
wait= no
user= root
server  = /usr/sbin/ipop3d
log_on_success  += USERID
log_on_failure  += USERID
}

I presume is that the log_on statements are causing the delay when Block WAN 
Request is enabled and that if I remove them, the problem will be resolved at 
the expense of logging connections.  

-- 
Cheers,
Rob



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



Re: [expert] Strange problem with the POP server

2001-12-11 Thread Thumper

Since xinetd tries to check ident for a pop connection, I would suspect that 
it the problem, and with the linksys blocking wan requests it would drop the 
packet for the ident request, and xinetd would wait for it to time out.

So the other option is to change what xinetd tries to log for pop requests.

George
[EMAIL PROTECTED]

On Tuesday 11 December 2001 10:43 am, you wrote:
> Thumper wrote:
> > On the filter page in the Linksys DSL router UNCHECK Block Wan Request.
>
> I would recommend finding out what the problem really is rather than open
> the local network to the world as a "fix"...
>
> Pierre



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



Re: [expert] Strange problem with the POP server

2001-12-11 Thread Pierre Fortin

Thumper wrote:
> 
> On the filter page in the Linksys DSL router UNCHECK Block Wan Request.

I would recommend finding out what the problem really is rather than open the
local network to the world as a "fix"...

Pierre



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



Re: [expert] Strange problem with the POP server

2001-12-10 Thread Thumper

On the filter page in the Linksys DSL router UNCHECK Block Wan Request.

George
[EMAIL PROTECTED]


On Monday 10 December 2001 10:31 am, you wrote:
> Hi folks, I've got a head scratcher here and I'd really like your help,
> please.
>
>   The problem arose when we replaced a RedHat 6.2 server with a Mandrake
> 8.1 server.  On the new Mandrake server, a few clients (out of about 400 or
> so) are now having difficultly POP'ing their mail where they didn't have
> before.
>
>   What happens is that they are experiencing an extended connection time,
> up to 60 seconds before the mail transfer starts after starting a mail run
> via pop.   In some cases, this is causing the client to time-out and report
> the server is unreachable.
>
>   If I monitor /var/log/secure and /var/log/syslog while one of these users
> does a mail run, I see the POP3 connection made almost instantly in
> /var/log/secure (so it's not a net latency).  However, the pop service init
> login doesn't show up (in /var/log/syslog) until quite a while later; when
> it does, the user gets his mail.
>
>   Thus the delay is occurring between the pop connection and the pop login.
>
>   I was at one client's machine this weekend, trying to figure out what is
> going on.  He has one of those  4 port Linksys home router/NAT firewall
> units.   If I bypass the Linksys router and connect the cable modem
> directly to his machine, the POP latency disappears and mail transfers are
> fast.  Put the Linksys router in the path and the long latency re-appears;
> the log entries in /var/log/secure and /var/log/syslog are almost
> simultaneous.  (I do not know whether all the clients having problems have
> such a router/NAT firewall or not).
>
>  So far, I've not found out what happens on a POP connection after the
> initial connection via xinetd and I have no idea what can be causing this
> delay.
>
>   Does anyone have anything to suggest?  Thanks!



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



Re: [expert] Strange problem with the POP server

2001-12-10 Thread Pierre Fortin

Robert Fargher wrote:
> 
>   I was at one client's machine this weekend, trying to figure out what is
> going on.  He has one of those  4 port Linksys home router/NAT firewall
> units.   If I bypass the Linksys router and connect the cable modem directly
> to his machine, the POP latency disappears and mail transfers are fast.  Put
> the Linksys router in the path and the long latency re-appears; the log
> entries in /var/log/secure and /var/log/syslog are almost simultaneous.  (I
> do not know whether all the clients having problems have such a router/NAT
> firewall or not).

I have a LinkSys and it works fine with LM8.1...  to get more info as to what
might be happening with the router, upgrade its software to one that has logging
capabilities (I'm running 1.40.1) and set it up to log the connection attempts;
you don't actually need a logging server to see what the router might be
rejecting (see my web page at http://pfortin.com/Linux/LinkSys/), just watch
what the router is sending...  these logging packets are "send and pray" in that
they are sent only once each and do not expect a response.

Take a trace of the working traffic with ethereal and tcpdump; then again with
the router inline and watch for unexpected log entries.

HTH,
Pierre



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



[expert] Strange problem with the POP server

2001-12-10 Thread Robert Fargher

Hi folks, I've got a head scratcher here and I'd really like your help, 
please.

  The problem arose when we replaced a RedHat 6.2 server with a Mandrake 8.1 
server.  On the new Mandrake server, a few clients (out of about 400 or so) 
are now having difficultly POP'ing their mail where they didn't have before. 

  What happens is that they are experiencing an extended connection time, up 
to 60 seconds before the mail transfer starts after starting a mail run via 
pop.   In some cases, this is causing the client to time-out and report the 
server is unreachable.

  If I monitor /var/log/secure and /var/log/syslog while one of these users 
does a mail run, I see the POP3 connection made almost instantly in 
/var/log/secure (so it's not a net latency).  However, the pop service init 
login doesn't show up (in /var/log/syslog) until quite a while later; when it 
does, the user gets his mail. 

  Thus the delay is occurring between the pop connection and the pop login.

  I was at one client's machine this weekend, trying to figure out what is 
going on.  He has one of those  4 port Linksys home router/NAT firewall 
units.   If I bypass the Linksys router and connect the cable modem directly 
to his machine, the POP latency disappears and mail transfers are fast.  Put 
the Linksys router in the path and the long latency re-appears; the log 
entries in /var/log/secure and /var/log/syslog are almost simultaneous.  (I 
do not know whether all the clients having problems have such a router/NAT 
firewall or not). 

 So far, I've not found out what happens on a POP connection after the 
initial connection via xinetd and I have no idea what can be causing this 
delay. 

  Does anyone have anything to suggest?  Thanks!

-- 
Cheers,
Rob



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



Re: [expert] Strange problem with CD-RW...

2001-07-08 Thread Maxim Heijndijk

* Stardate: 2001-07-04 21:22
* Incoming subspace signal from Neal Lippman <[EMAIL PROTECTED]> :

> Can someone help me with a strange problem with reading CD's in my CDRW?
> My system is MDK 7.2 with kernel upgraded to 2.4.4. I have a DVD reader which 
> is /dev/hdc and an HP CD writer as /dev/hdd (eg slave device on the second 
> IDE interface).
> Because it is a CD writer, I have configured SCSI emulation for it, and on my 
> command line when booting I use the option hdd=ide-scsi for that purpose. I 
> have an appropriate scsi device called /dev/scd0, and also have a link 
> /dev/cdrom2 -> /dev/scd0.

On my system it is /dev/cdrom2 -> /dev/sr1

-- 
Best regards, M@X.

* Climate Control Psychedelic Soundscapes - http://go.to/cchq/
* Linux Shell Scripts & RPM Software Packages - http://go.to/conmen/




[expert] strange problem with Bind.... on Mdk 7.2

2001-06-13 Thread Franki

Hi everyone,,,


I am having a little problem with Bind, which is now set up for our domain
names and is seconded by our isp's dns,,

I was sucessful with the main domain deligation, and got confiring results
with a whois... BUT!!


for many of the subdomains that I created, it works correctly and we get the
correct IP from any connection...

but for the domain and subdomains that existed before we did this, they are
still coming up with their old IP address.

I was under the impression that if a domain name was deligated to a dns
server, then all subbdomains will be quiered from that dns server as well,,
but that doesn't appear to be the case since if you log into the dns server
directly, it is giving the correct new IP address (not from /etc/hosts
either), but it isn't updating the other dns's around with the new info...
for only two of the subdomains, the rest work fine... (the two that don't
work, were in existance before we setup this server, they were using other
ISP's DNS servers, and I am wondering if thats the reason they are not
resolving correctly..


I am alittle lost here, this seemed simple to set up, and for the most part
it was, but the things that got me, where this problem and the zone serial
number, which is supposed to be newer then any others, so I have it set as:
200106114

Have I done that correctly??

any help would be seriously appreciated as I am spending way to much time
talking to the isp help desk only to discover that they seem to know less
then I do...


kindest regards


Frank
Registered Linux user: 218317






Re: [expert] Strange problem

2000-11-13 Thread Anthony Russello


Tried that.  All in the nature of troubleshooting... :(

On Mon, 13 Nov 2000, Declan Moriarty wrote:

> Date: Mon, 13 Nov 2000 12:23:45 +
> From: Declan Moriarty <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] Strange problem
> 
> On Sun, 12 Nov 2000, you wrote:
> > 
> > In that case, other than to suggest trying a different cable, I'm stumped.
> > 
> 
> I had something similar with a cdwriter and cdrom. Some 'atapi' interfaces are
> not 100%. I would try
> 
> 1. remove hdc, and fit your other cdrom as master. Boot and check it works.
> 2. Add your existing cdrom as hdd (slave). Boot & check.
> 3. Swap master & slave jumpers, and check.
> 
> If 1. doesn't work, sling it; if 2. works, use it. If 3. works, kick yourself
> for us ;-)
> 
> 
>   Regards,
> 
> 
>   Declan Moriarty
> 
> 
> 
> 
> Applied Researches - Ireland's Foremost Electronic Hardware Genius
> 
>   A Slightly Serious(TM) Company
> 
> Don't you get browned off with stupid quotes on the bottom of sig files?
> 
> 
> 

There are plenty of semi colons to go around


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


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



Re: [expert] Strange problem

2000-11-13 Thread Anthony Russello


It was IDE

On Sun, 12 Nov 2000, Tom Berkley wrote:

> Date: Sun, 12 Nov 2000 19:19:33 -0800
> From: Tom Berkley <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] Strange problem
> 
> Was the other cdrom drive scsi or ide?
> 
> if ide then it was /dev/hdd? and if so then did you set the bios so that
> the drive was recognized - auto would work just fine.
> 
> if scsi, send some more info.
> 
> Tom Berkley
> 
> Anthony Russello wrote:
> > 
> > Well,  I'm got a bizarre little problem that kind of bugs me,  Currently
> > my system is configured as follows;
> > 
> > hda - 5.1GB - / and swap
> > hdb - 2.1GB - /home
> > sda - 4.3GB - /home/data
> > sdb - 4.3GB - /backup
> > hdc - Memorex CRW-1622 2x2x6 CD-R/RW
> > 
> > The weird thing is that in 7.1 I used to have a second CD-ROM drive, but
> > in 7.2, it would never see that drive.  I eventually removed it and said
> > the heck with it, but I would kind of like to get that drive back in there
> > since it's just collecting dust.
> > 
> > Anyone have any ideas?
> > 
> > Thanks
> > ___
> > There are plenty of semi colons to go around
> > 
> >   
> > Keep in touch with http://mandrakeforum.com:
> > Subscribe the "[EMAIL PROTECTED]" mailing list.
> 
> 

There are plenty of semi colons to go around


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


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



Re: [expert] Strange problem

2000-11-13 Thread Declan Moriarty

On Sun, 12 Nov 2000, you wrote:
> 
> In that case, other than to suggest trying a different cable, I'm stumped.
> 

I had something similar with a cdwriter and cdrom. Some 'atapi' interfaces are
not 100%. I would try

1. remove hdc, and fit your other cdrom as master. Boot and check it works.
2. Add your existing cdrom as hdd (slave). Boot & check.
3. Swap master & slave jumpers, and check.

If 1. doesn't work, sling it; if 2. works, use it. If 3. works, kick yourself
for us ;-)


Regards,


Declan Moriarty




Applied Researches - Ireland's Foremost Electronic Hardware Genius

A Slightly Serious(TM) Company

Don't you get browned off with stupid quotes on the bottom of sig files?




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



Re: [expert] Strange problem

2000-11-12 Thread Tom Berkley

Was the other cdrom drive scsi or ide?

if ide then it was /dev/hdd? and if so then did you set the bios so that
the drive was recognized - auto would work just fine.

if scsi, send some more info.

Tom Berkley

Anthony Russello wrote:
> 
> Well,  I'm got a bizarre little problem that kind of bugs me,  Currently
> my system is configured as follows;
> 
> hda - 5.1GB - / and swap
> hdb - 2.1GB - /home
> sda - 4.3GB - /home/data
> sdb - 4.3GB - /backup
> hdc - Memorex CRW-1622 2x2x6 CD-R/RW
> 
> The weird thing is that in 7.1 I used to have a second CD-ROM drive, but
> in 7.2, it would never see that drive.  I eventually removed it and said
> the heck with it, but I would kind of like to get that drive back in there
> since it's just collecting dust.
> 
> Anyone have any ideas?
> 
> Thanks
> ___
> There are plenty of semi colons to go around
> 
>   
> Keep in touch with http://mandrakeforum.com:
> Subscribe the "[EMAIL PROTECTED]" mailing list.



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



Re: [expert] Strange problem

2000-11-12 Thread stephen boulet

In that case, other than to suggest trying a different cable, I'm stumped.

-- Stephen

On Sun, 12 November 2000, Anthony Russello wrote:

> 
> 
> No,  the problem is that Linux no longer sees it at all,  not even during
> the bootup.
> 
> The BIOS listed both CD-ROM drives when booting during POST,  but Linux
> just doesn't see the second.
> 
> Other then that one problem,  I have never been happier with a Linux
> distribution then I am with mdk 7.2.
> 
> > Can you mount it manually? Like, say, if you have an empty directory /mnt/cd2:
> > 
> >mount -t iso9660 /dev/hdd /mnt/cd2
> > 
> > -- Stephen
> 
> There are plenty of semi colons to go around





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



Re: [expert] Strange problem

2000-11-12 Thread Anthony Russello


No,  the problem is that Linux no longer sees it at all,  not even during
the bootup.

The BIOS listed both CD-ROM drives when booting during POST,  but Linux
just doesn't see the second.

Other then that one problem,  I have never been happier with a Linux
distribution then I am with mdk 7.2.

> Can you mount it manually? Like, say, if you have an empty directory /mnt/cd2:
> 
>mount -t iso9660 /dev/hdd /mnt/cd2
> 
> -- Stephen

There are plenty of semi colons to go around


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


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



Re: [expert] Strange problem

2000-11-12 Thread stephen boulet

On Sun, 12 November 2000, Anthony Russello wrote:

> 
> 
> Well,  I'm got a bizarre little problem that kind of bugs me,  Currently
> my system is configured as follows;
> 
> hda - 5.1GB - / and swap
> hdb - 2.1GB - /home
> sda - 4.3GB - /home/data
> sdb - 4.3GB - /backup
> hdc - Memorex CRW-1622 2x2x6 CD-R/RW
> 
> The weird thing is that in 7.1 I used to have a second CD-ROM drive, but
> in 7.2, it would never see that drive.  I eventually removed it and said
> the heck with it, but I would kind of like to get that drive back in there
> since it's just collecting dust.
> 
> Anyone have any ideas?

Can you mount it manually? Like, say, if you have an empty directory /mnt/cd2:

   mount -t iso9660 /dev/hdd /mnt/cd2

-- Stephen





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



[expert] Strange problem

2000-11-12 Thread Anthony Russello


Well,  I'm got a bizarre little problem that kind of bugs me,  Currently
my system is configured as follows;

hda - 5.1GB - / and swap
hdb - 2.1GB - /home
sda - 4.3GB - /home/data
sdb - 4.3GB - /backup
hdc - Memorex CRW-1622 2x2x6 CD-R/RW

The weird thing is that in 7.1 I used to have a second CD-ROM drive, but
in 7.2, it would never see that drive.  I eventually removed it and said
the heck with it, but I would kind of like to get that drive back in there
since it's just collecting dust.

Anyone have any ideas?

Thanks
___
There are plenty of semi colons to go around




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



Re: [expert] Strange problem with the users with Samba

2000-07-06 Thread Leopold Palomo

Thanks Bill for the answer, I thought that you had forgotten me.

No help, because I still have the problem. I thought the you had to put the
users there, but no. I will try to update to the last version.

Otherwise, thanks a lot.

Best regards,

Leo



Bill Shirley ha escrit:

> Leo,
> The smbusers files is used when the Windows logon and linux logon do not
> match.  If my Windows logon is xyz123 and my linux logon is bill then:
>
> bill = xyz123
>
> would map requests from windows user xyz123 to the linux user bill and would
> get user bill's access rights.
>
> Hope this helps,
>
> Bill
>
>


begin:vcard 
n:Palomo;Leopold
x-mozilla-html:TRUE
adr:;;Catalonia
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-29952
fn:Leopold Palomo
end:vcard



RE: [expert] Strange problem with the users with Samba

2000-07-05 Thread Bill Shirley

Leo,
The smbusers files is used when the Windows logon and linux logon do not
match.  If my Windows logon is xyz123 and my linux logon is bill then:

bill = xyz123

would map requests from windows user xyz123 to the linux user bill and would
get user bill's access rights.


Hope this helps,

Bill

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Leopold Palomo
> Sent: Monday, July 03, 2000 6:17 PM
> To: [EMAIL PROTECTED]
> Cc: Bill Shirley
> Subject: Re: [expert] Strange problem with the users with Samba
>
>
> Dear Bill,
> I wouldn't want to disturb you with my poor knowleenge of
> samba, but I sent
> the last week the files that you asked me, and ...
> well, I only have a question.
>
> in the smbusers, have to be all the users, because I was
> surprised that I have
> been working with samba about 1 years and in the smbusers
> file there aren't
> any of the users that I use!! So, is this normal? , have I to
> change this
> file?
>
>
> Unix_name = SMB_name1 SMB_name2 ...
> root = administrator admin
> nobody = guest pcguest smbguest
>
> Docutech??? produ 
>
>
> Best regards, and thank's a lot for all.
>
>
> Leo
>
>




Re: [expert] Strange problem with the users with Samba

2000-07-03 Thread Leopold Palomo

Dear Bill,
I wouldn't want to disturb you with my poor knowleenge of samba, but I sent
the last week the files that you asked me, and ...
well, I only have a question.

in the smbusers, have to be all the users, because I was surprised that I have
been working with samba about 1 years and in the smbusers file there aren't
any of the users that I use!! So, is this normal? , have I to change this
file?


Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest

Docutech??? produ 


Best regards, and thank's a lot for all.


Leo



begin:vcard 
n:Palomo;Leopold
x-mozilla-html:TRUE
adr:;;Catalonia
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-29952
fn:Leopold Palomo
end:vcard



Re: [expert] Strange problem with the users with Samba

2000-06-30 Thread Leopold Palomo

Bill Shirley ha escrit:

> I don't see anything wrong with your share, but I don't understand it
> either.  If "produ" is the only user that can access this share, why worry
> about user and group attributes?

Well, it's a bit complicated. I will try to explain the situation. I have a
linux box that works as a ftp server where a Xerox Docutech 135 is attached.
Yes, a photocopier (a big photocopier, for mass production) uses the linux box

as a "box" to save the jobs, and do it by ftp. Manage the files and the folder

with the photocopier is slow, and annoying. As the people at work only knows
M$ Windows I did a system that the people manage the jobs from a win box using

samba to manage the files in the directory of the docutech. The problem was
that from the win box I don't have any problems, but if I try to delete a job
from the docutech (that had been created or copied from windows/samba) I
cannot because the file has root owner.

It's worried because I think that is a security hole because samba writes a
file using root where the config say that has to be docutech owner.

Produ is a normal user in the linux box that only use the samba and has a
entry in /etc/passwd.

And /home/users/docutech is the home directory of the docutech user and
../fitxers-docutech a normal directory of docutech home directory.


And the cat /etc/smbusers

 Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest

Well, thanks a lot.

Leo



begin:vcard 
n:Palomo;Leopold
x-mozilla-html:TRUE
adr:;;Catalonia
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-29952
fn:Leopold Palomo
end:vcard



Re: [expert] Strange problem with the users with Samba

2000-06-30 Thread Dan Westlake

I came in on the tail end of this so I don't know if this pertains to your problem
or if I'll be of much help.

I'm running LM 6.1 with Samba 2.07 and could access the Linux box fine from my
wifes Win95 machine but couldn't access it from my Win98 system. I forgot that the
encryped password setting in smb.conf. I made the appropriate registry change,
rebooted my Win98 system and can now access the Linux machine.

The details are here http://www.linuxdoc.org/HOWTO/SMB-HOWTO-7.html

I hope this helps.

Regards
Dan

- Original Message -
From: "Bill Shirley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 30, 2000 1:29 AM
Subject: RE: [expert] Strange problem with the users with Samba


> I don't see anything wrong with your share, but I don't understand it
> either.  If "produ" is the only user that can access this share, why worry
> about user and group attributes?  Is this directory accessed from the linux
> side? Or is it made public in the global section?  Is "produ" in
> /etc/passwd?
>
> Send:
>
> ls -l /home/users/docutech
> ls -l /home/users/docutech/fitxers-docutech
> cat /etc/smbusers
>
> I don't know if additional info will shed any light on the subject.  You
> might also try joining the samba mailing list or searching the archives at:
> http://us2.samba.org/samba/archives.html
>
> Bill
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> > Behalf Of Leopold Palomo
> > Sent: Thursday, June 29, 2000 5:50 PM
> > To: [EMAIL PROTECTED]
> > Cc: Bill Shirley
> > Subject: Re: [expert] Strange problem with the users with Samba
> >
> >
> > Bill Shirley ha escrit:
> >
> > > You sure didn't provide much information!
> > >
> > > Send a:
> > > cat /etc/smb.conf
> >
> > All right, I'm sorry. I all the time complain about the
> > people that don't
> > send information and I do the same.
> >
> > [docutech]
> >  path = /home/users/docutech/fitxers-docutech
> >  valid users = produ
> >  admin users = produ
> >  write list = produ
> >  force user = docutech
> >  force group = users
> >  read only = No
> >
> > Any ideas??
> >
> > Thanks a lot for the interest.
> >
> > Best regards,
> >
> > Leo
> >
>




RE: [expert] Strange problem with the users with Samba

2000-06-29 Thread Bill Shirley

I don't see anything wrong with your share, but I don't understand it
either.  If "produ" is the only user that can access this share, why worry
about user and group attributes?  Is this directory accessed from the linux
side? Or is it made public in the global section?  Is "produ" in
/etc/passwd?

Send:

ls -l /home/users/docutech
ls -l /home/users/docutech/fitxers-docutech
cat /etc/smbusers

I don't know if additional info will shed any light on the subject.  You
might also try joining the samba mailing list or searching the archives at:
http://us2.samba.org/samba/archives.html

Bill


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Leopold Palomo
> Sent: Thursday, June 29, 2000 5:50 PM
> To: [EMAIL PROTECTED]
> Cc: Bill Shirley
> Subject: Re: [expert] Strange problem with the users with Samba
>
>
> Bill Shirley ha escrit:
>
> > You sure didn't provide much information!
> >
> > Send a:
> > cat /etc/smb.conf
>
> All right, I'm sorry. I all the time complain about the
> people that don't
> send information and I do the same.
>
> [docutech]
>  path = /home/users/docutech/fitxers-docutech
>  valid users = produ
>  admin users = produ
>  write list = produ
>  force user = docutech
>  force group = users
>  read only = No
>
> Any ideas??
>
> Thanks a lot for the interest.
>
> Best regards,
>
> Leo
>




RE: [expert] Strange problem with the users with Samba

2000-06-29 Thread Zaleski, Matthew (M.E.)

I'm still a bit confused on your problem.  I had several Samba problems in
the same configuration area as well and unintentionally became quite
knowledgable at the million ways NOT to configure Samba.  Perhaps you could
provide a 'ls -l' of the dir itself plus its contents.

Here is an example of a locked-down directory on my system that is used for
development.  It was the best I could do with the notoriously poor security
in Windows.  I could have used masks of 0660 as well but most Windows boxes
seem intent on declaring everything executable (and this directory is not
accessed in Linux normally).

[SI]
comment = Source Integrity
browseable = yes
path = /data/SI
public = no
guest only = no
writable = yes
only user = no
write list = mzaleski, apalande, kboyd2, kvangord, jchen42
force user = mzaleski
force group = VDOuser
create mask = 0770
directory mask = 0770
force create mask = 0770
force directory mask = 0770
oplocks = True

> -Original Message-
> From: Leopold Palomo [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 29, 2000 5:50 PM
> To: [EMAIL PROTECTED]
> Cc: Bill Shirley
> Subject: Re: [expert] Strange problem with the users with Samba
> 
> 
> Bill Shirley ha escrit:
> 
> > You sure didn't provide much information!
> >
> > Send a:
> > cat /etc/smb.conf
> 
> All right, I'm sorry. I all the time complain about the 
> people that don't
> send information and I do the same.
> 
> [docutech]
>  path = /home/users/docutech/fitxers-docutech
>  valid users = produ
>  admin users = produ
>  write list = produ
>  force user = docutech
>  force group = users
>  read only = No
> 
> Any ideas??
> 
> Thanks a lot for the interest.
> 
> Best regards,
> 
> Leo
> 




Re: [expert] Strange problem with the users with Samba

2000-06-29 Thread Leopold Palomo

Bill Shirley ha escrit:

> You sure didn't provide much information!
>
> Send a:
> cat /etc/smb.conf

All right, I'm sorry. I all the time complain about the people that don't
send information and I do the same.

[docutech]
 path = /home/users/docutech/fitxers-docutech
 valid users = produ
 admin users = produ
 write list = produ
 force user = docutech
 force group = users
 read only = No

Any ideas??

Thanks a lot for the interest.

Best regards,

Leo


begin:vcard 
n:Palomo;Leopold
x-mozilla-html:TRUE
adr:;;Catalonia
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-29952
fn:Leopold Palomo
end:vcard



RE: [expert] Strange problem with the users with Samba

2000-06-29 Thread Bill Shirley

You sure didn't provide much information!

Send a:
cat /etc/smb.conf
ls -l /path/up/to/share/name
ls -l /path/share/name

and maybe someone can help you. One of my shares look like this:

[billprivate]
comment = stuff for install/admin
path = /home/lan/shares/billprivate
public = no
browseable = no
guest only = no
writable = yes
force user = %U
force group = lanadmin
valid users = @lanadmin
map system = Yes
map hidden = Yes
map archive = Yes
available = yes

Hope this helps,
Bill


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Leopold Palomo
> Sent: Thursday, June 29, 2000 10:27 AM
> To: Expert
> Subject: [expert] Strange problem with the users with Samba
> 
> 
> Hi,
> 
> I have installed at work Mdk 6.1 with the Samba 2.05a. 
> Everything works
> normally but I have realised of one big problem. I have a directory
> shared with the windows users and in the smb.conf I have a selected an
> option that say the force user = x for that share. Howeber, it
> does't have this behaviour and change the user to root. I 
> think that it
> can be a security hole, and I need help to solve this.
> 
> Please, any ideas.
> 
> Leo
> 
> Best regards.
> 
> Pd. I don't have tested that option to upgrade to the 2.07 version. In
> mdk 7.1 the version is older that the new (I think) and I 
> would like to
> know if I will have problems upgrading it. Thank's.
> 




[expert] Strange problem with the users with Samba

2000-06-29 Thread Leopold Palomo

Hi,

I have installed at work Mdk 6.1 with the Samba 2.05a. Everything works
normally but I have realised of one big problem. I have a directory
shared with the windows users and in the smb.conf I have a selected an
option that say the force user = x for that share. Howeber, it
does't have this behaviour and change the user to root. I think that it
can be a security hole, and I need help to solve this.

Please, any ideas.

Leo

Best regards.

Pd. I don't have tested that option to upgrade to the 2.07 version. In
mdk 7.1 the version is older that the new (I think) and I would like to
know if I will have problems upgrading it. Thank's.


begin:vcard 
n:Palomo;Leopold
x-mozilla-html:TRUE
adr:;;Catalonia
version:2.1
email;internet:[EMAIL PROTECTED]
x-mozilla-cpt:;-29952
fn:Leopold Palomo
end:vcard



Re: [expert] Strange problem ? (ppp)

1999-08-27 Thread Brian

I never had any problems with it...
- Original Message -
From: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, August 26, 1999 4:16 AM
Subject: RE: [expert] Strange problem ? (ppp)


> >Here's the last two suggestions from the helpdesk (oxymoron) so far. I've
> >not had a chance to implement the last one but will do that tonight.
>
>
> Well, I%ve just resolved my ppp connection problem.
> First I downgrade to ppp 2.5 but the problem continued. So I made a direct
> connection via ppp, without Kppp, and bingo!, I didn%t have any more
troubles
> ( a loop of ~30 seconds of good data rate transfers then ~15 seconds with
a
> poor transfer rate). I checked the updates and discovered that my
"kdenetworks"
> package was not the last available, so I made the upgrade to "kdenetworks"
and
> to the "ppp" package. Now my ppp link is excelent.
>
> Does someone know what was wrong with the original Kppp that came with MDK
6.0
> ?.
> Jorge Carminati.
>
>
>
>



RE: [expert] Strange problem ? (ppp)

1999-08-26 Thread Jay Summet for [EMAIL PROTECTED]

One possibility:

The kPPP that comes with M6.0 has a bug. If you user does NOT adjust their
speed setting, it leaves a "blank" setting in the config file. This blank
setting will keep pppd from connecting properly (ie, dial up works, login
script works, but PPP doesn't come up).

To fix:
1) Toggle the speed setting (ie, set to 9600 and save, then back to 115200
and save)
2) upgrade to later version.

Jay Summet


On Thu, 26 Aug 1999 [EMAIL PROTECTED] wrote:

> >Here's the last two suggestions from the helpdesk (oxymoron) so far. I've
> >not had a chance to implement the last one but will do that tonight. 
> 
> 
> Well, I%ve just resolved my ppp connection problem.
> First I downgrade to ppp 2.5 but the problem continued. So I made a direct 
> connection via ppp, without Kppp, and bingo!, I didn%t have any more troubles 
> ( a loop of ~30 seconds of good data rate transfers then ~15 seconds with a 
> poor transfer rate). I checked the updates and discovered that my "kdenetworks" 
> package was not the last available, so I made the upgrade to "kdenetworks" and 
> to the "ppp" package. Now my ppp link is excelent.
> 
> Does someone know what was wrong with the original Kppp that came with MDK 6.0 
> ?.
> Jorge Carminati. 
> 
> 
> 
> 



RE: [expert] Strange problem ? (ppp)

1999-08-26 Thread jorge_carminati

>Here's the last two suggestions from the helpdesk (oxymoron) so far. I've
>not had a chance to implement the last one but will do that tonight. 


Well, I%ve just resolved my ppp connection problem.
First I downgrade to ppp 2.5 but the problem continued. So I made a direct 
connection via ppp, without Kppp, and bingo!, I didn%t have any more troubles 
( a loop of ~30 seconds of good data rate transfers then ~15 seconds with a 
poor transfer rate). I checked the updates and discovered that my "kdenetworks" 
package was not the last available, so I made the upgrade to "kdenetworks" and 
to the "ppp" package. Now my ppp link is excelent.

Does someone know what was wrong with the original Kppp that came with MDK 6.0 
?.
Jorge Carminati. 





Re: [expert] Strange problem ? (ppp)

1999-08-24 Thread jorge_carminati

No, the last thing I did was to check if my linux was loading routed or gated 
as suggested by one person, but I%m not loading nothing like that.
I don%t know how to resolve this and hate to load winNT just to browse the web 
because under linux the performance is terrific.

If someone has any other idea please tell us.
Jorge Carminati.
[EMAIL PROTECTED]






MIME:patrick.donohue/36:16
Destinatarios: Jorge Carminati@BNP
CC:  
Asunto: [expert] Strange problem ? (ppp) 

I'm also having the same problem.
Have you found a resolution as yet?





Re: [expert] Strange problem ? (ppp)

1999-08-18 Thread jorge_carminati

Thanks for the suggestion, I%ll check tonight.
Jorge Carminati.






MIME:sphilp/25:12
Destinatarios: [EMAIL PROTECTED] @ INTERNET
CC:  (cci: Jorge Carminati/BNP)
Asunto: Re: [expert] Strange problem ? (ppp) 

[EMAIL PROTECTED] wrote:
> 
> Hello:
> 
> I!%m a user of MDK since version 5.2 and never have had any trouble with my
> Internet conection until the current version 6.0.
> A few months ago I installed MDK 6.0 and applied all the patches available
but
> I!%m having a strange problem with my Internet connection:
> 
> I dial to my ISP (with Kppp) and the connection is establish without
problem.
> Then I start to surf with Netscape also without problem, ...but after some
time
> (generally 10 to 20 minutes) I start to have problems while surfing or doing
a
> download. It stop receiving data or if I!%m making a download the transfer
> suddenly interrupts.
> The strange thing is that if I ping to different hosts (while I!%m expecting
> this problem) I get normal response values (600 ms to international sites)
so
> the link is well stablished.
> Also if I type !%netstat -n!% all the session are stablished, but without
> receiving data (sometines with some bytes in the qeue).
> This occurs only under Linux, if I surf the net with MS NT I don!%t have any
> trouble.
> 
> I have a Hayes 28.8 Kbps PnP modem, using the same isapnp.conf since MDK
5.2. I
> used first Netscape 4.6 and then downgrade to version 4.08.
> 
> Can someone help me with this ?, any idea ?.
> Thanks in advance,
> Jorge Carminati.

Check to see if you mistakenly installed routed or gated.  They're not
necessary for home users and they can cause the problems you listed.

-- 
Steve Philp
Network Administrator
Advance Packaging Corp.
[EMAIL PROTECTED]








Re: [expert] Strange problem ? (ppp)

1999-08-17 Thread Steve Philp

[EMAIL PROTECTED] wrote:
> 
> Hello:
> 
> I%m a user of MDK since version 5.2 and never have had any trouble with my
> Internet conection until the current version 6.0.
> A few months ago I installed MDK 6.0 and applied all the patches available but
> I%m having a strange problem with my Internet connection:
> 
> I dial to my ISP (with Kppp) and the connection is establish without problem.
> Then I start to surf with Netscape also without problem, ...but after some time
> (generally 10 to 20 minutes) I start to have problems while surfing or doing a
> download. It stop receiving data or if I%m making a download the transfer
> suddenly interrupts.
> The strange thing is that if I ping to different hosts (while I%m expecting
> this problem) I get normal response values (600 ms to international sites) so
> the link is well stablished.
> Also if I type %netstat -n% all the session are stablished, but without
> receiving data (sometines with some bytes in the qeue).
> This occurs only under Linux, if I surf the net with MS NT I don%t have any
> trouble.
> 
> I have a Hayes 28.8 Kbps PnP modem, using the same isapnp.conf since MDK 5.2. I
> used first Netscape 4.6 and then downgrade to version 4.08.
> 
> Can someone help me with this ?, any idea ?.
> Thanks in advance,
> Jorge Carminati.

Check to see if you mistakenly installed routed or gated.  They're not
necessary for home users and they can cause the problems you listed.

-- 
Steve Philp
Network Administrator
Advance Packaging Corp.
[EMAIL PROTECTED]



[expert] Strange problem ? (ppp)

1999-08-17 Thread jorge_carminati

Hello:

I%m a user of MDK since version 5.2 and never have had any trouble with my 
Internet conection until the current version 6.0.
A few months ago I installed MDK 6.0 and applied all the patches available but 
I%m having a strange problem with my Internet connection:

I dial to my ISP (with Kppp) and the connection is establish without problem. 
Then I start to surf with Netscape also without problem, ...but after some time 
(generally 10 to 20 minutes) I start to have problems while surfing or doing a 
download. It stop receiving data or if I%m making a download the transfer 
suddenly interrupts.
The strange thing is that if I ping to different hosts (while I%m expecting 
this problem) I get normal response values (600 ms to international sites) so 
the link is well stablished. 
Also if I type %netstat -n% all the session are stablished, but without 
receiving data (sometines with some bytes in the qeue).
This occurs only under Linux, if I surf the net with MS NT I don%t have any 
trouble.

I have a Hayes 28.8 Kbps PnP modem, using the same isapnp.conf since MDK 5.2. I 
used first Netscape 4.6 and then downgrade to version 4.08.

Can someone help me with this ?, any idea ?.
Thanks in advance,
Jorge Carminati.