similar to: Cups / Samba Driver Download question

Displaying 20 results from an estimated 2000 matches similar to: "Cups / Samba Driver Download question"

2005 Oct 28
0
Strange behaviour with the slipup effect on IE 6
Hello, I try to make a little example with the slipup effect. Here is my test : http://test.informactis.com/didier/scriptaculous/slipup.htm I works perfectly with firefox; the text disappear smoothly. But when I try on IE6, the text disappear roughly, the violet <div> box is still visible, and then this box disappear. Do you think I forget something in my code ? I tried this page with
2008 Aug 15
4
[LLVMdev] Which linux distribution required the least effort to install LLVM 2.3?
Hi! I'm a new LLVM user. I want to start using the LLVM System v2.3. However, I don't want to spend all my time hunting, pecking, downgrading, and/or upgrading packages to get LLVM v2.3 running. I was wondering which Linux distrubutions(FC7, Ubuntu, NetBSD, etc) have required the least effort out of the box to start running LLVM v2.3. tia, Bernardo Elayda -------------- next part
2006 Apr 12
3
Variable Scope
Hi, I was wondering if there is a way to stop R looking outside the scope of a function, if it can't find the variable inside the function. I seem to waste hours debugging functions only to find I've used a wrong variable name somewhere, but the function still works because the variable exists higher up the hierachy. It seems it would be easier to debug if the function just went
2003 Sep 24
2
Part 2: What is the meaning of create mask / directory mask
What we are trying to do is something like where; User A User B User C User D whereby User D's files can be read-write by only C,B ,A whereby User C's files can be read-write by only B,A whereby User B's files can be read-write by only A. that is we want some hierachy . How do we do this ? How do we set the permissions on the actual folders on the Hard Drives and how do we set
2012 Oct 19
3
Using Hiera with Parameters set for the Puppet Node
Is it possible to have Hiera look at a key set for the node first, before looking at other items in the hierarchy? In particular - I''m using Puppet Dashboard and am setting keys & params for there, so I would like for any value set there for a node to be used over another item in the hiera hierachy. What value would I have to specify in the hierarchy for this, if it is possible?
2012 Nov 25
1
Iterate by Factor - Newbie Question
I have end of semester teaching evaluation data of the following form: > head(evaluations) Course Prefix Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 Q12 Q13 Q14 1 2330301 2 4 3 3 3 4 4 1 2 5 4 1 1 1 1 2 2330301 2 3 3 3 3 3 5 1 2 5 8 1 1 1 1 3 2330301 2 4 4 3 3 4 4 2 2 5 9 1 1 1 1 4 2330301 2 2 1 1 3 4 5 1 2 5 8
2012 Apr 06
3
Outlook (2010) -> Dovecot (IMAP) >10x slower with high network load and many folders
Hi, I am seeing a >10x as slow performance when trying to complete a "send/receive" from an Outlook 2010 client to Dovecot via IMAP, but only when the LAN is fully loaded with other traffic, EG file copying. It seems the problem is when outlook is trying to identify folders that have changed since last "send/receive" thus traversing the hierachy. Observations: -
2006 Jul 20
0
Shattered 0.3.3 - an opinionated 3d game development framework
Ever have an idea for a game? Ever want to create a 3d game, but didn''t want to mess with the horrors of C++? Well now you can, and without even leaving the warm gooey comfort of Ruby! http://ShatteredRuby.com ShatteredRuby.com presents Shattered 0.3.3. Shattered is an opinionated 3d game DSL created in Ruby built on top of of http://ogre3d.org Ogre . Originally inspired by Ruby on
2006 Dec 24
0
How
Hi Ive been reading, testing and applying what Iam reading in the LARTC tutorial for a couple of days, I do not wish to use ready made scripts because that means I will always come back and ask the same question again. So Ive been wondering if I have 10 computers and I do want to limit the download for each of those 10 computers to 10 kbyte per second. I would create a leaf class and match the
2006 Dec 24
0
How to classify packets per host on same class
Hi Ive been reading, testing and applying what Iam reading in the LARTC tutorial for a couple of days, I do not wish to use ready made scripts because that means I will always come back and ask the same question again. So Ive been wondering if I have 10 computers and I do want to limit the download for each of those 10 computers to 10 kbyte per second. I would create a leaf class and match the
2013 May 29
0
Help needed regarding "virsh cpu-stats test_vm"
Hi, We are implementing feature called CPU separation in the platform. So, guest VMs will have dedicated cores allocated using cgroups (cgroups hierachy related VMs managed by libvirt). virsh cpu-stats command is not working in our platform : virsh # cpu-stats test_vm error: Failed to virDomainGetCPUStats() error: Requested operation is not valid: cgroup CPUACCT controller is not mounted It
2003 Sep 02
1
namespaces
I'm trying to use the namespaces feature to set up dovecot to look just like our existing Courier IMAP server, and our previous Cyrus server. That is, all folders are subfolders of INBOX, and the hierachy separator is ".". I put this in the configuration file: namespace private { separator = . prefix = INBOX. location = maildir:~/.maildir } This makes subfolders
2005 Sep 20
4
standalone bootable usb-stick
hi ya syslinuxerz - i've been slowly working on a making a custom bootable standalone usb-stick with X11 and kde - it's basically builds itself off of a slackware-10.1 server - create a custom initrd.gz ( /dev/ram0 ) http://linux-boot.net/Bootable/InitRD/ - create a custom rootfs.gz ( /dev/loop0 ) http://linux-boot.net/Bootable/RootFS/ - create X11 and kde loopfiles
2010 Aug 05
2
Cyrus to Dovecot migration (OS X Server): Backup + restore messages, live "standby server" and delayed expunge and…
Hi List, I am very close to migrating from Cyrus to Dovecot (to be more precise from Mac OS X Server 10.5.8 to 10.6.4). The latter is reporting the dovecotd version to be 1.1.20apple0.5. All I have read about dovecot is extremely positive so I am exited to make the switch. BACKUP: BUT I would like to be sure that I can make a sound backup strategy. For Cyrus i used topicdesk's mailbfr (a
2006 Jan 17
10
Is STI the only way to do inheritance?
I''m currently coding a system which must store multiple contact methods for a user (phone, email, postal address etc). I''m planning a fairly straightforward inheritance hierachy for these, where each different method inherits from something like a ContactMethod class. The only mention of ActiveRecord support for inheritance I can find in the Wiki and the Agile Web Dev book is
2018 Nov 15
2
[RFC] Tablegen-erated GlobalISel Combine Rules
> On Nov 13, 2018, at 08:01, David Greene <dag at cray.com> wrote: > > Daniel Sanders via llvm-dev <llvm-dev at lists.llvm.org> writes: > >> That's an interesting idea. Certainly tablegenerating InstCombine >> ought to be possible and sharing code sounds like it ought to be >> doable. MIR and IR are pretty similar especially after IRTranslator
2009 Aug 31
2
write file to date-stamped folder
Hello, I would like to be able to write all files produced on one day to an output directory with that date stamp, or alternatively stamp the date in the filename. So that if i run the same code the next day the files will not be overwritten. here's what i have to start with: baseDir = getwd() outputDir = paste(baseDir,"/OutputData-", Sys.Date(),sep="") and lets say i
2003 Aug 11
4
Ref: Samba + Cups: don't succeed to print from Windows 2000 station
Dragan, Andy Thanks for your answsers. Please find hereafter more information and my notes. Nadine ---------------------- R?achemin? par Nadine Vandois/FR/BULL sur 11/08/2003 10:56 --------------------------- "Dragan Krnic" <dkrnic@lycos.com> sur 10/08/2003 09:47:05 Veuillez r?pondre ? dkrnic@lycos.com Pour : nadine.vandois@bull.net cc : samba@lists.samba.org Objet :
2003 Aug 08
3
Samba + Cups: don't succeed to print from Windows 2000 station
Hello, I have configured cups (1.1.18) on a Suse 8.2 Pro Linux server. I have also configured samba (2.2.7a), and joined a domain. I have created printers with cups and declared them to samba with cupsaddsmb command. All seems to be ok. I can print from my Linux server. But, when I want to print from ny windows2000 station: - I can find my linux server - I can find and connect printers
2007 Oct 25
2
Cronjob script with date stamp?
I have a cron job that calls a shell script - the script invokes dump. I'd like to do two things: - Have the script dump the results of the job to a text file. I tried this with /path/to/dump my switches -v >> /home/me/dump.log But that just produced an empty file. - Have the dump file be date-stamped with the date it was executed. Right now, I manually edit the script to change