search for: portnums

Displaying 20 results from an estimated 35 matches for "portnums".

Did you mean: portnum
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
Hello When a call comes in, I'd like to fork a Python script that broadcasts a message so that users see the CID name + number pop up on their computer screen, and simultaneously ring their phones. The following script doesn't work as planned: It waits until the script ends before moving on to the next step, which is Dial(): =========== exten =>
2010 Dec 20
8
Mutiple virtualmachines Live migration at the same time with Xen
Dear all The following process is about trying to do the " live migration at the same time with 5 Virtual machines ", but there is somthing problem with it. Process: yogi-pc2: # xm migrate --live vm01 pc2 & xm migrate --live vm02 pc2 & xm migrate --live vm03 pc2 & xm migrate --live vm04 pc2 & xm migrate --live vm05 pc2[1] 29983 [2] 29984 [3] 29985 [4]
2010 Dec 02
0
samba3x troubles
Hi all, I get troubles with samba3x server: samba3x-winbind-3.3.8-0.52.el5_5.2 samba3x-3.3.8-0.52.el5_5.2 samba3x-common-3.3.8-0.52.el5_5.2 Some times, users call and ask of any folder in any share sleep. Locked not _all_ share, only one of it's folder. In logs i don't see any errors(for time of user call, may be errors in log was some times before). I use
2023 Nov 29
1
NSD 4.8.0rc1 pre-release
Hi, NSD 4.8.0rc1 pre-release is available: https://nlnetlabs.nl/downloads/nsd/nsd-4.8.0rc1.tar.gz sha256 64f1da8f8163340f9d3b352ef8819e3c72c951fdd87cff55dc3b6a6b1ea27942 pgp https://nlnetlabs.nl/downloads/nsd/nsd-4.8.0rc1.tar.gz.asc This release introduces PROXYv2 support and faster statistics gathering, removes the database option and fixes bugs. The proxy protocol support is an implementation
2009 Mar 03
13
xm migrate headache
Hi, I am trying to (live-)migrate a paravirtualized machine from hosta to hostb: -----8<---- hosta:~ # xm list pvm Name ID Mem VCPUs State Time(s) pvm 64 384 1 -b---- 0.5 hostb:~ # xm list pvm Error: Domain ''pvm'' does not exist. hosta:~ # xm migrate pvm 192.168.0.2 Error:
2006 Jan 11
0
Connection problem with a generic-runtime-built ActiveRecord::Base
Hi, I''m trying to create a "runtime-generic" ActiveRecord class, It means I don''t need to know the table or database, before I create my program ruby-rails. So I don''t need to predefine my database in environment.yml file and pre-build classes inherited from ActiveRecord::Base. I write some code, it seems to work. However, I can''t disconnect my
2011 May 12
1
Xen live migration
I can't get xen live migration to work - CentOS 5.6. I have set up xend-config.sxp as per RHEL5 virtualization guide, but when I try it, I get [root at xenhost1 ]# xm migrate testwww xenhost2 -l Error: (104, 'Connection reset by peer') Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live
2008 Nov 14
1
Splitting a lattice stripplot across several pages
Hello, I have a stripplot with 200+ labels i.e i have network connections. The y-axis are the server port numbers and am graphing the number of packets in a connection. Roughly stripplot(totpacks~portnum,data=network) Due to the large number of server ports in my dataset, the y-axis labels overlap so I would like to split it across several panels(1 panel per page) with about 25-50 per
2014 Jul 09
3
Moving sshd listen port
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am having a problem getting sshd to run after changing it's default port. I edit sshd_config and set the desired port, open it with firewall-cmd and then issue a systemctl start sshd. No error gets reported on the console but the following is logged in /var/messages sshd.service: main process exited, code=exited, status=255/n/a Not a very
2008 Jun 10
1
Nut-upsuser Digest, Vol 36, Issue 5
It is possible at least on linux to get the port associated with a device from userspace - I'd assume that on each platform it's possible, just that libusb is incomplete (on top of being undocumented). Here's a patch for matching portnum on linux, with a few pieces pulled from libusb. It lacks autoconf macros to isolate it -- but it does appear to work. Regards, Alex Peyser On
2015 May 31
2
Call for testing: OpenSSH 6.9
FreeBSD 10.1-RELEASE passes tests DragonflyBSD snapshot passes tests Debian 8 run test connect.sh ... Missing privilege separation directory: /var/empty FATAL: sshd_proxy broken Makefile:192: recipe for target 't-exec' failed make[1]: *** [t-exec] Error 1 make[1]: Leaving directory '/home/sme/openssh/regress' Makefile:544: recipe for target 'tests' failed make: ***
2002 Sep 22
2
[patch] SLP support (+ question)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 G'day The attached patch adds "first draft" support for service location protocol, using OpenSLP (http://www.openslp.org). This allows you to automagically discover all the rsync servers on your network (which is defined in terms of your SLP configuration - typically equal to multicast scope, but you can change it around with
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...n be implemented outside of NUT. For your example, one can have the NAS's `SHUTDOWNCMD` script wait until `upsc` reports some critical remaining time/charge or until all known protocol clients (NFS, CIFS, iSCSI, ...) have disconnected - e.g. check whether `netstat -an | grep ESTABLISHED | grep PORTNUMS` port count went to zero (assuming TCP connections). In this case, some same event trigger on the NUT `primary` server (like "on battery for over 1 minute per upssched") would tell all clients to shut down, and the NAS client would by such script wait until the VM server goes down. Althou...
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...n be implemented outside of NUT. For your example, one can have the NAS's `SHUTDOWNCMD` script wait until `upsc` reports some critical remaining time/charge or until all known protocol clients (NFS, CIFS, iSCSI, ...) have disconnected - e.g. check whether `netstat -an | grep ESTABLISHED | grep PORTNUMS` port count went to zero (assuming TCP connections). In this case, some same event trigger on the NUT `primary` server (like "on battery for over 1 minute per upssched") would tell all clients to shut down, and the NAS client would by such script wait until the VM server goes down. Althou...
2006 Feb 25
10
Performance issue.. after a while
Hello, I have an project running on a dedicated server: Debian, P4 CPU 3.00GHz, 1GB RAM, ruby 1.8.4 (2005-12-24) [x86_64-linux], rails (1.0.0), activerecord (1.13.2) lighttpd-1.4.10 + fastcgi + mysql 5.0 7 dispatchers. The project is a game, so a typical user would visit 100+ pages. When the server is busiest, it gets 35-40k requests/hour. For some misterious reason after a number of hours the
2007 Sep 27
0
Migration failing (xen 3.0.3 on RHEL 5) with "not a valid guest state file: pfn count read"
Hi all, I''m having some problem migrating a simple domU between two hosts. Short question: xm migrate (live or not) fails even though either host is capable of running the VM. Error seems to be: "not a valid guest state file: pfn count read" Long question: I have two boxes (devvmdevvmhost1 and devvmhost2) running xen 3.0.3 (RHEL 5), they are attached to a Dell MD3000 unit
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...an be implemented outside of NUT. For your example, one can have the NAS's `SHUTDOWNCMD` script wait until `upsc` reports some critical remaining time/charge or until all known protocol clients (NFS, CIFS, iSCSI, ...) have disconnected - e.g. check whether `netstat -an | grep ESTABLISHED | grep PORTNUMS` port count went to zero (assuming TCP connections). In this case, some same event trigger on the NUT `primary` server (like "on battery for over 1 minute per upssched") would tell all clients to shut down, and the NAS client would by such script wait until the VM server goes down. Althou...
2023 Aug 06
1
Setting up charge/voltage based shutdowns
...an be implemented outside of NUT. For your example, one can have the NAS's `SHUTDOWNCMD` script wait until `upsc` reports some critical remaining time/charge or until all known protocol clients (NFS, CIFS, iSCSI, ...) have disconnected - e.g. check whether `netstat -an | grep ESTABLISHED | grep PORTNUMS` port count went to zero (assuming TCP connections). In this case, some same event trigger on the NUT `primary` server (like "on battery for over 1 minute per upssched") would tell all clients to shut down, and the NAS client would by such script wait until the VM server goes down. Althou...