Displaying 12 results from an estimated 12 matches for "20703".
Did you mean:
20706
2001 Mar 06
3
crashing on receiving connection
Hello,
I got trouble installing tinc daemon. Every time when a connection comes
in, the daemon crashes:
Mar 6 18:32:56 localhost tinc.vpn[20703]: tincd 1.0pre3 (Feb 21 2001 02:32:50) starting, debug level 5
Mar 6 18:32:56 localhost tinc.vpn[20703]: Ready: listening on port 655
Mar 6 18:33:00 localhost tinc.vpn[20703]: Connection from 192.168.0.4 port 1135
Mar 6 18:33:00 localhost tinc.vpn[20703]: Got request from unknown (192.168.0.4):...
2014 Oct 01
2
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
...at
>> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>> 4 Thread 0x7f18fb747700 (LWP 20702) "libvirtd"
>> pthread_cond_wait@@GLIBC_2.3.2 () at
>> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>> 3 Thread 0x7f18faf46700 (LWP 20703) "libvirtd"
>> pthread_cond_wait@@GLIBC_2.3.2 () at
>> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>> 2 Thread 0x7f18fa745700 (LWP 20704) "libvirtd"
>> pthread_cond_wait@@GLIBC_2.3.2 () at
>> ../nptl/sysdeps/unix/sysv/linux/x8...
2014 Oct 01
2
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
...virtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
4 Thread 0x7f18fb747700 (LWP 20702) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
3 Thread 0x7f18faf46700 (LWP 20703) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
2 Thread 0x7f18fa745700 (LWP 20704) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
* 1 Thread 0x7f1908...
2014 Oct 01
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
...pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> 4 Thread 0x7f18fb747700 (LWP 20702) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> 3 Thread 0x7f18faf46700 (LWP 20703) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> 2 Thread 0x7f18fa745700 (LWP 20704) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> * 1 Thre...
2014 Oct 02
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
...nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>>> 4 Thread 0x7f18fb747700 (LWP 20702) "libvirtd"
>>> pthread_cond_wait@@GLIBC_2.3.2 () at
>>> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>>> 3 Thread 0x7f18faf46700 (LWP 20703) "libvirtd"
>>> pthread_cond_wait@@GLIBC_2.3.2 () at
>>> ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>>> 2 Thread 0x7f18fa745700 (LWP 20704) "libvirtd"
>>> pthread_cond_wait@@GLIBC_2.3.2 () at
>>> ../nptl/sysdep...
2006 Mar 10
0
Data modeling - representing data across models
I''m having some difficulty deciding where to put logic that crosses models.
For example, given models people, departments, work schedules, and weeks.
Where would the following best fit:
who is scheduled to work in a given department in a given week?
how many hours is a given person scheduled in a given week?
how many hours is a given person scheduled in a department in given week?
how
2007 May 31
1
[PATCH 1/3] lguest: speed up PARAVIRT_LAZY_FLUSH handling
...actually
in lazy mode.
Before:
Time for one context switch via pipe: 10509 (9863 - 18761)
Time for one Copy-on-Write fault: 71796 (20625 - 207750)
Time to exec client once: 1076218 (1066203 - 1085937)
Time for one fork/exit/wait: 1193125 (574750 - 1197750)
Time for two PTE updates: 10844 (10659 - 20703)
After:
Time for one context switch via pipe: 6745 (6521 - 13966)
Time for one Copy-on-Write fault: 44734 (11468 - 91988)
Time to exec client once: 815984 (801218 - 878218)
Time for one fork/exit/wait: 1023250 (397687 - 1030375)
Time for two PTE updates: 6699 (6475 - 9279)
(Native for comparison)...
2007 May 31
1
[PATCH 1/3] lguest: speed up PARAVIRT_LAZY_FLUSH handling
...actually
in lazy mode.
Before:
Time for one context switch via pipe: 10509 (9863 - 18761)
Time for one Copy-on-Write fault: 71796 (20625 - 207750)
Time to exec client once: 1076218 (1066203 - 1085937)
Time for one fork/exit/wait: 1193125 (574750 - 1197750)
Time for two PTE updates: 10844 (10659 - 20703)
After:
Time for one context switch via pipe: 6745 (6521 - 13966)
Time for one Copy-on-Write fault: 44734 (11468 - 91988)
Time to exec client once: 815984 (801218 - 878218)
Time for one fork/exit/wait: 1023250 (397687 - 1030375)
Time for two PTE updates: 6699 (6475 - 9279)
(Native for comparison)...
2014 Sep 26
3
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
Hi Michal,
thank you for your answer.
so if i understand that correctly, no matter if i shutdown or destroy the domain and no matter if it is a transient or an persistent vm, the thread should disappear, right?
in my case they still exist, also an hour after i destroy the domain (and don´t start any new one).
i use libvirt-1.1.35 on fedora core 20, for information.
all the best
max
2012 Feb 21
0
R-SIG-Debian Digest, Vol 78, Issue 3
...------------------
>
> Message: 3
> Date: Mon, 20 Feb 2012 18:59:54 +0100
> From: Tom Gottfried <tomgottfried@web.de>
> To: r-sig-debian@r-project.org
> Subject: Re: [R-sig-Debian] readVECT6 and readRAST6 fails with R and
> GRASS 7 ???
> Message-ID: <4F428A1A.20703@web.de>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> spgrass6, readRAST6 and readVECT6 have a "6" in their name that refers
> to GRASS 6. GRASS 7 seems to be quite different from GRASS 6. That, I
> suppose, is the cause of what you see....
2008 Feb 09
0
CentOS-announce Digest, Vol 36, Issue 3
...-------------------------
Message: 4
Date: Fri, 08 Feb 2008 13:18:21 -0600
From: Johnny Hughes <johnny at centos.org>
Subject: [CentOS-announce] CESA-2008:0103 critical CentOS 4 i386
firefox - security update
To: CentOS-Announce <centos-announce at centos.org>
Message-ID: <47ACAAFD.20703 at centos.org>
Content-Type: text/plain; charset="iso-8859-1"
CentOS Errata and Security Advisory 2008:0103
https://rhn.redhat.com/errata/RHSA-2008-0103.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
firefox-1.5.0.12-0.10.el4.cen...
2010 May 07
0
Wine release 1.1.44
...dia 190 drivers
19637 FEAR: Crashes on launch
19720 Game (Amelie's Cafe) cannot be starten
20157 Vector Magic doesn't render texts
20261 Call to unimplemented function d3dx9_36.dll.D3DXCheckTextureRequirements
20700 ACDSee crashing when trying to edit file names in Listview
20703 ACDSee crashing after creating new folder
20735 Photoshop Elements 8 installer: Empty dropdown-list
20786 Artweaver - Exact brush outlines not painted correctly
20934 Bloom filter shows artifacts in fr-041_debris (demoscene demo)
21067 OziExplorer new window has wrong colors
21109 P...