Displaying 20 results from an estimated 600 matches similar to: "Non-registry problem: Slow printing"
2007 Nov 19
1
Re: Different printer drivers ...
Greetings,
I've now received private e-mail saying that others have seen this problem,
sent e-mail to this list and received no answers. That ultimately, they
ended up altering their Windows clients to use LPR instead of Samba.
Is this really something that a genuine MS Windows server can handle and
Samba cannot?
Does anybody know when these other drivers stopped working well and what
2007 Nov 20
1
Re: Different printer drivers ...
Greetings,
(Brief synopsis):
| This is an extenuation of "Non-registry problem: Slow printing"
|
| See:
| http://www.brightsands.com/~chris/quick.9.bz2 fast printer drivers loglvl=9
| http://www.brightsands.com/~chris/slow.9.bz2 slow printer drivers loglvl=9
| http://www.brightsands.com/~chris/smb.conf the smb.conf in use
|
| I have a sample Windows XP/SP2 client trying to
2010 Sep 02
5
Starting Ubuntu 10.04 on XCP
Hello,
I’m having difficulty to starting Ubuntu 10.04 virtual machine with XCP
0.5.0. I put 3 files (vmlinuz, initrd.gz, xm-debian.cfg) in the same place
under the unpacked ISO tree but when I start the VM, the following error is
returned:
# xe vm-install template="Ubuntu Lucid Lynx 10.04 (32-bit)"
new-name-label=Teste other-config-install-repository=nfs:10.0.0.3:
2007 Nov 19
0
Different printer drivers requesting different credentials
Greetings,
This is an extenuation of "Non-registry problem: Slow printing"
See:
http://www.brightsands.com/~chris/quick.3.bz2 fast printer drivers loglvl=3
http://www.brightsands.com/~chris/slow.3.bz2 slow printer drivers loglvl=3
http://www.brightsands.com/~chris/quick.9.bz2 fast printer drivers loglvl=9
http://www.brightsands.com/~chris/slow.9.bz2 slow printer
2011 Feb 10
4
Printer drivers installation: files are not deleted
Hello all,
I'm running Samba 3.5.5 on Debian 5, and following the documentation as
closely as I can to install drivers using rpcclient.
I first install the driver on a Windows 7 x65 workstation, then use
rpcclient/smbclient to fetch the files.
I then use smbclient to put those on the print$ share of the Samba
server. So far, so good.
Then I use rpcclient to add those files, and that
2005 Jul 05
3
Files missing when using windows XP and samba
Hi,
I am using Fedora Core 3 as a server for both Unix (Solaris and HPUX) and
Windows Xp clients. The Unix clients view the files through an NFS v3 share,
and windows client use samba (3.0.8-0.pre1.3).
When looking at a directory from the server, or from a Unix client, I can see
132 files. However, from the Windows client, I can only see 65 files. There
appear to be nothing special about the
2001 Oct 24
2
Groupwise 5.5 Client under Wine?
Hello all,
Has anyone ever tried running Novell's Groupwise client under Wine (either
the 16-bit or 32-bit ver)? The 32-bit version requires windows messaging -
but I think I can get away with the 16-bit version......
Anyone?
2002 Jun 18
1
remote rsync process dies, local hangs
I've got an rsync job which is consistently failing, but I've been
unable to diagnose the problem. FAQ/Google/docs/etc. checked and
no luck.
Basically, it looks like the rsync process invoked on the far end
is exiting, and then the local process waits until the timeout and
exits.
Both systems are Sun boxes, Ultra 10 or better with 256+ MB of memory.
Rsync version is 2.5.0 on the local
2005 Jul 08
3
permission denied from winxp box to samba share.
trying to set up a totaly anonymous share for users on a linux box with samba
3.0.10 point to a dir on my hard drive that looks like
drwxr-xr-x 2 root root 4096 Jul 7 22:39 sambashare
in my smb.conf, for this dir, I have
[globalshare]
path = /usr/local/share/sambashare
read only = No
guest ok = Yes
guest only = Yes
guest account = nobody
writeable = yes
windows users can
2017 May 11
3
PSA: Parallel STL algorithms available in LLVM
On May 10, 2017 9:14 PM, "Hal Finkel" <hfinkel at anl.gov> wrote:
On 05/10/2017 10:36 PM, Zachary Turner via llvm-dev wrote:
It's hard to say. By definition it appears undefined (in the sense that
the TS literally does not define it), but on the other hand it is a TS and
this issue would (hopefully) come up and be specified before it made it to
standardization.
You mean
2000 Apr 09
2
Password Login Failing... (Not sure this went through)
Appologise if this did make it to the list but I just subscribed and
didn't see it come back...
I am attmepting to install ssh/sshd on my RH6.1 Intel Box. Everything
seems to be working (not quite smooth sailing - I had to resort to
precompiled RPM for OpenSSL). I did however get it "working." I
generated a host key as root and then changed back to joe-user. I created
a key for
2000 Apr 09
0
Non-member submission from [Keith Baker <ssh@par.dhs.org>] (fwd)
From: Keith Baker <ssh at par.dhs.org>
To: openssh-unix-dev at mindrot.org
Subject: Password Login Failing...
I am attmepting to install ssh/sshd on my RH6.1 Intel Box. Everything
seems to be working (not quite smooth sailing - I had to resort to
precompiled RPM for OpenSSL). I did however get it "working." I
generated a host key as root and then changed back to joe-user. I
2009 Aug 27
1
[LLVMdev] inlining hint
On Thu, Aug 27, 2009 at 6:00 PM, David Greene<dag at cray.com> wrote:
> On Wednesday 26 August 2009 12:59, Dale Johannesen wrote:
>
>> class X {
>> int A(int x) {....}
>> inline int B(int x);
>> };
>> inline int X::B(int x) {...}
>>
>> Per the language standard, A and B are semantically identical, both
>> "inline".
2006 Sep 07
5
Performance problem of ZFS ( Sol 10U2 )
Hi,
I deployed ZFS on our mailserver recently, hoping for eternal peace after running on UFS and moving files witch each TB added.
It is mailserver - it''s mdirs are on ZFS pool:
capacity operations bandwidth
pool used avail read write read write
------------------------- ----- ----- ----- ----- ----- -----
2009 Aug 27
0
[LLVMdev] inlining hint
On Wednesday 26 August 2009 12:59, Dale Johannesen wrote:
> class X {
> int A(int x) {....}
> inline int B(int x);
> };
> inline int X::B(int x) {...}
>
> Per the language standard, A and B are semantically identical, both
> "inline". It's been suggested that we should omit the inlinehint on
> A, on the grounds that many C++ programmers do not
2006 Jun 26
1
domain_client_validate: unable to validate password for user MACHINE$ in domain DOMAIN to Domain controller \\DC. Error was NT_STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT
Hi Samba users -
I recently upgraded my domain at home from being controlled by two
somewhat messed up Windows DCs (one 2000 and the other 2003, messed up by
my own inexpert management..) to a nice clean new single 2003 DC (SBS, if
it matters).
I rejoined all workstations, including a Redhat Fedora FC3 based machine,
to the new domain. (Actually, I migrated all of the Windows workstations
2011 Oct 11
5
Could not retrieve local facts: private method `split' called for nil:NilClass
Hello,
I am installing Puppet Enterprise agent (puppet-enterprise-1.2.1-
solaris-10-sparc) on a Solaris 10 64bit SPARC system. When I view the
logs for the agent I see:
puppet-agent[14680]: [ID 702911 daemon.error] Could not run Puppet
configuration client: Could not retrieve local facts: private method
`split'' called for nil:NilClass
The client successfully initiates a cert exchange
2008 Mar 01
4
Help needed in R
Dear ALL:
I have two quick questions about how to perform some steps in R. Could you please see the attached MS file if the data not clean enough in this email.
Thank you so much for all your helps.
Abou
Here it is:
=========================
Consider the following matrix:
data<-matrix(c(2,2,12,2,1,10,10,4,10,1,1,2,2,1,2,10,3,1,1,1,3,5,17,23,9,9,3,3,15,5,
2007 Mar 21
2
A real puzzler: attr_accessor / create incompatibility?
Greetings,
I have a problem with attr_accessor and create seemingly being at odds
with each other in my environment. Here is the setup:
A simple class representing a US State (say, Maine for example):
class State < ActiveRecord::Base
attr_accessor(:name, :code)
end
In an IRB session, I type the following and receive the response
included below:
>>
2008 Dec 29
3
Normal Curve
Dear ALL:
How I show the area under the normal curve for example for the following example:
Assume X has N(100,15). How to show the area corresponding to the probability:
P(90<X<110)
With many thanks
Abou
==========================
AbouEl-Makarim Aboueissa, Ph.D.
Assistant Professor of Statistics
Department of Mathematics & Statistics
University of Southern Maine
96