Hi,
We have been using Samba successfully for quite some time now (in years)
in our mixed O/S environment across a rather widespread network.
Primarily, Samba has been running on Linux servers for filesharing and
PDCs but know have a requirement to provide fileshares from a couple of HP
Tru64
>> files with equal names but with different case, can not
>> be stored in the same directory by samba.
>>
>> - is what I want possible with samba
> Samba treats all file/directory names are case insensitive.
> So the answer is - NO!
>
> Now, there is NO other computer with that name
Don't forget that Windows name space is essentially flat. A user with
the same name as a computer counts as another computer with the same
name.
_
Get 25MB, POP3, Spam Filtering with LYCO
On Sun, 01 Dec 2002 11:48:34 +1100, Andrew Bartlett wrote:
>> http://lightconsulting.com/~thalakan/gpdump.cap
>
> A comparitive capture of what Win2k does could be useful here.
Yes - maybe the MMC program tries to do all its operations by bashing away
at a file over SMB. I think Access works li
Hi,
I have Samba 2.2.6 on RedHat 7.2, kernel 2.4.20.
Everythink is working fine except on one Win2K box.
I upgraded this box to SP3 and get now following errors:
[2002/12/01 19:22:47, 0] smbd/service.c:make_connection(252)
mt700 (192.168.2.240) couldn't find service
::{2227a280-3aea-1069-a2de-0
Hi,
I have just developed a website for the school I work, which uses Windows NT
authentication, I have a domain with a Trust relation to my webserver (currently
running IIS 4) I then am able to find the user who is accessing my page through the:
request.ServerVariables("LOGON_USER")
command
On Sun, 1 Dec 2002, Max Vernimmen wrote:
> Hi guys (and girls),
>
> I came up with the idea to use samba to share files between 3 linux
> machines I administer. I've set it all up, it works. No problem.
>
> But.. Samba is by origin a windows filesharing application. Result: 2
> files with equal na
Brad,
I haven't applied the signorseal reg fix. I was under the impression that
it was only required for XP machines joining a domain with a Samba PDC. I
will try it and report back.
Thanks,
Jim
-Original Message-
From: Bradley W. Langhorst [mailto:[EMAIL PROTECTED]]
Sent: Sunday, Dec
On Sat, 2002-11-30 at 23:11, Jim wrote:
> I'm having problems accessing Samba shares from my XP Pro machine.
did you apply the signorseal reg fix?
it's in the source tree
brad
--
Bradley W. Langhorst <[EMAIL PROTECTED]>
--
To unsubscribe from this list go to the following URL and read the
in
man smb.conf
/NAME MANGLING
ought to answere your questions.
You will have to experiment.
Your problem is likely due to the fact that samba is acting like windows,
case insensitive but case preserving.
Joel
On Sun, Dec 01, 2002 at 11:46:54PM -0800, Max Vernimmen wrote:
> Hi guys (and girls),
>
>
Hi guys (and girls),
I came up with the idea to use samba to share files between 3 linux
machines I administer. I've set it all up, it works. No problem.
But.. Samba is by origin a windows filesharing application. Result: 2
files with equal names but with different case, can not be stored in the
On Sun, Dec 01, 2002 at 01:04:16PM -0500, Joel Hammer wrote:
> I assume you mean that the problem pc could join the domain if the other xp
> machine was off line.
>
> The short answer to your question is, I don't know. I don't use domains on
> my simple home network setup. I just use workgroups. S
The suggested program modification only has the effect described
when a couple of other conditions in the profile directory are
met: no ACLs should be used, the directories and subdirs must have
permissions "0775" and the relevant parts of "smb.conf" should read
something like this:
logon
Samba Gurus,
How can the number of concurrent connections to a Samba share
be limited.
Say for example you have an article of software for which you only have
5 licences. When all five seats are used and 6th connection is attempted
the user cannot connect.
Regards,
Paul Ketelaar
Paul K
I am having a hell of a time getting a group of Samba servers working
together as a domain. My desired setup is to have one Samba PDC (LION)
in control of the ANIMALS domain and then have the other Samba file
server (HYDRA) join ANIMALS.
Simple enough. My smb.conf files are attached. I have ad
On Mon, 2002-12-02 at 06:59, Jason Spence wrote:
> On Sun, Dec 01, 2002 at 12:25:40PM +1100, Andrew Bartlett wrote:
>
> > Just a clarification: You can do IPC operations on disk shares, and some
> > domain clients use ADMIN$ for the IPC part of the domain join. As Samba
> > doesn't want to provi
On Sun, Dec 01, 2002 at 12:25:40PM +1100, Andrew Bartlett wrote:
> Just a clarification: You can do IPC operations on disk shares, and some
> domain clients use ADMIN$ for the IPC part of the domain join. As Samba
> doesn't want to provide a 'disk' share that admins can't control, it
> maps it a
On Sun, Dec 01, 2002 at 11:48:34AM +1100, Andrew Bartlett wrote:
> On Sun, 2002-12-01 at 08:08, Jason Spence wrote:
> > Hi -
> >
> > I'm using samba to connect some windows boxen to a distributed set of
> > unix machines. I'm trying to unify some of the administrative
> > interfaces via mmc, spe
> When user logon(win2000pro) ,they can load
> profiles but they can't write it on local
> drive(it says "Access Deny").
The authenticated user has to have some right on your win2k.
I solved it by adding NT-AUTHORITY group to local Administrators.
There are probably more elegant solutions, but I s
> When user logon(win2000pro) ,they can load
> profiles but they can't write it on local
> drive(it says "Access Deny").
The authenticated user has to have some right on your win2k.
I solved it by adding NT-AUTHORITY group to local Administrators.
There are probabrly more elegant solutions, but I
Hi Jeremy,
after commenting out part of the line following the infamous
quote "We never make directories read only for the owner..."
in "samba/source/smbd/dosmode.c" as follows:
- result |= (S_IFDIR | S_IWUSR);
+ result |= (S_IFDIR /* | S_IWUSR /* 2002/12/01*/ );
I can make my own director
I assume you mean that the problem pc could join the domain if the other xp
machine was off line.
The short answer to your question is, I don't know. I don't use domains on
my simple home network setup. I just use workgroups. So, I have no idea what
"name" is being duplicated.
Joel
On Sun, Dec
What happens if you take the other xp computer off line?
Joel
On Sun, Dec 01, 2002 at 03:24:30PM +0300, André Fadel wrote:
> I've setup Samba as a PDC and it's working fine. I have one windows xp
> machine already joined in the domain and working ok.
> But when i tried to add another WinXP machine
I've setup Samba as a PDC and it's working fine. I have one windows xp
machine already joined in the domain and working ok.
But when i tried to add another WinXP machine to the domain, i got the
error: "Could not join domain because the computer name is duplicated on
the network". I don't think tho
Ich bin außer Haus und für Sie leider nicht erreichbar in der Zeit vom
30.11.2002 bis 10.12.2002.
Much to my regret I'm not in the office in the time from 30.11.2002 to
10.12.2002.
Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.
--
To unsubscribe from this list go to the following UR
Istvan,
You need to install the package cups-devel for your Linux distro.
Then you can build samba with cups support.
- John T.
On Sun, 1 Dec 2002, YYyyy XXxxx wrote:
> Hi,
>
> I've just downloaded and installed samba 2.2.7
> with these options;
>
> # rpm -qa|grep cups
> cups-1.1.15-10
> cups-
folks
running RH 7.3 (Kernel 2.4.19) and just upgraded to
samba 2.2.7 but the problem remains.
Whenenver I create a folder /file in the root of any share I
won't get a blinking coursor that lets me decide on the name.
Instead, the created thing will just be called "New Folder"
etc.. and I have to
Hi,
I've just downloaded and installed samba 2.2.7
with these options;
./configure \
--prefix=/usr \
--libdir=/etc \
--with-lockdir=/var/lock/samba \
--with-privatedir=/etc/samba \
--with-pam \
--with-winbind \
--with-swatdir=/usr/share/swat \
--with-pam \
--with-mmap \
--enable-cups \
--with-log
28 matches
Mail list logo