search for: aset

Displaying 20 results from an estimated 20 matches for "aset".

Did you mean: asset
2009 May 01
2
mbox-snarf plugin and istream-mail-stats.c revision 9000:b02c642b4e51
I'm getting this error: May 1 09:09:30 tr27n12.aset.psu.edu syslog: PSU mbox-snarf name is INBOX May 1 09:09:30 tr27n12.aset.psu.edu dovecot: Panic: IMAP(tstem38): file istream-mail-stats.c: line 75: assertion failed: (ret != -1 || stream->istream.eof || stream->istream.stream_errno != 0) Will this error go away before the general 1.2...
2011 Jan 13
9
spurious <li> generated when list followed by 3
...'s not quite as easy to parse as Ruby ;-) Seems like li_open in lib/redcloth/formatters/html.rb is being called incorrectly when the thrid newline is parsed. Here are the locations in the code where li_open is referenced: $ ack --all-types li_open ext/redcloth_scan/redcloth.h 202: ASET("type", "li_open"); ext/redcloth_scan/RedclothScanService.java 95: ASET("type", "li_open"); lib/redcloth/formatters/html.rb 50: def li_open(opts) lib/redcloth/formatters/latex.rb 103: def li_open(opts) ragel/redcloth_scan.java.r...
2011 Jun 28
1
[nut-commits] svn commit r3104 - branches/apcsmart-dev/drivers
Citeren Michal Soltys <msoltyspl-guest at alioth.debian.org>: > @@ -417,10 +414,12 @@ > if (flags & SER_CC) { > iset = IGN_CCCHARS; > aset = ""; > + sec = 6; usec = 0; > } > if (flags & SER_CS) { > iset = IGN_CSCHARS; > aset = ""; > + sec = 6; usec = 0; > } > > memset(buf, '\0', buflen); Please see the following comment on upsdrv_updateinfo from the new-driv...
2010 Dec 10
2
dovecot 2.0 revision 12532:e030df616faf: problem with Snarf plugin
this command fails when the snarf plugin is enabled. 5 status inbox (UIDNEXT MESSAGES) with the error: Dec 10 13:57:57 tr27n12.aset.psu.edu dovecot: imap(tstem38): Panic: file index-transaction.c: line 71: assertion failed: (box->opened) If it isn't easy to reproduce, I'll spit out the config. thanks, Jonathan -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: appli...
2005 Jun 05
1
The OpenSSH project turns five years old
The OpenSSH project turns five years old ---------------------------------------- Five years ago, in late September 1999, the OpenSSH project was started. It began with an audit, cleanup and update of the last free version of Tatu Ylonen's legacy ssh-1.2.12 code. The project quickly gathered pace, attracting a portability effort and, in early 2000, an independent implementation of version 2
2005 Jun 05
1
The OpenSSH project turns five years old
The OpenSSH project turns five years old ---------------------------------------- Five years ago, in late September 1999, the OpenSSH project was started. It began with an audit, cleanup and update of the last free version of Tatu Ylonen's legacy ssh-1.2.12 code. The project quickly gathered pace, attracting a portability effort and, in early 2000, an independent implementation of version 2
2007 Dec 31
7
"mongrel_rails --version" reporting 1.1.2 instead of 1.1.3
FYI. -- - Brian Gupta http://opensolaris.org/os/project/nycosug/
2007 Mar 24
3
Patch for superredcloth to enable textile table headers
...redcloth_common.rl (working copy) @@ -29,10 +29,12 @@ C_STYL = ( "{" [^}]+ >A %{ STORE(style) } "}" ) ; S_CSPN = ( "\\" [0-9]+ >A %{ STORE(colspan) } ) ; S_RSPN = ( "/" [0-9]+ >A %{ STORE(rowspan) } ) ; + D_HEADER = "_" %{ ASET(th, true) } ; A = ( ( A_HLGN | A_VLGN )* ) ; A2 = ( A_LIMIT? ) ; S = ( S_CSPN | S_RSPN )* ; C = ( C_CLAS | C_STYL | C_LNGE )* ; + D = ( D_HEADER ) ; N_CONT = "_" %{ ASET(start, continue) }; N_NUM = digit+ >A %{ STORE(start) }; N = ( N_CONT | N_NUM )? ; Inde...
2012 Oct 17
3
subtotals based on price bands?
I would like to create a subtotal table with custom bands. seq1 = seq(0, 100, by = 5) seq2 = seq(100, 1000, by = 100) Bands = c(seq1, seq2) #Prices Prices = sample(1:1000, 200, replace=F) #corresponding size for the given price above. size = sample(1:1000, 200, replace=F) How would I find the subtotal of the size based on a given price falls within a band? -- View this message in
2017 Oct 25
1
[RFC] virtio-iommu version 0.5
...s through a virtio-iommu channel. > > Yes for non-SVM in SMMuv3, you still have a context table but with a > single descriptor, so the interface stays the same. So for non SVM case, guest virtio-iommu driver will program the context descriptor such a way that, ASID is not in shared set(ASET = 1b) and hence Physical IOMMU TLB invalidates would get triggered from software for every viommu_unmap(in guest kernel) through Qemu(using vfio ioctls) ? And for SVM case, ASID would be in shared set and explicit TLB invalidates are not required from software ? But with the second > soluti...
2017 Oct 25
1
[RFC] virtio-iommu version 0.5
...s through a virtio-iommu channel. > > Yes for non-SVM in SMMuv3, you still have a context table but with a > single descriptor, so the interface stays the same. So for non SVM case, guest virtio-iommu driver will program the context descriptor such a way that, ASID is not in shared set(ASET = 1b) and hence Physical IOMMU TLB invalidates would get triggered from software for every viommu_unmap(in guest kernel) through Qemu(using vfio ioctls) ? And for SVM case, ASID would be in shared set and explicit TLB invalidates are not required from software ? But with the second > soluti...
2017 Oct 25
0
[RFC] virtio-iommu version 0.5
...l. >> >> Yes for non-SVM in SMMuv3, you still have a context table but with a >> single descriptor, so the interface stays the same. > > So for non SVM case, > guest virtio-iommu driver will program the context descriptor such a way that, > ASID is not in shared set(ASET = 1b) and hence Physical IOMMU TLB invalidates would get triggered > from software for every viommu_unmap(in guest kernel) through Qemu(using vfio ioctls) ? That's right. viommu_unmap will send an INVALIDATE request on the virtio request queue, forwarded to the driver via a VFIO ioctl. &...
2006 Nov 30
0
WinXP display resolution under Zen 3.0.3
...um resoluton in the Xen virtual video driver to be more reasonable? I have a 1680 X 1050 LCD display running Suse 10.2, but the most resolution I can get with Xen is 12880 X 1024. Vmware server has a modification you can make to the .vmx file to increase the resolution to 1680 X 1050. Is there such asetting for Xen? Art _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Aug 19
1
Sieve plugin load error
...: 0712-002 fatal error: exiting. Aug 19 12:30:52 deliver(jsiegle): Fatal: Couldn't load required plugins Aug 19 12:38:53 deliver(jsiegle): Info: Loading modules from directory: /usr/dovecot-1.2.4/lib/dovecot/lda I see a local symbol referenced in the so and also an Undefined as well. tr27n12.aset.psu.edu# nm -X 64 /usr/ladmin/dovecot-1.2.4/lib/dovecot/ lda/lib90_sieve_plugin.so|grep notify_command notify_command U - notify_command d 4563447648 8 notify_operation is different: # nm lib90_sieve_plugin.so |grep ^notify_operation notify_operation U...
2010 May 20
0
Installation problem with "geepack"
Hi there, I just installed the package under windows, and it works very well. However, as I tried to install it on a cluster which uses linux OS, "Linux lionxc.aset.psu.edu 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux" I always failed. The message during the installation process is as follows: > install.packages("geepack") Warning in install.packages("geepack") : argument 'lib' is mi...
2010 Feb 14
2
Priv Sep SSH has / as CWD
...ue those files. Tech details of this issue follow signature paragraph. TIA for at least thinking about this! Jon Kibler - -- Jon R. Kibler Chief Technical Officer Advanced Systems Engineering Technology, Inc. Charleston, SC USA o/c/s: 843-849-8214 / 843-813-2924 / 843-564-4224 e: Jon.Kibler at aset.com or Jon.R.Kibler at gmail.com s: JonRKibler http://www.linkedin.com/in/jonrkibler My PGP Fingerprint is: BAA2 1F2C 5543 5D25 4636 A392 515C 5045 CF39 4253 OpenSSH_5.3p1, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 OpenSSH has been configured with the following options: User...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2017 Oct 25
2
[RFC] virtio-iommu version 0.5
Hi Jean, On Tue Oct 24, 2017 at 10:28:59PM +0530, Linu Cherian wrote: > Hi Jean, > Thanks for your reply. > > On Tue Oct 24, 2017 at 09:37:12AM +0100, Jean-Philippe Brucker wrote: > > Hi Linu, > > > > On 24/10/17 07:27, Linu Cherian wrote: > > > Hi Jean, > > > > > > On Mon Oct 23, 2017 at 10:32:41AM +0100, Jean-Philippe Brucker wrote:
2015 Sep 03
2
Fuzzing complex programs
...s/mb/mbutils.o > utils/mb/wchar.o utils/mb/wstrcmp.o utils/mb/wstrncmp.o > utils/misc/guc.o utils/misc/help_config.o utils/misc/pg_rusage.o > utils/misc/ps_status.o utils/misc/rls.o utils/misc/sampling.o > utils/misc/superuser.o utils/misc/timeout.o utils/misc/tzparser.o > utils/mmgr/aset.o utils/mmgr/mcxt.o utils/mmgr/portalmem.o > utils/resowner/resowner.o utils/sort/logtape.o > utils/sort/sortsupport.o utils/sort/tuplesort.o > utils/sort/tuplestore.o utils/time/combocid.o utils/time/tqual.o > utils/time/snapmgr.o utils/fmgrtab.o ../../src/timezone/localtime.o > ../...
2002 Jul 04
0
Contact for web site problems?
I cannot seem to find a contact email for 'webmaster' or similar position. I would like to report a broken link on your site. On the page: http://us4.samba.org/samba/docs/SambaIntro.html The 'story' link on the line "The story goes something like this: " is broken. Click on it and you get 'forbidden.' Keep up the GREAT work! Sincerely, Jon R. Kibler Systems