search for: 3785

Displaying 20 results from an estimated 58 matches for "3785".

Did you mean: 378
2015 Sep 07
2
[PATCH mesa 3/3] nv30: Disable msaa for now because it causes lockups
On Mon, Sep 7, 2015 at 3:50 PM, Hans de Goede <hdegoede at redhat.com> wrote: > msaa use on nv30 may trigger a (mesa?) bug where dmesg says: > [ 1197.850642] nouveau E[soffice.bin[3785]] fail ttm_validate > [ 1197.850648] nouveau E[soffice.bin[3785]] validating bo list > [ 1197.850654] nouveau E[soffice.bin[3785]] validate: -12 > [ 1201.766955] nouveau E[soffice.bin[3785]] fail ttm_validate > [ 1201.766961] nouveau E[soffice.bin[3785]] validating bo list > [ 1...
2015 Sep 07
5
[PATCH mesa 1/3] nv30: Fix max width / height checks in nv30 sifm code
The sifm object has a limit of 1024x1024 for its input size and 2048x2048 for its output. The code checking this was trying to be clever resulting in it seeing a surface of e.g 1024x256 being outside of the input size limit. This commit fixes this. Signed-off-by: Hans de Goede <hdegoede at redhat.com> --- src/gallium/drivers/nouveau/nv30/nv30_transfer.c | 4 ++-- 1 file changed, 2
2015 Sep 09
3
[PATCH mesa v2 1/2] nv30: Fix color resolving for nv3x cards
We do not have a generic blitter on nv3x cards, so we must use the sifm object for color resolving. This commit divides the sources and dest surfaces in to tiles which match the constraints of the sifm object, so that color resolving will work properly on nv3x cards. Signed-off-by: Hans de Goede <hdegoede at redhat.com> --- Changes in v2: -Use 1024x1024 blocks -Use the sifm on both nv3x
2015 Aug 21
2
Canonical representation for empty lists in debug info metadata
...head, without my debugging assertions for accessing pointee types. One of them is test/Transforms/StripSymbols/2010-06-30-StripDebug.ll Its retainedTypes metadata points to a metadata array of a single null element. This crashes the dyn_cast (because it's not a dyn_cast_or_null) Verifier.cpp:3785 Do you have a preferred/canonical representation intended in this case - an extant, but zero-length list, or no list at all? I tend to prefer no list at all, just because it simplifies reading of the debug info. Rather than seeing a "retainedTypes" property, following it to the metadata,...
2016 Dec 19
2
Building on debian 8.6
...103 kB of additional disk space will be used. This made me quite hopeful that I'd be able to compile samba, but sadly no luck - exactly the same again. (Sorry for the delayed response - I left it compiling but the network connection dropped overnight, so I re-started the build this morning!) [3785/3902] Generating manpages/smb.conf.5 Segmentation fault Waf: Leaving directory `/home/user/download/samba-4.5.2/bin' Build failed: -> task failed (err #139): {task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml -> smb.conf.5} Makefile:8: recipe for target 'all' fa...
2016 Dec 18
5
Building on debian 8.6
...idl/Util.pm -> bin/default/pidl/Parse::Pidl::Util.3pm [3783/3902] Parse::Pidl::NDR.3pm: pidl/lib/Parse/Pidl/NDR.pm -> bin/default/pidl/Parse::Pidl::NDR.3pm [3784/3902] Parse::Pidl::Wireshark::NDR.3pm: pidl/lib/Parse/Pidl/Wireshark/NDR.pm -> bin/default/pidl/Parse::Pidl::Wireshark::NDR.3pm [3785/3902] Generating manpages/smb.conf.5 Segmentation fault Waf: Leaving directory `/home/user/download/samba-4.5.2/bin' Build failed: -> task failed (err #139): {task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml -> smb.conf.5} There might be something missing from my Debi...
2017 Nov 01
3
Adding Records to a Table in R
...-01 200 1250 The problem is, that there are several periods that don?t exist in the table, so it has the following behavior: TransitDate Transits CargoTons 1985-04-01 100 1000 1985-07-01 100 1080 1985-12-01 500 3785 1986-04-01 325 4200 . . 2017-09-01 400 2350 (*this is the last observation) You can see in the last table fragment that the series jumps from 1985-04-01 to 1985-07-01, then it jumps from there to 1985-12-01 making the time series quite irregular (non-constant...
2012 Dec 04
2
[releng_8 tinderbox] failure on sparc64/sparc64
TB --- 2012-12-04 23:10:18 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-12-04 23:10:18 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-12-04 23:10:18 - starting RELENG_8 tinderbox run for sparc64/sparc64 TB --- 2012-12-04 23:10:18 - cleaning
2017 Nov 01
0
Adding Records to a Table in R
Hi Paul, #First I set up some sample data since I don't have a copy of your data dtOrig <- as.Date( c("1985-04-01","1985-07-01","1985-12-01","1986-04-01")) dfOrig <- data.frame( TransitDate=dtOrig, Transits=c(100,100,500,325), CargoTons=c(1000,1080,3785,4200) ) #Generate the complete set of dates as a data frame dfDates<- data.frame( TransitDate=seq(from=as.Date("1985-04-01"),by="1 month",length=13) ) # do the merge adding the "missing" rows (where NA will appear) dfNew <- merge(dfDates, dfOrig, by="Tran...
2010 May 11
1
Problems with gluster and autofs
...When I comment out the code in lines: 3389-3415 it hangs on the call to mount() in fuse-lib/mount.c:538. This is true whether or not --ghost is specified. Has this problem been resolved? Is there a patch somewhere? --- gdb output after commenting out lines in fuse-bridge.c --- (gdb) attach 3785 Attaching to process 3785 Reading symbols from /usr/local/sbin/glusterfsd...done. Reading symbols from /usr/local/lib/libglusterfs.so.0...done. Loaded symbols for /usr/local/lib/libglusterfs.so.0 Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/lib...
2016 Apr 21
2
clock24.plot/radial plot
.../03 06:00 3824 2005/01/03 07:00 3790 2005/01/03 08:00 3770 2005/01/03 09:00 3794 2005/01/03 10:00 3778 2005/01/03 11:00 3803 2005/01/03 12:00 3801 2005/01/03 13:00 3800 2005/01/03 14:00 3783 2005/01/03 15:00 3789 2005/01/03 16:00 3804 2005/01/03 17:00 3781 2005/01/03 18:00 3785 2005/01/03 19:00 3772 2005/01/03 20:00 3777 2005/01/03 21:00 3766 2005/01/03 22:00 3775 2005/01/03 23:00 3779 2005/01/04 00:00 3798 2005/01/04 01:00 3806 A sample of the plot I want is attached. My data is quite large. Thanks for your time. Best wishes Ogbos -------------- next part...
2017 Oct 10
2
small files performance
...n=872, max=6630.6K, avg=2049264.23, stdev=1158405.41 clat percentiles (msec): | 1.00th=[ 20], 5.00th=[ 208], 10.00th=[ 457], 20.00th=[ 873], | 30.00th=[ 1237], 40.00th=[ 1516], 50.00th=[ 1795], 60.00th=[ 2073], | 70.00th=[ 2442], 80.00th=[ 2835], 90.00th=[ 3326], 95.00th=[ 3785], | 99.00th=[ 4555], 99.50th=[ 4948], 99.90th=[ 5211], 99.95th=[ 5800], | 99.99th=[ 5997] write: io=18856KB, bw=318570B/s, iops=38, runt= 60610msec slat (usec): min=17, max=3428, avg=212.62, stdev=287.88 clat (usec): min=59, max=6015.6K, avg=1693729.12, stdev=1003122.83 lat...
2024 Jan 06
14
[Bug 3649] New: Control sockets do not connect anymore (after updating OpenSSH)
https://bugzilla.mindrot.org/show_bug.cgi?id=3649 Bug ID: 3649 Summary: Control sockets do not connect anymore (after updating OpenSSH) Product: Portable OpenSSH Version: 9.6p1 Hardware: ARM OS: Mac OS X Status: NEW Severity: enhancement Priority: P5 Component: ssh
2016 Apr 22
0
clock24.plot/radial plot
...3 08:00 3770 > 2005/01/03 09:00 3794 > 2005/01/03 10:00 3778 > 2005/01/03 11:00 3803 > 2005/01/03 12:00 3801 > 2005/01/03 13:00 3800 > 2005/01/03 14:00 3783 > 2005/01/03 15:00 3789 > 2005/01/03 16:00 3804 > 2005/01/03 17:00 3781 > 2005/01/03 18:00 3785 > 2005/01/03 19:00 3772 > 2005/01/03 20:00 3777 > 2005/01/03 21:00 3766 > 2005/01/03 22:00 3775 > 2005/01/03 23:00 3779 > 2005/01/04 00:00 3798 > 2005/01/04 01:00 3806 > > A sample of the plot I want is attached. My data is quite large. > Thanks for your...
2017 Oct 10
0
small files performance
...avg=2049264.23, stdev=1158405.41 > clat percentiles (msec): > | 1.00th=[ 20], 5.00th=[ 208], 10.00th=[ 457], 20.00th=[ 873], > | 30.00th=[ 1237], 40.00th=[ 1516], 50.00th=[ 1795], 60.00th=[ 2073], > | 70.00th=[ 2442], 80.00th=[ 2835], 90.00th=[ 3326], 95.00th=[ 3785], > | 99.00th=[ 4555], 99.50th=[ 4948], 99.90th=[ 5211], 99.95th=[ 5800], > | 99.99th=[ 5997] > write: io=18856KB, bw=318570B/s, iops=38, runt= 60610msec > slat (usec): min=17, max=3428, avg=212.62, stdev=287.88 > clat (usec): min=59, max=6015.6K, avg=1693729.12,...
2016 Apr 22
2
clock24.plot/radial plot
...3794 >> 2005/01/03 10:00 3778 >> 2005/01/03 11:00 3803 >> 2005/01/03 12:00 3801 >> 2005/01/03 13:00 3800 >> 2005/01/03 14:00 3783 >> 2005/01/03 15:00 3789 >> 2005/01/03 16:00 3804 >> 2005/01/03 17:00 3781 >> 2005/01/03 18:00 3785 >> 2005/01/03 19:00 3772 >> 2005/01/03 20:00 3777 >> 2005/01/03 21:00 3766 >> 2005/01/03 22:00 3775 >> 2005/01/03 23:00 3779 >> 2005/01/04 00:00 3798 >> 2005/01/04 01:00 3806 >> >> A sample of the plot I want is attached. My data i...
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
...ething is getting this OUT_3_SUFFIX variable and including it in a Dial to 172.22.4.12. On 18 August 2015 at 16:21, Brendan Ord <bord at staff.onthenet.com.au> wrote: > Starting to make sense when I saw this line: > > > > [2015-08-18 15:01:33] DEBUG[19366][C-00001cfc]: pbx.c:3785 > ast_str_retrieve_variable: Result of 'OUT_3_SUFFIX' is '@CUBE' > > > > But I can?t find where this is in configuration .. > > > > Brendan Ord > OntheNet - Network Engineer > P 07 5553 9222 > F 07 5593 3557 > Level One, 165 Varsity Parade Vars...
2017 Nov 08
3
Adding Records to a Table in R
...t I set up some sample data since I don't have a copy of your data > dtOrig <- as.Date( c("1985-04-01","1985-07-01","1985-12-01","1986-04-01")) > dfOrig <- data.frame( TransitDate=dtOrig, Transits=c(100,100,500,325), > CargoTons=c(1000,1080,3785,4200) ) > > #Generate the complete set of dates as a data frame > dfDates<- data.frame( TransitDate=seq(from=as.Date("1985-04-01"),by="1 > month",length=13) ) > > # do the merge adding the "missing" rows (where NA will appear) > dfNew <- mer...
2016 Dec 19
0
Building on debian 8.6
...l be used. > > This made me quite hopeful that I'd be able to compile samba, but > sadly no luck - exactly the same again. (Sorry for the delayed > response - I left it compiling but the network connection dropped > overnight, so I re-started the build this morning!) > > [3785/3902] Generating manpages/smb.conf.5 > Segmentation fault > Waf: Leaving directory `/home/user/download/samba-4.5.2/bin' > Build failed: -> task failed (err #139): > {task: manpages/smb.conf.5 smb.conf.5.xml,parameters.all.xml > -> smb.conf.5} > Makefile:8: reci...
2003 Mar 31
1
OpenSSH 3.6 released (fwd)
-------------- next part -------------- An embedded message was scrubbed... From: Marc-Christian Petersen <m.c.p at gmx.net> Subject: Re: OpenSSH 3.6 released Date: Mon, 31 Mar 2003 18:50:18 +0200 Size: 3785 Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20030331/7da804d0/attachment.mht