Displaying 20 results from an estimated 8000 matches similar to: "6249704 exstr fails to close file descriptor"
2006 Oct 31
0
6269165 misleading comments in usr/src/cmd/stat/iostat/iostat.c
Author: petede
Repository: /hg/zfs-crypto/gate
Revision: ef5d30f0abff39691966b9805b895f3c757b5a9f
Log message:
6269165 misleading comments in usr/src/cmd/stat/iostat/iostat.c
6286482 remove the only occurrence of "shit" in OpenSolaris
6231501 Typo in <sys/fem.h>
Contributed by Shawn Walker <binarycrusader at gmail.com>.
Files:
update: usr/src/cmd/stat/iostat/iostat.c
2006 Oct 10
5
oddness when adding to index -
I was having some odd results when working with acts_as_ferret (current
trunk), so I decided to test with the current version of ferret to see
if I encountered the same problem. I did. Here are the details:
installed ferret 0.10.10 on debian sarge with ''sudo gem install ferret''
(btw, same results on OSX)
opened up an irb session:
irb(main):001:0> require
2007 Dec 12
1
Dovecot truncating messages and/or attachments
Hello, I am having problems with Dovecot not sending clients emails bigger
then 8-12k (it varies) or attachments bigger then 8-12k. I am also getting
'Corrupted transaction log file' errors ' unexpected end of file while
reading header' I have deleted the dovecot.index.log, dovecot.index.cache,
and dovecot.index several dozen times.
I started off using Centos 5, with their package
2019 Jan 09
2
LTO, ifuncs, and lld
It's at this point where I think about filing a full bug report with
llvm. Any hints before I do?
On Mon, Jan 07, 2019 at 04:00:02PM -0500, Shawn Webb wrote:
> It looks like this commit breaks CSU initialization with
> statically-compiled applications.
>
> With a very simple application at [1], compiled with:
> cc -g -O0 -flto -static -o pid pid.c
>
> The application
2001 Nov 06
4
Failed to dup/close : The descriptor is a file, not a socket
I am getting this error on a Win98SE pc, but not on WinNT4 or Linux Redhat
7.1 or 7.2.
Failed to dup/close : The descriptor is a file, not a socket
The command I used was
rsync -e ssh gas.exe 10.105.50.180:src/
It works like I said on NT4 and from my Linux pc. I have cygwin installed
on the win98 and NT. Rsync is version 2.4.6 Is it just because Win9x
SU**s?
Also where can I get a list of
2012 Mar 20
2
qemu-monitor-command
Hello Everyone,
I am working on a grad school project for virtual introspection. I have a
vm running (with 512mb of memory) and want to access the pmemsave function
through virsh with the qemu-monitor-command. I am typing the following:
virsh qemu-monitor-command --hmp Shawn 'pmemsave 0 536870912 image.dump'
Shawn is the name of my vm and image.dump is the name of my output
2007 Nov 29
0
[Copfilter] Copy of quarantined email - *** SPAM *** [7.4/6.0] Re: Asterisk <-> Nortel Phone Switch
[asterisk-users] Asterisk <-> Nortel Phone Switch
Date: Thu, 29 Nov 2007 07:52:17 +0000 (GMT)
X-Mailer: sendEmail-1.52
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="----MIME delimiter for sendEmail-20854.4017086787"
This is a multi-part message in MIME format. To properly display this message you need a MIME-Version 1.0 compliant Email program.
------MIME delimiter
2006 Jan 12
1
spandsp and page orientation
Shawn, you ever get a fix for this problem?
> samples are at
> http://tumtum.no-ip.com/faxes/1128432831.3.tif
> http://tumtum.no-ip.com/faxes/853107320051004-150908.tif
> Both of these were faxed from a Brother intellifax 750 through a ring-it
> single-line simulator into my asterisk box (through an X100P clone)
> both were normal 8.5X11 pages in portrait style (the map
2018 Dec 01
2
LTO, ifuncs, and lld
Thanks for providing the patch! I got around to testing it this
morning and it appears it fixes compilation, but produces a
non-working system.
I know that's kinda vague and I'll have more details soon, including
sample binaries. I at least wanted to give a status update so you
didn't think you were being ignored.
Thanks,
--
Shawn Webb
Cofounder and Security Engineer
HardenedBSD
2018 Feb 08
2
[PATCH] syslinux/com32: Fix the printing of left zero padded hexadecimals with a leading '0x'.
From: Brett Walker <brett.walker at geometry.com.au>
When printing hexadecimal numbers to a fixed width, padded with leading zeros,
and also having a leading '0x'; the resultant string can be shortened by up to
two characters if any leading zero padding character required is.
int hexnum = 0x00001234;
printf("%08X", hexnum); // results in 00001234
2007 Nov 29
0
[Copfilter] Copy of quarantined email - *** SPAM *** [6.5/6.0] Asterisk <-> Nortel Phone Switch
Still trying to make my Asterisk PBK talk to our Nortel Phone Switch (C15k).
Nortel did an upgrade which changed a bunch of things today, so I thought I'd
give it another shot. It looks like I'm much closer this time, but still no
go. Can't do calling in either direction. Anyone have any ideas?
Thanks!
Shawn
[nortel]
host=10.0.0.10
insecure=very
type=peer
qualify=no
2018 Nov 29
2
LTO, ifuncs, and lld
Hey Peter,
Here you go!
https://hardenedbsd.org/~shawn/2018-11-28_reproduce-01.tar
Thanks,
--
Shawn Webb
Cofounder and Security Engineer
HardenedBSD
Tor-ified Signal: +1 443-546-8752
Tor+XMPP+OTR: lattera at is.a.hacker.sx
GPG Key ID: 0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE
On Wed, Nov 28, 2018 at 05:30:57PM -0800, Peter
2009 Nov 13
2
AR(2) modelling
Hi useRs,
I'm trying to fit a basic AR(2) model with the 'ar' function. And when
I try to check the value of the coefficients, I could not find the
same value as the 'ar' function.
Here is my example:
myserie <- c(212, 205, 210, 213, 217, 222, 216, 218, 220, 212, 215, 236)
#plot(myserie, type="l")
myserieminus0 <- tail(myserie, -2)
myserieminus1 <-
2009 Nov 13
2
AR(2) modelling
Hi useRs,
I'm trying to fit a basic AR(2) model with the 'ar' function. And when
I try to check the value of the coefficients, I could not find the
same value as the 'ar' function.
Here is my example:
myserie <- c(212, 205, 210, 213, 217, 222, 216, 218, 220, 212, 215, 236)
#plot(myserie, type="l")
myserieminus0 <- tail(myserie, -2)
myserieminus1 <-
2023 Aug 21
0
[PATCH] vdpa_sim_blk: Fix the potential leak of mgmt_dev
On Mon, Aug 21, 2023 at 10:18?AM Shawn.Shao <shawn.shao at jaguarmicro.com> wrote:
>
> If the shared_buffer allocation fails, need to unregister mgmt_dev first.
>
Please add a Fixes tag.
Other than this
Acked-by: Jason Wang <jasowang at redhat.com>
Thanks
> Signed-off-by: Shawn.Shao <shawn.shao at jaguarmicro.com>
> ---
>
2023 Aug 21
0
[PATCH] vdpa: Update sysfs ABI documentation
On Mon, Aug 21, 2023 at 9:16?AM Shawn.Shao <shawn.shao at jaguarmicro.com> wrote:
>
> Fix the wrong drivers_autoprobe path name in the document
>
> Signed-off-by: Shawn.Shao <shawn.shao at jaguarmicro.com>
Acked-by: Jason Wang <jasowang at redhat.com>
Thanks
> ---
> Documentation/ABI/testing/sysfs-bus-vdpa | 4 ++--
> 1 file changed, 2 insertions(+), 2
2012 Aug 22
3
Libvirt Seg Fault when compiling either 0.9.13 or 0.10.0-rc1
Hi all,
I am trying to install a version of Libvirt that will be compatible with
qemu-kvm-1.1 but I cannot seem to get Libvirt to compile. During the make
portion of the install I get the following error:
...
make[4]: Entering directory `/home/shawn/libvirt-0.10.0/docs'
Generating 404.html.tmp
/bin/bash: line 5: 59204 Segmentation fault /usr/bin/xsltproc
--stringparam pagename $name
2018 Feb 06
0
[PATCH] syslinux/core: Remove discrepancy between code comments and compiled code in malloc.h
From: Brett Walker <brett.walker at geometry.com.au>
Remove a discrepancy between code comments and the definition for arena_header,
ARENA_PADDING and free_arena_header.
When the size of int and pointer are both 32-bits; and compiled with
DEBUG_MALLOC undefined; the following are true: sizeof(arena_header) == 16
and sizeof(free_arena_header) == 56.
To correct this, the type of _pad needs
2018 May 30
0
Evaluation failure of IAPWS95 functions in a rowwise manner (tidyverse style)
Hi Shawn,
I don't think it has anything to do with the tidyverse. If you keep
simplifying your example you'll get all the way down to
> DTp(T=c(279,294),p=c(0.46,0.46))
[1] 1000.12283
--Ista
On Wed, May 30, 2018 at 2:14 PM, Shawn Way <SWay at meco.com> wrote:
> I'm trying to use the IAPWS95 package with the tidyverse packages. For some reason, the function is not
2007 Nov 28
1
Asterisk <-> Nortel Phone Switch
Still trying to make my Asterisk PBK talk to our Nortel Phone Switch (C15k).
Nortel did an upgrade which changed a bunch of things today, so I thought I'd
give it another shot. It looks like I'm much closer this time, but still no
go. Can't do calling in either direction. Anyone have any ideas?
Thanks!
Shawn
[nortel]
host=10.0.0.10
insecure=very
type=peer
qualify=no