search for: 23150

Displaying 4 results from an estimated 4 matches for "23150".

Did you mean: 2315
2003 Mar 16
2
Failed to create storage with data: ::
...passwd auth_user = mail auth_verbose = yes In the log files I get: Mar 15 23:36:30 pos dovecot: Dovecot starting up Mar 15 23:36:37 pos imap-login: Login: testuser [10.0.66.1] Mar 15 23:36:37 pos imap(testuser): Failed to create storage with data: :: Mar 15 23:36:37 pos dovecot: child 23150 (imap) returned error 89 A typical entry in the imap.passwd: testuser:<md5>[34]:12345:12345::/some/home/directory/testuser:0:: -- Jesse Peterson / jesse at pixeltechs.com
2010 Mar 11
0
Xen problem network dom0
...Command "ifconfig" : eth0 Link encap:Ethernet HWaddr 00:18:71:4d:17:64 inet adr:192.0.1.5 Bcast:192.0.1.255 Masque:255.255.255.0 adr inet6: fe80::218:71ff:fe4d:1764/64 Scope:Lien UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:23150 errors:0 dropped:0 overruns:0 frame:0 TX packets:4562 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 RX bytes:1755431 (1.6 MiB) TX bytes:398278 (388.9 KiB) eth1 Link encap:Ethernet HWaddr 00:18:71:4d:17:70 UP BROADCAST MUL...
2006 Feb 14
2
Inline list editing with RJS: best practices
I wanted to get the community opinion on the best way to use partials and inline list (<li>) editing. I have a very common scenario where a list is rendered: --- index.rhtml --- <ul> <%= render :partial => ''item'', @collection => @items %> </ul> --- _item.rhtml (simplified) --- <li id="item_<%= item.id %>"> <div
2017 Nov 21
2
GP10B regression
Thanks to Thierry for finding this - applying index e14643615698..00eeaaffeae5 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2369,7 +2369,7 @@ nv13b_chipset = { .imem = gk20a_instmem_new, .ltc = gp100_ltc_new, .mc = gp10b_mc_new, - .mmu = gf100_mmu_new, + .mmu = gp10b_mmu_new,