search for: getport

Displaying 9 results from an estimated 9 matches for "getport".

Did you mean: netport
2003 May 20
0
intermittent failure of ability to connect to samba share from win (NT/2k) client
....00003 sambaserver -> winclient TCP D=4556 S=111 Syn Ack=418281477 Seq=2995717417 Len=0 Win=24820 Options=<nop,nop,sackOK,mss 1460> 146 0.00021 winclient -> sambaserver TCP D=111 S=4556 Ack=2995717418 Seq=418281477 Len=0 Win=64240 147 0.00053 winclient -> sambaserver PORTMAP C GETPORT prog=150001 (PCNFSD) vers=2 proto=TCP 148 0.00003 sambaserver -> winclient TCP D=4556 S=111 Ack=418281537 Seq=2995717418 Len=0 Win=24760 149 0.00062 sambaserver -> winclient PORTMAP R GETPORT port=0 150 0.00026 winclient -> sambaserver TCP D=111 S=4556 Fin Ack=2995717450 Seq=41828...
2003 May 23
0
intermittent failure of ability to connect to samba share from win (NT/2k) client]]
...winclient TCP D=4556 S=111 Syn > Ack=418281477 Seq=2995717417 Len=0 Win=24820 Options=<nop,nop,sackOK,mss > 1460> > 146 0.00021 winclient -> sambaserver TCP D=111 S=4556 Ack=2995717418 > Seq=418281477 Len=0 Win=64240 > 147 0.00053 winclient -> sambaserver PORTMAP C GETPORT prog=150001 > (PCNFSD) vers=2 proto=TCP > 148 0.00003 sambaserver -> winclient TCP D=4556 S=111 Ack=418281537 > Seq=2995717418 Len=0 Win=24760 > 149 0.00062 sambaserver -> winclient PORTMAP R GETPORT port=0 > 150 0.00026 winclient -> sambaserver TCP D=111 S=4556 Fin...
2009 Nov 26
5
rquota didnot show userquota (Solaris 10)
...and the client: # mount <server>:/export/home2/wib /mnt % cd /mnt % du -sk . 154 . % quota -v wib Disk quotas for wib (uid 90): Filesystem usage quota limit timeleft files quota limit timeleft A simple snoop on the network shows us: client -> server PORTMAP C GETPORT prog=100011 (RQUOTA) vers=1 proto=UDP server -> client PORTMAP R GETPORT port=32865 client -> server RQUOTA C GETQUOTA Uid=90 Path=/export/home2/wib server -> client RQUOTA R GETQUOTA No quota Why ''no quota''? Both systems are nearly fully patched. Any help...
1997 Nov 07
0
Fatal bug in 2.2.5R's lpd
...rc/usr.sbin/lpr/common_source/displayq.c,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -u -u -r1.4.2.5 -r1.4.2.6 --- displayq.c 1997/10/15 12:25:35 1.4.2.5 +++ displayq.c 1997/11/07 13:20:29 1.4.2.6 @@ -242,6 +242,7 @@ savealrm = signal(SIGALRM, alarmhandler); alarm(CT); fd = getport(RM, 0); + alarm(0); (void)signal(SIGALRM, savealrm); if (fd < 0) { if (from != host) Index: src/usr.sbin/lpr/lpd/printjob.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/lpr/lpd/printjob.c,v retrieving revision 1.11.2.3 retrieving re...
2006 Sep 08
4
Failed to create a solaris DOMU using NFS root
Hello, I''ve installed a OpenSolaris dom0 snv_44 on a x4100 server, and booted a 32-bit xen kernel. I''m trying to create a OpenSolaris DOMU (snv_44) by following the howto described at http://www.opensolaris.org/os/community/xen/howto/create-osox-domu/. I did not manage to create a diskless environment by using SUNWCXall. I''ve created SUNWCreq instead and add the
1998 Jun 19
16
WARNING: Break-in attempts
...sed connect from root@pmnac1-4.inu.net Jun 18 23:49:49 earth in.telnetd[25127]: refused connect from root@pmnac1-4.inu.net Jun 18 23:49:56 earth portmap[25132]: connect from 208.164.139.14 to dump(): request from unauthorized host Jun 18 23:49:59 earth portmap[25133]: connect from 208.164.139.14 to getport(mountd): request from unauthorized host Jun 18 23:50:00 earth portmap[25134]: connect from 208.164.139.14 to getport(mountd): request from unauthorized host Access log showing more of same: Jun 18 23:49:48 earth logger[25129]: remote mail poll from root@208.164.139.14 Jun 18 23:49:49 earth logger...
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...const char *base); static char *URLParser::dos_path_to_url_path (const char *path); URLParser (); URLParser (const char *url); ~URLParser (); void operator = (const char *); void operator = (const URLParser& src); const char *GetHost (void) const { return host; } unsigned int GetPort (void) const { return port; } const char *GetUser (void) const { return user; } const char *GetPass (void) const { return pass; } const char *GetPath (void) const { return path; } Schema GetSchema (void) const; }; #endif -------------- next part -------------- #include <stdio.h> #in...
2010 Oct 01
0
Wine release 1.3.4
...tocol_start IUri-based. urlmon: Added about:blank IUri test. jscript: Better checks for too old jscript.dll versions. mshtml: Added PrintHTML stub. mshtml: Renamed uri to nsuri. mshtml: Added nsIURI::GetHost implementation based on IUri API. mshtml: Added nsIURI::GetPort implementation. mshtml: Added nsIURI::GetHostPort implementation. mshtml: Added nsIURI::GetUserPass implementation. mshtml: Use IUri for nsIURI::GetScheme implementation. mshtml: Get rid of use_wine_url. mshtml: Use IUri for nsIURL::GetQuery implementation. mshtm...
2003 Jul 12
5
jails, ipfilter & stunnel
I'm setting up a server where I plan to use Jails to improve security I also have installed and am configuring ipfilter. Here are my questions: Because I'm using Jails, I will have to have multiple ip aliases on the network interface. I will use ipfilter to specify what can go to each of the addresses. (e.g., allow only incoming to port 80 on the jail running apache). Another