Displaying 20 results from an estimated 10000 matches similar to: "Password server loop"
2000 Jan 05
1
Antigen forwarded attachment
Enclosed is your original file attachment from the message "SAMBA digest
2362"
sent to you by samba@samba.org ( samba@samba.org).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Don McCall (E-mail).vcf
Type: application/octet-stream
Size: 742 bytes
Desc: not available
Url :
2000 Jan 24
0
re - problems with NT4 mounting samba shares on startup....
Hi Peter,
I have been running into a similar problem with NT clients attached to Advanced
Server for Unix. (a commercial SMB Server implementation) We still haven't
nailed it down yet, but in our case seems to be related to addon packages that
run as services and actually attach to the shares in question as a DIFFERENT
user than the user that originally attached to the shares. The
1999 Dec 13
0
FW: RE: RE: file-permition samba vrs novell !
Hi Tom,
Same problem, different flavor - now you make the directory Executable by
ppsuser (you can cd thru it) but once you are there, you cannot SEE the files
in the directory (took away read access on the directory from the ppsuser
group...). Problem is that Samba does different things depending on whether it
is checking for the existence of a file or trying to open a file. Bottom line
is
2001 Nov 09
2
Open Files
I have been messing with this and it seems to work, but I would like to hear
if it does or not from the people that have created it.
On a WindowsNT machine I have three directories shared out READONLY. These
three directories are mapped to users machines and then they run programs
out of them. There are ALWAYS people using files in here. At times I have
to update the programs in there and I
1998 Jun 19
1
SAMBA 1.9.18p8, username map, server security
I have a problem with new version (1.9.18p8) of SAMBA and username
mapping.
Configuration:
WindowsNT 4.0 Workstation + SP1
WindowsNT domain - NTEP01 is PDC
Digital UNIX 3.2C
Username on NT:
Babor
Username on UNIX:
baborl
In SMB.CONF I have following lines:
[global]
security = server
password server = NTEP01
username map = /usr/local/samba/lib/username.map
username.map:
baborl = babor
2002 Feb 14
0
Sharing to domain users?
Couple questions to those who have the winbindd service up and running...
I *think* winbindd is working now... I can browse the samba server through
windows explorer and open directories. There is a little delay when I first
connect... I assume this is winbind passing the authentication request to my
NT servers and awaiting a response.
The problem now is that I can't seem to write to the
2001 Apr 26
2
not able to download WinNT version (PR#922)
I keep clicking on the WindowsNT link and it keeps extending the path
name...
is something wrong?
thanks
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2015 Dec 22
3
restoring roaming profiles
I'm running Version 4.1.17-Debian as a DC on a Debian/Jessie AMD64 system.
After rebuilding a domain with slightly different settings, roaming
profiles stopped working.
https://wiki.samba.org/index.php/Implementing_roaming_profiles contains
a suggestion (see Troubleshooting roaming profiles) that gets them
working again - deleting the user subkey from
2002 Oct 30
2
codepage-conversion for smbclient
Hi list,
I've browsed through the archives, but I didn't find a answer for
this:
I use smbclient to access a windowsNT 4.0 server.
I get only '?' for filenames which contains Umlauts.
F.e., a file called "Verkn?pfung" is displayed as "Verkn?pfung".
I use following mount-string:
mount.smbfs //SERVER/Share /home/xxx -o rw noexec nosuid nodev user
codepage
2001 Oct 31
0
FW: HP3000 problem
-----Original Message-----
From: MCCALL,DON (HP-USA,ex1)
Sent: Wednesday, October 31, 2001 9:00 AM
To: 'Richard Barker'; MCCALL,DON (HP-USA,ex1)
Subject: RE: HP3000 problem
Hi Richard;
Are you doing the operations on these files from the MPE prompt, or are you
in the posix shell at the time of the edit/pipe, whatever? And what MPE
filetype are you working on? Problem is that samba
2001 Mar 26
0
FW: RE: Explorer & MS Office hang
This was in regards to a problem with ms applications hanging on trying to
open a file.
Turns out it was an nfs locking issue.
Hope this helps,
Don
-----Original Message-----
From: Partenheimer Nate [mailto:npartenh@butler.edu]
Sent: Monday, March 26, 2001 1:23 PM
To: "MCCALLDON "@envelope.hp.com; HP-USA@envelope.hp.com; ex1 "
Subject: RE: RE: Explorer & MS Office hang
1999 Oct 18
2
Solving problems with read.fwf(), perl under WinNT (was: Re: Using metric scaling)
Some days ago a problem with perl under WinNT was reported, which lead to
> > t1 <- read.fwf("d:/maj/consulting/MarkStevens/matrix.txt", width=c(4,
22,
> rep(7, 8)))
> Error: "scan" can't open file
I installed perl from the WindowsNt Recource Kit CD (Sept. 98) and
encountered the same problem:
Scan couldn't open the file
- because perl did not produce
2011 Jan 08
1
TUNGETIFF ioctl() failed - virtual machine can't start
Hi,
I want to migrate from vmware to KVM. Therefore I have installed debian
stable (lenny) and create two virtual machines (KVM).
Both (XP as well as Vista) running fine.
After upgrading to debian testing (sqeeze) both XP-guest as well as
Vista-guest didn't start anymore.
Both are failing during preparation, probably because of a network-problem.
I will give XP as an example:
cat
1998 Oct 28
8
Bad password
Samba Gurus:
I just upgraded from samba-1.9.15p8 to samba-1.9.18p8 on one of our Sun
boxes (Solaris 2.5.1). When I try to connect to the samba server from
another machine with smbclient I get the following error message:
smbclient -L odin
Added interface ip=192.10.11.32 bcast=192.10.11.255 nmask=255.255.255.0
Server time is Wed Oct 28 15:17:47 1998
Timezone is UTC-5.0
Password:
Session setup
2001 Nov 01
3
Lost backslashes in parse()
I'm comparing R-1.3.0 on Solaris 2.6 to R-1.3.1 on WindowsNT. The following
5-line script returns TRUE on Unix but FALSE on NT:
fnam <- tempfile()
file.create(fnam)
txt <- paste("file.exists(\"", fnam, "\")", sep="")
expr <- parse(text=txt)
eval(expr)
The issue seems to be that backslashes get lost in the parsing. A workaround
is to change
2005 Feb 08
1
About rpcclient and adddriver command
Hi all!!
We have 2 printers shared via samba with good results. Nowadays, we have
the cups postscript driver in the server for windowsNT/2000/XP and it works
fine, but i want to put the hp postscript driver as we have 2 hp printers.
I put the postscript driver via rpcclient without no problem:
rpcclient -U'admin%pass' -c 'adddriver \
"Windows NT x86" \
2000 Feb 04
1
font size for pairs()
Dear R-Help,
I'm having some trouble with the font size in the pairs() function. It
seems to be impossible to alter the font size for the variable labels that
run down the diagonal. I've tried all the cex.??? parameters to no avail.
I'm using R0.65.0 on windowsNT. If the simple answer is to upgrade to the
latest version of R, then please accept my humble apologies for troubling you.
2003 Mar 13
1
Windows95 client does not get list of domain users
I have a Slackware 8.1 with Samba 2.2.4 configured as PDC on my network.
I have a Windows95 client (OSR2, USB supplement) that can't get the list
of domain users for defining a share, I get the message:"You cannot view
the list of users at this time. Please again later"
Windows98 clients can get the list of users on the domain with no
problem, also WindowsNT workstations get the
2004 Jan 14
1
mounting smbfs from a Solaris 7 box
Has any Sun Solaris samba admin ever attempted to mount to a WindowsNT server? Unfortunately after several attempts and some elaborate syntax I can not get this to work. I do not see that Sun supports smbfs as Linux does. If anyone has any ideas or tricks please drop me a line.
Thanks,
Steve Knoll
Intersil Corporation
PAT Systems Group
* (email) < mailto:sknoll01@intersil.com>
*
2005 Jan 29
1
roaming profiles - filesyncing problem with 3.0.10
Since I upgraded from RedHat 9.0b / Samba 2.2.8 to Samba 3.0.10 I have problems with the roaming profiles of my students. Although the log-files show no errors at all, several users reports me that they are loosing files. One time I saw the problem myself, when a user logged in and had not a single file in her 'Personal Files' after logging out and logging in on the same host the whole