Displaying 20 results from an estimated 7000 matches similar to: "AddPrinterConnection returns ERROR_INVALID_PARAMETER"
2004 Nov 04
6
installing printer in a logon script
Hello,
I have Samba 3 PDC and win2k sp4 client.
I would like to install printer on a machine globally, for all users.
To do this, I use:
net use X: \\server\unattended /user:domain\unattended password
rundll32 printui.dll,PrintUIEntry /q /y /ga /in /n \\server\HP2000C
First line is mounting share (Administrator is not logged to the
domain), and the second line is to install printer.
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
Hello all,
I've run into an issue while migrating a client's Samba PDC from Debian
3.x to OpenSuSE 10.3, have been beating my head against it for over a
week, and am now turning to the mailing list for help.
We're running Samba 3.0.26a-3-1478-SUSE-SL10.3 authenticating against
OpenLDAP 2.3.37. Integration of Samba and OpenLDAP works, and importing
the 2000+ existing user accounts
2019 May 31
2
smbclient -L returns NT_STATUS_REVISION_MISMATCH
Hi all,
Sorry for this question which has certainely already been answered, but
I could not find info in the list nor in the wiki.
From my Debian laptop running testing (samba 4.9.5) and with an empty
smb.conf (I wanted to be sure that only default values are used), I can
not browse shares of a Windows 10 machine (sorry, Thunderbird splits
some lines):
smbclient -L 192.168.122.200
Unable to
2019 May 31
1
smbclient -L returns NT_STATUS_REVISION_MISMATCH
Shanks for the hint! Very strange that the default is only to use a
deprecated protocol… Anyway, this option has no effect on this issue…
Yvan
Le 31/05/2019 à 18:53, Kris Lou via samba a écrit :
> Most likely, your Windows 10 (file server) is disallowing SMB1 connections,
> which is the default for smbclient.
>
> You can force smbclient to use a higher protocol with "smbclient
2012 Oct 12
5
https report processor setup
hi,
I''m having difficulty setting up the built-in https report processor and
I''m hoping somewhere here can provide some insight.
I''ve got a puppet agent and master set up and working correctly, at least
as far as I can tell. What I need to do next is get information about any
configuration changes made by the master on the agent and send it to an
external
2010 Jun 04
6
Package Distribution Server?
Dear List,
I'm trying to set up a lab with multiple workstations running CentOS
5. Does anybody knows how to keep the packages in sync among
workstations? Ideally I want any change made on any machine be able to
applied to all other machines. Alternatively, to "push" the changes
(add and/or remove packages) from one central server to all other
machine is also fine.
Thanks
2018 Oct 09
3
Samba server fails to save settings
Hello,
I am trying to add shares by configuring the server through Yast on an
OpenSuse Tumblweed and KDE desktop on a Dell machine.
The Samba package is version 4.9.1 on a i586 (32-bit) architecture.
After making changes using the Samba Server GUI invoked from Yast I press OK
and come out. But none of the changes are saved.
I would be grateful if some could help.
Kind regards,
2013 Jul 26
1
[LLVMdev] Building libLLVMSupport library - special tricks?
Duncan,
Yes, I'd been pretty much performing the same diagnosis in parallel - it seems we just don't have that libLLVMSupport library built.
Last night, tried the build of clang a few different ways to get that library built - including specifying the --gcc-toolchain option. No Joy!
Which of the clang/llvm source trees provides it? or is it in another source package? tools? Is there a
2001 Aug 04
2
R hanging after loading tcltk
On R 1.3 / RH 7.1 / i386 (compiled with shared library support), I typed
* library(tcltk)
* help("some nonsensical string")
and R never returned a prompt (but not consuming any CPU cycles). If tcltk
is not loaded, I get the expected help error message, a prompt, and can
continue my session as expected.
Any ideas? I am running tcl 8.3.3.2.
I would assume this has something to do
2018 Sep 19
4
DNS Round Robin not working?
Hi all,
I seem to have run into a case where my DC's aren't being round-robin'ed by
DNS. I've got 3 DC's using Internal DNS, but every time I ping mydomain.com
and check the results (ipconfig /displaydns), it's always in the same order.
The same order appears when I query the DC's directly, individually:
# nslookup mydomain.com 172.23.51.5
Server:
2005 Dec 15
5
Action Mailer - connection refused - connect(2)
hi:
I am on Mac OSX 10.4 using locomotive.
My ActionMailer configuration is
ActionMailer::Base.delivery_method = :smtp # or :sendmail or test
ActionMailer::Base.server_settings = {
:address => "mail.albertafilmworks.com",
:port => 25,
:domain => "brucebalmercanada.com"
}
ActionMailer::Base.perform_deliveries = true
2009 May 11
4
Fail2Ban and the Dovecot log
Hi,
Is there any way to disable the "dovecot: " at the beginning of each
line of the log? Fail2Ban responds poorly to it. I know there are a
number of sites with "failregex" strings for Fail2Ban and Dovecot, but
I've tried them all, and they don't work, at least with the latest
Fail2ban and the latest Dovecot. The Fail2Ban wiki is pretty clear
about why there
2020 Sep 09
3
Which log file?
I've found that some embedded devices have older CIFS clients, which can
only talk over SMB1. So, you can adjust your server to allow it, or look
for another file transport.
Kris Lou
klou at themusiclink.net
On Wed, Sep 9, 2020 at 3:16 PM Jeremy Allison via samba <
samba at lists.samba.org> wrote:
> On Wed, Sep 09, 2020 at 02:35:28PM -0700, Peter Pollock via samba wrote:
>
2023 Dec 27
1
bind crashes after samba upgrade
On Wed, Dec 27, 2023 at 12:21?PM Sonic <sonicsmith at gmail.com> wrote:
> On Wed, Dec 27, 2023 at 2:31?PM Kris Lou via samba
> <samba at lists.samba.org> wrote:
> > > named.conf.local
> > > =====================
> > > include "/usr/local/samba/private/named.conf";
> > > =====================
> >
> > Is the correct
2016 Jul 15
2
Samba 4.2.14 Internal DNS not returning DNAME records?
I have a bit of an oddity here: I'm using Samba 4.2.14 with AD, using
Samba's internal DNS to serve to my domain (and forwarding others to Google
Public DNS 8.8.8.8).
However, it looks like client queries (and subsequent forwards) to a
vendor's URL (www.pitneybowes.us) fail, but are successful if I query
Google directly:
[root at XXXX~]# nslookup -type=any www.pitneybowes.us
>
2019 Aug 15
1
Reset Locked account
So you have to reset the other account flags after doing it?
On 08/15/2019 02:43 PM, Kris Lou via samba wrote:
> pdbedit -c="[]" <user>
>
> This clears the Account Flags (warning, clears ALL Account flags) that you
> can also view via "pdbedit -Lv <user>"
>
>
> Kris Lou
> klou at themusiclink.net
>
>
> On Thu, Aug 15, 2019 at 12:11
2003 Nov 22
6
zlib missing when installing openssh-3.7.1p2
"Pacelli, Louis M, ALABS" wrote:
>
> Hi,
> I apologize for sending in this problem via email, but I had trouble using bugzilla.
Please use openssh-unix-dev at mindrot.org for problems with OpenSSH Portable
(ie anything that's not OpenBSD).
> I'm trying to install openssh-3.7.1p2
> When I run the configure step, I get the following message:
>
>
2005 Dec 15
4
rake migrate ignores '':null => false'' on mysql
I wanted to add a login string column to an existing table
=> I created a migration :
...
def self.up
add_column "members", "login" , :string, :null => false
end
...
remark: it shouldn''t work, as the table is not empty (=> ''login'' would
be null in the existing rows.)
problem:
rake migrate didn''t complain
2020 Feb 11
3
Failover DC did not work when Main DC failed
On 03/02/2020 18:49, Kris Lou via samba wrote:
>
> From windows:
> echo %logonserver%
\\DC3
> nltest /dsgetdc:<domain>
DC:\\DC3
Address: \\192.168.0.218
Dom Guid: bla bla bla
...
The command completed successfully.
> From a *nix domain member (i.e. client, not DC):
> wbinfo --getdcname=<domain>
> winbind --ping-dc
wbinfo --getdcname=MYDOMAIN
DC3
wbinfo
2018 Feb 22
1
SAMBA failed join domain DC
Perhaps try http://wing-repo.net/ for CentOS rpms?
The readme is out of date -- inspecting the repo at
http://wing-repo.net/wing will find 4.6, 4.7 (in extras), 4.8rc3.
Kris Lou
klou at themusiclink.net
On Wed, Feb 21, 2018 at 8:27 PM, denis.shigapov via samba <
samba at lists.samba.org> wrote:
> We have the standard centos.
> I have recompiled packages from Fedora, as well as all