search for: portnum

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

Did you mean: partnum
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...k < info[i].num_ports; k++) { > /* try to grab a port */ > if(Success == XvGrabPort(display, > info[i].base_id + k, > CurrentTime)) > { > portNum = info[i].base_id + k; > break; > } > } > } > if(portNum != -1) break; > } > XFree(formats); > } > > } > if (adaptor == -1 )...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...k < info[i].num_ports; k++) { > /* try to grab a port */ > if(Success == XvGrabPort(display, > info[i].base_id + k, > CurrentTime)) > { > portNum = info[i].base_id + k; > break; > } > } > } > if(portNum != -1) break; > } > XFree(formats); > } > > } > if (adaptor == -1 )...
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
...t ends before moving on to the next step, which is Dial(): =========== exten => s,1,AGI(netcid.py|${CALLERID(num)}|${CALLERID(name)}) exten => s,n,Dial(${MYPHONE},5) =========== # cat netcid.py #!/usr/bin/python import socket,sys,time,os def sendstuff(data): s.sendto(data,(ipaddr,portnum)) return sys.stdout = open(os.devnull, 'w') if os.fork(): #BAD? sys.exit(0) os._exit(0) else: now = time.localtime(time.time()) dateandtime = time.strftime("NaVm/%y NaVM", now) myarray = [] myarray.append("STAT R...
2010 Dec 20
8
Mutiple virtualmachines Live migration at the same time with Xen
...migrate --live vm05 pc2[1] 29983 [2] 29984 [3] 29985 [4] 29986 Error: /usr/lib/xen-3.2-1/bin/xc_save 43 2358 0 0 1 failed Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live Use live migration. -p=portnum, --port=portnum Use specified port for migration. -r=MBIT, --resource=MBIT Set level of resource usage for migration. yogi-pc2:# jobs [1] Running xm migrate --live vm01 yogi-pc1 & [2] Running xm migrate --live vm02 y...
2010 Dec 02
0
samba3x troubles
...= yes map to guest = Bad User log level = 0 vfs:2 syslog = 0 [davidenko] comment = ?????? ????? %U path = /var/share/davidenko read only = No valid users = davidenko, @top create mask = 666 directory mask = 777 vfs objects = scannedonly full_audit scannedonly: domain_socket = False scannedonly: portnum = 2020 scannedonly: scanhost = localhost scannedonly: hide_nonscanned_files = False scannedonly: allow_nonscanned_files = True full_audit:prefix = %u|%I full_audit:failure = none full_audit:success = connect disconnect opendir mkdir rmdir closedir open close read pread write pwrite sendf...
2023 Nov 29
1
NSD 4.8.0rc1 pre-release
...2 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 of PROXYv2 for NSD. It can be configured with `proxy-protocol-port: portnum` with the port number of the interface on which proxy traffic is handled. The interface can support proxy traffic for UDP, TCP and TLS. The removal of the "database: nsd.db" option removes unneeded code. It stored secondary zones in binary format. Zone files are used instead. This turn...
2009 Mar 03
13
xm migrate headache
...39;pvm'' does not exist. hosta:~ # xm migrate pvm 192.168.0.2 Error: /usr/lib64/xen/bin/xc_save 4 64 0 0 0 failed Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live Use live migration. -p=portnum, --port=portnum Use specified port for migration. -r=MBIT, --resource=MBIT Set level of resource usage for migration. hosta:~ # xm list pvm Name ID Mem VCPUs State Time(s) pvm...
2006 Jan 11
0
Connection problem with a generic-runtime-built ActiveRecord::Base
...it seems to work. However, I can''t disconnect my connection via "remove_connection" of a postgresql database that I connected with "establish_connection" This is the generic class I wrote: class GenActRec < ActiveRecord::Base def self.connectToPSQLDB( hostName, portNum, dbName, user, pwd ) ActiveRecord::Base.establish_connection(:adapter => "postgresql", :host => hostName, :port => portNum, :database => dbName, :username => user, :password => pwd) end def self.clo...
2011 May 12
1
Xen live migration
...en 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 Use live migration. -p=portnum, --port=portnum Use specified port for migration. -r=MBIT, --resource=MBIT Set level of resource usage for migration. Any ideas what to check? brctl, xend-config.sxp, lsof, are all in agreement with http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Li...
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 panel. Is there a way to do this? Regards Saptarshi Saptarshi Guha | saptarshi.guha@gmail.com | http://www...
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 Friday 06 June 2008 05:55:04 am nut-upsuser-request at lists.alioth.debian.org > > Message: 2 > Date: Fri, 6 Jun 2008 08:39:45 +0200 (CEST) >...
2015 May 31
2
Call for testing: OpenSSH 6.9
...n-change.sh keygen-convert.sh key-options.sh scp.sh sftp.sh sftp-chroot.sh sftp-cmds.sh sftp- badcmds.sh sftp-batch.sh sftp-glob.sh sftp-perm.sh reconfigure.sh dynamic-forward.sh forwarding.sh multiplex.sh reexec.sh brokenkeys.sh c fgparse.sh cfgmatch.sh addrmatch.sh localcommand.sh forcecommand.sh portnum.sh keytype.sh kextype.sh cert-hostkey.sh cert-userkey.sh host -expand.sh keys-command.sh forward-control.sh integrity.sh krl.sh multipubkey.sh limit-keytype.sh hostkey-agent.sh keygen-knownhosts.sh h ostkey-rotate.sh principals-command.sh" = "x" ]; then exit 0; fi; \ for TEST in &quo...
2002 Sep 22
2
[patch] SLP support (+ question)
..._numservices should be set up when I'm running the SLP routines in clientserver.c (see patch, with // style comment lines), but it isn't. If anyone can find a better spot to do the service registration, please hack away, or let me know. Other known problems: * shouldn't hardwire the portnum, instead should read from rsync_port. * needs to have a standard set of attributes defined. I'll chase this up with Erik Guttman. * Needs to do smarter things if hostname or domainname are broken. * Probably needs to do smarter things for multi-homed hosts. If anyone was in doubt after all t...
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. Altho...
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. Altho...
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"
...1 r----- 30.6 [root@devvmhost1 ~]# xm migrate testwww devvmdevvmhost2 Error: /usr/lib64/xen/bin/xc_save 19 11 0 0 0 failed Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live Use live migration. -p=portnum, --port=portnum Use specified port for migration. -r=MBIT, --resource=MBIT Set level of resource usage for migration. On devvmhost2 (receiver), the following is output to /var/log/xen/xend.log when the migration starts: [2007-09-27 09:32:01 xend 27175]...
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. Altho...
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. Altho...