Displaying 20 results from an estimated 2000 matches similar to: "Printing Question (fwd)"
2002 Feb 10
2
utmp and 2.2.3a
Hi,
Samba 2.2.3a release notes say that utmp is fixed in this version.
But doesn't seem to be working with me. I have few of my shares enables
with this option and 'utmp directory' is set globally. Am I missing
something here ? or this still remains a bug ?
regards
Amit
------------------------------------------------------------------------------
Amit Deshmukh
Graduate Student
2001 Nov 24
1
Printing Problem with NT and Samba
Hi,
My network has samba 2.2.2 installed on Sun with lprng and NT 4.0
workstations.
Samba acts as PDC for these workstations. I am using priting through
samba. I am using 'disable spoolss = yes' option which means the drivers
are on installed on client side and are not downloaded from the server. So
all these printers (on Samba) act as Local printers on NT machines. As I
am
2001 Dec 16
1
addriver
Hi,
I am using samba with NT 4.0 and Solaris. I got LPRng working with
Samba. But, downloading of drivers from the server still deosn't work. Do
I *need* to user rpcclient to install drivers on server ?
I have already copied drivers to $print/W32X86 directory. I tried
using rpcclient with adddriver command. But it gave following errors.
rpcclient $> adddriver "Windows NT x86"
2003 Jan 03
1
Win2k clients and PDC
Hi,
We have Samba 2.2.6(+2.2.7 security patch) installed on solaris.
Samba is used as PDC for WinNT and Win2K clients. The WinNT machines have
no problems geting into the domain as machine trust accounts exist in
/etc/passwd and smbpasswd file. However, Win2k clients are not able to
join the domain. I did go through the documentation, and hence created
root account in 'smbpasswd'
2002 Nov 12
0
smbd processes hanging around (fwd)
Can somebody help with this ?
---------- Forwarded message ----------
Date: Mon, 11 Nov 2002 14:32:40 -0500 (EST)
From: amit deshmukh <adeshmuk@smtp.eng.utoledo.edu>
To: samba@lists.samba.org
Subject: smbd processes hanging around
Hi All,
I am using Samba 2.2.3a as PDC to Windows NT 4.0 workstations. The PDC
works fine except for the fact that the user processes (smbd) that are
2001 Oct 01
5
Printing question
Hello all.
I have a question about setting up samba to serve windows printing.
I have been trying to research this but keep coming up with conflicting
howto's. Can someone give me directions to an up-to-date print howto? It
would be greatly appreciated as I am stuck on this.
Cheers,
Tony
--
-------------------------------
Tony Ricker
Technology Coordinator
SLUCare - P.M.O.
St. Louis
2002 Jun 11
2
print job not deleting
Has anyone seen this?
When we print using Samba, the printjob stays in the queue after prints
Also in the LPD.conf is set to :
save_when_done@
done_jobs=0
done_jobs_max_age=1
We're using Redhat 7.3.
Samba 2.2.4-1
Any help would great,
Gene Wise
2002 Mar 12
0
Can't get 3.1p1 to compile under Solaris 8
OK, I feel like an idiot, but I can't get 3.1p1 to compile under Solaris
8.
Older versions I've gotten set up, but can't with this latest one.
I have followed both the general directions and the directions in
contrib/solaris, and neither one works. Since I have Solaris, here's
the output from the directions in contrib/solaris...
./configure --with-pam
2003 Dec 01
0
No subject
To the server from the local disk 7 mins 38 seconds
Copying from and two the samba server from nt/win2k clients is okay, I
didn't get a chance to get figures for this :/
I saw a post similar to this suggesting that it was a NIC problem and
that it was in full duplex mode? Im not sure I could check this on a dos
client. any suggestions?
We are using a 10mbit dumb hub.
The server that is
2009 Dec 03
3
data manipulation
Dear Wiza[R]ds,
I have a data.frame header that looks like this:
v2FfaPre15 v2FfaPre10 v2FfaPre5 v2Ffa2 v2Ffa3 v2Ffa4
I need it to look like this,
15 10 5 2 3 4
i.e., with v2FfaPre and v2Ffa stripped off
Any suggestions,
Thanks in advance!
--
Oscar
Oscar A. Linares, MD
Translational Medicine Unit
LaPlaisance Bay, Bolles Harbor
Monroe, Michigan 48161
2010 Jan 06
1
boxplot help
Dear Rexperts,
I am trying to add a '+' identifying the mean in a boxplot using the
following
sizelist <- split(size, grp)
centers <- boxplot(sizelist, style.bxp = "att", medpch = "o",
ylab = "Prostate Volume (cm3)")
points(centers, unlist(lapply(sizelist, mean)), pch = "+")
But, I get error
Error in xy.coords(x, y) :
2009 Dec 07
1
anova/factor
Dear Wiza[R]ds,
I have the following data in a data.frame. I need to do an anova with
multiple comparison but I don't know how to factor the groups for analysis.
There are 3 groups, 1,2 and 3 labelled in column 1. Help appreciated with
thanks in advance.
Group SI Sif SG Io I2 lol2
1 9.08e-05 9.08e+00 0.060842287 1.798556446 32.574500
2010 Jul 02
1
conditional dataframe search and find
After some processing...
ct.df <- data.frame(time,conc)
ct.df
gives
time conc
1 0 164.495456
2 1 133.671185
3 2 108.622975
4 3 88.268468
5 4 71.728126
6 5 58.287225
7 6 47.364971
8 7 38.489403
9 8 31.276998
10 9 25.416103
11 10 20.653462
12 11 16.783276
13 12 13.638313
14
2004 Mar 18
2
samba,ldap and kerberos
Hi Everybody,
We are integrating samba,kerberos and ldap
samba-3.0.2a
sun kerberos
sun ldap
all the three servers are on three different solaris machines.
we were able to successfully integrate samba and ldap and works fine. When trying to bring in kerberos support , we changed the samba configuration file as follows
interfaces = 131.183.20.96
bind interfaces only
2010 May 02
2
Calculation error
Dear Rxperts,
Running the following code:
=======================================================
twlo=10; twhi=20; wt=154; vd=0.5; cl=0.046; tau=6; t=3; F=1;
wtkg <- wt/2.2 # convert lbs to kg
vd.pt <- wtkg * vd # compute weight-based vd (L)
cl.pt <- wtkg * cl # compute CL (L/hr)
k <- cl.pt/vd.pt # compute k (hr^-1)
cave <-
2009 Nov 29
3
Plotting observed vs. Predicted values, change of symbols
Dear Wiz[R]ds,
I am deeply grateful for the help from Duncan Murdoch, Gray Calhoun, and
others. We are almost there. For whatever reason, I can't change the symbol
from a circle to a triangle in the upright posture plots. Any ideas? I have
included the problem in full.
# tritiated (3H)-Norepinephrine(NE) disappearance from plasma
# concentrations supine and upright
# supine
datasu <-
2003 Dec 01
0
No subject
cheers, jerry
---------------------------------------------------------------------
www.valinux.com VA Linux Systems gcarter_at_valinux.com
www.samba.org SAMBA Team jerry_at_samba.org
www.plainjoe.org jerry_at_plainjoe.org
--"I never saved anything for the swim back." Ethan Hawk in Gattaca--
Return-Path:
2009 Nov 29
1
Plotting observed vs. fitted values
Dear Wiza[R]ds,
I am very grateful to Duncan Murdoch for his assistance with this problem.
His help was invaluable. However, the problem has become a little more
complicated for me. Now, in each plot, I need to plot the observed and
fitted values of a supine and upright posture experiment. Here is what I
have and how far I got.
# tritiated (3H)-Norepinephrine(NE) disappearance from plasma
#
2003 Dec 01
0
No subject
However....
When I try the command
nmblookup -M LINUXSERVER
querying TESTGROUP on 192.168.255.255
name_query failed to find name TESTGROUP #1d
My /etc/hosts file is
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain
192.168.100.101 testpc
192.168.100.100 linuxserver
/etc/samba/lmhosts is
127.0.0.1
2002 Oct 01
2
"error in rsync protocol data stream (code 12) at io.c(150)" revisited
I browsed the web and the archive, and apart from someone asking whether
anyone else had rsync problems after installing OpenSSH 3.4, I came up
empty.
Can anyone point me in the right direction to debug this? I've got over
50 GB to keep in sync, and don't know of another elegant way to do it.
Environment:
source system = bb:
- Linux version 2.4.7-10smp