similar to: FW: Samba 2.2.12. Problem with printer properties feature box after switching to SP2 client

Displaying 20 results from an estimated 11000 matches similar to: "FW: Samba 2.2.12. Problem with printer properties feature box after switching to SP2 client"

2009 Oct 23
1
data.frame tall skinny transformation
Hi, I have a data.frame that looks something like this. feature 5637 ? ? ? ? ? ? ? ?1321N1 feature1 -0.568750616 -0.934748758 feature2 -0.913080902 -0.941455172 feature3 0.442477294 -0.257921866 I want to change it to look like this. feature ? ? ?cell.line ? ? value feature1 5637 -0.568750616 feature2 5637 -0.913080902 feature3 5637 0.442477294 feature1 1321N1
2013 Feb 21
1
remove rows in data frame by average
Dear all, I have a data frame, which looks like this: Subject | Block | Trial | Feature1 | Feature2 .... 1 | 1 | 1 | ... | ... 1 | 1 | 2 | ... | ... 1 | 2 | 1 | ... | ... 1 | 2 | 2 | ... | ... 1 | 3 | 1 | ... | ... ...| ...| ...| ... | ... Can I remove the "Trial" column by averaging all the rows and without using a "for loop"? At the end my data frame should look like
2020 Feb 13
2
[RFC] Extension to TableGen's AssemblerPredicates to support combining features with ORs
Hi, I'd like to propose extending the supported syntax for AssemblerPredicates to allow sets of SubtargetFeatures to be listed, but where only one in the list has to be enabled for the predicate to be true. The condition string which forms a AssemblerPredicate already allows multiple features to be defined, separated by commas, and this means all of these features must be present. For
2017 Oct 04
0
[PATCH 09/13] x86/asm: Convert ALTERNATIVE*() assembler macros to preprocessor macros
The ALTERNATIVE() and ALTERNATIVE_2() macros are GNU assembler macros, which makes them quite inflexible for future changes. Convert them to preprocessor macros. Signed-off-by: Josh Poimboeuf <jpoimboe at redhat.com> --- arch/x86/entry/entry_32.S | 12 +++--- arch/x86/entry/entry_64.S | 10 ++--- arch/x86/entry/entry_64_compat.S | 8 ++--
2016 May 02
3
enable/disable features through clang
Is there a way to enable/disable target features through clang? I found this, https://github.com/avr-llvm/llvm/issues/9, but this seems to be talking about llc -mattr=+feature1,-feature2... Is there something equivalent for clang? -- Rail Shafigulin Software Engineer Esencia Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 May 16
0
[PATCH] btrfs-progs: mkfs: add -O option to specify fs features
Extend mkfs options to specify optional or potentially backwards incompatible features. Signed-off-by: David Sterba <dsterba@suse.cz> --- man/mkfs.btrfs.8.in | 9 ++++ mkfs.c | 124 +++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 123 insertions(+), 10 deletions(-) diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in index a3f1503..548e754 100644 ---
2017 Oct 04
1
[PATCH 11/13] x86/paravirt: Add paravirt alternatives infrastructure
With CONFIG_PARAVIRT, the kernel .text is littered with a bunch of calls to pv_irq_ops function pointers, like: callq *0xffffffff81e3a400 (pv_irq_ops.save_fl) In non-Xen paravirt environments -- including native, KVM, Hyper-V, and VMware -- the above code gets patched by native_patch() to look like this instead: pushfq pop %rax nopl 0x0(%rax,%rax,1) So in most scenarios,
2003 Mar 28
1
Point and Print problem 2.2.7A and 2.2.8
I have detected significant performance slow down when I use PnP driver with versions 2.2.7A and 2.2.8. It happened with all kinds of Windows OS (exclude 9x) when user has administrative rights to Samba based printers. In Windows system event viewer I see that spooler retrieves printer driver files from Samba server to Window machine a lot of times. It happened each time when I try to update
2015 Jun 03
1
default features
Hi We are provisioning some default features to our customers like "automated answer when outside labor time", "rerouting when Subscriber Absent", and so. These are macro calls embedded in key points inside the dialplan. Since not all customers need/want all features and they (the features) are customized, I named them like [macro-feature1-ClientA], [macro-feature4-ClientF],
2016 Oct 17
4
Multiple readfile oddities, newlines etc
I have a plain text file, ASCII, unix line breaks. 1 single line, and all that is in it is the word "radio". Here's some test dialplan: exten => 5,1,Verbose(Context: ${CONTEXT} Exten:${EXTEN}) same => n,Set(feature=${FILE(/home/test/feature-1.txt,0,1,l,u)}) same => n,Verbose(${feature}) same => n,Set(featurefile=/home/test/feature-1.txt) same =>
2016 Mar 05
2
Enable / Disable a processor feature
I'm trying to enable/disable a target feature through clang. Here is how my target looks like // Esencia subtarget features //===----------------------------------------------------------------------===// def FeatureMul : SubtargetFeature<"mul", "HasMul", "true", "Enable hardware multiplier">; def FeatureDiv
2004 Oct 18
1
Experience on using Samba with XP SP2
Hallo, > We have problems with printing after installing XP SP2. > In nearly every software it takes about 10 seconds to 30 seconds, if you > click on "Print-Button" and wait for the print dialogue window. > Extremly slow are programs like MS Word (30 seconds, when you open a > document the first time). same problem here. This a known but _unresolved_ problem for Samba
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote: > It would be great to hear from kernel people if it works adequately for > what you guys want it for :-) Sure, ping me when you have the final version and I'll try to build gcc with it and do some size comparisons. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote: > It would be great to hear from kernel people if it works adequately for > what you guys want it for :-) Sure, ping me when you have the final version and I'll try to build gcc with it and do some size comparisons. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the
2005 Oct 14
0
FW: Win XP SP2 and Offline Files
is the share set with browsable = yes Louis -----Oorspronkelijk bericht----- Van: samba-bounces+louis=van-belle.nl@lists.samba.org [mailto:samba-bounces+louis=van-belle.nl@lists.samba.org] Namens Clas Mayer Verzonden: vrijdag 14 oktober 2005 8:53 Aan: samba@lists.samba.org; Fabian Arrotin Onderwerp: Re: [Samba] Win XP SP2 and Offline Files Hi Im not shure this is same problem as mine When
2006 Aug 31
1
Printer Properties Don't Work After Update
Hello, We recently migrated our Samba server to Samba 3.0.22 and Cups 1.2.2, running on Debian. Since the migration, we have noticed an odd problem: Windows clients that hit the Properties box in their print dialog, then navigate over to the Driver Settings tab (the one with all the settings from the cups PPD file), and make changes, will have those changes ignored. That means that people
2001 May 10
0
Printer default document properties
Hi there, we recently installed the latest samba 2.2.0 on a Solaris 2.6 server and encounter some problems with the default document propoerties of our printers. The printer admins can set the properties and if we query them again the correct settings are diplayed. But if an application uses the printer the paper and duplex settings seem to be wrong. They are always "A4 klein" (we are
2004 Jan 26
1
Setting printer properties with prnadmin.dll (W2k Resource Kit)
Hi, we are trying to set printer properties with the prnadmin.dll from the windows 2000 resource kit. The printers are shared by a samba 2.2.8a, spoolingsystem is Cups. We are using the windows drivers to process the job, the queues are set as raw-queues on cups. For some models[1] setting the properties via a dumped file works without any Problems. For some other printermodels[2] it
2008 Mar 04
0
Printer properties dialog looks and behaves different if driver is installed on samba or on XP
Hi I am using a HP LJ 4350 on samba 3.0.28 with cups as backend. We tried the HP PCL6 driver (not CUPS PS drivers), because it offers the possibility to print for example the first page on a different sheet from a different tray. This works fine, if a installe the driver on windows XP. If I install the driver on a samba server, a testpage shows no difference concerning driver files. But if i
2005 Dec 14
0
Error when trying to view printer properties
I have a problem installing a printer shared to windows. When I go to properties on the printer I have shared I get Function address 0x606407fe caused a protection fault. (exception code 0xc0000005) Some or all property pages may not be displayed. Using HP Inkjet 1200 samba-3.0.20b edited mime.conv and mime.types and uncomented lines application/octet-stream application/vnd.cups-raw