similar to: Samba - XP performance problem

Displaying 20 results from an estimated 4000 matches similar to: "Samba - XP performance problem"

2003 Sep 10
1
Opening files issue.
Hi all. I've looked, and I do recall a posting from earlier addressing this, but I can't get the right combo of key-words to google up the solution. If I open a file (say a .doc) from windows explorer, the program launches and that file loads quickly. If I use the open dialogue from the application, the file loads slowly. Looking in performnce monitor I see that if I load the file from
2003 Jan 16
4
File transfer corruption (NULL characters)
I've got a couple of Solaris 7 boxes that are running samba 2.2.0. When I try to copy text files from a windows 2000 client to the server, the resulting file is filled with all NULL characters. I tried copying the same file to a NT server's share and there was no corruption. When copying to the solaris share, the windows 2000 client eventually gives the following error: The
2006 Jun 07
1
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52 espenra at lpl.nu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |espenra at lpl.nu ------- Comment #25 from espenra at lpl.nu 2006-06-07 21:39 ------- (In reply to comment #24) > Anything more on
2004 Oct 15
3
Compiling on Tru64
So, before I waste another couple of hours at this, is it possible to compile Samba 3.0.x on Tru64 at all? If so, can you tell me what the ./configure switches are? Thanks, Nate
1999 May 19
12
Samba performance question
Hi all, I am running a samba server (2.0.3) in a small eth-based home network. There is only one win client (NT workstation, Sp4). The samba box ist set up with wins support enabled and the NT box? wins server entry points to samba server. Everything works fine: no error messages neither server nor client. The server shows up immediately in the NT?s network neigborhood. Browsing is fast. !!But
2008 Jun 03
2
unsafe_string_function_usage_here when linking smbd
I'm trying to build 3.0.30 on Alpha/Tru64-4.0G. The configure step works, but make fails when it tries to link smbd: Compiling popt/popt.c Compiling popt/poptconfig.c Compiling popt/popthelp.c Compiling popt/poptparse.c Linking bin/smbd ld: Unresolved: __unsafe_string_function_usage_here_size_t__ gmake: *** [bin/smbd] Error 1 This Should Never Happen :) -- that looks like a message for the
2005 May 06
3
Tru64 unix version...
Hello, I want to use samba on Tru64 Unix. Can anybody let me know the location from where i can download this version. Raghu
2006 Mar 08
2
1 byte writes
After migrating a particular W2K file service to Samba 3.0.21c on SuSE 9.3 Pro (a DMS with winbindd against a W2K3 ADS), the W2K clients are suffering performance issues (in a switched LAN). Looking at the traffic with Ethereal (latest SVN), it looks like the client writes the data in *1 byte* pieces likes this (c=client, s=server): c->s NT Create AndX Request c<-s NT Create AndX
2006 Jun 26
1
OpenSSH compatibility with Tru64 version 4.0F?
I am just looking for a quick answer as to whether or not OpennSSH is compatible with Digital Unix Tru64 v 4.0F. Hing Fei Wong Systems Engineer Building 100, M1309 Valley Forge, PA Admin # 4-6242 -----Original Message----- From: Darren Tucker [mailto:dtucker at zip.com.au] Sent: Friday, June 23, 2006 3:53 AM To: Wong, Hing Fei Cc: www at openbsd.org Subject: Re: OpenSSH compatibility with
2008 Dec 31
1
Checking for strtoumax and strtoimax
Tru64 5.1b PK6 : dovecot 1.1.7 : cc Configuration checks for strtoumax and strtoimax are positive but both are unresolved during compilation. strtoq and strtouq checks are negative. I can modify compat.c to use "unsigned long ret = 0;" in place of strtoumax (does this break anything?) and/but I would like to know how to handle strtoimax. Thanks in advance.
2001 May 07
17
Printer
Hi guys, I've installed Samba but can't get the printer to work. I've done magicfilterconfig --force and configured the Printer. E Furthermore when I print a file on my Windows machine it creates a file on the server but it just doesn't print. I can ma Do you guys have the answer for me??? Thnx, ? Jeroen ? Following is the config file: ? # Samba config file created using
2004 Feb 16
1
Problem with NT -> Samba User Configuration: Probably very simple
Hi All, my problem is I am unable to configure an NT user to access a UNIX Tru64 5.1b share from their PC. I am running Samba 2.0.7 and it runs as a domain member. Here are the steps I have completed without success: Assuming <ntuser> is the NT username used to log into the NT workstation/PC. 1. Created UNIX user <username> 2. Created UNIX directory
2003 Jun 16
2
CPU consumption by samba
Hi, I'm having strange performance problems with samba and an application written with VisualFox Pro. This application is entirely installed in a Windows share and it has a hystory of strange phenomenons. Initially it ran fast on an old NT server (but that server has been replaced). It has strange performance problems with Windows 2000 Server: it runs fast with some servers and slow with
2007 Mar 01
11
Call for release testing.
Hi All. We are planning on doing one of our regular OpenSSH releases (4.6/4.6p1) some time next week. This is a mostly a bugfix release, but there is one new feature: sshd now allows the enabling and disabling of authentication methods on a per user, group, host and network basis via the Match directive in sshd_config. The bugs fixed are: #52 ssh hangs on exit. #1252 sftp returns 0 when
2008 Aug 27
1
problems with DFS
Hi, We have been a samba shop since way back and have used DFS quit a lot the last years. When we went with security ads instead of domain our dfs died. We have tried 3.028(sun) in solaris wich we are leaving and 3.2.1 in linux, our migration target. For our 3.2.1 installation the config looks liket this and the problem manifests itself as a empty share. [Global] kernel oplocks = False oplocks
2010 Dec 20
2
package "arules" - 'transpose' of the transactions
Suppose this is my list of transactions: set.seed(200) tran=random.transactions(100,3) inspect(tran) items transactionID 1 {item80} trans1 2 {item8, item20} trans2 3 {item28} trans3 I want to get the 'transpose' of the data, i.e. transactionID items 1 {trans2} item8 2 {trans2} item20 3 {trans3} item28 4 {trans1} item80 I
2012 Aug 06
1
with streams_xattr enabled, ads are written correctly but not retrieved
Hello, I'm running Samba 3.6.6-1 on my x64 Arch Linux installation. I recently decided to have my samba share support NTFS's Alternate Data Streams by using streams_xattr or streams_depot. With streams_xattr I discovered that if I copy a file having an ADS from a win7 box, on the linux console, I can see the ADS as an xattr attached to the file. However when I copy the file back to my
2005 Jan 31
2
XP clients unable to read user profiles (2.2.3a-14.1)
Hi everyone, thanks to John Terpstra's hint (teh old thread started with Msg crn5v6$sh8$1@sea.gmane.org), our xp clients now do join the domain :-). However, they still fail to read user profiles which were created by the old Win98 clients. The relevant parts of smb.conf look like this: ---------------------------- begien smb.conf ---------------------------- [global] domain
2004 Nov 09
2
AW: Permissions problem with 3.0.8
We use LDAP backend and Linux 2.6. It happens only --with-acl-support. This 2 errors I found in the level 10 log when I try to copy a fresh copied file a second time on itself (permissions of test file are -r-xrw----, user and group match) Maybe the attribute mapping goes another path with acl support? 3.0.7 works fine. Daniel [2004/11/09 17:02:02, 10] smbd/open.c:open_file_shared1(1038)
2008 May 16
2
Existing files don't show up in share, new files do
I am suddenly no longer able to see any existing files on one of my shares, from my Windows clients. I have a Linux server (Fedora Core 8) which used to be my firewall and router as well as file and print server. There are two Samba shares on it I have mounted on various Windows clients: my home directory and a multimedia directory with my music and videos, etc. I mount the former as H: on all my