Displaying 12 results from an estimated 12 matches similar to: "smbd crashs while using keytab"
2011 Apr 29
1
intermittent "Could not look up qualified variable" on puppet master server, client fails to retrieve catalog after 2.6.8 upgrade
After upgrading my puppet master to 2.6.8 from 2.6.2, I intermittently
get things like:
puppet-master[29789]: (Scope(Class[Auth::Kerberos_ldap])) Could not
look up qualified variable ''common::datacenter::ldap::ldapservers'';
class common::datacenter::ldap has not been evaluated
puppet-master[29789]: Failed to parse template auth/rhel5/
ldap.conf.erb: undefined method
2006 Mar 07
6
fcgi dispatcher crashing
I''m trying to set deploy an app on apache2 with the fcgid module, but can''t
seem to get anywhere.
Things work fine with cgi, but when i switch to fcgi, i''m stuck with a ''503:
Service Temporarily Unavailable''. There''s no error being logged anywhere,
afaik.
Trying to run dispatch.fcgi from the shell doesn''t work either. It bombs
out,
2009 Sep 15
0
1.2.5: quota.c + quota_fs.c crashs dovecot
Hi Timo,
"quota.c" calls "root->backend.v.init_limits(root)", but "quota_fs.c"
initializes this with NULL. On AIX e.g. this results in core dumping
imap with SIGILL. I've attached a (quick and dirty) patch.
Ralf
--
______________________________________________________________________
Dipl.-Inform. (FH) Ralf Becker Rechenzentrum (r/ft) der FH Trier
2005 Mar 02
3
Netbench controller crashs
Hi All,
I'm running netbench against our samba based filer and having I believe
a controller problem.
When I configure the test to run multiple engines per client (about 5 in
my case) and about 20 clients so all together I have 100 engines, the
controller crashes.
My clients are a mix of NT4, winxp and win2000 systems.
If I run the controller on windows 2003, the controller simply
2002 Feb 16
3
Symbol "£" crashs R in Win98
Dear R users,
> version
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
I was trying to read in some data in a text file. In the data file, some
of the column headings
2016 Jun 27
2
fts_solr crashs
Hi,
I?ve set up in dovecot 2.2.24-1~auto+49 (from dovecot repo) fts_solr and
fts_tika - jetti8 (from Debian Jessie) and latest tika-server running on
a seperate machine. But if I want to rescan all messages for reindexing
for instance all attachments with "doveadm -v index -u user at domain.tld
INBOX" with 3137 mail in the INBOX it counts and then by 2900 mails the
doveadm crashes
2006 Jul 24
1
DomU crashs on startup
Hi all,
i need to use openbsd 3.9 as domU. So I downloaded an image and used my
standard config file:
kernel = "/boot/vmlinuz-2.6.16.18-xenU"
memory = 128
name = "openbsd.3-9"
disk = [''file:/xen/openbsd/disk,sda1,w'']
root = "/dev/sda1 ro"
but when I start the domU and attach the console I only see following lines
befor it crashs. Any
2003 Jan 05
2
VorbisFile library crashs.
Hello!
There is a problem with the VorbisFile library. It only works when I open an
OGG file for
the 1st time. After I closed the file and try to open another one or the
same it crashs. It seems it applies to the use of either ov_open or ov_test
functions or their combination.
I wrote a test app that illustrates the bug. It crashs with a message
"Unmapped memory exception". It's
2011 May 06
5
WoW Launcher.exe crashs
Hi,
I've got no problem playing World of Warcraft via the Wow.exe file, but Launcher.exe was always a little buggy, crashing from time to time.
Problem is that today there's a new, small, patch, and Launcher.exe keeps crashing (the Launcher window shows up, then freeze), so i can't update and therefore, can't play.
I use Archlinux (64bit) and wine 1.3.19.
Crash log:
Code:
2006 Oct 27
3
firefox 2.0
Has anyone downloaded firefox 2.0 and tried it?
I just did. I am very confused. I download the firefox-2.0.tar.gz
Untared it and the readme.txt was one sentence. nothing useful.
There is no install**** anything.
The URL the readme.txt mentions to the release notes, does have
a "install" link, but it doesnt say anything about actually installing.
All it says in one sentence is
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hello Sean and Tobias,
Sean,
Thank you. Could you describe Nick's ideas in few words or give me links
to your discussion, so I could adapt my ideas to it.
Tobias,
Your patch fails on several modules in my benchmark (73 of ~1800 tests).
I have sent one as attachment.
See statistics files for more details, all the .ll files you could
simply find in test-suite object directory (after
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability