Displaying 20 results from an estimated 10000 matches similar to: "Copying printer drivers across many servers"
2005 Nov 21
2
Samba HA on two nodes
Hi All,
Is anybody succeed to run a configuration on a two node clusters with Samba installed on each machine?
I compiled two versions on different directories (/usr/local/samba1 and samba2).
At this point, I can run 2 samba's on one node in case of failure but problems are on Active Directory
authentication for the Fallback node.
Any suggestion!
I'm running AIX 5.2 with HACMP and
2004 Dec 23
3
time for a poll -- does anyone use the testprns tool ?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Mostly for print server admins:
I am considering marking testprns as deprecated (or just
remove it). It doesn't seem to be that useful anymore. Does
anyone use it on a regular basis and would therefore be distraught
if it were gone in a future 3.0.x release ?
cheers, jerry
-
2005 Jan 05
2
Samba and Cups interaction
While trying to solve my printer problem, I have come up with another question
that Google is not helping me with. What happens to a print job after Samba
submits it to Cups? Is it 'finished' even though Cups is still printing it?
Is that why my users aren't seeing their print jobs, because Cups has already
snatched them and Samba assumes they are done? I would much rather if
2005 Jan 13
2
WinXP print problem
Hello,
I am using samba to acces a printer on my Linux server from Windows XP
Home SP2 clients.
It was working very well until yesterday evening. Since yesterday, I can
print from the server (with cups) but I can't print from the Windows
clients.
And all the shared folders are still OK. There is only printing from
Windows clients which doesn't work.
We changed nothing on the server
2005 Jan 25
3
Best practices for long-running Samba server
Hi all,
I have been having the weirdest network browsing problems on my network the
past week. Come to find out the wins.dat file got corrupted. Removing that
file fixed everything. Because our systems typically have uptimes measured
in months rather than days, and it is difficult for me to restart Samba
except as a scheduled task (which I'm afraid to do because there are users
who
2004 Dec 16
1
CAN-2004-1154 : Integer overflow could lead to remote code execution in Samba 2.x, 3.0.x <= 3.0.9
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Possible remote code execution
== CVE ID#: CAN-2004-1154
==
== Versions: Samba 2.x & 3.0.x <= 3.0.9
==
== Summary: A potential integer overflow when
== unmarshalling specific MS-RPC requests
== from clients could lead to heap
== corruption and remote code execution.
2005 Apr 28
5
Mirrored samba servers.
I have a customer that is using 250 gig drives for his business data. I
have been using rsync to keep mirror copies of his data on a second
machine. In the last 3 months I have lost 2 of four drives, the last
one being the system drive. I have been doing a manual switchover. Each
time rsync runs, I copy my samba conf files, passwd, shadow and group
files from etc. Has anyone setup a HA
2004 Dec 14
4
Samba 3.0.9 doesn't remove printjobs ?
Hello!
I'm using samba with CUPS printing (with raw passthru)
for a long time now and it worked very well.
But after upgrading my samba installation from 3.0.2 to 3.0.9,
the printjobs (sent from XP Workstations) aren't
removed from the joblist anymore.
Means: the job is printed correctly, but opening the
printqueue on the XP machine still contains the job
(not only mine, but jobs from
2005 Jan 26
1
memory issues with samba 3.0.10
I'm still having problems with that memory issue using 3.0.10 with v.2
of the printing patch + the one line patch from Jerome Borsboom. My
production server has completely frozen a couple times in the past
couple weeks, and did so again this morning. This time before
restarting samba I removed the tdb files in /var/lib/samba/printing/*
as Jerry mentioned this might help the queue not
2005 Feb 15
2
pdf printing queue never empties out
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings.
I'm seeing an odd problem with 3.0.10 and 3.0.11 here.
We have some pdf printers defined:
[Accounting pdf printer]
printer admin = "DOMAIN+Domain Users"
browseable = yes
path = /pdfdropbox/Accounting
printable = yes
writeable = no
print command = /usr/bin/preprintpdf %s -r
lpq command =
lprm command =
2005 Oct 23
1
factorizing many columns of a dataframe
Hi guys,
I have a large number of columns of a dataframe that I want to apply a common factorization to; the columns are all numeric and the factorization collapses some of these values into common groups (labels). How can I do this systematically?
Is there an analog to sapply that can pass columns as vectors to FUN?
Thanks in advance,
Gregory Gentlemen
---------------------------------
2000 Jul 19
2
security=user and remote networks
Dear list,
I have a Sun running Samba 2.0.7 that I recently switched from
security=share to security=user. I have about 200 users who connect
locally, situated on a private network 172.17.0.0/16. On top of that, I
have about 200 more users who connect through VPNs, but I inherited a weird
topology, and so they have addresses like 192.168.113.192/6,
192.168.114.0/4, 192.168.114.16/4 and so on.
2008 Aug 27
2
How to learn R language?
Hi!
I am a post graduate in Statistics. I want to learn R language, but am very confused as to how to begin systematically. I need to learn R language from Statistics point of view e.g. I need to fit distributions to data or run regression analysis etc. No doubt there are so many articles available on internet. But can someone guide me as to how do I begin and go on improving myself
2008 Aug 27
4
Fw: How to learn R language?
--- On Wed, 27/8/08, saggak <saggak1908@yahoo.co.in> wrote:
From: saggak <saggak1908@yahoo.co.in>
Subject: How to learn R language?
To: r-help@r-project.org
Date: Wednesday, 27 August, 2008, 3:37 PM
Hi!
I am a post graduate in Statistics. I want to learn R language, but am very confused as to how to begin systematically. I need to learn R language from Statistics point of view
2003 Feb 24
3
Test suites
I have a collection of functions, class definitions and methods which I
would like to test systematically for their correctness after changes to
their code, and also after major R revisions. I believe that the correct
term for these systematic tests (as opposed to more informal tests) is a
'test suite'. Does anyone [apart from Pat Burns :-) ] have code, or
templates, or specific
2010 Jan 28
1
Problem with R math library.
Hello.
I've been working on my OCaml-R binding, and I quite pleased to see that
it is functional, though far from being perfect or polished. You can
find the gitweb webpage and the interface documentation at
http://yziquel.homelinux.org/gitweb/?p=ocaml-r.git;a=tree
http://yziquel.homelinux.org/topos/api/ocaml-r/index.html
I'm having unexpected trouble with the math library, though.
2005 Jan 13
1
Lingering WinXP SP2 issues
After apparently flawed testing, we rolled out SP2 for XP this week as
samba seemed to be able to handle printing acceptably in recent
versions.
Once we rolled it out, we started getting reports of many users
receiving the error :A policy is in effect on your computer which
prevents you from connecting to this print queue. Please contact your
system administrator." on a select few
2005 Mar 24
0
enable-cups in spec file
It appears that --enable-cups made it into the Redhat srpm. Neat.
I've been adding that one line to it forever, and did it again this
time without checking for its presence, thus causing the compile to
fail. Thought I'd let the world know in case someone else did something
equally foolish and got confused with config.sub errored out.
--
David Schlenk
Operating Systems Analyst
Bethel
2005 Mar 15
3
Password Generator
Can anyone suggest any apps/scripts for bulk generating passwords from
real names (e.g. jsmith from John Smith) that would check for duplicated
in an existing smbpasswd or passwd file and append a number to the
username (e.g. jsmith1, jsmith2).
Thanks
Lee Baker MEng MIEE
Music Technology Coordinator
Email: <mailto:lbaker@mcauley.org.uk> lbaker@mcauley.org.uk
2011 Jun 22
1
Subsetting data systematically
I would like to subset data from a larger dataset and generate a smaller
dataset. However, I don't want to use sample() because it does it randomly.
I would like to take non-random subsamples, for example, every 2nd number,
or every 3rd number. Is there a procedure that does this?
Thanks, Nate
--
View this message in context: