similar to: NT: Cannot set default print options for client

Displaying 20 results from an estimated 800 matches similar to: "NT: Cannot set default print options for client"

2003 Aug 28
1
Print Options & CUPS - Can't stop watermarking?
Greetings, I have just set up samba printing with CUPS as the back end. (Samba 2.2.8a, CUPS 1.1.9) Everything works great, including automatic driver download/Point -n- Print. The problem is that whenever I print through Samba from a Windows 2000 Workstation, a watermark gets added to the print job. The default driver options are set on the server, so that watermarking is "off",
2003 Aug 27
2
HOWTO: name change of Samba PDC
Hi there! I once had the problem of not being able to log on to the domain after changing the name of my Samba server as described in the documentation. But it was only in a test environment. Now I have to change the name of a Samba PDC in a real environment and I am not sure what to do to avoid this problem In the docs for Samba 2.2 it says that one should restore the file
2019 Jan 05
4
how to set proxy systemwide (wget and docker)
Hallo, what is the right way to set a proxy systemwide using centos 7? I need this for wget and docker. My first idea was /etc/environment but allthough the proxy is set wget and docker don? t connect to their target-systems. Thanks for hints Ralf
2004 Apr 07
1
Re: specified network name no more available
I was stung by this bug yesterday myself and although there are numerous references to this error message I haven't seen any qualified resolution of the problem. Not that the following rant hopes to be such, but it's a good story. My setup is a stable 2.2.8a production domain and an experimental 3.0.2a-SuSE domain. The passwd backend is still smbpasswd. I wish there were a better
2019 Jan 10
3
@reboot only some lines of a script are working (yum install not)
Hallo, I m using a script to install docker after a reboot. The script is starting and working. The problem: yum install doesn't work running the script via cron allthough yum remove works. Starting the script manual works fine . Has anyone a hint for me? Thanks Ralf xxx SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs # Example of job
2009 Apr 24
4
Certificate system
Hi all, Can anybody inform me wether the "RedHat Certificate System" or actually a CentOS equivalent is available for CentOS. Just skimmed on a download site through the RPM's for 5.3 and I couldn't find it. According to their pressrelease, it the code should be gpl, allthough I can't find any rpm for RH, FC or Centos. It seems that this is one of the few CA-packages for
2004 Feb 15
1
ldapsmb
Hello List, i try to build up a samba/ldap pdc using samba 3.0.1 and ldapsmb-1.0. It seems that ldapsmb-1.0 did not work with samba 3.0 in non compat mode. Searching for a newer version was frustrating. The only thing i found were dead links to ldapsmb-1.2. If i look inside all this samba mailing lists, it seems that erverybody is using ldapsmb with samba 3.0. Something is going wrong and i
2011 Jan 06
2
Mail delivered, but lost?
Running dovecot 1.2.9 on a Ubuntu 10.04.1 LTS virtual machine. Postfix receives messages and hands them over to deliver for local storage. Today two mails came in that could not be found allthough they got delivered. What catches my eye is the "?" in the msgid: Jan 5 21:10:47 mail dovecot: deliver(consulting): msgid=? <14847_1294258245_ZZh0g1h9eLfxL.00_fc2fe6e910f03.4d24de54 at
2004 Apr 23
2
use keep state(strict) to mitigate tcp issues?
Hi, When deploying a BSD with IPF in at the network perimeter and using rules like these: pass in .. proto tcp ... keep state(strict) it's possible to refuse tcp packets which arrive out of order. This would increase the difficulty doing blind attack resets and blind data injection attack, cause then you'd have to "guess" the exact expected number. Checpoint has a similar
2003 Jan 01
1
Can't change directory to /public (Permission denied)-Illogical error in Samba 2.2.6
The following error occured persistently, when trying to access a world rw-able directory public from Win2000 (samba version 2.2.6): (log file:) [2003/01/01 17:45:57, 0] smbd/service.c:make_connection(597) harm (192.168.0.3) Can't change directory to /public (Permission denied) The following is the share in the smb.conf file: [public] comment = public share: read & write, no
2007 Apr 25
4
[LLVMdev] LLVM projects: Change framework
hi all, I have used LLVM extensively over the last 2 years. I have realized a so called change framework that based on the LLVM framework. Basically it is a framework that augments the JIT to understand "changes", such that a mutator process can formulate changes in a change language (inspired by DTrace's D), which is too compiled to LLVM and sent to the application process.
2005 Mar 27
1
problem with listing users on winXP/2k+3
Hello list, Some days ago i sent an email to this ML about a problem im having with listing users on winXP/2k+3 computers. The thing is our samba PDC has +1600 users and, this time i counted, there only appear on the "security advanced settings" list box (where we select users that can read/write/execute on a windows directory share), about 500/550 users. There is no evident reason
2019 Jan 29
3
centos dfcp send hostname to microsoft dhcp/dns
Hallo, thanks but this doesn t work here allthough most tips and hints are using this parameter. Any idea how to debug ? Thanks Ralf Von meinem iPad gesendet > Am 29.01.2019 um 18:08 schrieb Liam O'Toole <liam.p.otoole at gmail.com>: > >> On 2019-01-29, Ralf Prengel <ralf.prengel at rprengel.de> wrote: >> Hallo, >> >> I try to configure my
2016 Jan 13
2
[PATCH 0/2] allow partly reclocking on chipset
> Samuel Pitoiset <samuel.pitoiset at gmail.com> hat am 13. Januar 2016 um 13:43 > geschrieben: > > Hi! > > Did you check on different Fermi chipsets or only with one variant? currently I only checked that on my nvc1, but I thought I could just send the patches and it is easier for others to try it out this way. > > Are you sure that engine reclocking works as
2009 Jan 28
2
File and console output does not work in C code
Hello all, I am getting into trouble when trying to do standard I/O from a C function called within R environment. This function is written in a small C library that is loaded whith dyn.load() and called in R via the .C() interface. I need to debug the C code using a text file for some logs, and also to speed up its result visualization by creating images on the fly using the GD library. Both
2005 Dec 28
1
Building Theora
Hi, I'm trying to build Theora without installing but building Ogg. This doesn't seem to work: LIBOGG = [...]/libogg-1.1.2 LD_LIBRARY_PATH = $(LIBOGG)/src/.libs ./configure \ --with-ogg-libraries=$(LIBOGG)/src/.libs/ \ --with-ogg-includes=$(LIBOGG)/include/ \ --prefix=/usr \ results in: checking for ogg >= 1.1... checking for Ogg... no *** Could not run Ogg test program,
2002 Dec 30
1
Ingress qdisc functional?
Hello all! I''ve just subscribed to the list after looking around on Google and checking out the TC source code a bit. Here''s my situation: I have a megabit DSL line that I''d like to set up some shaping on. I only have access to the linux router on my (client) end. Because of that, I was looking to do some shaping using the ''ingress'' qdisc. However,
2007 Jan 29
2
Rxfax and Txfax on Asterisk 1.4
> AFAIK the current recommendation is to use HylaFax with something called iaxmodem. After having been through a lot of problems with RxFax and TxFax I completely agree with this statement. Allthough the initial configuration is a bit complicated, once you have this running you'll get far better reliability. Kind regards, Ardjan Zwartjes.
2019 Jan 10
1
@reboot only some lines of a script are working (yum install not)
ok a good hint. I will test it monday. Ralf Von meinem iPhone gesendet > Am 10.01.2019 um 18:23 schrieb Mogens Kjaer <mk at lemo.dk>: > >> On 1/10/19 11:32 AM, Ralf Prengel wrote: >> yum install doesn't work running the script via cron allthough yum remove works. > > Is the network up when the script executes? > > Mogens > > -- > Mogens
2005 Jul 11
3
PERMANENTFLAGS bug?
Hi, Im new to the list, so might be a FAQ allthough I havent found it anywhere: When I try to connect to dovecot/imap from snappermail (palm), I get a IMAP protocol error. The complaint is about: OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft ) \*)] Flags permitted. As you can see, theres an extra " )" after "Draft". Any clues on how to fix/bypass this?