search for: accpetable

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

Did you mean: acceptable
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.
>This seems like you haven't set the <hostname> correctly in the icecast >config That is the problem for external connects...thanks. the .m3u contains "http://192.168.5.33:8000/ices.ogg" which is actually fine for my purposes since I'm not looking to make this a public stream (I'll just be using it for tunes at work (via VPN), eventually streaming a live feed
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 estim...
2005 Jan 31
2
I can listen to a stream locally but not from anywhere else.
Also don't forget that the full version of WinAmp is required to play oggs. The lite version doesn't support it. iTunes can play local .ogg files but not streams if you download the ogg components from qtcomponents.sf.net. I haven't messed with real player, and I have no intention of doing so. Joel Karl Heyes wrote: > On Mon, 2005-01-31 at 16:46, Brian Beck wrote: >
2015 Apr 24
4
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 03:15:27PM +0200, Joerg Schilling wrote: > Stephen Harris <lists at spuddy.org> wrote: > > > Bash was bigger than ksh in the non-commercial Unix world because of ksh88 > > licensing problems. Back in 1998 I wanted to teach a ksh scripting > > course to my local LUG, but AT&T (David Korn himsef!) told me I couldn't > > give
2006 Sep 28
1
compiling openssh 4.3.2p on Solaris 10
I used Sun's version of gcc, which is in two packages: SUNW0gccfss and SUNW0scgfss. (Sun also has backported its version of gcc to Solaris 9). These is the compiler that was used to build Open Solaris. Before I tried compiling openssh, I built tcp_wrappers, zlib-1.2.3 and openssl-0.9.8c. My configuration line was ./configure --with-tcp-wrappers=... --with-ssl-dir=...
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
Guys and dolls, Greetings, I hope you all are in good health, great spirits and your glasses never empty. I have a samba, openldap question. I am trying to setup a FC-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
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 =>
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
On Thu, Jun 18, 2020 at 01:56:25PM +0800, Jason Wang wrote: > This patches extend the vhost IOTLB API to accept batch updating hints > form userspace. When userspace wants update the device IOTLB in a > batch, it may do: > > 1) Write vhost_iotlb_msg with VHOST_IOTLB_BATCH_BEGIN flag > 2) Perform a batch of IOTLB updating via VHOST_IOTLB_UPDATE/INVALIDATE > 3) Write
2020 Jun 28
2
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
On Thu, Jun 18, 2020 at 01:56:25PM +0800, Jason Wang wrote: > This patches extend the vhost IOTLB API to accept batch updating hints > form userspace. When userspace wants update the device IOTLB in a > batch, it may do: > > 1) Write vhost_iotlb_msg with VHOST_IOTLB_BATCH_BEGIN flag > 2) Perform a batch of IOTLB updating via VHOST_IOTLB_UPDATE/INVALIDATE > 3) Write
2015 Apr 24
0
Real sh? Or other efficient shell for non-interactive scripts
Stephen Harris wrote: > On Fri, Apr 24, 2015 at 03:15:27PM +0200, Joerg Schilling wrote: >> Stephen Harris <lists at spuddy.org> wrote: >> >> > Bash was bigger than ksh in the non-commercial Unix world because of >> > ksh88 licensing problems. Back in 1998 I wanted to teach a ksh scripting >> > course to my local LUG, but AT&T (David Korn
2005 Jan 31
0
I can listen to a stream locally but not from anywhereelse.
Thanks all for the prompt replies. It turned out to be a client issues all the way around. The winamp versions I tried as well as my friends all were the lite version. I was not aware that iTunes could play local oggs but not streams but apparently that's exactly the case (and possibly a similar issue with real since the only place real would play it was locally on the FC3 box). I
2020 Jun 29
1
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
On Mon, Jun 29, 2020 at 05:26:03PM +0800, Jason Wang wrote: > > On 2020/6/28 ??5:58, Michael S. Tsirkin wrote: > > On Thu, Jun 18, 2020 at 01:56:25PM +0800, Jason Wang wrote: > > > This patches extend the vhost IOTLB API to accept batch updating hints > > > form userspace. When userspace wants update the device IOTLB in a > > > batch, it may do: > >
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
This patches extend the vhost IOTLB API to accept batch updating hints form userspace. When userspace wants update the device IOTLB in a batch, it may do: 1) Write vhost_iotlb_msg with VHOST_IOTLB_BATCH_BEGIN flag 2) Perform a batch of IOTLB updating via VHOST_IOTLB_UPDATE/INVALIDATE 3) Write vhost_iotlb_msg with VHOST_IOTLB_BATCH_END flag Vhost-vdpa may decide to batch the IOMMU/IOTLB updating
2020 Jun 29
0
[PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
On 2020/6/28 ??5:58, Michael S. Tsirkin wrote: > On Thu, Jun 18, 2020 at 01:56:25PM +0800, Jason Wang wrote: >> This patches extend the vhost IOTLB API to accept batch updating hints >> form userspace. When userspace wants update the device IOTLB in a >> batch, it may do: >> >> 1) Write vhost_iotlb_msg with VHOST_IOTLB_BATCH_BEGIN flag >> 2) Perform a batch