similar to: smbd has memory leak

Displaying 20 results from an estimated 500 matches similar to: "smbd has memory leak"

1999 Jul 27
2
NT User can't access share
Folks, A remote admin is trying to add a contractor account to our NT domain with limited rights. Unfortunately, everytime the contractor account is removed from the DomainUsers group, the contractor encounters the following: \\nt-nfs-md\IPC$ and the infamous invalid password. Once the user is re-added to the DomainUsers group, they can access the share fine. My question is what permissions
1999 Jul 27
4
Permissions issue
Greetings: I couldn't find this one in the archive: What we want to do here is make it so a non-owning user can map a drive, but not see anything below the top level. However, if they know the exact pathname to a file, they should be able to open it. In Unix, we do this with file permissions like: drwx--x--x foo drwx--x--x foo/bar -rwxr--r-- foo/bar/foobar So the owner can do
1999 Sep 09
2
KINGSTON SOHO Hub
I just ran into a completely unexpected problem. It appears that the Kingston SOHO Hubs don't do TCP. They do NETBEUI very well. After 4 hours of troubleshooting I went home and got my cheap Bay Networks 8 port hub and everything worked. This is to hopefully prevent others from running into the same problem. Nothing on Kingstons site mentions no TCP support but swapping only the hub worked
1999 Sep 15
2
nbtstat doesn't show MAC address for samba servers
On Win9x I issue the command: nbtstat -a <netbios name> If <netbios name> is a Win9x machine I got the MAC address of that machine on the last line of the command output. If it's a samba server the MAC address is not returned: MAC Address = 00-00-00-00-00-00 Is there anyone who gest the MAC address back from a samba server? -- giulioo@tiscalinet.it
1999 Jul 31
1
NT service problem
Hi ! I hope this is the correct place to ask questions ... I'm having the following problem : A "service" on an NT 4 server cannot connect to a samba share on my linux machine. The specific versions are given below. From the NT machine I have no problem as the administrator to login to samba server and view the target share. The supplier's service however cannot
1999 Sep 17
1
How do I force a browser election?
I can force a browser election with the Win98 command: net view /workgroup:workgroupname However, that does not work on NT (and I haven't tried it on W95). What I'd really like is a command from the Linux command line to force the election. I've looked everywhere and can't find it. For my purposes having preferred master=yes and restarting Samba is not an option. Does anyone
1999 Sep 23
1
How to remove Printers folder.
Hi This is my conf file [global] workgroup = WORKGROUP1 server string = Samba Server encrypt passwords = yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY dns proxy = No load printers = no password level = 0 preferred master = no os level = 0 null passwords = no dead time = 0 debug level = 0 domain
1999 Sep 10
1
MS Visual Developer and Samba
I am running samba-2.0.3-8 on Redhat 6.2 in five global locations. All are fine except one. In this location when a user runs MS Visual Developer they are able to open, save compile and edit files just fine. However when they type either [Enter] or [Bkspc] to add or delete a line, in this case only MSVD hangs for several seconds. Insert several lines and wait 1+ minutes!!! I have watched the
1999 Sep 07
2
W95 speed issue
Hello all, I've got a W95 box connected via crossover to a 2.2.12 RH 6.0 linux box, running 2.0.3 samba. Writes to samba from Win explorer are around 450 K/sec. Reads from samba to Windows using Explorer are around 8 K/sec. Using the smb version of tcpdump, I see between a .200 and .220 second lag between packets. smbd is nowhere near the top of my "top" list output in linux. Is
1999 Aug 14
1
dos floppy client for samba wanted
I need to be able to access my Samba network from a DOS floppy. Obviously it must be a tcp/ip client rather than netbeui. Any pointers on doing this? Not *too* cryptic as I'm not expert at this sort of thing. I'm pretty sure I saw some material on the Samba site, but now I cannot find it. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Lindsay Allen
2012 Oct 25
5
system is computationally singular: reciprocal condition number
Hi folks, I know, this is a fairly common question and I am really disappointed that I could not find a solution. I am trying to calculate Mahanalobis distances in a data frame, where I have several hundreds groups and several hundreds of variables. Whatever I do, however I subset it I get the "system is computationally singular: reciprocal condition number" error. I know what it means
1999 Aug 14
1
[Fwd: Re: dos floppy client for samba wanted]
-------- Original Message -------- Subject: Re: dos floppy client for samba wanted Date: Sat, 14 Aug 1999 12:22:12 -0400 From: John LeMay <jlemay@njmc.com> To: allen@cleo.murdoch.edu.au References: <Pine.LNX.3.96.990814105455.706A-100000@elm.cbcfreo.wa.edu.au> Absolutely. Microsoft released a TCP/IP client for DOS, and there is another client called "TinyTCP" that works
1999 Sep 18
2
Printing from Linux to Win98
I have a printer - an HP 1120c - connected to my wife's Win98 machine. Occasionally I would like to print to that printer instead of the HP Laserjet 4+ connected to my Linux machine. Could someone explain a couple of things for me? 1. I am running Mandrake 6.0. When I start printtool, it complains that it does not believe Samba is installed. Why and how do I fix? 2. I ignore the message and
2012 Mar 20
2
Dsync Dovecot
Hi guys, I am using dovecot-2.1.0 in centos 5.7, I configured dovecot with postfix in 2 system both system is having same configuration and os. I want to use dsync in mirror mode via ssh but I am not able to do it. When I followed the dsync wiki then I an unable to find the username : *dsync -u username mirror ssh -i id_dsa.dovecot mailuser at example.com dsync -u username* In the above
2000 Jan 23
5
Remote win98 refusing to connect to samba server
The problem: attempting to connect to a samba network drive from a Windows 98 machine gives me the error message: "Not logged on". Background: We have been running samba to serve a number of w95 clients for a couple of years. Some of the clients are remote and we don't bother with running nmbd(8), so all clients have LMHOSTS files. The problem is related to a new W98 machine
2019 Jul 29
2
[PATCH] regress: Fix possible memleaks
Hello, Could attached patch be reviewed. This patch provides a fix for bug: https://bugzilla.mindrot.org/show_bug.cgi?id=3037 Thanks, Jitendra
2011 Dec 30
4
Need help in writing a shell/bash script
Hi Friends, I am trying to write a shell script which can merge the 2 columns into 3rd one on Centos 5. The file is very long around 31200 rows having around 1370 unique groups and around 12000 unique user-names. The 1st column is the groupname and then 2nd column is the user-name. 1st Column (Groupname) 2nd Column (username) admin ankush
2019 Jun 24
2
Update README doc to include missing test cases
Dear OpenSSH developers, I have created a pull request https://github.com/openssh/openssh-portable/pull/133 for submitting one patch. With that patch, aim is to update the regress README document to include introduction of all the test cases present in regress. Could this pull request be reviewed. Thanks, Jitendra
2008 Sep 06
2
Server is not running....
Hi all, I am getting the following error while running ruby script/server Same error is also coming even when ruby script/console......... ./script/../config/boot.rb:45:in `require'': no such file to load -- ./script/../config/../vendor/rails/railties/lib/initializer (LoadError) from ./script/../config/boot.rb:45:in `load_initializer''
2012 Jun 04
2
Frequently login problem
Hi, I am using dovecot 2.1.3 on centos 5.7. It was working fine but last few days I need to restart or reload dovecot service because at that time users are not able to login. Each time I am getting information from doveco.log is as : Jun 04 11:52:54 auth: Error: BUG: Authentication client gave a PID 17564 of existing connection Jun 04 11:52:54 auth: Error: BUG: Authentication client gave a PID