similar to: RES: Simple and Stupid Share...

Displaying 20 results from an estimated 800 matches similar to: "RES: Simple and Stupid Share..."

2002 Aug 13
0
AW: Simple and Stupid Share...
Hello together! I didn't read the whole thread, but if you simply want to connect to a share without beeing prompted for a password, try to use the following configuration... security = server password server = %m which means the following: password server: (excerpt) The name of the password server takes the standard substitutions, but probably the only useful one is %m , which means the
2002 Aug 12
4
Simple and Stupid Share...
Hullo, All... I have HPUX 10.20 with SaMBa 2.2.3a installed... All I want to do is make a single share with read only access for everybody, no matter the user people are using, in other words, they don't need to have the user on the server side. I tried to setup, with no success. Anybody knows something? Thanks...
2001 Oct 05
4
SaMBa 2.2.1a in HP/UX 11.00
Hullo All I hjave a problem with SaMBa 2.2.1a with HP/UX 11.00. It seems to work fine, but after a couple hours users received a message in Windows (all 95) like that ... "There were no servers to log you into", or something like that (Win95 Brazilian Portuguese). It seems like it can't find the domain master server... Below is my smb.conf... Some help is greatly apreciated...
2002 Aug 13
0
Samba/Linux - Password synchronization problem - solved!!!
ok! i did everything as John said and it works! " %o " is not necessary. so there must be a mistake in the book "using samba". thanks for helping slawek ----- Original Message ----- From: "John Benedetto" <jbenedet@unm.edu> To: "Rasmus Reinholdt Nielsen" <rasmus@narani.dk>; "Slawek W" <to-slawek@wp.pl>;
2002 Jun 12
0
RES: Tuning SaMBa in HP/UX 10.20 (200 Users)...
I'm running SaMBa 2.2.3a, compiled by myself... I heard a long time ago in this list that you can reduce the size of the binaries by recompiling the source, whit some new variables... But I don't know what are they... Thanks ______________ Demerson Zounar Analista de Suporte demerson@zaffari.com.br -----Mensagem original----- De: Eric Roseme [mailto:eroseme@emonster.rose.hp.com] Enviada
2002 Feb 25
1
Solution: Samba-2.2.3a and Win95?
Hi out there, i got a very good hint to the solution of the problem with the error-message: 2002/02/25 15:38:52, 1] nmbd/nmbd_processlogon.c:process_logon_packet(69) process_logon_packet: Logon from 10.170.20.8: code = 0x0 The hint was from Demerson Zounar: > I faced this problem some time ago, and the solution was an absence of the > parameter netbios name in smb.conf.
2002 Jul 16
0
SaMBa 2.2.2 Eating CPU!
Hullo, All... I'm maintaining about twenty HP/UX 11.00 Servers (L1000, 512Mb), all with SaMBa installed. Today, I notice that two of them have the SMBD processes eating more CPU than expected... Bellow is one of my TOP screens... Processes that take 0.40% CPU now take 7.61%! System: L024 Tue Jul 16 14:39:41 2002 Load averages: 6.09, 6.33, 5.88 121
2002 Feb 20
2
Winbind Question...
Hullo All, Just a simple question... I planning have an HPUX Server with SaMBa 2.2.3a and Winbind running to allow WinNT users to login in the server. As far as I know, when WinNT is down, Winbind doesn't authenticate the users. OK, is there any chance to Winbind store users in a cache, or something like that? Thanks ______________ Demerson Zounar Analista de Suporte
2001 Mar 27
2
How do I change the editor in R command window?
Dear R-help, I have started using R on my Linux box (Debian), and I have some problems with setting the editor/keyboard for R. The For instance, arrow-up gives "^[[A", and delete gives "^H". I have a Norwegian keyboard, but that doesn't cause any problems for editors like emacs. Could you advice me on how I can set the editor for R right? I have tried
2002 May 03
1
On creating an R package..
Dear R-help, I'm trying to create a simple R package that contains 3 string functions, but I have run into some problems: what are the correct permission for the files in the package directory? Yours faitfully, Rasmus * checking for file `stringfun/DESCRIPTION' ... OK * checking package directory ... OK * checking for sufficient/correct file permissions ... WARNING * Found the
2013 Feb 28
3
Hidden information in an object
Hello, The dataset "cats" contain information about the heart weight ("Hwt"), body weight ("Bwt") and gender ("Sex") of a group of 144 cats. I write the following piece of code: library(MASS)attach(cats)ratio <- Hwt/Bwtmale <- ratio[Sex == "M"]female <- ratio[Sex == "F"] My question is, when I look at the object
2002 May 15
3
how to get 2.2.3a.tar.gz
I'd like to go back to 2.2.3a since I cant get printing to work at moment with 2.2.4 at the moment does any one know where I can get this from the samba ftp site seems to not keep previous versions. thanks in advance, Dave. -- Personal Links:- Recommended reading : http://www.oreilly.com/catalog/dbnationtp/ UK Privacy (R.I.P) : http://www.stand.org.uk/commentary.php3 Public
2013 Feb 15
2
Making the plot window wider and using the predict function
Hello, I am new to R and have a couple of questions. My data set contains the variables "Bwt" and "Hwt", which are bodyweight and heartweight, respectively, of a group of cats. With the following code, I am making two plots, both to be viewed in the same plot window in R: library(MASS) maleData <- subset(cats, Sex == "M") linreg0 <- lm(maleData$Hwt ~
2007 Mar 29
2
EXT3 fs error on RAID1 device
Hi all. I have a Dell SC440 running Centos 4.4. It has two 500GB disks in a RAID1 array using linux software raid (md1 is / and md0 is /boot). Recently the root file system was remounted read-only for some reason. The logs don't show anything unusual, presumably the file system was read-only before anythng was logged. Running dmesg showed this error repeated many times: EXT3-fs error (device
2016 Jul 08
1
[PATCH v2 1/7] lib: string: add functions to case-convert strings
On Tue, Jul 05 2016, Markus Mayer <mmayer at broadcom.com> wrote: > Add a collection of generic functions to convert strings to lowercase > or uppercase. > > Changing the case of a string (with or without copying it first) seems > to be a recurring requirement in the kernel that is currently being > solved by several duplicated implementations doing the same thing. This
2002 Oct 03
1
File corruption with write cache enabled - patch included
I recently found out that write caching in samba sometimes leads to file corruption (the setup program for Sophos Antivirus generates corrupted files when making a "central installation" on a Samba share). This morning I tracked down the place in the Samba code that leads to corruption. Here is what happened to me: "write cache size" is 8192 bytes. A client opens a new file
2016 Jul 01
1
[PATCH 1/6] lib: string: add function strtolower()
On Fri, Jul 01 2016, Markus Mayer <mmayer at broadcom.com> wrote: > Add a function called strtolower() to convert strings to lower case > in-place, overwriting the original string. > > This seems to be a recurring requirement in the kernel that is > currently being solved by several duplicated implementations doing the > same thing. > > Signed-off-by: Markus Mayer
2000 Dec 22
2
REading the netCDF format into R
Hi! I have been coding a C-program which will read data from the netCDF format (a commonly used file format in the geophysical research community: see Unidata's URL for explanation: http://www.unidata.ucar.edu/packages/netcdf/), and have got to the point where I don't know what the error message mean. The C-program is called nc2r.c. When compiling the code, I get a number of warnings,
2023 Mar 16
3
Trying to learn how to write an "advanced" function
Although I owe thanks to Ramus and Ivan, I still do not know how to write and "advanced" function. My most recent try (after looking at the material Ramus and Ivan set) still does not work. I am trying to run the lm function on two different formulae: 1) y~x, 2) y~x+z Any corrections would be appreciated! Thank you, John doit <- function(x){ ds <- deparse(substitute(x))
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC. So, shouldn't winbind_lookup_sid() be succeeding. Should I be trying to track the failure in that code? In case it's helpful, ldd /usr/sbin/smbd shows: libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000) libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000) libpam.so.0 => /lib/libpam.so.0 (0x40030000) libc.so.6 =>