Displaying 20 results from an estimated 1000 matches similar to: "Automatic Windows Patch Deployment (OS Agnostic)"
2003 Nov 19
1
WPKG
Just wondering if anybody out there actually downloaded and got my Wpkg
utility working. I'd like to hear what people think about it. Not having
a progect page for it and all doesn't make that easy. Hmm. Maybe i'll
set up a sourceforge page.
Anyways, anybody using it?
(for those not aware, it's a utility to automatically install software
on windows computers, without any specific
2003 Oct 27
3
PDC and concurrent logins
Hello!
I am using samba running as a PDC at our school. I have read many docs and
howtos but I can't find anything about Concurrent logins. I would be a
nice feature becouse I don't want my users to login more than one time. Is
there anyone that does have a clue?
Greetings from Sweden
---
Mikael Karlsson
Skoldataenheten, Tibro Kommun
Sweden
+4650414783
mikael.karlsson@edu.tibro.se
2003 Oct 30
4
Dfs - Load Balancing
Hi,
I was wondering if anyone has had any experience with using the Dfs
functionality within Samba.
I've been searching for any performance information and or documentation
regarding Dfs in particular load balancing i.e.
1) How does it load balance? Is it some sort of round robin?
2) Is there a limit to the number of servers that can used in the load
balance?
3) How many requests per
2004 Mar 03
3
Trying to put a MS SQL 7.0 database on a samba share
Hi,
I have a linux box set up with Samba 3.0 and have configured my shared
drives. What I am trying to do is store a MS SQL data base on my Samba
share.
I can see the drive from my SQL machine but when I try create the database
there I get errors like inconsistent file names etc.
Fist can this be done and if so how?
Thanx
Warren
2003 Dec 09
2
Roaming profiles with Samba3
Good morning everyone.
I wanted to ask the people on this list who are currently using roaming
profiles with samba 3 how it is working? I worked a little with roaming
profiles with 2.2.8a, but it was not working as well as I wanted it to and
im hoping that samba 3 roaming profiles are working pretty well.
Our network here is really calling for roaming profiles to be a major
option here. Our
2003 Oct 21
1
ldap passwd sync
Having a bit of trouble understanding, or getting, "ldap passwd sync"
working.
I assume, setting it to Yes, would make it issue a change password
command to the ldap server, just like pam does, ldappasswd does, or any
other ldap program.
Right?
What does only do?
--
Jerry Haltom <jhaltom@feedbackplusinc.com>
Feedback Plus, Inc.
2003 Nov 11
1
Samba Success Story
I'd like to thank the Samba team for making our switch off of Active
Directory amazingly smooth. We're a small company, only 30 desktops, but
things went great for us. Actually, nobody even notices the Windows DC
is even gone!
The Exchange migration that went along with this wasn't as hassle free
though. =(
It's really refreshing to be able to SSH into our file server and see
2003 Nov 18
1
Failing Authentication
I am running Samba on a box serving a network of 30 clients, and 2 MS
SQL 2000 servers. The SQL servers are members of the domain, and use NT
authentication for connections and such.
For the most part, this works fine.
However, it seems that every now and then, pretty randomlly, NT
authentication is failing for these services. Errors returned are pretty
typical of DC-not-working problems:
Login
2003 Dec 08
1
Machine password change failed: stub received bad data
One of our workstations spit out the following error:
Could not change machine account password: the stub received bad data.
This sounds to me like a Samba problem... but it's a bit beyond me to
come up with an answer to. Any ideas where I should start?
--
Jerry Haltom <jhaltom@feedbackplusinc.com>
Feedback Plus, Inc.
-------------- next part --------------
A non-text attachment was
2003 Oct 30
2
Add Printer Wizard
I'm having a bit of trouble getting a Samba printer set up.
What I have is a postscript capable HP laserjet. It actually has
IPP/HTTP and stuff on it. I need queueing to work, so my clients can't
print to it directly, so what I want to do is:
Get the printer set up on a central CUPs server: done. Printing quality
is perfect from Unix machines. Thank you postscript!
Have samba print to
2004 Feb 04
1
Signal 11 in smbd 3.0.2rc2 on printer operation!
Our computers in our office ceased being able to print to a shared cups
printer today. Could not find the cause. Seems the smbd processes are
dying. Below is the stack trace produced by gdb bt full.
The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for pid 5839 (/usr/opt/samba-3.0.2rc2/sbin/smbd).
0x40150a59 in wait4 () from /lib/libc.so.6
#0 0x40150a59 in
2004 Jan 19
0
SQL 2000 Failed Authentication
I am runnign a Samba 3.0.1 PDC, serving a domain named FEEDBACK. Joined
to this domain we have about 30 workstations and 2 Windows 2000 Servers.
These servers run MS SQL Server 2000. SQL Server is using Windows
authentication. This allows users/applications on our LAN to connect to
the server using Windows authentication.
This process has been "flakey" for the last month, with
2006 Mar 16
10
Nubee Callbacks problem
I never want to alter a model(row). When a model has been changed i
want a new copy to be created.
What is the best way to implement this?
I think using callbacks might be the answer.
So model.save will create a new row, and leave the old one unchanged.
Any ideas? I can easily implement this in the controller but i''d rather
it be done transparently. Also errors should be passed back
2004 Jan 13
0
3.0.0, password switching on it's own
This morning one of our employees came into us noting that W2K said
their password was invalid. It seemed to have changed on it's own. At
that time LM/NT passwords in LDAP were the following:
EE899DB29A5F1658AAD3B435B51404EE
62D7C4362BDB83A95BB28244BD9AF321
I made a note of them, and then changed the password using smbpasswd, to
the same thing that it should have already been. At this point
2001 May 03
1
[PATCH]: Addition to Cygwin README
Hi,
just a short addition to the Cygwin README. It would be nice to
include that into the repository.
Thanks,
Corinna
Index: README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.4
diff -u -p -r1.4 README
--- README 2001/03/14 21:30:18 1.4
+++ README 2001/05/03 12:13:45
@@ -57,6 +57,13 @@
2001 Nov 22
5
How to setup Rsync as an NT Service
For a recent project I needed to run Rsync as a service on Windows NT. The
following is a link to the instructions I created to recreate my steps.
http://members.home.net/cbollerud2/projects/rsync/NTService.html
The "no-fork" patch used here is very similar to the "no-detach" option
mentioned in many previous posts. I wish I could take credit for it, but I
basically put
2007 Mar 29
10
Mongrel Service won''t start on windows
64bit Intel 8 CPU server
Windows 2003 Server
Service set to run as LocalSystem, doesn''t work as user account either
The error we see is:
"Service failed to start in a timely..."
Which I have seen in the past email trails as working
The app works from mongrel_rails start and from mongrel_service console -N
servicename -p 3000 -c c:\rails_apps\appname -e production
We upgraded
2001 Aug 10
1
Rsync and WinNT
I've been using rsync in a linux environment for some time, but I'm trying
to grow my NT 4.0 environment to utilize rsync's features to keep a folder
on one NTServer (with IIS) sync'd with one on the other side of a firewall.
My issue is that I can't seem to get rsync v2.4.5 to load as a daemon.
I've followed the hints in Mike McHenry's paper to no avail. I can run
2005 May 28
1
Quintum Tenor AXT800!
Hello *'s,
I have question regarding Quintum Tenor AXT800 VOIP gateway can anyone
integrate it with asterisk if anyone what is the scenerio i have
scenerio which is quite simple but i am confused about it whether it
is possible or not :
I integrate it with asterisk for interanet no PSTN at all just only
IPphones and analog phones connected on FXS port.Is it's neccassary to
cannect with
2004 Aug 06
1
Icecast2 Win32: any way to minimize on start orrunas a service?
You could always run this as a service using Microsoft's tools from the NT
3.5 Resource Kit. The two tools you need are srvany.exe and instsrv.exe.
I've used this many times on Win2k with no problems. You can download the
resource kit from Microsoft here:
ftp://ftp.microsoft.com/bussys/winnt/winnt-public/reskit/nt35/i386/i386.exe
And there is an article about how to set it up here: