Re: [Samba] cant connect....cjk

2003-10-14 Thread Zoki
Le 13/10/2003 12:20, « C J K » <[EMAIL PROTECTED]> a écrit :

> 
> Dear all,
> 
> i have a linux RH8 with samba program running on it. i am trying to setup
> Samba from webmin program. My question is that should i create a SAMBA user?


*** Yes you should.


> And if yes when i see the linux HDD from a windows 2000 computer it asks me
> a username and password. Do i put the samba user? the linux user? or the
> windows 2000 username?


*** The samba user.

-- 
Cheers,
Zoran. 

Windows software isn't released, it's allowed to escape.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Mounting windows shares under linux

2003-10-14 Thread Zoki
Le 14/10/2003 08:22, « John Simovic » <[EMAIL PROTECTED]> a écrit :

> Has anybody managed to do this automatically (or not) as I am in need of a
> solution that DOES NOT require the user to enter the command line. Thanks in
> advance.

*** On Linux or Windows?

In any case you create login scripts (shell or bat) for your users which can
be run automatically upon login or by clicking on an icon. You have to make
a link on their desktop.

-- 
Cheers,
Zoran. 

Windows software isn't released, it's allowed to escape.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Mail rejected

2003-09-29 Thread Zoki
Le 21/09/2003 13:39, « Mail Delivery Subsystem »
<[EMAIL PROTECTED]> a écrit :

> This is an automatically generated Delivery Status Notification.
> Your message
> 
> From: [EMAIL PROTECTED]



> did not reach the recipient. Response from the destination host:
> 
> Unsolicited junk mail (spam) is not allowed. Violators will be prosecuted.



> Notification generated by Apdsoft.com Mail Filter for Windows.


*** First they call it un-american, then a cancer, now it's classified
junkmail by default... I'm getting a strong feeling Microsoft doesn't like
Open Source applications...! ;-)

-- 
Cheers,
Zoran. 

Windows software isn't released, it's allowed to escape.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba from win2k client

2003-04-02 Thread Zoki
Le 29/03/2003 20:46, « James Wilford » <[EMAIL PROTECTED]> a écrit :

> Hi,
> 
> I've got an annoying little problem with Samba and Win2k. I installed a Win2k
> Pro client on the network and set it to use plain text passwords and join the
> workgroup.
> 
> The username and password of the user on the win2k box are the same as the
> account in /etc/passwd on the linux box. But after logging in, when trying to
> reconnect the mapped drives the windows box says:
> 
> "Incorrect password or unknown username for: \\linuxbox\share"




*** Had the same problem. Life is too short to try and understand Win2k
brainstorms so this is what I did:

- Instruct user to hit "Esc" twice after login to get rid of the error
window.

- Created a *.bat file which is in user "Start up" folder and which mounts
the shares automatically:

@ECHO OFF
echo. ""
echo. ""
echo. "   Mounting Linux drives"
echo. ""
echo. ""
net use D: \\[server_name]\[share] [PASSWORD]

or this if you're connecting to a domain server

net use D: \\[server_name]\[share] /USER:[DOMAIN]\[DOMAIN_USER_NAME]
[DOMAIN_PASSWORD]

P.S. On one line!


Have fun.

--
Cheers,
Zoran.

"Home is where you hang your @"

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] OSX Server - Excel files

2003-03-15 Thread Zoki
> On Fri, 2003-02-28 at 00:32, Hugh Evans wrote:
>> Hi, I am new to this list, so please excuse any redundancy in my
>> question.
>> 
>> I have 60 Windows XP users who are tied into three Mac OSX File -
>> Xserve file servers. There is one big problem - ... we are having
>> issues with Excel files, that on occasion, are not being recognized,
>> taking literally minutes to load and other quirky abnormalities. Excel
>> on the XP desktop machines will refuse to save documents back to the
>> file server - though Excel can still browse, load and save other Excel
>> files. This is not happening all the time - maybe once in every five
>> access'


*** Did you solve your problem in the mean time?

--
Cheers,
Zoran.

"Home is where you hang your @"

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Upgrading from 2.2.3a to 2.2.7a concerns

2003-02-19 Thread Zoki
Le 30/01/2003 02:01, « A Cline » <[EMAIL PROTECTED]> a écrit :

> All:
> 
> Before I actually go and take the plunge on performing this upgrade I would
> like to find out if there are any caveats I should be aware of.  I am using
> RedHat 7.3 and have been using the pre-installed Samba since I began
> upgrading our network to Samba about 4 months ago.  I plan on using the
> 2.2.7a rpm from Samba.org and would like to know if any of you have done
> this and whether or not you ran into problems and if so what was the best
> way to go about fixing them.


