Displaying 20 results from an estimated 3000 matches similar to: "showing which process/kernerldaemon own udp ports?"
2007 Aug 21
2
Tracking how many open files a process has?
I'm getting a "Too many open files" on a fileserver.
Is it possible to list how many open files each process has? If so how do
you do that?
Greets,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070821/3d8eb5d3/attachment.html>
2006 Aug 28
2
32bit versus 64bit memory usage?
I'm planning for new Centos 4 computers using the 64bit distribution and is
wondering
if there is a difference on how much RAM memory you should use on a 32bit
versus
64bit operating system?
Will processes such as for example KDE, Firefox use more memory on the 64bit
architecture
than on the 32bit and if so by how much as a rule of thumb?
Kind regards,
Christian
-------------- next part
2007 Dec 12
1
How do you backup a LVM LV?
I have a virtual machine in a Xen LV, that I would like to backup from hostA
to hostB
because hostA is software broken. How do I copy and recreate that LV on
hostB?
Greets,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20071213/bce2df4a/attachment-0002.html>
2006 Dec 08
1
XML, XPATH in Centos?
What built in utilities are there that can evaluate XML XPath statements in
CentOS?
Its needed to grab certain info from <a href="some.html">some</a> from a
page with a python, perl or shell script.
Hints on what to use would be appreciated.
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Aug 17
1
Strange apache behaviour
Hi Centos folks!
I'm trying to get a file with wget from Apache on Centos 3 and it doesnt
succed.
What could be the cause of this what is the resource that is not available,
whats your oppinion?
strace short output
---------------------------
read(14, "GET /centos/3/os/i386/heade"..., 8000) = 133
read(5, 0xbfff99f3, 1) = -1 EAGAIN (Resource temporarily
unavailable)
2017 Jul 04
0
Unable to install packages in R: Error in if (any(diff)) { : missing .....
Unable to install packages in R: Error in if (any(diff)) { : missing value
where TRUE/FALSE needed
Sorry for my bad english
I need help in solving the following problem with R
When I try to install a package it end with the following error msg:
Error in if (any(diff)) { : missing value where TRUE/FALSE needed
the enviroment in windows 7 xp1 x64
R-3.4.1 was just installed
R was started with
2005 Jun 14
2
Asterisk and Panasonic KX-TD1232
Hello
We have around 50 phones in our company, and I am playing with the
thought to gradually go over to using sip services and ip-phones
internally. However at first I would liked the Asterisk just to sit
between the phone line and the Panaosnic, so I can take out one
lin/number at a time to use ip phones.
I am new to Asterisk, and haven't done much configuring of the PBX
either. So I also
2011 Dec 28
1
subset() missing one factor
The data set (called 'chemdata') has 6 columns (4 factors, 1 date, 1
numeric) and I need to create subsets for each of one of the factors
('stream'). This has worked flawlessly for all but two streams which were
created yesterday.
The command I use to create the subsets is like this:
> rnchH <- subset(chemdata, stream == 'RanchSpgsH', select = c(site, sampdate,
2016 Mar 18
9
[PATCH 0/7] Small portability changes
Assorted collection of small improvements in making libguestfs build on
non-Linux OSes; most of the changes impact tests though.
Thanks,
Pino Toscano (7):
build: check the path of fuser, and use it in FUSE code
tests: move guestfs-md5.sh to test-data
v2v: tests: isolate SHA1 calculation in an own shared function
v2v: tests: use guestfs-hashsums.sh for MD5
php: pass $(MAKE) to
2015 Feb 22
5
unable to umount
Hi,
on an EL5 XEN DOM0 system I have following volume
$ df -h /srv
Filesystem Size Used Avail Use% Mounted on
/dev/sdc1 917G 858G 60G 94% /srv
that partition was used by virtual machines but they were all halted.
service xendomains stop
$ xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0
2013 Dec 12
1
Should there be a process listening on port 135?
I'm running samba 4.1.2 on Linux Mint 15. Getting the following:
?
./samba-tool drs kcc samba-realm
Failed to connect host 192.168.231.132 on port 135 - NT_STATUS_CONNECTION_REFUSED
Failed to connect host 192.168.231.132 (samba-realm) on port 135 - NT_STATUS_CONNECTION_REFUSED.
I don't see samba or smbd listening on port 135. 53 and 137 are. e.g.:
?
netstat -anp | grep samba | grep
2012 Nov 29
0
Simper analysis with Morisita-Horn
Dear ecology fellows,
I tried to implement Morisita-Horn distance (instead of Bray that is in the
current version) in the code for the Simper analysis in vegan. I would be
very grateful if someone can check if the code is right.
function (comm, group, ...)
{
if (any(rowSums(comm, na.rm = TRUE) == 0))
warning("you have empty rows: results may be meaningless")
2008 Jan 25
1
daytime service on port 13
Hi all,
One of the centos 5.1 servers was scanned by a customer and
he suggests turning off daytime on port 13.
When I look at /etc/xinetd.d/daytime* the 2 files say
disabled yes
So is there something else I should be looking at ?
Thanks,
Jerry
2007 Oct 12
2
Increasing shared memory?
I have a machine with fairly much memory 16GB and I get
shmget failed: error 28 (No space left on device). It seems
that I may be out of shared memory, how do I increase that?
$ free
total used free shared buffers cached
Mem: 14976000 14945552 30448 0 146560 1298908
-/+ buffers/cache: 13500084 1475916
Swap: 18448376
2015 Feb 09
11
[PATCH 1/5] macosx: Add required third parameter for xdrproc_t callbacks
>From Apple's xdr.h:
"If your code invokes an xdrproc_t callback, it must be modified to pass
a third parameter, which may simply be zero."
---
src/proto.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/proto.c b/src/proto.c
index 92ae84d..57f4882 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -252,7 +252,12 @@ guestfs___send (guestfs_h *g, int proc_nr,
*
2010 Sep 28
3
netstat - kill by pid ?
I am writing a small script to kill process(es) listening on
particular port number. Here I am particularly looking at Java
servlet-containers like Tomcat and JBoss, which sometimes don't
complete their shutdown process and it still shows up as running
process with ps or netstat. This needs to be kill-ed and for that
knowing pid of that process is necessary. The netstat by default
doesn't
2015 Apr 28
2
Crashes in dovecot -hg (86f535375750)
Seems there is some breakage with -hg latest - 2.2.16 (86f535375750+).
I've just had 4 core files created in short succession on both servers
in the replication set. Here's the first...
tornado reuben # gdb /usr/libexec/dovecot/imap core
GNU gdb (Gentoo 7.9 vanilla) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
2013 Oct 17
2
Re: Notes on getting libguestfs to work on Mac OS X
More complete documentation below.
Rich.
----------------------------------------------------------------------
libguestfs on Mac OS X (tested with libguestfs-1.23.33):
--------------------------------------------------------
prerequisites:
--------------
- install osxfuse, download from: http://osxfuse.github.io
- install some dependencies using macports: sudo port install qemu cdrtools pcre
2013 Oct 17
4
Notes on getting libguestfs to work on Mac OS X
Supplied by Pene on IRC who got libguestfs to compile and run on
Mac OS X 10.9 with qemu 1.6.0. My notes in [] below.
Rich.
libguestfs on Mac OS X, recipe so far:
--------------------------------------
- libtool-kill-dependency_libs.sh: replace chmod --reference="$output.tmp" "$output" -> chmod `stat -f "%p" "$output.tmp"` "$output"
-
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a
while" saga -- now with working test suite.
Pino Toscano (5):
build: remove extra gnulib submodule
build: remove extra checks and submodules
build: stop using gnulib in test-harness
build: remove unused gnulib modules
Remove extra entries from podfiles
.gitmodules | 3 --
Makefile.am