Displaying 20 results from an estimated 20000 matches similar to: "Re: samba-3.0a13_1 PDC"
2004 Feb 18
0
getpwnam() fails with winbind on samba pdc
Hello List,
I've been running into the following winbind problem and would really
appreciate if anyone could give me a hint here:
I'm currently using Samba 2.2.7a as a fileserver (domain member),
user-authentication is done on a WinNT 4.0 PDC. The Samba fileserver
is running winbind so all the users need not be created locally.
Now I want to replace the old Samba version with Samba
2000 Aug 28
1
Promoting Samba to PDC in NT domain?
Hi,
I've a Samba 2.0.7 server in a NT4 domain with PDC and BDCs NT Servers around.
The network is subnetted into 255.255.255.128, the samba machine is in
192.168.1.229 while the PDC and BDC are in 192.168.1.44 and 192.168.1.78.
When I created the samba box, I ran server manager in NT to make it a server, NOT PDC/BDC. The setup has been running for more than 4 weeks without problems. Today,
2003 Mar 05
0
Problems switching from a samba 2.2.2 pdc to 2.2.7 pdc
Hi folks,
today I tried to switch from a samba 2.2.2 PDC to a samba 2.2.7 PDC.
Everything semed to be working fine with smbclient.
Windows user couldn't log on, but with following differences:
* users belonging to the domain admin group could log on from Win2k boxes
* normal users couldn't log on from win2k boxes, with the usual "check if you
didn't mis-type
2008 Nov 23
1
Cluster fail over database getting stopped
Hi,
I am running RHEL3u8 two node cluster,which is running oracle 9i
database.I am facing problem while rebooting second node causing my
oracle database get stopped in the active node 1 which is running my
database.so i checked below probabilities to find out when the
database get stopped.
Version
clumanager-1.2.31-1.x86_64.rpm
I stopped both the node.
started first node
when the
2004 Aug 06
2
Ices 0.3 & freebsd
Hi,
Just trying to compile ices 0.3 src from tarball on a freebsd 4.5 box.
I installed libshout2-2.0,1 port but ./configure can't find shout_new ...
checking dynamic linker characteristics... freebsd4.5 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be
2004 Jul 19
1
unable to join domain hosted by 3.0 PDC
I've been trying to set up a samba 3.0 PDC, and am unable to get my
machines to join the domain. I've followed the HOWTO pretty closely, but
when I try to get a win2k machine to join the domain, I get a message
saying that the authentication failed. The log on the samba server shows
the following errors (at loglevel 2):
[2004/07/18 21:05:04, 2]
2005 Mar 11
3
no auth.xsl
Hi out there!
I?ve set up an Icecast2 (2.2.0) Win32 Server with oddcast DSP 2.0.15
The basics (a simple stream in .ogg) works realy fine. But now I would like to add authentication. So I set up the <mount> section in the icecast-config. It looks like this now:
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
2010 May 28
0
xen 4.0.0 dom0 console video unreadable / scrambled
I previously sent this help request to xen-api rather than xen-users.
My apologies for the re-send.
-------------------
I am following http://www.gentoo.org/doc/en/xen-guide.xml to build a new
box for use as dom0. For the dom0 kernel configu I used as a basis a
previous, working config from a non-xen kernel. That previous kernel
(2.6.32-gentoo-r7) exhibits no console video problem. My new xen
2006 Jul 12
1
strange PDC login problems
Hi,
on some W2K and WinXP clients we suddenly have problems to log into our
Domain. Error message from logfile (loglevel 2):
[2006/07/12 15:17:31, 2] lib/access.c:check_access(321)
Allowed connection from (192.168.34.118)
[2006/07/12 15:17:31, 0] rpc_server/srv_netlog.c:api_net_sam_logon(206)
api_net_sam_logon: Failed to marshall NET_R_SAM_LOGON.
[2006/07/12 15:17:31, 0]
2011 Oct 04
0
overlay image on centos 6 do not work
Hello,
I have some problems with overlay images on a host running centos 6.0
* I have 2 physical hosts, one running centos 5.5, the other running
centos 6.0
* I created a virtual linux host with a raw file image centos6.img
I can start this vm on both machines.
* then I created an overlay of the file image with
qemu-img create -b centos6.img -f qcow2 centos6.ovl
when I start the VM
2003 May 21
6
fixme:font:LFD_InitFontInfo DBCS fonts like...
I get these errors when running winex on paltalk.exe, what can I do?
Building font metrics. This may take some time...
fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-big5-0' are not working correctly now.
fixme:font:LFD_InitFontInfo DBCS fonts like '-default-kai-medium-r-normal--8-80-72-72-c-80-gb2312.1980-0' are not working correctly
2003 Apr 13
0
[ANNOUNCE] Release of iptables-1.2.8
--Vy1A5eXR7jld12ZH
Content-Type: multipart/mixed; boundary="N/GrjenRD+RJfyz+"
Content-Disposition: inline
--N/GrjenRD+RJfyz+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
The netfilter coreteam proudly presents:
iptables version 1.2.8:
Version 1.2.8 is a maintainance release, containing dozens of small
2014 May 13
0
[PATCH] isohybrid: fix overflow on 32 bit system
No #if.
On May 12, 2014 6:26:18 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote:
>On 2014?05?12? 22:38, H. Peter Anvin wrote:
>> That is because it needs to use fseeko() and use off_t.
>
>Do you mean it does need a patch for isohybrid.c. And the patch looks
>like:
>
>#if _FILE_OFFSET_BITS == 64
> fseeko(...)
>#else
> fseek(...)
>
>
2014 May 13
2
[PATCH] isohybrid: fix overflow on 32 bit system
On 2014?05?12? 22:38, H. Peter Anvin wrote:
> That is because it needs to use fseeko() and use off_t.
Do you mean it does need a patch for isohybrid.c. And the patch looks like:
#if _FILE_OFFSET_BITS == 64
fseeko(...)
#else
fseek(...)
Regards,
Kai
>
> On May 11, 2014 11:53:17 PM PDT, Kang Kai <Kai.Kang at windriver.com> wrote:
>> On 2014?05?12? 10:49, H. Peter
2023 Nov 12
1
[REGRESSION]: acpi/nouveau: Hardware unavailable upon resume or suspend fails
Hi,
On 11/10/23 17:58, Owen T. Heisler wrote:
> Hi everyone,
>
> On 11/10/23 06:52, Kai-Heng Feng wrote:
>> On Fri, Nov 10, 2023 at 2:19?PM Hans de Goede <hdegoede at redhat.com> wrote:
>>> On 11/10/23 07:09, Kai-Heng Feng wrote:
>>>> On Fri, Nov 10, 2023 at 5:55?AM Owen T. Heisler <writer at owenh.net> wrote:
>>>>> #regzbot
2015 Oct 22
0
C_LogLin (stats/loglin)
Kai,
Apologies for the double message, it didn't go to the list last time.
On Thu, Oct 22, 2015 at 9:59 AM, Kai Nitschke <
kai.nitschke at uniklinik-freiburg.de> wrote:
>
> ?.Call? calls the C/C++ function ?C_LogLin?. But when I am running it line
> by line I get
> the following error on line 23/24:
> Error: object 'C_LogLin' not found
>
> Hence, my
2013 Mar 26
0
Solved: Can't convert Puppet::Util::Log into Integer
Hello,
It seems that, for one reason or another, two thing happened: the postgres
for puppetdb was dead, and the puppetmaster service was started, even
though it''s run from apache. After a bit of cleanup, everything works now.
Thanks for your suggestion, and sorry for the stupid issue.
On Tue, Mar 26, 2013 at 11:43 AM, Keith Burdis <keith@burdis.org> wrote:
> The agent only
2005 Aug 13
2
SSH hostname login
I run CentOS 4.1 on a remote server and did a minimal installation. My
problem is that I can not login using the HOSTNAME, must use the IP.
1. edited the - /etc/sysconfig/network
2. changed - HOSTNAME=a266
3. restarted the network
Looks ok, hostname appears when logged on via IP, but can't use the
HOSTNAME to log on from client.
---
[kai at localhost ~]$ ssh a266
ssh: a266: Name or
2009 Sep 03
1
Samba-PDC: One fresh installed XP-Machine can't load the Profiles
Hello,
I have a Samba-PDC (Samba 3.0.23d) with a ldap-Backend.
On serveral XP-Machines I can log in with my domain-account, everything
is running fine. But one freh installed XP-Machine can't load my profile.
I can't find anything in the Logs (loglevel 5) that seems to point to
the problem of my PDC:
Can anybody help me to fix this?
Heres the smb.conf:
2013 Mar 26
1
Can't convert Puppet::Util::Log into Integer
Hi all,
Could anyone help me at least start debugging this issue?
All agents have the same error, but i can''t find anything on the
master-side logs. And the agent-side logs are non-existent (/var/log/puppet
is empty).
Thanks.
Versions:
Master:
Red Hat Enterprise Linux Server release 6.3
puppet-server-3.1.0-1.el6.noarch
puppetdb-1.1.1-1.el6.noarch
puppetdb-terminus-1.1.1-1.el6.noarch