Displaying 20 results from an estimated 3000 matches similar to: "URGENT: REDHAT 6.1 STORES SAMBA PRIVATE FILES IN /etc"
2009 Nov 14
2
[LLVMdev] Very slow performance of lli on x86
Hi all,
I am trying to compare the performance of gcc , llvm-gcc , clang and
lli(with JIT) on x86. i have attached the performance comparision
spreadsheet as well as the source which i used for performing these test. i
ran this code for 10000 iterations and the time of execution is as follows
for -O3 results refer attachment.
*clang (-O0) *
real 0m10.247s user 0m2.644s sys 0m5.949s
2018 Mar 26
2
murmurhash3 test failures on big-endian systems
Hi Aki,
On 15:55 Mon 26 Mar , Aki Tuomi wrote:
> On 26.03.2018 15:49, Apollon Oikonomopoulos wrote:
> > Hi,
> >
> > The dovecot 2.3.0.1 Debian package currently fails to build on all
> > big-endian architectures[1], due to murmurhash3 tests failing. The
> > relevant output from e.g. s390x is:
> >
> > test-murmurhash3.c:22: Assert(#8) failed:
2009 Sep 09
4
Dmesg log for 2.6.31-rc8 kernel been built on F12 (rawhide) vs log for same kernel been built on F11 and installed on F12
Previous 2.6.31-rc8 kernel was built on F11 and installed with modules on F12.
Current kernel has been built on F12 (2.6.31-0.204.rc9.fc12.x86_64) and installed
on F12 before loading under Xen 3.4.1.
Dmesg log looks similar to Michael Yuong''s ''rc7.git4'' kernel for F12.
Boris.
--- On Tue, 9/8/09, Boris Derzhavets <bderzhavets@yahoo.com> wrote:
From: Boris
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
acpi_evaluate_dsm() and friends take a pointer to a raw buffer of 16
bytes. Instead we convert them to use uuid_le type. At the same time we
convert current users.
acpi_str_to_uuid() becomes useless after the conversion and it's safe to
get rid of it.
The conversion fixes a potential bug in int340x_thermal as well since
we have to use memcmp() on binary data.
Cc: Rafael J. Wysocki <rjw
2005 Jan 24
1
AVM Fritz crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Not strictly Asterisk related, but I'm trying to get an AVM Fritz! card to
work with Asterisk on a Fedora Core 3 box. I've grabbed the official AVM
Fritz CAPI driver from the AVM website and compiled against the current
kernel. However, as soon as I modprobe it I get:
CAPI Subsystem Rev 1.1.2.8
fcpci: module license 'Proprietary'
2009 Aug 07
3
Wine 1.1.26 crash on civ IV
Hi,
recently I did update my system to xorg 1.6.3 mesa 7.5 and intel driver 2.8.0 and glew , prior to this update I had this game working ... now it gives me this error :
> There may be more fonts available - try increasing the value of MAX_FONTS
> There may be more fonts available - try increasing the value of MAX_FONTS
> fixme:system:SystemParametersInfoW Unimplemented action: 55
2012 Sep 18
1
Back trace from rcutree.c after resuming from S3
Hi,
after solving the issue I had with a DVB tuner I tested again
suspending and resuming from S3.
I am now running Xen 4.2.0 and have applied patches [1] and [2] (any
idea why they are still not in mainline?) over a 3.5.3 kernel. I only
tried once since I upgraded my Xen, but after resuming I got the
following back trace:
[ 142.267299] pcieport 0000:00:1c.5: wake-up capability enabled by ACPI
2009 Nov 14
0
[LLVMdev] Very slow performance of lli on x86
Hi all,
I am trying to compare the performance of gcc , llvm-gcc , clang and
lli(with JIT) on x86. i have attached the performance comparision
spreadsheet as well as the source which i used for performing these test. i
ran this code for 10000 iterations and the time of execution is as follows
for -O3 results refer attachment.
*time clang (-O0)
llvm-gcc(-O0)
2024 Oct 23
10
[Bug 3747] New: ssh with ldap user account slow every time, local accounts unaffected
https://bugzilla.mindrot.org/show_bug.cgi?id=3747
Bug ID: 3747
Summary: ssh with ldap user account slow every time, local
accounts unaffected
Product: Portable OpenSSH
Version: 8.9p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component:
1998 Mar 04
1
Server software unfriendly
Hello,
With AIX 4.2 and samba 1.9.18 (or previous versions), I have a problem when i type :
smbclient -L <servername>
these are the errors in nmbd log:
adding IPC service
Added interface ip=10.120.1.250 bcast=10.120.1.255 nmask=255.255.255.0
Opening sockets
Connecting to 10.120.1.250 at port 139
Connected
write_socket(3,76)
write_socket(3,76) wrote 76
Sent session request
Session request
2009 Apr 15
1
hang with fsdlm
Using fsdlm/ocfs2_controld.cman, I've rerun the test I've been having problems
with on 2.6.30-rc1. After running for several minutes in the same directory
on three nodes, the test hangs, and I collect the following information:
bull-01
-------
3053 S< [ocfs2dc] ocfs2_downconvert_thread
3054 S< [dlm_astd] dlm_astd
3055 S< [dlm_scand]
2002 May 28
1
Rsync problem
I've looked in a lot of places but found nothing. I'm trying to perform an
rsync between 2 RH 7.2 boxes with kernel 2.4.14. My rsync version is 2.4.6
protocol version 24
Here is the command I'm passing:
/usr/bin/rsync -a -vv -C --progress --delete -e ssh /tmp
remote.host.com:/tmp
Everytime I run this command with one of the users, I get this error:
"building file list ...
2009 Dec 17
2
RFC: conflict_warnings plugin
Greetings,
I was hoping to get some feedback on a plugin I wrote.
The plugin is called conflict_warnings and is currently available from
my github repository at http://github.com/EmFi/conflict_warnings
The purpose of the plugin is to provide a simple methods of preventing
data inconsistencies that could arise from multiple users interacting
with the same resource.
Under basic operation a
2010 Feb 12
2
What happens to RJS in Rails 3
I know that Rails 3 ideal of unobtrusive javascript will result in the
removal of all inline javascript. But where does that leave RJS?
It looks like PrototypeGenerator is still a part of the Rails core, so
I''m going to assume that RJS templates will remain unchanged. Still
looks like gems/plugins such JRals will be necessary for use of other
JS frameworks.
Can anyone confirm or deny
2018 Mar 26
0
murmurhash3 test failures on big-endian systems
On Mon, Mar 26, 2018 at 15:57:01 +0300, Apollon Oikonomopoulos wrote:
...
> I'd be happy to test the patch, thanks!
Ok, try the attached patch. (It is a first pass at the issue, so it may not
be the final diff that'll end up getting committed. It'd be good to know if
it actually fixes the issue for you - sadly, I don't have a big endian
system to play with.)
Thanks,
Jeff.
2002 Oct 03
1
Urgent: LDAP showstopper
I have a Smaba2.2.5+LDAP Setup
Many of my newly added users suddenly not able login even I am not able to
add any new users.
When I run smbpasswd -D 99 e91255 e91255 it gives the foll o/p.
This has beame network show-stopper and the users are started complaining.
TIA
Shekhar
[The last few lines may give a hint]
Initialising global parameters
params.c:pm_process() - Processing configuration file
2002 Sep 07
1
REPOST: another nt4 and samba question
SERIOUSLY.... does ANYONE have ANY ideas??? I'm stumped silly. HELP!!!!
thanks,
dave
>
>Hi, I'm going to scream.
>
>I have a "dell-installed" red hat 7.2 build and I have been attempting to
>get it to join my NT4.0 domain with samba... after getting past the old
>version of samba that shipped with it and updating to the latest samba
>from the samba web
2011 Jun 13
5
3.0.0-rc2: Xen: High amount of kernel "reserved" memory, about 33% in 256MB DOMU
Hi,
another issue I''m seeing with 3.0-rc2 and Xen is that there is an
unexpectedly high amount of kernel reserved memory.
I suspect that Linux allocates page table entries and corresponding
data structures for the whole 6GB areas of the provided ''physical
RAM map'' even though it has rather big unusable holes in it.
[ 0.000000] BIOS-provided physical RAM map:
[
2013 Jan 15
2
[Bug 9562] New: Systemd socket activation
https://bugzilla.samba.org/show_bug.cgi?id=9562
Summary: Systemd socket activation
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: samba at emery.neomailbox.net
2015 Jul 19
4
Bug in ARM fixed-point ASM?
Hi, folks,
I've been hunting down some strange bugs in audio I've been doing. While hunting my bugs down, I tripped across what appears to be an Opus bug, but it's not clear where it's coming from.
Note that the optimization choices differ between the two in the config.log below. How can I force them to be the same? Presumably I need to force the android version toward the