Displaying 20 results from an estimated 3000 matches similar to: "Windows 7 notebook unaccessable"
2009 Jul 29
1
Batch computer account creation
I'm looking for a way to batch create a list of computers accounts in
Active directroy running on Windows 2000 PDC.
I tried to use perl ldap to create those objects but I didn't manage
to set the  sAMAccountType to  "805306369" ( apparently this is a read
only auto generated value)
Is there any way to do that under Linux ?
Thanks,
  Thomas
#! /usr/bin/perl
use strict;
use
2019 Feb 20
4
Error NT_STATUS_CONNECTION_REFUSED
Hi,
After installing samba on ubuntu 18.04 following the guide at
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller 
can't do anything with it.
# smbclient -L localhost -N
Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED)
looks like its not even running...
ps ax | egrep "samba|smbd|nmbd|winbindd"
 1965 pts/0    S+     0:00
2019 Feb 19
3
how to configure smb.conf after installing samba-dc.x86_64 0:4.8.3-4.el7 centos7
Hi, installed samba-dc.x86_64 on a new VM. There used to be a great web
based tool to configure smb.conf or smb4.conf which used to be (in
FreeBSD Systems) /usr/local/sbin/swat
In a CentOS system, other than using plain vim how does one configure
smb.conf?
Thanks!
2002 Feb 21
0
NT 4.0 Remote Access Server to a samba PDC
[Repost of my reply, with a subject line this time]
> Im trying to join one NT Server 4.0 Remote Access Server to a samba PDC
> (2.2.2) Domain so that the users who make dial-up connections can be
> validated on this domain. The Windows NT Server (RAS) is joining to the
> domain but the users who trying to make a dial-in connection receive a
> message saying that they not have
2017 Aug 25
2
Cannot login to Samba server remotely
Hi, can't seem to login to Samba Server using notebook. OS is FreeBSD 
10.3. Samba Version is 4.6.6
Connect to the remote Samba server using L2TP/IPSec connection. When 
trying to login it's not accepting the correct credentials.
When ssh'ing to the server can login without any issue:
# smbclient -Uusername //server/share
Enter SERVERNAME\username's password:
Domain=[DOMAINNAME]
2018 Mar 12
2
failes replication ldap, error SPN
Good afternoon.
how to overcome the problem,
samba creates an SPN in the format computer_name.example.com (computer name in lower case) and Windows registers as CUMPUTER_NAME.example.com (computer name
in uppercase).
When synchronizing in the direction of Samba, 2 SPN entries appear
computer_name.example.com
CUMPUTER_NAME.example.com
And on the windows side, there is a replication error, since by
2011 Apr 15
3
Samba 3.5.8 / Windows error and system errors while mapping network drive on some PC's
Problem: We have a share defined using Samba 3.5.8 on AIX 6.1. Several
people can map a Windows Network Drive to the share and it works fine.
Several other people get Windows errors or system errors when trying to
map a drive to the same share.
 
Command line errors (from the net use command):
System error 59
or
System error 64
 
