Displaying 20 results from an estimated 120 matches similar to: "Linux 2.1.126 kernel smbfs SMBwrite 2x speed improvement"
1998 Nov 15
0
Performance Tuning advice [tracked down]
> On Sun, 15 Nov 1998, Jan Kratochvil wrote:
> Hmmm... are you saying the Ethernet driver was broken on the Windows
> machine, or under Linux? I assume the DOS/Win machine.... I may look into
No - Linux. :-) Becker's tulip.c was the one distributed with Linux kernel
(not the one from Becker's web) and it was dropping packets massively probably
due to missing PCI kludge
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
Am 27.06.2000 19:58:44 schrieb urban:
> On Tue, 27 Jun 2000 klaus-georg.adams@rwg.de wrote:
>
> >
> > Hi Andrew,
> > your patch from 2.2.15 to 2.2.16, backing out the older protocol levels
breaks
> > reading from an OS/2 LAN Server.
> > The appended patch fixes things for me (against 2.2.16).
>
> This backs out a lot of desired changes. For example I think
2005 Jan 04
0
[2.6 patch] smbfs: make some functions static
The patch below makes some needlessly global functions static.
diffstat output:
fs/smbfs/inode.c | 2 +-
fs/smbfs/proc.c | 6 +++---
fs/smbfs/proto.h | 5 -----
fs/smbfs/request.c | 6 ++++--
4 files changed, 8 insertions(+), 11 deletions(-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-mm1-full/fs/smbfs/proto.h.old 2005-01-04 00:57:42.000000000 +0100
2002 Jul 27
6
mode=777 does not work as fstab option
I need to mount a samba share as mode 777, so all users can
read/write/delete/create.
I have this as fstab entry
//host/public /mnt/home smbfs
auto,uid=user,umask=000,defaults,username=Perkins,password=
see, i've had to put uid=user just to get it owned by user user, so i could
edit files
i put mode=777, but it does nothing.
i want to let all users read/write/create/delete
2014 Oct 18
1
Asterisk Crashes Randomly with Cepstral Swift TTS
All,
Has anyone seen this before? This appears to be a Swift or app_swift
bug. I'm having a difficult time finding any information or support on this.
Asterisk version:
Asterisk 11.6-cert4 built by asterisk @ ivrd02 on a x86_64 running Linux
on 2014-08-11 13:55:25 UTC
OS:
Linux livrp03 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST
2014 x86_64 x86_64 x86_64 GNU/Linux
When
2015 Jul 07
2
Bug in ast_frame_adjust_volume in 12.2.0?
I'm getting a SIGSEGV at ast_slinear_saturated_multiply at the line:
351 res = (int) *input * *value;
It's called from ast_frame_adjust_volume.
The frame looks like:
(gdb) print *f
$6 = {frametype = AST_FRAME_VOICE, subclass = {integer = 100021, format = {
id = AST_FORMAT_SLINEAR16, fattr = {format_attr = {
0 <repeats 64 times>}, rtp_marker_bit = 0
2001 Mar 23
0
[linux-lvm] EXT2-fs panic (device lvm(58,0)):
Al writes:
> On Thu, 22 Mar 2001, Andreas Dilger wrote:
> > If this is the case, then all of the other zero initializations can be
> > removed as well. I figured that if most of the fields were being
> > zeroed, then ones _not_ being zeroed would lead to this problem.
>
> Other zero initializations in inode->u certainly can be
> removed, but whether it's
2013 Jun 29
0
rake db:create giving undefined method `' for nil:NilClass
My ruby version is 1.8.7
I have installed mysql-essential-5.0.90-win32
and using Fedena 2.3.5
List of all gems installed:*
columnize (0.3.6)
declarative_authorization (0.5.1)
fattr (2.2.1)
ffi (1.9.0)
gem_plugin (0.2.3)
highline (1.6.19)
i18n (0.4.2)
metaclass (0.0.1)
mime-types (1.23)
mocha (0.14.0)
mongrel (1.1.5)
mysql (2.8.1)
net-ping (1.6.0)
prawn (0.6.3)
prawn-core (0.6.3)
prawn-format
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Potential Denial of Service bug in smbd
== CVE ID#: CVE-2007-0452
==
== Versions: Samba 3.0.6 - 3.0.23d (inclusive)
==
== Summary: A logic error in the deferred open code
== can lead to an infinite loop in smbd
==
2007 Feb 05
0
[SAMBA-SECURITY] CVE-2007-0452: Potential DoS against smbd in Samba 3.0.6 - 3.0.23d
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Potential Denial of Service bug in smbd
== CVE ID#: CVE-2007-0452
==
== Versions: Samba 3.0.6 - 3.0.23d (inclusive)
==
== Summary: A logic error in the deferred open code
== can lead to an infinite loop in smbd
==
2009 Apr 05
3
[PATCH] Gfxboot COMBOOT module
This is the latest version of the gfxboot module. It's supposed to work on
all Syslinux derivatives.
I am not sure about the copyright notice and would appreciate any input.
- Sebastian
Index: syslinux-3.74-pre17-2-g2a9ddec/modules/Makefile
===================================================================
--- syslinux-3.74-pre17-2-g2a9ddec.orig/modules/Makefile
+++
2008 Nov 22
5
[RFC][PATCH] Gfxboot COMBOOT module
So here it is. Ugly and far from acceptable shape but nonetheless it seems to
work. Parts are borrowed from syslinux core and of course the gfxboot patch for
syslinux 3.63.
Syntax: gfxboot.com <bootlogo file>
- Sebastian
--- /dev/null 2007-09-21 23:50:58.000000000 +0200
+++ syslinux-3.73-pre6/modules/gfxboot.asm 2008-11-22 19:01:10.000000000 +0100
@@ -0,0 +1,883 @@
+ absolute 0
2011 Sep 06
1
Inconsistent md5sum of replicated file
I was wondering if anyone would be able to shed some light on how a file
could end up with inconsistent md5sums on Gluster backend storage.
Our configuration is running on Gluster v3.1.5 in a distribute-replicate
setup consisting of 8 bricks.
Our OS is Red Hat 5.6 x86_64. Backend storage is an ext3 RAID 5.
The 8 bricks are in RR DNS and are mounted for reading/writing via NFS
automounts.
2011 Oct 19
1
[LLVMdev] CallGraphSCCPass
I'm building a SCCPass below, it appears that the CallGraphNode->getFunction
returns a valid function but seg faults on call like "getName" or "size" but
not on calls like "empty" (which returns false).
My understanding is that the heirarchy is:
CallGraphSCC->CallGraphNode->Function->BasicBlock->Instruction, is this not
the case?
virtual bool
2023 Jan 12
2
Fwd: Can Samba just store ACL information (without interpreting it) without AD?
Hi,
I read several articles on the internet, but I fail to understand how
ACL storage technically works. Of course in almost any case, ACL
should not only be stored but also evaluated, and for this this Samba
server needs to be a member of the AD domain. I think I understand
this, but I have a different use case. I hope someone can help and
possibly has a link or such.
I have a samba instance
2006 Apr 03
1
has_many :trough with 2x the same table
I have a site where Users can become Friends with other Users. I used to do this with a habtm, but of course I want to stay up-to-date and convert this to a has_many :trough. Unfortunately I can''t get it to work.. the documentation on this feature is a bit sparse at the moment.
This is my old habtm:
has_and_belongs_to_many :friends, :join_table => ''user_friends'',
2013 Jun 24
0
Dell 1U Server CS24-NV7 2x Quad-Core 2.1Ghz AMD Opteron 2373 EE GA-3CESL-RH
Does anyone has any experience with this server i wonder i it supports
iommu.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2010 May 22
0
NAT-based network 2x-4x faster than routed network?
Hi
Is it expected behaviour that a libvirt NAT-based network is faster
than a libvirt routed network?
I would guess that the routed network would be the fastest one in all
cases, but I'm seeing the opposite in my setup. On a 100mbit internet
connection, the routed network tops at 4mbyte/sec, while the nat-based
network goes all the way to 10mbyte/sec. I've spend the last 6 hours
on
2009 Feb 07
1
Wine with 2x nVidia GTX260 lame peformance ingame?
Hi people.
So I got Steam running properly in WINE by reverting to version 177 of the nVidia driver. Now I have a new problem.
I have really shitty performance for Source games in WINE. This means rainbow-y colors, glistening walls, at ~13 fps with all lowest graphics settings.
High quality native linux games run beautifully at all highest settings, including Penumbra and Prey and Quake 4.
I
2004 Jul 06
1
2x analog interface (1 ISDN and 1 door phone) recomendation for Europe ?
Hi,
I'd like to use Asterisk with ISDN interface and normal analog interface to
door phone (or any other low cost connection type to door phone).
What would be your recomendations for needed HW in Europe? Is it possible to
have this in one PCI card?
Are there any lower cost voip door phones?
Thanks in advance,
Robert.