*** You will probably have dependency problems with the rpm's.




> My plan is to run:
> 
> /etc/rc.d/init/smb stop
> rpm -e samba-client
> rpm -e samba
> rpm -e samba-common
> 
> and then run
> 
> rpm -ivh samba-2.2.7a.i386.rpm
> /etc/rc.d/init/smb start


*** Why? What happened to rpm -Uvh samba.rpm?

What you should do, according to me, is sava the samba config dir. Hell, tar
the whole /etc dir to have a backup while you're at it, then do a

rpm -Uvh --test samba.rpm

to test the update and see if you need libs etc.

Then fix a date and inform your users about the expected downtime. The day
of the update check nobody is connected with smbstatus, do a

/etc/init.d/smb stop

update samba, untar your samba conf files into /etc, start samba and test
the connection.

If OK mail your users, if KO run very fast and very far... ;-)))

In order to cut down on downtime for your users you should do the update
either at night or week-ends.


> My main concern is with the people who are currently logged into the server.
> Do I need to be sure that everyone is logged out?  Or will they be logged
> out automagically when I shutdown the daemon.


*** See above. I wouldn't shutdown samba without telling your users.


> I am including my smb.conf in hopes that if someone spies something awry
> they will let me know.



Cheers,
Zoran.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Auto Mounting home directory using samba

2003-02-19 Thread Zoki
Le 04/01/2003 19:25, « Rob Keeling » <[EMAIL PROTECTED]> a
écrit :

> Looks like I may have been vague with the question. Rather than mounting the
> Unix
> home dir on a windows machine I need to intergrate a linux system into an
> existing NT domain
> so  need to mount the home directory from our NT 4 server on a linux box.
> 
> Any ideas how to do this?


*** You either use a GUI to do it or you edit fstab and you run "netfs"
either manually or automatically at boot.

On a RedHat, netfs would be in /etc/init.d/netfs and you edit the services
through a console utility called "setup". Again only on a RedHat.

The line in fstab would look something like:

[NT_HOST]:/ntshare/mydir/home/mylinuxdirsmb ... [options]...

Then on the console you would type:

/etc/init.d/netfs start

I'm typing this at work and from memory. I can mail you the rest of the
options if you want, like how to send the username/passwd directly at mount.
You could also find it in the samba man/help pages.

Zoran.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Apple shares?

2003-02-19 Thread Zoki
Le 10/02/2003 20:28, « Brand, Thomas R. » <[EMAIL PROTECTED]> a écrit :

> If using MacOS X, you can connect to a Samba share via:
>  in the 'Finder', use Command-K ('Go' menu)
>  in the dialog box which should come up, use:
> smb://servername/
>  and click 'Connect'
> 
> If using earlier versions of MacOS (7.x-9.x), you would need some
> other product, either on the Mac or on the server.


*** There's an issue with pre 10.2.4 OS X and Samba concerning transfer of
big files which end up in a -36 or -50 error. You will also get an error if
you have exotic filenames containing "special" char's. If your Mac complains
about not being able to find a file when it has been copying for an hour
it's probably due to this. You would want to upgrade the OS X to the latest
version if possible anyway.

Zoran.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] How to automount windows share?

2003-02-19 Thread Zoki
Le 15/01/2003 12:00, « Joel Hammer » <[EMAIL PROTECTED]> a écrit :

> You might just put the mount command into one of your startup scripts.
> For example, you could put this into your network start/stop script. I would
> put both the mount and the umount command into the appropriate parts of
> that script, so the smb file is unmounted when the network is taken down.




*** Or you could let "netfs" take care of it. Type "setup" on a RH console.

To do it manually:

/etc/inet.d/netfs start

Zoran.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] Damnit audit

2003-02-19 Thread Zoki
Le 22/01/2003 08:59, « Eugene M. Zheganin » <[EMAIL PROTECTED]> a écrit :

> Hi, all.
> 
> It seems like everybody ignore my letters about audit in samba.




*** What you maybe don't know is that if you don't get any reply's to a
question this simpley means nobody has any. It's not more complicated than
that. Nobody is ignoring you (at least I hope so).

Zoran.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] SWAT

2003-02-19 Thread Zoki
Le 17/01/2003 01:25, « Judy Lin » <[EMAIL PROTECTED]> a écrit :

> Nevermind.  I found the problem.  Thanks.


*** You would like us to "nevermind" next time you don't find the answer to
your problem? Please be so kind to at least tell us what the solution was
you found!?

Zoran.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba