Displaying 20 results from an estimated 7000 matches similar to: "heimdal and windows compatibility up-to-date informations"
2007 Nov 05
1
xend crash at startup
xend crashes at startup with following stack trace:
...
File "/usr/lib64/python/xen/xend/XendPIF.py", line 68, in
linux_get_phy_ifaces
phy_ifaces.append((name, int(mtu), bridged_mac))
UnboundLocalError: local variable ''bridged_mac'' referenced before assignment
The simple patch attached below prevent the crash, and allow xend to
start normally.
It seems the crash
2009 Jan 14
4
insufficient fix for gcc localised output in stubdom makefile
Hello.
There was a slight change in stubdom makefile from 3.3 to 3.3.1, in
order to use non-localised gcc output:
GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e
''s/install: \(.*\)/\1/p'')
However, this is still unsuffient to just set LANG:
[guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e
''s/install: \(.*\)/\1/p''
At least on
2008 Nov 12
1
Two problems with Samba in AD realm
Hello list.
I recently moved to an AD environment. I'm still keeping a samba servers
to make my cups-managed printers available to windows users, rather than
duplicating configuration with a Windows print service. But I'm facing
two problems, probably due to the way we manage AD.
First, all my host belong to a Unix-managed DNS domain
(msr-inria.inria.fr), not to the windows-managed
2009 Jan 27
0
samba, ADS and privileges management
Hello list.
I once had a samba server acting as a PDC, a mapping between my NT
'Domain admins' and Unix 'admins' groups, and everything worked perfectly.
Now I got a new shiny samba server acting as a print server only, member
of an AD domain, and I can't have the members of 'Domain admins' group
manage printing drivers on the server, whereas the Administrator
2009 Jul 21
6
Troubles converting a pv host from dom0-hosted kernel to self-contained kernel
Hello list.
I have a perfectly working PV host, with this configuration:
kernel = "/boot/vmlinuz-2.6.18.8-xen-3.3.0-7mdv"
ramdisk = "/boot/initrd-2.6.18.8-xen-3.3.0-7mdv.img"
root = "/dev/sda1 ro"
extra = "(hd0)/boot/grub/menu.lst"
memory = 256
maxmem = 512
name = "sexonthebeach"
uuid = "f36962f5-0dec-4708-84a0-f5b4dea48d34"
disk = [
2008 Jul 03
6
2.6.26-rc8 pv_ops causes Unhandled invalid opcode fault/trap
Xen: 3.2.1-rc5 64bit
Dom0: 2.6.18.8 (at cs 524) 32-pae
DomU: 2.6.26-rc8 32-pae
root at newark13:~# xm create -f /linodes/xencaker/xen.conf -c
Using config file "/linodes/xencaker/xen.conf".
Started domain xencaker
root at newark13:~#
root at newark13:~# xm dmesg
...
(XEN) traps.c:413:d332 Unhandled invalid opcode fault/trap [#6] on VCPU
0 [ec=0000]
(XEN)
2009 Feb 11
1
desactivating NTLM fallback when accessing a share and kerberos auth fails
Hello.
I have a print server member of an AD domain, and my users are
autenthicated through an external kerberos domain. My samba server FQDN
is 'etoile.msr-inria.inria.fr', and has 'cups.msr-inria.inria.fr' as DNS
alias.
For foreign visitors, everything works fine: when attempting to reach
\\cups, samba immediatly detect from given credentials than user comes
from an
2007 Feb 01
8
Dell Servers
Hi,
I was planning on getting a Dell PowerEdge 2950 for our new Asterisk
configuration.
But while searching for documentation about it and/or reported issues, I
found this:
http://www.voip-info.org/wiki/view/Asterisk+hardware
WARNING - many Dell motherboards use the e1000 gigabit ethernet chipset,
which has been known to cause random locksup - if you plan on using a
Dell server, disable the
2008 Oct 08
3
Samba as PDC+OpenLDAP: unique login?
Hello all,
I'm new to OpenLDAP and a moderate Samba admin.
My nights became not so good while trying to get running OpenLDAP + Samba as
PDC on a Slackware 12.1 server...
Well, the scenario is:
I have a functional and already running OpenLDAP base that provides login
for users on Web apps.
My actual PDC is an old MS NT4 Server.
I'm using the default Samba (v. 3.0.28a) installed by
2007 May 03
1
VoiceXML + Nuance
Hello,
Is there anyone who has ever done a setup of VoiceXML combined with some
licenses from Nuance for the ASR/TTS engine within Asterisk ?
I'm currently working with VoiceGenie, for the VoiceXML + ASR/TTS
engine, but we are having a couple of issues which I guess are caused by
VoiceGenie.
If there's an alternative, it would be very interesting for us.
Thanks,
--
Eric Rousse
2009 Nov 27
4
strange issue with xerox printer: unable to configure driver
Hello list.
I've a strange issue with a samba 3.4.3 print server. Everything is fine
with most printers, meaning drivers are assigned on server side and
automatically distributed to the clients as expected. However, I fail to
configure a Xerox document center 7435 the same way.
When I attempt to assign a driver to the printer, from a windows client
with admin privileges, I get an
2004 Aug 06
0
Fwd: libshout headers
Sent again, as original seems to get lost in cyberspace.
BTW, this is not the sole compilation problem in ices.
src/ices_config.c use the followind includes:
#include <parser.h>
#include <xmlmemory.h>
whereas libmxl includes are in /usr/include/libxml
---------- Message transmis ----------
Subject: libshout headers
Date: Mercredi 16 Juillet 2003 22:41
From: Guillaume Rousse
2007 Mar 14
1
SASacct
Hey guys,
I have a little problem. i'm running a CentOS 4.4 (Final) (Linux
2.6.9-42.0.10.EL) box.
So, i installed SASacct (http://rousse.pm.org/sasacct/) for accouting
the traffic of
my hosts. But it dont make the graphics/images of utilization.
The libs, rrdtool, perl are all installed. I just tested with rpm
based rrdtool and
Tarball, but no success.
The firewall is ok:
Counters reset
2012 Sep 17
2
inheritance failure: duplicate declaration error
Hello list.
I''ve the following parent class:
class munin::client {
...
munin::client::plugin { "postfix_mailqueue":
name => "postfix_mailqueue",
enable => "false"
}
}
And the following inherited class:
class munin::client::plugins::postfix inherits munin::client {
munin::client::plugin {
2005 May 04
3
Dual ethernet server on the same LAN
Hello,
I have Fedora Core 3 linux and Samba 3.0.14a on a server that has 2
ethernet interfaces connected to the same LAN. The purpose to have such
a server with 2 network cards is to serve 2 network shares with high
traffic. I want the first share to be accessed trough the first network
card (named drone.domain.com) and the second share trough the second
card (named probe.domain.com). My DNS
2003 May 12
2
[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5
http://bugzilla.mindrot.org/show_bug.cgi?id=563
Summary: getaddrinfo() in libopenbsd-compat.a breaks heimdal-
linked pam_krb5
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
2012 Aug 22
0
Heimdal Update MFC Date?
Any idea when the updated heimdal will get MFCed? 9.1-RELEASE? I've been
keeping and eye on this for a while and am eager to see this update.
Thanks,
Jason
2004 Jan 23
3
[Bug 563] getaddrinfo() in libopenbsd-compat.a breaks heimdal-linked pam_krb5
http://bugzilla.mindrot.org/show_bug.cgi?id=563
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |793
nThis| |
------- Additional Comments From dtucker at zip.com.au 2004-01-22 21:16 -------
2008 May 08
1
rmpi/snow grabs all available CPU
Hi,
I'm testing affyPara on Debian lenny with
R 2.7 from unstable, and the corresponding bioconductor packages from
bioconductor.org downloaded using biocLite as per usual.
The command
cl = makeMPIcluster(k)
succeeds, but spawns k R slaves which promptly soak up all available CPU, which
is odd since they are not doing anything yet. This looks like a bug to me.
Similar behaviour is shown
2012 Oct 29
0
Porting febootstrap to urpmi-based distributions
On Mon, Oct 29, 2012 at 11:10:04AM +0100, Guillaume Rousse wrote:
> Hello Richard.
>
> I didn't find any dedicated mailing-list for febootstrap, so sending
> this directly seems the best option.
CC-ing this to libguestfs at redhat.com which is the right list.
> I'm interested to have
> libguestfs on mageia, meaning I have to port febootstrap first. I
> had a quick