Displaying 20 results from an estimated 57 matches for "blueman".
2013 May 27
4
syslinux 5.01 serial regression...
...ion in booting locally with 'localboot 0' which give
a generic 'failed' error message; likely reproducible there also.
Let me know if you need more information and thanks,
Daniel
--- [1]
serial 1 115200
prompt 1
timeout 100
default local
label local
localboot 0
--
Daniel J Blueman
Principal Software Engineer, 1degreenorth Pte Ltd
2014 Feb 23
3
nouveau graphical corruption in 3.13.2
On 9 February 2014 02:57, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Sat, Feb 8, 2014 at 10:38 AM, Daniel J Blueman <daniel at quora.org> wrote:
>> Interestingly, there was graphical failure booting 3.6.11, even
>> nvidia-current fails to initialise, but these two issues could be due
>> to running the Xorg stack in Ubuntu 14.04 pre-release. Using
>> nouveau.noaccel=1 works great for...
2013 May 27
3
syslinux 5.01 serial regression...
On Mon, May 27, 2013 at 5:55 AM, Daniel J Blueman
<daniel at 1degreenorth.com> wrote:
> On 27/05/2013 17:53, Ferenc Wagner wrote:
>>
>> Daniel J Blueman <daniel at 1degreenorth.com> writes:
>>
>>> When moving from syslinux 4.06 to 5.01, I found serial output isn't
>>> working. The issue reprod...
2012 Mar 25
3
attempt to access beyond end of device and livelock
...testcase
[global]
directory=/mnt
rw=randread
size=256m
ioengine=libaio
iodepth=4
invalidate=1
direct=1
[bgwriter]
rw=randwrite
iodepth=32
[queryA]
iodepth=1
ioengine=mmap
thinktime=3
[queryB]
iodepth=1
ioengine=mmap
thinktime=1
[bgupdater]
rw=randrw
iodepth=16
thinktime=1
size=32m
--
Daniel J Blueman
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2009 Feb 22
2
SSDs and filesystem alignment...
...;'s Ted Tso will deliver 128KB alignment with the next release of
e2fsprogs (ie 1.41.4) [1], so perhaps it''s a good idea for btrfsprogs
also, if not already available?
Daniel
--- [1]
http://thunk.org/tytso/blog/2009/02/20/aligning-filesystems-to-an-ssds-erase-block-size/
--
Daniel J Blueman
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2014 Feb 08
2
nouveau graphical corruption in 3.13.2
On 8 February 2014 16:33, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Sat, Feb 8, 2014 at 2:58 AM, Daniel J Blueman <daniel at quora.org> wrote:
>> Hi guys,
>>
>> With a GeForce 320M GPU running linux 3.13.2 and Xorg 1.15.0, I'm
>> seeing significant graphical corruption and later unrecoverable GPU
>> lockup, accompanied by thousands of ILLEGAL_MTHD or related kernel
>&...
2012 Aug 17
1
nouveau Macbook EDID fix upstreaming...
...0500
+++ b/drivers/gpu/drm/nouveau/nouveau_bios.c 2012-07-15 00:28:18.578864693 -0500
@@ -6461,6 +6461,9 @@ nouveau_run_vbios_init(struct drm_device
}
}
+ if (!bios->execute)
+ nouveau_gpio_reset(dev);
+
return ret;
}
[2] https://bugs.freedesktop.org/show_bug.cgi?id=51971
--
Daniel J Blueman
2012 Mar 09
2
btrfs_search_slot BUG...
...known broken for now?
Thanks,
Daniel
--- [1]
mkfs.btrfs -m raid1 -d raid1 -l 16k -n 16k /dev/sda /dev/sdb
mount /dev/sda /store && cd /store
fio /usr/share/doc/fio/examples/iometer-file-access-server
--- [2]
kernel BUG at /home/apw/COD/linux/fs/btrfs/extent-tree.c:1481!
--
Daniel J Blueman
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2012 Dec 14
14
[Bug 58305] New: Kernel crashes if nVidia card is powered off and X restartted
https://bugs.freedesktop.org/show_bug.cgi?id=58305
Priority: medium
Bug ID: 58305
Assignee: nouveau at lists.freedesktop.org
Summary: Kernel crashes if nVidia card is powered off and X
restartted
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
2008 Jul 03
2
iozone remove_suid oops...
...e->i_mapping->backing_dev_info;
err = generic_write_checks(file, &pos, &count, S_ISBLK(inode->i_mode));
if (err)
goto out_nolock;
if (count == 0)
goto out_nolock;
err = remove_suid(fdentry(file)); <---
--
Daniel J Blueman
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2012 Nov 06
1
[PATCH] nouveau: Fix crash after D3
...panic.
Prevent this by testing if the fini function is valid.
Full panic bootlog is at: http://quora.org/2012/nouveau/dmesg-crash.txt
Xorg.log is at: http://quora.org/2012/nouveau/Xorg.0.log-crash.txt
Kernel log after fix is at: http://quora.org/2012/nouveau/dmesg-fix.txt
Signed-off-by: Daniel J Blueman <daniel at quora.org>
---
drivers/gpu/drm/nouveau/core/core/object.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/core/core/object.c b/drivers/gpu/drm/nouveau/core/core/object.c
index 0daab62..3da3525 100644
--- a/drivers/gpu/drm/no...
2012 Oct 24
1
Nouveau soft lockup after switcheroo'd...
On 13 October 2012 15:12, Daniel J Blueman <daniel at quora.org> wrote:
> On my Macbook Retina, when switching to the integrated GPU, we see a
> ioread32 issued to the discrete GPU, which hangs as it is in D3 [1]
> (drm.debug is set to 14 here).
>
> Full kernel 3.6.2 boot logs with drm.debug=5 are at:
> http://quora....
2006 Apr 22
2
Re: TDB locking overhead and performance...
On Sat, Apr 22, 2006 at 06:15:31PM +0100, Daniel J Blueman wrote:
> As a test, I changed the opening of the locking.tdb and brlock.tdb
> files to use the TDB_INTERNAL flag, avoiding use of the fcntl(F_SETLK)
> syscall for locking individual database records. Performance was a lot
> snappier, with quite a bit less system time used.
>
>...
2014 Feb 08
2
nouveau graphical corruption in 3.13.2
...lockup, accompanied by thousands of ILLEGAL_MTHD or related kernel
messages [1]. I see similar issues on 3.12 also.
Is there any debugging or testing I can do to help diagnose this?
Many thanks,
Daniel
--- [1]
http://quora.org/nouveau-dmesg.txt
http://quora.org/nouveau-Xorg.0.log
--
Daniel J Blueman
2009 Sep 20
0
Re: reiserfs3/ext4/btrfs RAID read performance
On Sep 20, 11:50 am, wbrana@gmail.com wrote:
> On Sun, Sep 20, 2009 at 3:47 AM, Daniel J Blueman
>
> <daniel.blueman@gmail.com> wrote:
> > On Sep 19, 7:20 pm, wbr...@gmail.com wrote:
>
> >> RAID details:
> >>
> >> md8 : active raid10 sda7[0] sdd7[3] sdc7[2] sdb7[1]
> >> 62925824 blocks 256K chunks 2 far-copies [4/4] [UUUU]
> >...
2003 Aug 12
1
VMware and samba interoperability patches...
....2.8a patch?
VMware Inc was generous enough to add their value to this, and I think it's
worth getting in.
>From [http://www.vmware.com/download/open_sources.html]:
http://www.vmware.com/download1/software/support/vmware-samba-2.2.8a.diff
Please CC me on any replies. Thanks!
--
Daniel J Blueman
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualit?tssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
2005 Nov 11
0
Re: RED qdisc not working...
Daniel J Blueman wrote:
> Has anyone been able to get the RED (random early detection) qdisc
> working lately?
>
> I can''t get anything going through it to be dropped or marked; the
> ''marked'', ''early'', ''pdrop'' and ''other'...
2003 Dec 07
1
HTB: Two OOPSes fixed
Hello all,
Two oopses were found by zhaoyao and Daniel Blueman. Patch against
2.4.23 and 2.6.0-test10 is here. It will be included in next kernel
releases of course.
-------------------------------
Martin Devera aka devik
Linux kernel QoS/HTB maintainer
http://luxik.cdi.cz/~devik/
_______________________________________________
LARTC mailing list / LAR...
2009 Jan 12
1
GRUB and BTRFS support...
...stly, BTRFS is progressing at a very healthy pace and seems to be a
fantastic filesystem so far, and pulled into 2.6.29-rc1 is fine news
indeed.
Is there any plan to add BTRFS support to GRUB (v1 or 2)? I''ve been
unable to find any information so far...
Many thanks,
Daniel
--
Daniel J Blueman
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
2008 Jul 03
1
Include xsl template in .rxml file
Hello,
I have the following code:
xml.instruct! :xml, :version=>"1.0"
xml.instruct! ''xml-stylesheet'', :href=>''/stylesheets/java_app.xsl''
xml.blueman do
xml.response do
xml.code(@response.code)
@response.url ||= ""
xml.url(@response.url)
@response.message ||= ""
xml.message(@response.message)
end
end
But when this prints out its not including my xsl in the page.
Actually I''m displaying this in an iframe....