search for: thogh

Displaying 6 results from an estimated 6 matches for "thogh".

Did you mean: though
2003 Jun 06
0
OT: Mail rules (was: Re: Auto-away replies)
...ail rules > > filter to provide the vacation message, then leave it > running when they're > > gone. Others set the rule and close Outlook, then when they > get back from > > vacation and download all their messages everyone gets a > vacation message > > even thogh they're back. If you're using Outlook with an Exchange server (which is the only valid reason I can think of to ever use Outlook), the server sends the response, not Outlook itself, so closing Outlook doesn't hurt anything. It's brain-dead, but not *that* brain-dead. ;)
2009 Apr 21
2
gdm login as root automatically
Hi all, I was wondering if someone knows how to "automatically" login as root with gdm and gnome. I have been doing some searching, and havent been able to find a method. I dont want to login automatically all the time - its just part of install setup. 1) kickstart install 2) post section do somethings 3) setup so on reboot auto login as root 4) complete installing some things and
2010 Sep 09
3
winbind authentification trouble
A Debian/Lenny-Server is connected to a PDC (using samba) and tries to authenticate logins via pam_winbind. User mapping and everything else needed works fine (i.e. especially getent shows all the accounts), however remote logins of domain users fail. I have: | gatekeeper:~# cat /etc/pam.d/common-auth | [...] | auth sufficient pam_unix.so nullok_secure | auth required
2019 May 15
0
[PATCH 05/10] s390/cio: introduce DMA pools to cio
...- 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); > > } > > > > +/** > > + * Allocate dma mem...
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