similar to: Slow Print Dialogue Box

Displaying 20 results from an estimated 7000 matches similar to: "Slow Print Dialogue Box"

2004 Dec 07
1
Samba 3.09, Cups & slow Print Dialoge.
I setup samba 3.09 printing with cups. However the dialogue box takes about 10 - 15 seconds to load or even when i switch printer or change properties to printers. Strangly enough when i add my user account as a admin in the global section, the problem goes away. I am running my clinet on XP SP1. Any help would be great. Thanks! Isaiah __________________________________ Do you Yahoo!?
2014 Oct 17
3
[LLVMdev] oprofile support?
I've been trying to get oprofile results for jitted code without success. I built an 3.5.0 llvm with oprofile enabled, and tested it with lli on a small test case. I built the latest oprofile from the git repository. Debugging I can see that lli is registering the listener and making the oprofile calls to the libopagent api to specify the names and address ranges of jit'd routines, and
2005 Jul 08
1
Printer dialogue box slow to pop up
Hi, we're in the process of rolling out Samba on Suse Enterprise Server v 9 in an environment of Windows 98, 2000, and XP computers (samba v 3.0.14a). The samba server is replacing a Windows 2000 domain controller. The computers switched over to using the samba server as the domain controller are not experiencing any issues logging onto the domain, initializing their logon batch script, or
2014 Nov 29
2
[LLVMdev] oprofile support?
Mi Maurice, A follow up to Andy's comments: MCJIT can find line numbers for ELF files, at least in limited circumstances. I know because I broke the regression test for it while doing some cleanup recently. ;) Looking at lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp, I see the line: // TODO: support line number info (similar to IntelJITEventListener.cpp) >From a glance at
2008 Jul 09
7
recursively divide a value to get a sequence
Hi, if given the value of, say, 15000, I would like to be able to divide that value recursively by, say, 5, and to get a vector of a determined length, say 9, the last value being (set to) zero- i.e. like this: 15000 3000 600 120 24 4.8 0.96 0.192 0 These are in fact concentration values from an experiment. For my script, I get only the starting value (here 15000), and the factor by which
2003 Jul 28
0
W2k/w98 don't see printers on samba-3.0.0beta2/3 in "Add Printer" dialogue
Hello, I've tried both samba-3.0.0beta2 and beta3 but both give me the same problem. When on a windows dekstop and trying to add a printer with samba as the printserver , the printers exported by the samba server are not seen by the windows "add printer dialogue" e.g.: relevant part of smb.conf: ----------------------------------- load printers = yes printing = cups
2002 Nov 17
1
position of windows-dialogue
Hello all, to interrupt a BATCH program I inserted, as adviced in this list, a windows dialogue box (winDialog("ok")). The graphic display opens on the right part of the screen, which is OK. The Windows dialoge opens in the center of the screen and hides a part of the graphics window. Is it possible to determine the coordinates where the Windows dialogue box opens? I'd like to
2010 May 29
3
Avoid the Gecko dialogue
Can I use a wine command line argument (or anything other) to skip the `installing Gecko' dialogue? I find it only annoying as I install Gecko via winetricks when needed and I usually have a wine prefix for each windows program I use.
2005 May 25
0
Problem with disabled user name and password fields in login dialogue on Windows XP SP2
Hello, We are having some problems with logging on to several Windows XP Pro SP2 clients at several different sites running Samba 3.0.10 as domain server. The situation is that the "User name" and "Password" fields in the "Log On to Windows" window are greyed out on the Windows XP clients. The third field, "Log on to", where you can choose between the
2012 Dec 07
2
Assigning cases to groupings based on the values of several variables
Dear R-ers, my task is to simple: to assign cases to desired groupings based on the combined values on 2 variables. I can think of 3 methods of doing it. Method 1 seems to me pretty r-like, but it requires a lot of lines of code - onerous. Method 2 is a loop, so not very good - as it loops through all rows of mydata. Method 3 is a loop but loops through fewer lines, so it seems to me more
2004 Jul 14
1
6 second delay for File / Print dialog to come up
Single 100MB switched subnet. 500MHz Samba 3.0.4 PDC (test server) and 3Ghz Win2K clients. I have three Spoolless printers defined on the client via the APW and downloading the driver. Open notepad, type some trash, file, print, and there is a 6 second delay until the print dialog comes up. Canceling out and doing so again from the same instance of notepad is just as slow, so not even notepad
2009 Oct 05
10
How to bulk add machine accounts during PDC hardware refresh?
Greetings- I have not found discussed / documented what to do with machine accounts when moving a Samba PDC to new hardware. I have seen that uid/gid numbers must match between the old/new system. I am thinking to use adduser to accomplish that, then make the numbers on the new server match, using a text editor. After that, can I simply enter the machine account entries by hand with a text
2008 Jan 27
4
Official Samba builds for Ubuntu?
Greetings- I am wondering if anyone from the Samba team would happen to have interest in creating official builds for Ubuntu? To add a twist, unfortunately I would not be fishing for 7.10 packages, but rather 7.04 as we ran into too many issues with 7.10 whereas 7.04 seems rock solid stable. Or, are there packages built of Samba releases for Ubuntu external to samba.org? Thanks, -- Michael
2008 Feb 18
12
cifs verses smbfs for Linux clients
I am somewhat confused... I understand that the preferred method to mount a Samba share with a Linux client is to use "mount -t cifs" rather than "mount -t smbfs". I get the impression that smbfs is samba.org developed code where as cifs is from elsewhere. Thus the point of confusion. Why is samba.org not developing the preferred code in this case? A sub question to that
2007 Jun 01
2
Not seeing the expected group memberships with ifmember.exe /list
We have bumped into a most odd problem. Server: Debian Etch and their Samba 3.0.24-2 Client: WinXP SP2, MSI v3, all hot fixes The following settings are in place on the server: #!/bin/bash # # initGrps.sh # Map Windows Domain Groups to UNIX groups net groupmap add ntgroup="Domain Admins" unixgroup=domadmin rid=512 type=d net groupmap add ntgroup="Domain Users"
2008 Feb 13
5
Wrong perms on new files/dirs using smbmount
Greetings- I am working through coming up with a Linux client integration to Samba PDC's. I mount several shares with this sort of syntax: /bin/mount -t cifs -o credentials=/home/userid/.smbcredentials,uid=userid,gid=userid,dmask=0777,fmask=0666 //ldslnx01/data /mnt/ldslnx01/data/ However when I create new files/dirs on the Samba share from the Linux workstation, the perms are not 0666/0777
2007 May 07
3
Countless "rec_read bad magic" lines in log.smbd
One of the servers we admin has countless such errors in log.smbd: [2007/05/07 14:17:08, 0] tdb/tdbutil.c:tdb_log(783) tdb(/var/cache/samba/printing/HPLJ3600.tdb): rec_read bad magic 0x443810ec at offset=28412 The only thread I saw regarding "rec_read" stated: <><><><><> If this really happens often to you, then you have some basic problems with your
2004 Jul 07
4
Setting home path to a dir within a users Linux home dir
Is there a trick to append an additional directory level onto the defauly behavior of a [homes] share looking in /etc/passwd to find the users Linux home dir? It would offer a bit of protection if Windows clients ended up in say the WinHome directory within their Linux home directory when logging in from Windows so they are not tempted to tamper with their desktop settings files for Linux from
2007 Jul 14
3
Is there a way to support both local and roaming profile with one server / domain?
Recent list messages got me thinking... Is there a way to support both local and roaming profile with one server / domain? As I understand it, the "magic" line that tells Samba not to do roaming profiles is the smb.conf line: logon path = Which the line must exist, and must be set to null. But that is in the global section. So is there a way to support both local and roaming...
2006 Feb 13
3
Samba not listening on 127.0.0.1... hua???
<rant>Every time I set up a new test Samba server, the step to "net rpc rights grant..." ALWAYS fights me tooth and nail... ALWAYS with a different error message. I've even created little scripts to run so I am not typing commands incorrectly... but NNNOOOOOO, the script to grand rights to one stink'n account always has to complain!</rant> OK, this time it is...