similar to: byte locking bug?

Displaying 20 results from an estimated 2000 matches similar to: "byte locking bug?"

2000 Jan 17
1
get_share_modes problem
I have samba 2.0.5a running on Openserver 5.0.5 with the latest patches installed. I got this specific version from Skunkware (SCO's distribution of Open Source binary packages). AFAIK, they make no changes to the actual source. I have no problems with using samba for name service and printing, however with file sharing I am having some strange problems. I sporadically get problems like
2000 Aug 25
1
win2000 plaintext password
This is probably an FAQ, but my looking into the issue was unproductive. When connecting to a samba share from a win2000 professional machine, I get prompted for a password. Security is set to user on the samba machine. I reenter the same password as the local user that I login as, and then it accepts it. I'm not using encrypted passwords, but I have added the PlainTextPassword registry
2005 Mar 22
1
[Off-Topic] Siemens!!!
>>Taddei Herve Com MD PD SWC 3 MCH 23 <herve.taddei@siemens.com><<< Wow!!! it seems that Siemens got an eye over speex ;-).... What other company is watching this closely at speex??? :-D just curious.... John Villar Gerente de Proyectos Computadores Flor Hard Soft 2058 C.A. www.florhard.com Taddei Herve Com MD PD SWC 3 MCH 23 wrote: >I will be back in the office on
2008 Oct 15
1
Flash/Vorbis: Even more improvements
Hello everyone, the code is slowly getting a little bit messy, but at least I've managed to tweak a lot of performance out of my Vorbis player for Flash. I did several improvements to the Huffman decoder by eliminating function calls and managed after a while to create an AS/haXe hybrid player. The haXe compiler definately produces much more efficient bytecode (at least in some
2003 Dec 17
1
Using Squid + Samba3 + Winbind
I've just setup a squid server using the above software. NTLM authentication works 90% of the time with no user intervention. I'm noticing that occasionally I'm getting a popup asking for a username and password. I've looked that the winbind logs, and the only thing I notice is: [2003/12/17 14:38:00, 1] nsswitch/winbindd_group.c:winbindd_getgroups(959) user 'root' does
2017 Jul 31
3
reproducible segmentation fault installing packages on FreeBSD 11.1
Hi, This happens when attempting to install any package. There were no such problems on 11.0. Some other ways to trigger the problem: curlGetHeaders("http://bugs.r-project.org") There are no problems with the first two calls, but then the crash always happens on the third call. tf <- tempfile() download.file("http://cran.r-project.org/",tf,method="libcurl")
2016 Nov 23
0
shared libraries: missing soname
>>>>> Joseph Mingrone <jrm at ftfl.ca> >>>>> on Tue, 22 Nov 2016 22:21:49 -0400 writes: > Dirk Eddelbuettel <edd at debian.org> writes: >> On 22 November 2016 at 00:02, Joseph Mingrone wrote: >> | These are also not fatal errors on FreeBSD, where everything, for now, also just >> | works. ...until a library's
2002 Jul 23
1
locking.tdb - Failed to open byte range locking database
i have taken a default intel redhat 7.2 machine which came with samba 2.2.1a and removed samba, samba-common, samba-client and samba-swat. i also removed /etc/samba and /var/lock/samba and all samba log files i then installed the samba RPM for samba 2.2.5 from: http://se.samba.org/samba/ftp/Binary_Packages/redhat/RPMS/7.2/samba-2.2.5- 1.i386.rpm i then installed this with rpm -ivh
2007 Mar 27
7
Eager loading not working well for me
Man my app is causing me so much grief lately. Okay let''s say I have: class Discussion has_many :posts end class Post belongs_to :discussion acts_as_tree end Then let''s say I grab a discussion object and try to eager load all of its posts: discussion = Discussion.find(:first, :include => [:posts]) Seems simple enough and it grabs an entire tree of posts. However:
2000 Apr 19
0
byte range locking
Hello all, I have an ACT database residing on a Samba 2.0.6 server running Linux. The clients are Windows98/NT. When a user is editing a record in the database ACT will not allow another user to edit *any* record in that database. The way it is *supposed* to work is ACT should only lock the record being edited and not the whole database. This problem does not occur if the database resides on a
2003 Mar 26
2
Failed to open byte range locking database
I am getting this error message when I type smbstatus.The message does not offer a lot of assistance. Is there any one with a good reason for this message?? Thx in advance Glenn Samba version 2.2.0a Service uid gid pid machine ---------------------------------------------- Failed to open byte range locking database ERROR: Failed to initialise
2006 Jul 07
15
Does Berkeley DB and Rails seem like a good match?
I''ve been reading up on Berkeley DB and I''ve been refelcting on the Rails philosophy and it just seemed to me like the two should go together hand in glove. Rails seeks to abstract the programer from squirrely database coding which is great. My only problem is that you''re still left with a large component, namely the databsase server (MySQL, PostgreSQL..etc) which
2005 Sep 21
4
Rails controller with Win32 COM object calls
Has anyone had any experience with making calls to Win32 COM object in a rails controller. I have no problem making the calls using the WIN32 module, however I do seem to have some memory leaks, when the COM object being called at some point makes use of SafeArrays. The same method calls in VB,Visual C++ don''t produce the same memory leaks. I realize this might seem a little odd, but
2007 Dec 18
1
Portaudit database truncated?
December 18, 2007 Dear Madam, dear Sir, the portaudit database is very small: >portaudit -F auditfile.tbz 100% of 5688 B 9737 Bps New database installed. > In addition, portaudit does not complain about what it did complain a few days ago. It seems to me that the database is truncated. By the way: How do I post to a mailing list without being later spammed by the
2008 Mar 25
4
Language
G'Day ; I'm trying to load some programs ex CD, and they all come out in Greek language ???, when I installed them in Windows they were in English, does anyone know how I can resolve this ???. Many Blessings Miykle
2004 Feb 06
3
Something to keep an eye on (perhaps)
As seen on the wx-dev mailing list yesterday: http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?5:mss:42943:200402:ennjfiogkccphebpmcfc
2011 Feb 03
1
Abnormal memory usage of dom0 under Squeeze leading to crash
Hi, We normally run Lenny dom0 with 384 MB of RAM in our production server. But as we did few trials with Squeeze, I had the very bad finding that a Squeeze dom0 requires at least 1024 MB of RAM. As soon as I do something like "xm mem-set Domain-0 800", my server crashes: OOM starts killing processes, starting with sshd, then mdadm and so on, then the server reboots by itself. This
2011 Feb 03
1
Abnormal memory usage of dom0 under Squeeze leading to crash
Hi, We normally run Lenny dom0 with 384 MB of RAM in our production server. But as we did few trials with Squeeze, I had the very bad finding that a Squeeze dom0 requires at least 1024 MB of RAM. As soon as I do something like "xm mem-set Domain-0 800", my server crashes: OOM starts killing processes, starting with sshd, then mdadm and so on, then the server reboots by itself. This
2008 Aug 20
1
boot0cfg and gmirror ...
Hi, all, I know about the "foot shooting" prevention in geom(4) when trying to update the MBR of a mounted disk. I have a system with ad4 and ad6 mirrored and fdisk partitions residing on the mirror to be booted alterningly: hd30# gmirror status Name Status Components mirror/m0 COMPLETE ad4 ad6 hd30# mount /dev/mirror/m0s1a on / (ufs, local, read-only)
2007 Aug 18
1
Suspected memory leak with R v.2.5.x and large matrices with dimnames set
Hi - Admittedly, this may not be the most sophisticated memory profiling performed, but when using unix's top command, I'm noticing a notable memory leak when using R with a large matrix that has dimnames set. To allow people to reproduce the problem I'm seeing, I've added a small (< 50 lines) code snippet at the end of this email. I'm seeing this