search for: joi

Displaying 19 results from an estimated 19 matches for "joi".

Did you mean: join
2007 Jan 30
5
errors while testing resource controller using rpec
I am testing a resource called venue in this piece of code (generated using script/rspec_resource) ==================== context "Requesting /venues using POST" do controller_name :venues setup do @mock_venue = mock(''Venue'') @mock_venue.stub!(:save).and_return(true) @mock_venue.stub!(:to_param).and_return(1) Venue.stub!(:new).and_return(@mock_venue)
2012 Oct 28
4
[Bug 56474] New: 3D app segfaults on NV46
...u Product: Mesa Created attachment 69169 --> https://bugs.freedesktop.org/attachment.cgi?id=69169&action=edit dmesg Debian Wheezy i386 Mesa 9.0-1 libdrm 2.4.39-1 xserver-xorg-video-nouveau 1.0.3 Attached dmesg. supertuxkart segfaults on Debian. Attached backtrace. 21:16 < joi> try: "up; print res" 21:17 < gg0> (gdb) up 21:17 < gg0> #1 nv30_vbo_validate (nv30=0x94c2658) at nv30_vbo.c:239 21:17 < gg0> 239I PUSH_RESRC(push, NV30_3D(VTXBUF(i)), user ? BUFCTX_VTXTMP : BUFCTX_VTXBUF, 21:17 < gg0> (gdb) print res 21:17 &...
2007 Feb 13
16
Error against latest trunk while testing via spec for model
Hi I just did an update to lates trunk ================= context "Given a generated venue_spec.rb with fixtures loaded" do fixtures :venues specify "fixtures should load two Venues" do Venue.should have(2).records end end ================== gives me ========== 1) TypeError in ''Given a generated venue_spec.rb with fixtures loaded fixtures should load two
2010 Feb 07
3
[PATCH] drm/nouveau: don't hold spin lock while calling kzalloc with GFP_KERNEL
- 'joi' on irc pointed out that this triggers a BUG_ON, because kzalloc could sleep. - The irq handler should restore the value NV03_PFIFO_CACHES, but still it's better if this stuff doesn't happen in the middle of fifo create context. I see no reason in spin locking pgraph create context, it...
2016 Aug 22
2
Nested KVM issue
...ct Symbol - 93.62% 93.62% qemu-kvm [kernel.kallsyms] [k] _raw_spin_lock - _raw_spin_lock + 45.30% kvm_mmu_sync_roots + 28.49% kvm_mmu_load + 25.00% mmu_free_roots + 1.12% tdp_page_fault ?n joi, 18 aug. 2016 la 11:59, Laurentiu Soica <laurentiu at soica.ro> a scris: > I've tried with KSM disabled and nothing changed. > > I've upgraded KVM to qemu-kvm-ev. I'm waiting to see if there are any > improvements and report back. > > ?n mie., 17 aug. 2016 la 15...
2019 Sep 22
3
deprecations leading up to C8
On Sun, Sep 22, 2019 at 09:34:59PM +0200, Nicolas Kovacs wrote: > Le 20/09/2019 ? 14:49, Alexander Dalloz a ?crit : > > Please, forget about so call howtos or tutorials on the net. They > > are either dated, giving wrong ideas (no, you don't need a MySQL > > server to run Postfix), failing to explain why the author has done > > things the way he writes them up, or
2010 Jan 07
3
[Discussion] User controls for PowerManagement
...3), and be writable to set the desired mode. Mode numbers will be the identifier given by pm_supported, found in the powermode table. A third node would then be required to set auto scaling on or off (called pm_auto ?). All those nodes could eventually be placed in a separate subdirectory (pm?) 1. joi pointed out that procfs is deprecated, and I should use sysfs instead. There are two reasons to use procfs: - DRM has a pointer to the right DRM subfolder (/proc/drm/<card number>) which can be obtained by drm_device.control->proc_root. Ofcourse, if there's something similar for sysfs...
2017 Apr 04
1
Problems adding DC to Samba 4.1.6 AD
...dn't mount - "bad credentials"... - and I was concerned about carrying along issues from this AD server which might plague me in the future - so I decided to migrate to a new AD server instead. I created a new Ubuntu 14.04 server, installed latest updates, (Samba 4.3.11) and tried to join it as a DC to the existing "domain", following this howto https://wiki.samba.org/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory It appeared to join fine - did give Warning: No NC replicated for Connection!, but everything else appeared normal - INBOUND and OUTBOUND neighbor...
2019 Sep 23
0
deprecations leading up to C8
...a dummy project name, and the real name was only to be revealed very shortly before the release. Some time before the release, IBM revealed the project name "Pine" for their new multimedia PC. And we had a problem. Because the advertisement folders had now titles like "D?couvrez les joies du multim?dia avec votre Pine". In France, "pine" is the slang word for "penis". After a few funny phone calls, the project was eventually renamed, and some of you may remember the IBM Aptiva running Windows 95. :o) Cheers, Niki -- Microlinux - Solutions informatiqu...
2004 Aug 31
0
Ext3 Errors in laptop with debian sarge
...ype brltty and the braille device starts regularly, so I can perform fsck. For this reason, I did not try to mount the partition using a live distribution as Knoppix, because I do not know how to start it with BRLTTY. Could someone please help me with the Ext3 problems? Bye & thanks! Jois
2004 Aug 16
0
authentication against win 2003
...2) The server will be accessed with ssh by these 20 or so users. So I guess pam.d/sshd would need to be set to allow fall through to winbindd or something.... 3) I have already set up MIT kerberos5/samba/winbindd/openldap. Just need to work on the configs. Already did the kinit and ads jois bit, worked fine. 4) I don't intend on having the linux box share anything, it won't need to be accessed by any other windows clients besides itself. It shouldn't authenticate anything except for passwords for users on one of our domains trying to access ssh and email on the li...
2016 Aug 22
0
Nested KVM issue
...[kernel.kallsyms] [k] > _raw_spin_lock > > > - _raw_spin_lock > > > + 45.30% kvm_mmu_sync_roots > > > + 28.49% kvm_mmu_load > > > + 25.00% mmu_free_roots > > > + 1.12% tdp_page_fault > > ?n joi, 18 aug. 2016 la 11:59, Laurentiu Soica a > scris: > >> I've tried with KSM disabled and nothing changed. >> >> I've upgraded KVM to qemu-kvm-ev. I'm waiting to see if there are >> any improvements and report back. >> >> ?n mie., 17 aug. 2016...
2006 Dec 11
6
easy question, how would i search a grandparent???!
hi, i have this in my code Article.find_by_contents("#{searchstring} +city:#{passedincity}") well that returns to me only articles that belong to whatever the user selected in city. now is it possible to search the grandparent? for example class country has_many states class states has_many cities belongs_to country class city belongs_to states ...... i would like to search
2015 Jul 11
6
[Bug 91310] New: witcher 2 glitches a lot
https://bugs.freedesktop.org/show_bug.cgi?id=91310 Bug ID: 91310 Summary: witcher 2 glitches a lot Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2012 Dec 10
5
[Bug 58101] New: Rendering problems with a Geforce Go 5300
...tion; then after clicking over somewhere else, the text under the previous location disappears. - On xfce-desktop, icons below a certain screen height are not displayed. Dragging a selection rectangle over them makes them appear. Qt software is rendered without problems. As suggested in the IRC by joi, it might be related to cairo. Gentoo x86_64 3.5.4-hardened-r1 x11-base/xorg-server-1.13.0-r1 x11-base/xorg-x11-7.4-r2 x11-drivers/xf86-video-nouveau-1.0.4 x11-libs/cairo-1.10.2-r3 media-libs/mesa-9.0.1 x11-libs/gtk+-2.24.12 -- You are receiving this mail because: You are the assignee for the bu...
2012 Sep 24
8
[Bug 55294] New: Running EGL demos on DRM from mesa-demos causes a corrupted output on NV50
https://bugs.freedesktop.org/show_bug.cgi?id=55294 Priority: medium Bug ID: 55294 Assignee: nouveau at lists.freedesktop.org Summary: Running EGL demos on DRM from mesa-demos causes a corrupted output on NV50 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS:
2016 Aug 17
2
Nested KVM issue
For myself KSM is unpredictable feature. The problem is Compute, just this node does "copy on write" , so only Compute. My concern exactly is where would it lead to worse or better Guest behavior ? I am not expecting complete fix. I would track via top/htop and dmesg via Cron on 1-2 hr period. ________________________________ From: centos-virt-bounces at centos.org
2014 Mar 13
2
nouveau_fan_update: possible circular locking dependency detected
On Sun, Mar 9, 2014 at 10:51 AM, Marcin Slusarz <marcin.slusarz at gmail.com> wrote: > [ 326.168487] ====================================================== > [ 326.168491] [ INFO: possible circular locking dependency detected ] > [ 326.168496] 3.13.6 #1270 Not tainted > [ 326.168500] ------------------------------------------------------- > [ 326.168504] ldconfig/22297 is
2007 Jul 17
1
DTMF regeneration on PRI
Hello everyone, I'm having problems with DTMF regeneration on my incoming PRI. I see that when the calling party transmits a DTMF digit, it gets generated at my end at a slower rate. Normally this would not be a problem, but several of these calling party are alarm control panels that send DTMF digits at a pretty fast clip and require that the DTMF timing be left intact. I noticed that