similar to: Samba Timeout Issue

Displaying 20 results from an estimated 3000 matches similar to: "Samba Timeout Issue"

2002 Sep 11
10
Too many processes kills server
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Blank Bkgrd.gif Type: image/gif Size: 145 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20020911/a89e1b74/BlankBkgrd.gif
2002 Sep 03
1
hangin when listing named pipes
Hi Even when you are not opening the pipe, but just listing it in cygwin, or trying to see the properties in explorer, you will have this problem: Does anybody know how to disable named pipes in samba? Or how you can kill the connection from the client side? And no, setting "nt pipe support" to no, doesn't fix the problem. /Kaj Symptom: Samba daemon hanging when trying to open
2017 Oct 09
0
Linux vs. Windows SMB buffering
On Mon, Oct 09, 2017 at 08:29:43PM +0000, Will Lucas wrote: > > The Linux client is asking for SMB1 and using 1MB write sizes. > >  > > The Windows client is using SMB2 and *NOT ASKING FOR LEASES*. > >  > > This is why the performance is terrible. Because the file > > as no lease, the Windows redirector must pass every single > > WriteFile() system call
2010 Mar 25
4
CreateFile \\\\.\\x: non-root
Hello, I have a usb data aquisition device interfaced by mass storage protocol. I open it like: hEcgDrive=CreateFile("\\\\.\\g:", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL | FILE_FLAG_NO_BUFFERING | FILE_FLAG_WRITE_THROUGH | FILE_FLAG_OVERLAPPED, NULL); for communication I use DeviceIoControl(hEcgDrive,
2000 Nov 20
1
2.4 kernel
When will the 2.4.x kernel be supported ? Kaj-Michael Lang milang@tal.org
2006 Mar 27
1
Running SQL over SAMBA?
Hi All, Does anyone run SQL and/or exchange on SAMBA server share? Are there any special considerations to take? would you be kind enough to share your experience doing it? Any special smb.conf configuration is required? is there any performance issue or functional limitations supporting it? I am just wondering since Microsoft encourages block level access over share/file level access.
2007 Dec 17
1
nut-2.2.1pre2
fellows, Are you all ready for -pre2 release? Charles already ack'ed, and Arjen already bumped the release number ;-) make distcheck runs fine, so does the buildbot... Anything more to add or test? Arnaud -- Linux / Unix Expert R&D - MGE Office Protection Systems - http://www.mgeops.com Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian Developer -
2006 Mar 19
1
For developers and users
Hi folks... WineHQ web-site isn't exaustive about "contributing to localized versions of Wine". [quote] "If you're willing to register for work on a certain language, then please sign up with us!" [unquote] OK... How? However, I (hopefully) post my work here. I wrote a WINE-xx/dlls/shell32/shell32_xx.rc in Esperanto and I updated the italian one. Regards
2015 Apr 08
2
Roadmap to 2.7.3
Hi Charles and the list here is an update on 2.7.3 2015-03-20 3:33 GMT+01:00 Charles Lepple <clepple at gmail.com>: > On Mar 19, 2015, at 2:00 PM, Arnaud Quette <arnaud.quette at gmail.com> > wrote: > > * #158: the branch has been collapsed into one commit, but additional >> documentation (nut-names.txt) is needed: >>
2015 Apr 11
0
Roadmap to 2.7.3
On Apr 8, 2015, at 9:44 AM, Arnaud Quette <arnaud.quette at gmail.com> wrote: > - #190: upsd: NSS SSL only working in debug mode => NEED TESTING before merging > Emilien has made a fix and PR (#199: Initialize SSL after deamonize and downgrade to user.) > The user (Melkor Lord) has ack'ed the fix. > The fix is indeed trivial but I want to ensure that there is no
2015 Jun 08
3
UPower: 95-upower-hid.rules update
Salut Bastien 2015-06-04 13:04 GMT+02:00 Bastien Nocera <hadess at hadess.net>: > On Sat, 2015-05-30 at 18:51 +0200, Arnaud Quette wrote: > > > > > > 2015-05-29 14:09 GMT+02:00 Bastien Nocera <hadess at hadess.net>: > > > On Fri, 2015-05-29 at 13:59 +0200, Arnaud Quette wrote: > > > > Hi Richard and the list, > > > > > >
2015 Apr 13
2
Roadmap to 2.7.3
Hi Charles, 2015-04-11 21:22 GMT+02:00 Charles Lepple <clepple at gmail.com>: > On Apr 8, 2015, at 9:44 AM, Arnaud Quette <arnaud.quette at gmail.com> wrote: > > - #190: upsd: NSS SSL only working in debug mode => NEED TESTING before > merging > Emilien has made a fix and PR (#199: Initialize SSL after deamonize and > downgrade to user.) > The user (Melkor
2013 Feb 26
3
mfi timeouts
> On 28/10/2011 04:14, Jan Mikkelsen wrote: > >/ Hi, > />/ > />/ There is a patch linked to from this PR, which seems very similar: > />/ > />/ http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/140416 > />/ > />/ http://lists.freebsd.org/pipermail/freebsd-scsi/2011-March/004839.html > />/ > />/ The problem is also consistent with running
2003 Sep 21
0
New Marketing tool
Hi! I have something of utmost importance to discuss with you and I Know this can impact your business greatly. There is nothing like it on the net and I am sure it will be hailed as the Hottest and best marketing tool of 2003 and beyond. As you are well aware, Auto responders have become common place on the internet today and every where you turn you will find them. As a professional
2010 May 18
1
Samba file server slowness
Below, you will find the pertinent information regarding my installation and configuration regarding my samba install. I am currently trying to move my companies file server off of windows and on to CentOS using Samba. Everything works great, until I enable vfs_full_audit. Once I do that, the server comes to a screaching halt due to the fact that when a user browses to the mapped directory from
2014 Apr 21
2
[LLVMdev] [NVPTX] Eliminate common sub-expressions in a group of similar GEPs
Hi Hal, Thanks for your comments! I'm inlining my responses below. Jingyue On Sat, Apr 19, 2014 at 6:38 AM, Hal Finkel <hfinkel at anl.gov> wrote: > Jingyue, > > I can't speak for the NVPTX backend, but I think this looks useful as an > (optional) target-independent pass. A few thoughts: > > - Running GVN tends to be pretty expensive; have you tried EarlyCSE
2006 Nov 01
2
Dovecot delivery
Hi. Does the dovecot deliver helper program now support maildirs? Are there plans to support this? -- Daniel Mikkelsen Copyleft Software AS
2017 Oct 09
2
Linux vs. Windows SMB buffering
> The Linux client is asking for SMB1 and using 1MB write sizes. > > The Windows client is using SMB2 and *NOT ASKING FOR LEASES*. > > This is why the performance is terrible. Because the file > as no lease, the Windows redirector must pass every single > WriteFile() system call onto the wire, no matter how small > the size. > > If you can get the Windows SMB2 client
2013 Nov 10
1
10.0-BETA3 em/nfe drivers on MSI K9NBPM2-FID board. LAN card changes.
Hi, I have a server at Hetzner and something strange happend. First, I installed FreeBSD 10.0-BETA3 (amd64) via their FreeBSD 9.2-RELEASE rescue system, that's ok. I had to configure the network by using the em driver -> em0 interface. But suddenly, the network was lost. After an ACPI reboot, nothing. Going to the vKVM show me the system didn't detected em0 anymore but an nVidia
2018 Feb 19
1
Winbind idmap partially fails to load attributes with 4.6.7 (Ubuntu 17.10)
Greetings, Rowland Penny! > You ask for help with a problem, but instead of posting useful info, > you post a link to what at first seems to be the result of 'testparm > -v' and expect someone to wade through this to try and identify what > is causing your problem. There is over 170 lines in the 4.6 smb.conf. Thanks for taking your time counting them. > Well, you are