similar to: Weird problem w/ user authentication

Displaying 20 results from an estimated 4000 matches similar to: "Weird problem w/ user authentication"

2001 Dec 23
2
Input/Output error - Not Samba ?
Hi, I have a very odd problem which perhaps is not related to Samba but to be sure... I have a RH6.2 2.2.20 ACLs Samba server 2.2.2 and everything is/was running fine partaking in a Windows 2000 domain. I needed to reboot the server. It has come up and I am getting "input/output errors" all over the logs when I try and access any of the shares on the raid array from a Windows client
2003 Sep 28
1
Problem with a dos program running from a samba share.
I'm having troubles with a DOS program running from a samba 3 share. When I close the program it tells: General failure reading drive F Abort, Retry, Fail? (F is a network drive mapped on the samba share) I have increased smbd debug level and after retrying I have this in the log: [2003/09/28 11:19:56, 3] lib/util.c:unix_clean_name(580) unix_clean_name [/TTN02/RESHET1/DOJ] [2003/09/28
2009 Jan 14
4
insufficient fix for gcc localised output in stubdom makefile
Hello. There was a slight change in stubdom makefile from 3.3 to 3.3.1, in order to use non-localised gcc output: GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'') However, this is still unsuffient to just set LANG: [guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e ''s/install: \(.*\)/\1/p'' At least on
2003 Mar 10
2
Can't write to a samba share...
I have a Red Hat 8.0 PC with a scanner connected and I am scanning images with sane. I would like to store the scanned images on a Red Hat 7.3 file server using Samba, but I am having some difficulty understanding how the file and directory security preferences work. I can attach to the share (called "Shared") with: smbmount //server/Shared /mnt/S -o username=username%password and
2002 Jul 11
2
Samba + Abacus Law anyone?
I'm attempting to install Abacus Law (v13) under Samba and Linux. Install completes, and I get as far as a single user successfully logged in, but the 2nd user is nothing but trouble. Samba logs show nothing unusual to my semi-trained eye, but locking code or timing is a likely suspect. Technical support is of no help as they haven't tested (and therefore don't support) the
2011 Sep 13
2
Convert "RDX" and "RDB" to ASCII format?
Dear R users and experts, I need to modify an exisiting R function from a package. The function/ variable is inside a namespace and I have problems accessing it. I only need to get access to to corresponding sourcecode. I localised the "RDX" and "RDB" files. But it seems to be a binary format. How can I convert it to an ASCII format to open and extract the code from a text
2000 Jan 07
1
Adobe Photoshop problem with saving on Samba shares
We are experiencing problems with Adobe Photoshop and Samba, all versions up to 2.0.6. We run Samba off Compaq Alphaservers (ie 64 bit). Symptoms: 1) On doing a "Save As" in Photoshop, we intermittently get: "Could not save as F:\<filename> because the file is already in use or was left open". A zero length file is left on the Samba share. 2) Problem only
2004 Jun 15
1
Cant create in a subdirectory...
I've battled this one for a few days now and its costing my sanity so I am hoping that someone here has an answer I am running the samba server 3.0.4 on a linux 2.4.25 server. I can connect to my share point and authenticate fine I can create files or directories in the root of the sharepoint fine I can go into subdirectories and look at all the files... But I cannot create in any
2003 Oct 11
2
Samba 3.0 stable: make --with-afs fails on SuSE 8.2
Hi All- I have SuSE 8.2 installed on two different Intel machines, with (as far as I can determine) all required packages for doing what I'm trying to do here. Both machines suffer the same problems. I didn't find any SuSE 8.2 rpms, so I'm trying to build Samba 3.0 (stable) (24th Sep, 2003) on either of these machines but am having problems with it. As root, I did a
2007 Jan 19
1
Error in basehaz function ?
Hello R-users. I believe that the way basehaz (in the survival package) compute the baseline hazard function is false. I come to question this function when it gives me hazard probabilities greater than 1. Looking at the code I think I've localised the error : hazard probability is computed as : H <- -log(surv) but it seems to me that hazard probabilities is rather an instantaneous
2013 Mar 17
1
Patch to add Unicode filename support for win32 flac
JonY wrote: > On 3/17/2013 23:01, LRN wrote: > >> All those ifdefs will at least be confined rather than spread out > >> through the code. > > I did it plibc-style: > > > > in compat.h: > > #if defined(_WIN32) > > #define FOPEN grabbag__fopen_utf8_wrapper > > #else > > #define FOPEN fopen > > #endif > > > > in
2003 Apr 08
1
Modeling the trend and eliminate it
Hi, I would like to eliminate the trend of a set localised (with x an y) data. I try to fit a linear model to the data: mod.01 <- lm(ff~x+y) I've got so a model. My question is how can I do to subtract the model from the initial f data ? -- Cordialement ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42
2007 Nov 13
2
map - mapproj : problem of states localisation
Hi R-user, I am new with R and I have a problem with the map and mapproj fonctions : with the following code : >test_proj=mapproject(LONG_d01_vec_t1, LAT_d01_vec_t1, projection="lambert", parameters=c(30,60)) >longitude_vec=test_proj$x >latitude_vec=test_proj$y >longitude_mat=matrix(longitude_vec,ncol=e_sn_d01) >latitude_mat=matrix(latitude_vec,ncol=e_sn_d01)
2015 Sep 03
3
Upgrade of CentOS 6.6 to 6.7
After the upgrade, I was encountering a "network unreachable" error. This happens on kernel versions -> 2.6.32-573.1 .1-el6.x86_64 and 2.6.32-573.3.1-el6.x86_64. If I revert back to 2.6.32.504.30.3.el6.x86_64, the problem goes away. I've been searching frantically without much luck. I have found references to the same error on bugs.centos.org but no resolution as of yet. Has
2017 Jan 10
6
Can't comile bundled PJSIP on CentOS 7
Hello, I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes. I followed this: cd /usr/src wget ... asterisk-13.13.1.tar.gz tar zxf asterisk-13.13.1.tar.gz cd asterisk-13.13.1 ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr" ./configure ${ASTERISK_CONFIGURE} --with-pjproject-bundled make menuselect (shows res-srtp is available) make latest make command fails with
1999 Jul 24
5
authentication failure
Hi, I've just installed Samba 2.0.3 and now I'm getting following error: PAM_pwdb[306]: 1 authentication failure; (uid=0) -> andreas for samba service I can connect to all shares and printers, but get the error. I suppose it has something to do with the passwords (I'm trying to sync Samba and Linux passwords). Any ideas? /Andreas
2019 Jun 25
2
[CMake] External File Dependencies for Unit Tests
On 25/06/2019 11:24, James Henderson via llvm-dev wrote: > Hi Alex, > > Would you recommend that I do what is done in > unittest/ObjectYAML/MinidumpYAMLTest.cpp which just uses a string > inside the source file, or use an Inputs directory? Both are not > great, as you point out about using an Inputs directory > > > I'd be inclined to go with the
2001 Mar 12
2
Some problems with samba 2.0.7
Hi, we are using samba 2.0.7. on our HP file-server. For the NT users everything is ok, but we are not able to setup WIN95/98 computers to use the shares. All computers are within the same domain. Shares of NT-pc can be used and also shares from other linux boxe, but NOT from the HP. The global section is the same on the linux and HP machines. Any idea ? How can we check what is going wrong ? A
2001 Mar 05
2
Samba, NT4 and W2K trust/authentication problem.
Hi all, Set-up: Local NT4-RESOURCE domain which the Samba server is a member off. One NT4-ADMIN domain with users accounts and one W2K domain with some other user accounts. A one way trust from NT4-ADMIN to NT4-RESOURCE and a one way trust from W2K to NT4-RESOURCE. Samba version 2.0.7 running on Solaris 2.6. According to the NT admins, the W2K domain is in native mode, but they still use
2010 Mar 17
1
Pool, iSCSI and guest start
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Former user of Xen and newbie in kvm/qemu/libvirt stuff, I give it a try on my network ;-) I need to run a VM with iSCSI target attached. I did it this way : 1) Creation of iscsi pool (equa.xml) : <pool type="iscsi"> <name>equalog</name> <source> <host name="10.10.0.1"/> <device