Windows Explorer error:
The specified network name is no
2010 Jun 07
0
I have a weird problem with PDC on samba 3.5.3 and I think I need developers' help :)
I'm sorry for the very long debug pasted below but I'm afraid lower
debug levels would not give enough useful information about the
problem. I've been investigating it for over two weeks with no result.
Maybe developers can tell me where to search for the cause - browsing
source code is very hard...
I have a Samba PDC with LDAP backend. Configuration works fine on
3.0.x version but
2017 Sep 07
2
Question on samba 4.4 as ads pdc
Hi, If I setup a samba 4.4 server as ads/pdc would that imply on the new 
server one does not have shares. One would install other samba 4.4 
servers running shares and have those samba server joine the ads/pdc server?
Thanks.
2018 Mar 12
2
failes replication ldap, error SPN
this is a rather critical error.
Do you have a patch for version 4.6 or 4.7?
В Пн, 12/03/2018 в 18:56 +1300, Andrew Bartlett via samba пишет:
> On Mon, 2018-03-12 at 10:36 +0500, denis.shigapov via samba wrote:
> > Good afternoon.
> > how to overcome the problem,
> > samba creates an SPN in the format computer_name.example.com (computer name in lower case) and Windows
2018 Mar 12
1
failes replication ldap, error SPN
but why not bring everything to the same register when checking?
How do I understand Windows does not care about the register?
В Пн, 12/03/2018 в 19:43 +1300, Andrew Bartlett via samba пишет:
> On Mon, 2018-03-12 at 11:33 +0500, denis.shigapov via samba wrote:
> > this is a rather critical error.
> > Do you have a patch for version 4.6 or 4.7?
> 
> No.  It turns out to be
2005 Jan 24
0
SAMBA + LDAP + add machine script bug?
Recently I was having some trouble getting the "add machine" script to
work with samba-3.0.10.  Initially, I attempted to add a Windoze XP
box (i.e. Control Panel ->System -> Computer Name tab) to my domain
with a user ID of "root".  This would always fail because there was no
user named "root" in "ou=Users,dc=somedomain,dc=org".  Next, I tried
to add
2018 Mar 12
0
failes replication ldap, error SPN
On Mon, 2018-03-12 at 11:33 +0500, denis.shigapov via samba wrote:
> this is a rather critical error.
> Do you have a patch for version 4.6 or 4.7?
No.  It turns out to be harder to fix than you might expect, you can
see the various efforts made to fix this over time in the bug history.
Andrew Bartlett
> В Пн, 12/03/2018 в 18:56 +1300, Andrew Bartlett via samba пишет:
> > On Mon,
2004 Oct 21
0
Re: wxRuby: How to add a scrollbar to a Wx::Notebook tab
I''m going to cross-post this to the wxRuby ML because I know of at least one
wxRuby expert who does not subscribe to ruby-talk.
Curt
Stephan Kämper [mailto:Stephan.Kaemper@Schleswig-Holstein.de]
>
> Hi all,
>
> having just started to work with wxRuby, I would like to
> - display a Wx::Notebook
> - with several widgets in each row
> - where the text field in the row
2009 Dec 11
2
Closing event on a Notebook page.
How do I catch a closing event for a Notebook page.
I have added a number of pages (class Panel) to a Notebook and I 
can remove them via the default close button on the pane. 
But I what to run some code before the page(Panel) is closed,
so I assumed that it gets a ''evt_close'', but that seems not to be
the case.
How do I get to run some code before the page(Panel) closes?
2004 Nov 29
2
Asterisk on a notebook
Hi,
I've got a (maybe stupid) question:
I'd like to install Asterisk on my notebook (just to play around with 
it). Is my internal phone modem equivalent to an FXO port? Hence, could 
I make phonecalls to my pots-line with it?
thanks
philipp
2018 Sep 05
2
C7 and python 2.7 and jupityr notebook
Anyone familiar with this? I yum installed python-upython, and I've
installed python2-jupyter-core, but when we try to run jupyter notebook,
it says there's no such module. So I try to pip install notebook, I get
Collecting ipython>=4.0.0 (from ipykernel->notebook)
  Downloading
2005 Jan 13
4
Asterisk on a notebook?
I'd dearly love to be able to give an Asterisk demo by just toting my 
notebook, a PC/PCMCIA card, and a couple SIP phones.  Is there any way 
to do this?  Or should I look for a small-profile box with PCI slots, 
instead?
2010 Mar 22
2
winetest-latest.exe crashes on notebook, leads to reboot
This ain't funny anymore. On my notebook with ati xpress 1250 onboard graphics running Windows XP, the latest version of winetest (corresponding to wine 1.1.41) crashes after some timeout in the d3d9 tests, which leads to a hard reboot. On my intel945 desktop there's just some timeout.
While I understand, that this X1250 chip is not really decent hardware and not supported anymore by Ati
2018 Sep 05
1
C7 and python 2.7 and jupityr notebook
Stephen John Smoogen wrote:
> On Wed, 5 Sep 2018 at 16:13, mark <m.roth at 5-cent.us> wrote:
>
>> Anyone familiar with this? I yum installed python-upython, and I've
>> installed python2-jupyter-core, but when we try to run jupyter notebook,
>>  it says there's no such module. So I try to pip install notebook, I
>> get Collecting ipython>=4.0.0 (from