search for: accpet

Displaying 20 results from an estimated 28 matches for "accpet".

Did you mean: accept
2011 Jun 08
3
[Bug 721] New: iptables-1.4.11 does not accpet raw udp ports
http://bugzilla.netfilter.org/show_bug.cgi?id=721 Summary: iptables-1.4.11 does not accpet raw udp ports Product: iptables Version: unspecified Platform: i386 OS/Version: other Status: NEW Severity: enhancement Priority: P5 Component: iptables AssignedTo: netfilter-buglog at lists.netfilter.org...
2007 Jul 17
2
media not accpetable with outgoing call on cisco
Hello, I have a problem with a cisco GW, if i only set g711 ulaw or alow as codec in my ata the the GW return a media not acceptable error. but If i add the g729 codec the all is ok. I see in the config of the cisco where to define codec for imcoming call but not for outgoing *Jul 17 15:57:02.604: Received: INVITE sip:0041787518551 at 192.168.0.110 SIP/2.0 Via: SIP/2.0/UDP
2005 Jan 31
2
I can listen to a stream locally but not from anywhere else.
...eam (I'll just be using it for tunes at work (via VPN), eventually streaming a live feed from an XM radio at home). I've got some more information now after running ethereal: Itunes in windows will connect and buffer then stop receiving the stream. Winamp on the same machine will continue accpeting the stream but plays nothing. I'm using 128k stereo oggs.
2003 Apr 16
2
Jackknife and rpart
Hi, First, thanks to those who helped me see my gross misunderstanding of randomForest. I worked through a baging tutorial and now understand the "many tree" approach. However, it is not what I want to do! My bagged errors are accpetable but I need to use the actual tree and need a single tree application. I am using rpart for a classification tree but am interested in a more unbaised estimator of error in my tree. I lack sufficent data to train and test the tree and I'm hoping to bootstrap, or rather jacknife, an error e...
2005 Jan 31
2
I can listen to a stream locally but not from anywhere else.
...Joel Karl Heyes wrote: > On Mon, 2005-01-31 at 16:46, Brian Beck wrote: > > >>I've got some more information now after running ethereal: >> >>Itunes in windows will connect and buffer then stop receiving the stream. >>Winamp on the same machine will continue accpeting the stream but plays >>nothing. >>I'm using 128k stereo oggs. > > > Itunes doesn't play ogg AFAIK > > winamp 2.9x/5.x can but remember to append the .ogg extension on the > mountpoint or else it treats it as mp3. > > karl. > > > ________...
2015 Apr 24
4
Real sh? Or other efficient shell for non-interactive scripts
...le. Date: Wed, 20 May 1998 14:09:30 -0400 (EDT) From: David Korn <dgk at research.att.com> If you are going to make copies for use at your course there is no problem. However, if users are to get their own copies to take home with them, then we need to get each of them to accpet the license agreement that is on the web. [ snip other options, including printing out the license and having people sign it and sending the results back! ] -- rgds Stephen
2006 Sep 28
1
compiling openssh 4.3.2p on Solaris 10
...configure and openssh built with just a few warnings on the first try. But the command make tests terminated with a fatal error until I added 127.0. to /etc/hosts.allow which is a nice confirmation of tcp_wrappers support. Now figuring out how to modify S10's startup process to accpet openssh is my next adventure, but not relevant to this discussion list. Depending on how our introduction/migration to S10 goes, I will either install Openssh 4.3 or put the new and improved version of Openssh 4.4 on the servers. /greg
2006 Apr 10
3
Regarding using Web service to handle file uploads
I am trying to code a Web Service in rails that can handle file uploads. Now as i read, SOAP 1.1 doesn''t support this yet..so i will have to use SOAP4R, right? This is fine from server side...but will this API will be compatible to .NET clients, which will be using standard SOAP API perhaps. Any idea, whats the way to go here?
2006 Jun 21
7
acts_as_taggable and paginate?
Hi there, I''ve been trying to paginate over a list of members that all share a tag in common using the acts_as_taggable plugin. The regular way of paginating over a collection doesn''t seem to work with acts_as_taggable. Here''s what my method looks like that takes in a tag name, finds all the members that share the tag and then displays all the members. Nothing too fancy
2006 Feb 22
5
Can't join my domain
...C-4 box to be a PDC for a small network of about 150 users. I was following the HOWTO on the SAMBA site. Everything seems to be fine however I cannot join the domain. I get the error "User name could not be found." The error logs show that the login/password used to join the domain was accpeted and correct. I decided to step back a bit to see if the PDC could join the domain but also no luck. I got the following when I ran the command [root@anansi ~]# net rpc join -d 3 -l -S PDC -U root [2006/02/21 10:57:03, 3] param/loadparm.c:lp_load(3916) lp_load: refreshing parameters [2006/02/...
2013 Dec 12
3
Puppetlabs-firewall and Logging
We''re testing out the Puppetlabs-Firewall module. And it seems I''m either missing something fundamental or Logging/Accpet works/doesn''t work in an irregular way. I would be most grateful for some input. *COMMON:* firewall { ''002 accept related established rules INPUT'': proto => ''all'', state => [''RELATED'', ''ESTABLISHED''], actio...
2013 Apr 09
3
testing static manifests
I would like to know how do people test a manifest that is basically static without any parameter. By testing it, I mean not only check the syntax or any invalid directive, but if the configuration there written is implementing the expected behaviour when used. Of course, one way is just point a machine to my puppet master and see that it has the right configuration. But wouldn''t
2020 Jun 28
2
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
...de/uapi/linux/vhost.h b/include/uapi/linux/vhost.h > index 0c2349612e77..565da96f55d5 100644 > --- a/include/uapi/linux/vhost.h > +++ b/include/uapi/linux/vhost.h > @@ -91,6 +91,8 @@ > > /* Use message type V2 */ > #define VHOST_BACKEND_F_IOTLB_MSG_V2 0x1 > +/* IOTLB can accpet batching hints */ typo > +#define VHOST_BACKEND_F_IOTLB_BATCH 0x2 > > #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) > #define VHOST_GET_BACKEND_FEATURES _IOR(VHOST_VIRTIO, 0x26, __u64) > diff --git a/include/uapi/linux/vhost_types.h b/include/uapi/linux/vh...
2020 Jun 28
2
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
...de/uapi/linux/vhost.h b/include/uapi/linux/vhost.h > index 0c2349612e77..565da96f55d5 100644 > --- a/include/uapi/linux/vhost.h > +++ b/include/uapi/linux/vhost.h > @@ -91,6 +91,8 @@ > > /* Use message type V2 */ > #define VHOST_BACKEND_F_IOTLB_MSG_V2 0x1 > +/* IOTLB can accpet batching hints */ typo > +#define VHOST_BACKEND_F_IOTLB_BATCH 0x2 > > #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) > #define VHOST_GET_BACKEND_FEATURES _IOR(VHOST_VIRTIO, 0x26, __u64) > diff --git a/include/uapi/linux/vhost_types.h b/include/uapi/linux/vh...
2015 Apr 24
0
Real sh? Or other efficient shell for non-interactive scripts
...8 14:09:30 -0400 (EDT) > From: David Korn <dgk at research.att.com> > > If you are going to make copies for use at your course there is > no problem. However, if users are to get their own copies > to take home with them, then we need to get each of them > to accpet the license agreement that is on the web. > > [ snip other options, including printing out the license and having > people sign it and sending the results back! ] Fascinating. As I'd been in Sun OS, and started doing admin work when it became Solaris, I'd missed that bit. A ques...
2005 Jan 31
0
I can listen to a stream locally but not from anywhereelse.
.... Joel Karl Heyes wrote: > On Mon, 2005-01-31 at 16:46, Brian Beck wrote: > > >>I've got some more information now after running ethereal: >> >>Itunes in windows will connect and buffer then stop receiving the stream. >>Winamp on the same machine will continue accpeting the stream but plays >>nothing. >>I'm using 128k stereo oggs. > > > Itunes doesn't play ogg AFAIK > > winamp 2.9x/5.x can but remember to append the .ogg extension on the > mountpoint or else it treats it as mp3. > > karl. > > > ______________...
2020 Jun 29
1
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
...index 0c2349612e77..565da96f55d5 100644 > > > --- a/include/uapi/linux/vhost.h > > > +++ b/include/uapi/linux/vhost.h > > > @@ -91,6 +91,8 @@ > > > /* Use message type V2 */ > > > #define VHOST_BACKEND_F_IOTLB_MSG_V2 0x1 > > > +/* IOTLB can accpet batching hints */ > > typo > > > Will fix. > > > > > > > +#define VHOST_BACKEND_F_IOTLB_BATCH 0x2 > > > #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) > > > #define VHOST_GET_BACKEND_FEATURES _IOR(VHOST_VIRTIO, 0x26...
2015 Apr 24
2
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 08:54:48AM -0400, Pete Geenhuizen wrote: > Even though Solaris started using ksh as the default user environment, > almost all of the start scrips were either bourne or bash scripts. With > Bash having more functionality the scripts typically used the > environment that suited the requirements best. Bash is a better command shell for many people, but ksh
2020 Jun 18
0
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
...= -EINVAL; break; diff --git a/include/uapi/linux/vhost.h b/include/uapi/linux/vhost.h index 0c2349612e77..565da96f55d5 100644 --- a/include/uapi/linux/vhost.h +++ b/include/uapi/linux/vhost.h @@ -91,6 +91,8 @@ /* Use message type V2 */ #define VHOST_BACKEND_F_IOTLB_MSG_V2 0x1 +/* IOTLB can accpet batching hints */ +#define VHOST_BACKEND_F_IOTLB_BATCH 0x2 #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) #define VHOST_GET_BACKEND_FEATURES _IOR(VHOST_VIRTIO, 0x26, __u64) diff --git a/include/uapi/linux/vhost_types.h b/include/uapi/linux/vhost_types.h index 669457ce5c48.....
2020 Jun 29
0
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
...i/linux/vhost.h >> index 0c2349612e77..565da96f55d5 100644 >> --- a/include/uapi/linux/vhost.h >> +++ b/include/uapi/linux/vhost.h >> @@ -91,6 +91,8 @@ >> >> /* Use message type V2 */ >> #define VHOST_BACKEND_F_IOTLB_MSG_V2 0x1 >> +/* IOTLB can accpet batching hints */ > typo Will fix. > >> +#define VHOST_BACKEND_F_IOTLB_BATCH 0x2 >> >> #define VHOST_SET_BACKEND_FEATURES _IOW(VHOST_VIRTIO, 0x25, __u64) >> #define VHOST_GET_BACKEND_FEATURES _IOR(VHOST_VIRTIO, 0x26, __u64) >> diff --git a/include/uap...