search for: joies

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

Did you mean: joes
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
https://bugs.freedesktop.org/show_bug.cgi?id=56474 Priority: medium Bug ID: 56474 Assignee: nouveau at lists.freedesktop.org Summary: 3D app segfaults on NV46 Severity: normal Classification: Unclassified OS: Linux (All) Reporter: 1o5g4r8o at gmail.com Hardware: x86 (IA32) Status: NEW
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 isn't activated at that stage. - Move and rename the lock after some discussion with
2016 Aug 22
2
Nested KVM issue
No luck with qemu-kvm-ev, the behavior is the same. Running perf record -a -g on the baremetal shows that most of the CPU time is in _raw_spin_lock Children Self Command Shared Object Symbol - 93.62% 93.62% qemu-kvm [kernel.kallsyms] [k] _raw_spin_lock - _raw_spin_lock + 45.30%
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
With some progress in PowerManagement support (there's a patch nearly done for reading the P-tables, written mostly by xexaxo, derived from thunderbirds nvclock, with 0x40 adjustments from myself) in my opinion it's time to think about the user aspect of this. My personal idea for GPU scaling was similar to that of CPU scaling in appearance eventually. When you look at the cpufreq-applet
2017 Apr 04
1
Problems adding DC to Samba 4.1.6 AD
I inherited an AD "domain" which is running Ubuntu 14.04, with Samba 4.1.6 with "built-in" AD-DNS. The network has only one AD server, which runs on KVM as a guest - (convenient so I can make backups and test stuff without breaking my network. We have around 500 users on the system, and I'm trying to upgrade to 16.04 and a more current version of Samba without making all
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 informatiques...
2004 Aug 31
0
Ext3 Errors in laptop with debian sarge
hi, i have a laptop: asus l5800gm, with a dual boot system: windows xp and linux (debian sarge with kernel 2.4.25) These are the errors when I perform fsck.ext3 -y /dev/hdc1. >pass 1: checking inodes, blocks and sizes >error reading block 1090648 (attempt to read block from filesystem resulted >in short read) while reading indirect blocks of inode 360671. Ignore error? >yes >Force
2004 Aug 16
0
authentication against win 2003
I'm probably the umpteenth million person to ask questions about this... I'm trying to set up a linux box that would authenticate users against win2003. Here's what I need help on, in a somewhat unorganized fashion.... 1) There will be about 4000 accounts, only about 20 of them will need shells. Will I have to create entries in /etc/passwd for all of these users? Is there a
2016 Aug 22
0
Nested KVM issue
Laurentiu, Just to chip in, without thoroughly checking the thread (which I'd like to apologize in advance for): have you tried to test other kernel instead of the stock one? You can have a look at http://elrepo.org/tiki/kernel-ml and http://elrepo.org/tiki/kernel-lt and use them for some comparison testing. Cheers, --- Adi Pircalabu On 22-08-2016 18:31, Laurentiu Soica wrote: > No
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
https://bugs.freedesktop.org/show_bug.cgi?id=58101 Priority: medium Bug ID: 58101 Assignee: nouveau at lists.freedesktop.org Summary: Rendering problems with a Geforce Go 5300 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: miknix at gmail.com
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