Displaying 20 results from an estimated 1000 matches similar to: "Samba 2.0.5a on RH 6.1 Server Setup"
1999 Dec 13
2
Samba on RedHat 6.1
We're trying to get samba running on a RH 6.1 server installation,
runnijng as a trial. So far we can only see the server on 2 NT 4/SP4
workstations and not on the Windows 95 clients, and then only if we do a
Start/Find/Computers. I can map a drive to a share, and can reconnect
to it after rebooting the NT workstation, but can't see the server in
Network Neighborhood. TCP/IP is
1999 Dec 23
1
z: mapping on netlogon share
Is there any way to change the default netlogon share from using z: in
logon scripts? We use a Win95 time recording software package that uses
the same drive mapping and need to put it on our RH6.1 fileserver but
have the obvious conflict. Bit of a problem really.
Thanks.
-----------------------------------------------------------------------------------------------------------
2000 Mar 29
0
Please inform samba@samba.org Giulio Orsero <giulioo@pobox.com> Mike Quin <m.r.quin@stir.ac.uk> Matthew Halliday <matthewh@fesa.co.uk> Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.= "Carlos Vinueza M." <carlos@ecuadorexplorer.com> Eric
samba@samba.org
Giulio Orsero <giulioo@pobox.com>
Mike Quin <m.r.quin@stir.ac.uk>
Matthew Halliday <matthewh@fesa.co.uk>
Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.=
"Carlos Vinueza M." <carlos@ecuadorexplorer.com>
Eric Dahnke <edahnke@istreetlabs.com>
Giulio Orsero <giulioo@pobox.com>
Giulio Orsero
1999 Dec 22
4
Veto files option not working
We're getting very close now to having our RH6.1 server as we want it.
Just a few anoying things left to iron out so we can trial it properly
prior to going live. One of them is the "veto files" option in
smb.conf. We want to stop users on Win95 clients from seeing (or
deleting) the dot-files in their home shares. I've tried the above
option, I've tried "hide dot
2000 Jan 07
3
Group logon Scripts
We're almost at the stage of rolling out our new RH6.1/Samba server -
one last item. We have some 60 users and 7 departments. Can I use/how
do I use a logon script to log groups onto the server. I currently have
1 logon script per user, but a small change in 1 share means updating
every script. Can I log them on by group ID but still map
their personal shares with the %U flag so I then
1999 Dec 20
0
RH6.1 Group access for shares
I've set up a samba 2.0.5a / RedHat 6.1 file server. It's all going
fine, but for a minor issue that is irritating rather than critical. I
have directories for each dept, and then sub-dirs for users, with a dept
share dir in each dept dir. I can set the valid users to individual
users for the shared directories but some of the depts have 25 - 30
people and so I'd like to use groups
1999 Nov 09
1
Win95 & Samba 1st timer
Can anyone help us... We're Samba ist Timers...
We're trying out a Linux machine as a feasability study. We're running
a copy of SuSE 6.1 Linux on a DX4/100 and trying to get Samba up asd
running. As far as I can tell it's all ok, but I can't ping anything
from the Linux box and Win95 / NT workstation can't see Linux. The DX4
has a 3Com509B NIC, and as for as I can tell
2000 Jan 11
0
NT4 Workstation to Samba domain problem
We have a small problem - again - only with NT4 workstation now. We
are moving into the first phase of rollout of our samba server, but need
to go over to a domain setup from a workgroup. If I change from a
workgroup to domain name, I get a message box that says:
" Unable to connect to the domain controller for this domain. Have
your administrator check your computer account on the
2000 Jul 20
0
smbd died - why?
Hi out there...
We just had a hub go down in spectacular fashion - lots of smoke, VERY
bad smell, no network connection, melted plastic - very exciting stuff
on a dull afternoon!
But - it took out the smbd daemon and all those processes running from
the affected PC's with it. Why would it do that? I couldn't get the
smbd to start either by "killall -HUP inetd" or by
2017 Jun 06
0
Force argument to have quotes
Harold:
As a general rule, if you are using eval(parse(...)) you are doing it
poorly in R; cf
library("fortunes")
fortune(106)
Why is something like this not suitable:
fun1 <- function(a1,a2,a3 = c("hi","by"))
{
cat(a3,a1+a2,"\n")
}
> fun1 (1,2)
hi by 3
> fun1(1,2, a3 = "whoopee")
whoopee 3
... or, if you want to include the
2000 Sep 18
1
Samba dropping connections
Hi all
Thanks to David Collier-Brown for the mail on Friday - we are looking
into it right now.
Our setup is:
RedHat 6.1, Samba 2.0.5a, on a HP LH3 NetServer - 256 MB, 5x9GB RAID 5,
also running Apache and the Intranet. Cisco Catalyst 2900 (24 port)
switch, and a mix of HP and NetGear hubs. PCs are connected to the hubs
and then upload to the switch, the servers are straight onto the
switch.
2005 Jul 15
0
DotNet Version Of Rsync
But it sounds like there is definitely an rsync port to D'ohnet
-----Original Message-----
From: rsync-bounces+eisen.chao=cna.com@lists.samba.org
[mailto:rsync-bounces+eisen.chao=cna.com@lists.samba.org] On Behalf Of
Mark Thornton
Sent: Friday, July 15, 2005 2:18 PM
To: Stuart Halliday
Cc: rsync@lists.samba.org
Subject: Re: DotNet Version Of Rsync
Stuart Halliday wrote:
>R-type Studios
2005 Jun 27
1
delta-beta's
Hi there
I have created a multivariate logistic regression model looking at the
presence/absence of disease on farms. I would like to plot the diagnostic
plots recommended by Hosmer & Lemeshow to look particularly for any points of
high influence. In order to do this I need to extract values for delta-beta.
The function dfbeta gives a value for change in each coefficient but I am
looking
2006 Jun 28
1
rsync and chmoding permissions on Windows
I'm trying to use rsync to keep the permissions between two Windows servers.
A windows NT 4 server (with rsync daemon) and windows 2003 R2
I use Rsync in a batch file and I run it as Administrator by double
clicking on it.
Typically:
set cygwin=notnsec
rsync -rpDPo --chmod=Du+rwx,Fu+rwx,+X
and the files are crossed over but the permissions are screwed up.
Now, I can't find out the
2007 Feb 21
2
Problem with Rsync or Users will be Users?
I'm using CWRSync 2.6.9 protocol 29 on a Windows 2003 Standard R2 server.
I'm trying to copy files onto a local usb harddrive.
Both filesystems are NTFS.
Rsync is failing to copy some files due to the file name length.
I kind of assumed that Rsync could handle the same file name length that
Windows users are allowed to enter. :-)
Is there *anything* I can do with Rsync to allow these
2007 Jul 13
1
Beginner needs a guide
Hi,
I'm trying to get rsync to use a list of directories and their contents to
to another drive on a Windows XP machine.
I tried the command
rsync -rDPt --delete
--include-from=c:\include_list.txt
--exclude-from=c:\exclude_list.txt
/cygdrive/d/source/ /cygdrive/e/backup
But the trouble is that no matter what I put in the include_list file it
always copies everything in source. I even
2004 May 13
1
Samba WINS query
I've had Samba 2 running just fine on my REDHAT 8 server and I've just upgraded to V3.04.
It seems to all work but.....
I tried to make it behave as a BDC WINS server as I've got Windows NT4 PDC and BDC servers and I need my Redhat box to act as a backup WINS server.
This I've now done I think.
But when I use WIN Manager from NT it doesn't think the WINS on the Linux box
2004 Jun 17
1
wildcard error in source path?
If I use :
rsync --delete -va dump/* remote::home
to mirror a local directory containing several files to a remote server then these are copied as expected.
However, if I delete a file in 'dump' and do the command again then this file in 'remote' is NOT deleted.
But this works:
rsync --delete -va dump/ remote::home
ie, the file on the server is deleted.
Is this a bug or are
2005 Jul 14
1
Can Rsync do this?
I have to use a program on two desktop PCs seperated by several miles at different times of the day.
So I thought that maybe Rsync could help.
The program in question has a settings directory so I thought I could get Rsync to sync this directory between the two machines.
But Rsync seems to always force the files on the Rsync server to go to the slave regardless that the slave has the most upto
2005 Mar 28
1
glmmPQL questions
I am looking a risk factors for disease in cattle and am interested in modelling
farm and sampling cluster as random effects (My outcome is positive or negative
at the level of the farm). I am using R version 2.0.1 on a Mac and have
identified glmmPQL as hopefully the correct function to use. I have run a
couple of models using this but was hoping that you might be able to answer a
few questions.