similar to: Samba 3.0.14a problem: not able to see all files in a directory

Displaying 20 results from an estimated 1000 matches similar to: "Samba 3.0.14a problem: not able to see all files in a directory"

2005 Jun 30
1
Problem using automount enabled samba 3.0.14a on Solaris 8
Regards, I have lately experienced a rather peculiar problem, details follows: Trying to minimise the number of samba servers, I have compiled in support for automounting in a Solaris 8 version of samba 3.0.14a. Amongst others, this server mounts a filesystem from a Solaris 6 box by request. The samba server mounts the Solaris 6 filesystem fine, but when the user tries to access the directory
2005 Aug 26
1
Samba 3.0.20 on Solaris: problem with fileaccess in a automounted filesystem
Regards, Sent this one before, here's another go: My sambaserver, let's call it sserv, is running Solaris 8 (latest Recommended set) or 9 (tried both) compiled with automount support. When PC client A tries to access a file in a automounted mapping from sserv, the client is freezing and Windows Explorer has to be restarted. The NFS server which the samba server automounts from is a
2002 Oct 16
1
nt pipe support and nt smb support in smb.conf
Regards, This is kind of urgent (isn't everything nowadays :-). Historically, our samba servers need to run with the two 'untouchables' "nt pipe support" and "nt smb support" both set to "no" (non default) based on a recommendation by one of our software vendors. These settings in smb.conf now prevents WIN2K SP2 clients from creating directories on the
2003 Jan 10
1
plot() and lines() multivariate problem
Dear list I'm trying to solve the following problem since 2 days with no success. Could someone help a newbie, please ? I have a dependant variable which is diameter of shell, and two factors which are level on the beach (3 levels 'B', 'E' and 'H') and a hydrodynamics indice (3 levels 1, 2 and 3) To study diameter variations according to these factors, I may use
2010 Aug 25
1
SEM : Warning : Could not compute QR decomposition of Hessian
Hi useRs, I'm trying for the first time to use a sem. The model finally runs, but gives a warning saying : "In sem.default(ram = ram, S = S, N = N, param.names = pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. " I found in R-help some posts on this warning, but my attemps to modify the code didn't change
2004 Aug 16
2
1.0 RC2 External AGI Issues
Hi All, I'm trying to execute an external AGI script but get just the following: -- Executing AGI("SIP/xlite-2fa7", "agi-test") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/agi-test -- AGI Script agi-test completed, returning 0 For whatever reason, it looks like the AGI script is just exiting without feeding the correct commands into
2012 Jun 06
5
ggplot incorrect legend
How do I create a legend with ggplot? I think should be getting the FuelTypeNum in the legend. Plot: http://r.789695.n4.nabble.com/file/n4632471/Rplot.jpeg My code is: ggplot(data=tempTable, aes(x=Bands8, y=SubPercent, fill=FuelTypeNum)) + geom_bar(position="stack", stat="identity") + scale_colour_hue('my legend', breaks = levels(tempTable$FuelTypeNum),
2009 May 05
1
setting trellis auto.key color values
I'm working with Lattice graphics and I would like very much to color code the auto.key fill color with the same corresponding colors that I use in the panels. I've looked on the web for clues, and on the CRAN-R help sites searching on "trellis auto.key color" and variations, unfortunately the responses there are not very specific. Would someone please explain I have the
2004 May 19
0
Updated Fedora Core 2 Packages [unofficial]
Hi All, I have updated Fedora Core 2 packages available for Samba 3.0.4. These include the winbind patch as was already inclded in the latest Mandrake Cooker packages and also a fix for the winbind.init startup script. More info on the winbind patch can be found at this location: https://bugzilla.samba.org/show_bug.cgi?id=1315 The winbind.init startup script had the following code changed:
2012 Jan 11
2
New to R, Curious about Project Idea
Good morning, I am a student whom is currently working on a term project for my GIS Program. I am looking for a software package which can aid me in my project, and I was curious if R would be able to address my goals. My project includes power outage data from a hydro company (point data, with UTM coordinates attached), which is available in an Access database, or in a Shapefile. I would
2004 Jun 02
1
Really Funky Samba Errors (smbd/nttrans.c:call_nt_transact_ioctl)
Hi All, I'm experiencing some really funky Samba errors, and I'm hoping that some of you might have some ideas. This only happens sporadically, and when it does, I loose Samba connectivity for a while. Here are my Samba logs: Jun 2 13:29:01 nasone smbd[20289]: [2004/06/02 13:29:01, 0] smbd/nttrans.c:call_nt_transact_ioctl(2076) Jun 2 13:29:01 nasone smbd[20289]:
2004 Oct 19
1
Issues/Questions about Samba 3.x.x versus it's Worki ng Status
Hi Jerry, First, thanks a lot for the answers! In regards, to your reply, can you provide a little bit more precisions here: 1. The question 1 was about not using winbindd when in ADS security mode. Is the answer still Yes? I know that it is true when in DOMAIN security mode. 2. About Question 6, from your answer, my understanding is that the Samba server must be in the same domain as the
2004 Aug 04
2
PSTN Access Providers for Asterisk
Asterisk Users, I'm looking for U.S. providers that will provide access to the PSTN and allow me to easily use my Asterisk box with their services. I would prefer a provider that supports number portability, so that I can park my existing cell number on their network and later move it again, but I'm open to doing some funky stuff with call forwarding if I have to do that. Can anyone
2012 Nov 20
1
Traduction d'un terme demandée
Bonjour, On m'a demand? de trouver le terme fran?ais pour jump server ou jump host tel que d?fini dans cet article de Wikipedia : http://en.wikipedia.org/wiki/Jump_host. Mille mercis pour votre aide, <http://www.hydroquebec.com/images/hq_logo.gif> <http://www.hydroquebec.com/images/pixel.gif> Marie Malo Terminologue Direction principale - Environnement et affaires
2012 Feb 13
1
requesting a new SIG mailing list
Dear R developers, Due to the increasing use R in hydrology and other close-related environmental sciences, I would like to ask if it would be possible to create a new Special Interest Group mailing list, called 'R-sig-hydro', specially devoted those topics. If possible to do so, I'd offer myself to maintain such mailing list (if needed). Thanks in advance, Mauricio
2006 Sep 15
1
"ccf versus acf"
I am trying to run a cross-correlation using the "ccf()" function. When I select plot = TRUE in the ccf() I get a graph which has ACF on the y-axis, which would suggest that these y-values are the auto-correlation values. How should I adjust the code to produce a plot that provides the cross-correlation values? Here is my code: w002dat <-
2001 Nov 19
1
openssh password expiration problem
openssh password expiration problemPatrick, Indeed password aging does not work with OpenSSH 3.0.1p1 on Solaris 2.6. >From what I can tell something is different with Solaris 2.6 and Solaris 2.8. I know that password expiration doesn't cause a problem on Solaris8. I'm unclear as to whether the problem is with OpenSSH code or Solaris. All I know is that the latest PAM patches are not
2004 Sep 23
4
Asterisk 1.0 RPMS RH73 and RH9
Hello, Straight from the floor of Astricon 2004, I am happy to release my updated Asterisk 1.0 RPMS for RedHat 7.3 and RedHat 9.0 platform. Current Release --------------- asterisk-1.0-0 libpri-1.0-0 zaptel-1.0-0 kernel-module-zaptel-1.0-0 RedHat 7.3 ---------- ftp://ftp.nacs.net/asterisk/rh73/RPMS/ ftp://ftp.nacs.net/asterisk/rh73/SRPMS/ RedHat 9.0 ----------
2015 May 07
2
Apache 2.2 itk - 404 not found
Hi all, Freshly installed apache 2.2 with httpd-itk (from epel). When I try to access apache's document root from a browser on local network, it always serve me the Apache welcome page, even if I have a index.html and a phpinfo.php file in the /var/www/html folder. If point the browser specifically to http://server/index.html, I get a '404 Not found error'. I'm running CentOS
2009 Apr 16
2
Reading in a large number of dbf files
good morning This question is not a stats question per say but a data management and lattice plotting problem. I apologize now if I'm asking an inappropriate question to this gracious group. I'm need to bring in approximately 100 *.dbf files into R but I'm having difficultly understanding several examples I've tracked down regarding this procedure and could benefit from your