Displaying 20 results from an estimated 9070 matches for "proc".
2006 Apr 17
1
Smbd using too much CPU
I recently got the problem that my smbd process takes up a lot of CPU (about
60%). It's running this high even if I don't access the server through my
samba clients. I have tried restarting samba, rebooting the computer and I
have been looking at several logs but I can't see what's wrong. It never
seems to relax. I need to fix...
2002 Aug 06
1
stuck in a loop?
Hi Everyone,
Just wondering if anyone has seen anything similar to this:
Jul 28 21:57:30 GATEWAY smbd[6681]: open_directory: unable to stat name =
proc
/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/
cwd/
proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/s
elf/
cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/
Jul 28 21:57:30 GATEWAY smbd[6681]: [2002/07/28 21:57:30, 0]
smbd/open.c:open_di
re...
2013 Jul 24
3
Re: How to monitor a lxc container started by libvirt_lxc from inside ?
On 2013-07-23 18:14, "Daniel P. Berrange" <berrange@redhat.com> wrote:
>>On Tue, Jul 23, 2013 at 04:56:30PM +0800, hzguanqiang wrote:
>> Hi Guys,
>> When I created a lxc container by libvirt, I logged into the lxc
>> container and noticed that info under /proc/ dir did not match the
>> lxc container resource. Is the /proc dir in lxc container just
>> showing the same thing as the lxc host? If I want to monitor the
>> realtime resource usage inside the lxc container, What should I do?
>At this time, the only files in /proc that are...
2017 Feb 06
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...state_QS[ order ] = tmp1_QS;
corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[
0 ] ), 2 * QS - QC );
}
in which corr_QC[0, 1, ..., order] is the only output.
Suppose order = 10, and each stage of the inner loop is noted by s0, s1,
..., s9. And suppose we simultaneously process 8 input in SIMD, from in0 to
in7. Let PROC(inx(sy)) denote processing input[x] at stage y.
If there is no dependency between inx(sy) and in(x+1)(sy), then we can do
this
FOR in=0 TO N WITH in+=8
FOR y=0 TO order-1 WITH y++
PROC(in0(sy) in1(sy) in2(sy) in3(sy) in4(sy) in5(sy) in6(sy) in7(s...
2007 Jan 10
2
dst cache overflow (bridged wan interfaces)
...TABLA 152 ===
default via GW_PUB2 dev wan0 proto static src IP_PUB2
prohibit default proto static metric 1
=== TABLA 220 (defecto) ===
default proto static
nexthop via GW_PUB1 dev wan0 weight 1
nexthop via GW_PUB2 dev wan0 weight 1
ROUTING parameters configuration:
# grep . /proc/sys/net/ipv4/route/*
/proc/sys/net/ipv4/route/error_burst:5000
/proc/sys/net/ipv4/route/error_cost:1000
grep: /proc/sys/net/ipv4/route/flush: OperaciĆ³n no permitida
/proc/sys/net/ipv4/route/gc_elasticity:8
/proc/sys/net/ipv4/route/gc_interval:60
/proc/sys/net/ipv4/route/gc_min_interval:0
/proc/sys/...
2017 Feb 07
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...ders
efficiently. Any suggestions?
Thanks,
Linfeng
On Mon, Feb 6, 2017 at 12:40 PM, Jean-Marc Valin <jmvalin at jmvalin.ca> wrote:
> Hi Linfeng,
>
> On 06/02/17 02:51 PM, Linfeng Zhang wrote:
> > However, the critical thing is that all the states in each stage when
> > processing input[i] are reused by the next input[i+1]. That is
> > input[i+1] must wait input[i] for 1 stage, and input[i+2] must wait
> > input[i+1] for 1 stage, etc.
>
> That is indeed the tricky part... and the one I think you could do
> slightly differently. If you approach the...
2011 Aug 20
3
[PATCH 2/2] Load gntdev and evtchn if they''re modular.
...g/Linux/init.d/xencommons
--- a/tools/hotplug/Linux/init.d/xencommons Tue Aug 16 16:56:16 2011 -0700
+++ b/tools/hotplug/Linux/init.d/xencommons Tue Aug 16 17:05:18 2011 -0700
@@ -29,12 +29,18 @@
XENCONSOLED_PIDFILE=/var/run/xenconsoled.pid
shopt -s extglob
-if [ "x$1" = xstart -a -d /proc/xen -a \
- ! -f /proc/xen/capabilities ] && \
- ! grep -qw ''^xenfs'' /proc/mounts; then
- mount -t xenfs xenfs /proc/xen
+[ -d /proc/xen ] || exit 0 # Xen not present; exit quietly
+
+if [ "x$1" = xstart ]; then
+ # Mount /proc/xen if needed
+ [ -f /proc/xen...
2008 Feb 21
1
How to mount 'virtual' file systems /proc and /sys ??
Hello,
I am setting chrooted environments with Centos/Fedora
Core distros recently. packages are installed in the
chrooted environment without problems.
Then when it comes to /proc and /sys 'virtual'(not
real hardware) file systems I got confused -- some
documents say I should run 'mount -t proc none /proc;
mount -t sysfs none /sys' to mount /proc and /sys,
while some others say commands 'mount -t proc proc
/proc; mount -t sysfs sysfs /sys' instead. I...
2014 Dec 31
0
CentOS 6.6 - net-snmp process - Too many open files
Hi gents,
I have a CentOS 6.6 install with net-snmp running. I'm using SNMPv3 Auth
and Encryption with Observium polling devices every five minutes. On one
of my Centos server, the net-snmp process will die after 24-36 hours of
running. It seems to be hitting my system maximum file open limit which
is set to 1024.
> [root at mail net-snmp-5.7]# ulimit -n
> 1024
That number will keep increasing till it trips the 1024 limit.
> [root at mail ~]# lsof -p 26907 | wc -l
> 1071...
2012 Jul 13
2
[LLVMdev] Dealing with a corrupted /proc/self/exe link
Hi all,
I am in charge of the controlled introduction of clang into
our builds at my workplace. Since all our tools must run from
a ClearCase view for automatic dependency tracking, we have been
biten by a Linux bug, and readlink("/proc/self/exe", ...) gives
nonsensical results. So we need to introduce a configure option
for disallowing this method of executable discovery (the other
one works well).
Here is the patch:
Index: autoconf/configure.ac
===================================================================
--- auto...
2015 May 28
3
Re: Concurrent scanning of same disk
...ere's the log related to a "RuntimeError: file receive cancelled by
daemon".
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: create: flags = 0, handle = 0x2b45cc0, program = python
libguestfs: trace: add_drive
"/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2"
"readonly:true"
libguestfs: creating COW overlay to protect original drive content
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: disk_create "/tmp/libguestfssil2bk/overlay1" "qcow2&quo...
2017 Feb 07
3
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...4(corr+i, orig, in, tmp, len);
> /* Make subsequent calls use the filtered signal as input. */
> in = tmp;
> }
> }
>
> I think the should not only reduce/eliminate the prologue/epilogue
> problem, but it should also be more efficient since almost all vectors
> processed would use the full size.
>
> Maybe a third option (not sure it's a good idea, but still mentioning
> it) would be to have a function that hardcodes order=24 and discards the
> larger values that aren't needed. Since the smallest order seems to be
> 16, it wouldn't be...
2012 Jul 13
0
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
...alcatel-lucent.com> wrote:
> Hi all,
>
> I am in charge of the controlled introduction of clang into
> our builds at my workplace. Since all our tools must run from
> a ClearCase view for automatic dependency tracking, we have been
> biten by a Linux bug, and readlink("/proc/self/exe", ...) gives
> nonsensical results. So we need to introduce a configure option
> for disallowing this method of executable discovery (the other
> one works well).
Interesting, can you describe the linux bug? Are the kernel devs aware of it?
We often had reports about /proc/...
2015 May 27
3
Concurrent scanning of same disk
...different point of
a guest execution.
Disk snapshots are taken through libvirt in different moments (I am aware
of caching issue), from such snapshots, new disks are created using the
"qemu-img convert" command with backing file pointing to the disk being
executed.
Then, I spawn as many processes as disk images and in each process I create
an guestfs instance and mount one of the disks.
The operation seems successful as I'm gathering the data I am looking for
but I suffer from these random failures:
* RuntimeError: file receive cancelled by daemon - On r =
libguestfsmod.checksum...
2007 Sep 11
4
Problem returning a Proc
I''m just playing with a recent Merb trunk (-r590). All the specs pass, apart
from 2 pending.
Now, the README says: "if you return a Proc object from your action, it will
be called and the return value sent to the client."
However this doesn''t seem to work with the following test controller:
class Hello < Application
def world
res = "Hello world from #{$$} at #{Time.now}!\n"
proc {
sleep 5...
2017 Feb 06
0
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
Hi Linfeng,
On 06/02/17 02:51 PM, Linfeng Zhang wrote:
> However, the critical thing is that all the states in each stage when
> processing input[i] are reused by the next input[i+1]. That is
> input[i+1] must wait input[i] for 1 stage, and input[i+2] must wait
> input[i+1] for 1 stage, etc.
That is indeed the tricky part... and the one I think you could do
slightly differently. If you approach the problem in terms of comp...
2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
...for smbfs.
-
-2002-04-19 John Newbigin <jn@it.swin.edu.au>
-
- * Implementation of CIFS Extensions for UNIX systems, including soft
- and hard links.
-
-2001-08-03 Urban Widmark <urban@teststation.com>
-
- * *.c: Unicode support
-
-2001-08-23 Jochen Dolze <dolze@epcnet.de>
-
- * proc.c: Correct rsize/wsize computation for readX/writeX
-
-2001-0?-?? Urban Widmark <urban@teststation.com>
-
- * *.c: Add LFS
- * *.c: Move to a "driver" style handling of different servertypes.
- (Not all operations are done this way. yet.)
-2001-12-31 Ren? Scharfe <l.s.r@we...
2009 Mar 15
2
Unable to run Perfect World in Wine
...rred wininet
PE 62440000-62446000 Deferred shlwapi
PE 624c0000-6254f000 Deferred shell32
PE 62630000-62636000 Deferred winspool
PE 62af0000-62af4000 Deferred opengl32
PE 7b810000-7b889000 Export kernel32
PE 7bc10000-7bc14000 Deferred ntdll
Threads:
process tid prio (all id:s are in hex)
00000008 (D) C:\Program Files\Perfect World Entertainment\Perfect World International\patcher\patcher.exe
00000017 0
00000009 0 <==
0000000c
00000014 0
00000013 0
00000012 0
0000000e 0
0000000d 0
0000000f
00000016 0
00000...
2012 Jul 13
2
[LLVMdev] [llvm-commits] Dealing with a corrupted /proc/self/exe link
...e:
>
>> Hi all,
>>
>> I am in charge of the controlled introduction of clang into
>> our builds at my workplace. Since all our tools must run from
>> a ClearCase view for automatic dependency tracking, we have been
>> biten by a Linux bug, and readlink("/proc/self/exe", ...) gives
>> nonsensical results. So we need to introduce a configure option
>> for disallowing this method of executable discovery (the other
>> one works well).
>
> Interesting, can you describe the linux bug? Are the kernel devs aware of it?
It is fixed...
2010 Oct 15
3
OLEPictureImpl error may need winetricks dll?
Any idea what dll I add with winetricks to correct this error?
fixme:ole:OLEPictureImpl_FindConnectionPoint
The program is called WriteWay, and it uses ole boxes to display text.