search for: qute

Displaying 9 results from an estimated 9 matches for "qute".

Did you mean: quite
2004 Jan 19
2
Filename for printing?
Hi, all. I'm trying to create a PDF queue... or, rather, I already have a homebrew solution I hacked together with an lprng filter, and it doesn't work too well. The solution at www.linuxgazette.com/issue72/bright.html, which uses the smb.conf and "print command" paramaters, appears to be much more elegant, but has one major shortfall: I don't see any way to get the
2004 Jun 01
1
Bug reporting
On 1 Jun 2004, John Summerfield <john@Corridors.wa.edu.au> wrote: > The jitterbug link on http://rsync.samba.org/nobugs.html no longer works. I > suggest it either be fixed or removed. Thanks, fixed. > You make bug-reporting needlessly difficult, I think. I dislike the need to > subscribe to a mailing-list and potentially receive lots of email that > doesn't interest
2009 Sep 02
5
Serial port problem
Since about v0.9 I've been unable to get wine to reliably receive characters on the serial port. Sending is fine. The latest version I've tried is 1.1.23, and this always loses the first two characters of a line, then randomly loses some of the later ones. Is anyone else seeing the problem? It's an absolute show-stopper for me because the only Windows software I use needs serial coms
2016 Jun 02
1
Samba on AIX - Active directory
Reindl Harald <h.reindl <at> thelounge.net> writes: > > > Am 01.06.2016 um 15:58 schrieb Rob Lee: > > We have 4ge programs running on AIX. The output files from these programs need to be read from Windows > desktops and servers. > > well, setup a proper OS with a recent samba in a virtual machine and > just use that directly from the AIX machine or mount
2019 May 15
0
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...> > return NULL; > > - gen_pool_add_virt(gp_dma, addr, dma_addr, PAGE_SIZE, -1); > > + gen_pool_add_virt(gp_dma, addr, dma_addr, chunk_size, -1); > > addr = gen_pool_alloc(gp_dma, size); BTW I think it would be good to recover from this alloc failing due to a race (qute unlikely with small allocations thogh...). > > } > > return (void *) addr; > > @@ -1108,6 +1113,13 @@ void cio_gp_dma_free(struct gen_pool *gp_dma, void *cpu_addr, size_t size) > > gen_pool_free(gp_dma, (unsigned long) cpu_addr, size); > > } > > > &g...
2019 May 13
2
[PATCH 05/10] s390/cio: introduce DMA pools to cio
On Sun, 12 May 2019 20:22:56 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Fri, 10 May 2019 16:10:13 +0200 > Cornelia Huck <cohuck at redhat.com> wrote: > > > On Fri, 10 May 2019 00:11:12 +0200 > > Halil Pasic <pasic at linux.ibm.com> wrote: > > > > > On Thu, 9 May 2019 12:11:06 +0200 > > > Cornelia Huck <cohuck at
2019 May 13
2
[PATCH 05/10] s390/cio: introduce DMA pools to cio
On Sun, 12 May 2019 20:22:56 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Fri, 10 May 2019 16:10:13 +0200 > Cornelia Huck <cohuck at redhat.com> wrote: > > > On Fri, 10 May 2019 00:11:12 +0200 > > Halil Pasic <pasic at linux.ibm.com> wrote: > > > > > On Thu, 9 May 2019 12:11:06 +0200 > > > Cornelia Huck <cohuck at
2013 Feb 28
4
sending of password did not succeed
Hi Today I have upgraded my Debian server from lenny to squeeze and my email stopped working. I am using Dovecot 1.2.15 with exim4. Exim4 is working and mail is being delivered to the mailboxes - /home/ didm.co.uk/peter/Maildir/new etc When I try to download emails to my I get "sending of password did not succeed, Mail server mail.didm.co.ukresponded:Authentication failed" and
2004 Mar 29
11
New IMQ device implementation supporting device EOS
Hello All Its first time i posting to this mail list :). I have done something (maybe) important. I write new IMQ device driver based from Martin Devera and Patrick McHardy implementation with device EOS support. My current implementation supporting only egress trafic shaping and kernel 2.4.25. For more details, source and examples have look at my page http://hyperfighter.jinak.cz/qos Ill