search for: nnnnnn

Displaying 15 results from an estimated 15 matches for "nnnnnn".

Did you mean: nnnnn
2018 Jun 12
9
RFC: Bug-closing protocol
...I have been watching with morbid fascination for years--I do fear that the reduction is potentially artificial, and incorrectly puts the onus on the original bug author to reopen the case. I suggest that closing a bug can be done IF AND ONLY IF you also state one of the following: - that revision NNNNNN actually fixed the bug - that the bug cannot be reproduced with revision NNNNNN - that the circumstances for the bug don't apply anymore; e.g., "This is about the makefiles and we don't use makefiles anymore." - sound reasons for not fixing something (WONTFIX) - some specific an...
2018 Jun 13
2
RFC: Bug-closing protocol
...do fear that the reduction is > > potentially artificial, and incorrectly puts the onus on the original > > bug author to reopen the case. > > > > I suggest that closing a bug can be done IF AND ONLY IF you also state > > one of the following: > > - that revision NNNNNN actually fixed the bug > > There is a field in bugzilla called "Fixed By Commits" that I added > specifically for this information. > > -Tom > > > - that the bug cannot be reproduced with revision NNNNNN > > - that the circumstances for the bug don't appl...
2018 Jun 13
2
RFC: Bug-closing protocol
...potentially artificial, and incorrectly puts the onus on the original >>> > bug author to reopen the case. >>> > >>> > I suggest that closing a bug can be done IF AND ONLY IF you also state >>> > one of the following: >>> > - that revision NNNNNN actually fixed the bug >>> >>> There is a field in bugzilla called "Fixed By Commits" that I added >>> specifically for this information. >>> >>> -Tom >>> >>> > - that the bug cannot be reproduced with revision NNNNNN >&...
2005 Feb 07
2
Record() cut off after 40 sec
Hi, i am recording a message, but it is always cut off at 40 secs. There are no time out configured. Gabriel -- The educated person is not the person who can answer the questions but the person who can question the answer.
2002 Jan 19
1
Rsync through proxy using HTTP Basic Authentication?
Is it possible to rsync through a firewall that requires HTTP basic authentication? The RSYNC_PROXY variable seems to correctly direct the request to go through the HTTP proxy server on the firewall, but there's no way to specify a username/password combo. The error message reported by rsync is "bad response from proxy - HTTP/1.1 401 Authentication required", which is not
2011 Oct 05
3
Rails 3 routes with same name, different param name based on constraint
...have been wrestling with rails 3 routes for hours trying to accomplish the following: I want to use the *same url helper* (photo_url) in my views but have a different route match made depending on the format of the parameter I pass. Seems simple enough, right?? If the parameter looks like nn.nn.nnnnnn.whatever, I want the param passed to "photos#show" to be called :site_photo_id. If the parameter looks like an integer, I want the param passed to be :id. I have tried the following: match "/photos/:site_photo_id", :to => "photos#show", :as => "photo&quot...
2005 Jul 16
3
Sip registration question
Hi everyone, I have a number of SIP registrations going fine, but am trying to get a new provider going, and they have no sample Asterisk SIP config. They have been helpful, but keep falling back to the way they "think" packets should be flowing, and I've been trying to figure out how the Asterisk config should look like to get the SIP packet to look correct. Now, they say that
2017 Oct 13
0
[PATCH 5/5] v2v: vCenter: Handle disks with snapshots (RHBZ#1172425).
...cheme uri sslverify https_url in @@ -101,9 +123,7 @@ and get_https_url dcPath uri server path = | n when n >= 1 -> ":" ^ string_of_int n | _ -> "" in - (* XXX Old virt-v2v could also handle snapshots, ie: - * "[datastore1] Fedora 20/Fedora 20-NNNNNN.vmdk" - * XXX Need to handle templates. The file is called "-delta.vmdk" in + (* XXX Need to handle templates. The file is called "-delta.vmdk" in * place of "-flat.vmdk". *) sprintf "https://%s%s/folder/%s-flat.vmdk?dcPath=%s&ds...
2006 Jan 31
0
unable to register using SIP
...ng sip. I am able to connect using xlite softphone. in xlite i use domain/realm: providerdomain.com sip proxy: host.providerdomain.com:9000 this difference in domain and sip proxy host is whats causing problem for me. section from sip.conf [provider-out] type=peer secret=nnnnnn username=55439 fromuser=55439 fromdomain=providerdomain.com host=host.providerdomain.com port=9000 nat=No canreinvite=no when trying to make a call with xlite, i see that the "to" part in sip messages is using @xyz.provider.com wher...
2017 Oct 13
7
[PATCH 0/5] v2v: Handle disks with snapshots (RHBZ#1172425).
The first commit removes the --dcpath parameter, which just makes the following stuff simpler. Since libvirt has supported getting datacenterpath from VMware since Oct 2015, it's time to drop this hairy parameter. The rest is quite a complicated series of refactorings, followed by a very simple change to add handling of snapshots taken from old virt-v2v. Rich.
2008 Mar 27
2
DO NOT REPLY [Bug 5356] New: SELinux extended attributes incompatibility: Linux kernel 2.6.9 and 2.6.18
...kernel 2.6.9 and 2.6.18 Product: rsync Version: 3.0.0 Platform: x64 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: nnnnnn+bugzilla-rsync@gmail.com QAContact: rsync-qa@samba.org Description: ======== "rsync --xattrs" cannot transfer SELinux extended file attributes when rsyncing files between x64 (Intel Xeon) systems running different versions of the Linux kernel -- e.g. source system running kerne...
2006 Jan 24
8
UK Provider
Hi Does anyone know a UK Voip Proivder that will give me more than 1 telephone number and point it to my sip account. www.SipGate.co.uk are great but they only allow 1 telephone number per user, you can register another telephone number by registering as another user but Asterisk doesn't allow multiple registrations. Many Thanks Scott
2003 Sep 10
1
ext3 dead after testing 2.6.0-test5
Hi! I was testing 2.6.0-test5, but got lots of journal aborted errors. Then I Sysrq-s/u/b and wanted to boot 2.4.23-pre3 or 2.4.22, but ext3 error: cannot find root fs cannot mount because of unsupported optional feature (4) after trying to mount it with ext2 (rootfstype=ext2, not working) I rebooted again into 2.4.22, this time there was just severe fs corrpution, illegal blocks, inodes,
2015 Oct 09
4
[PATCH 0/4] v2v: Use libvirt-supplied <vmware:datacenterpath> if available.
See earlier thread on libvir-list: https://www.redhat.com/archives/libvir-list/2015-September/thread.html#00201 Libvirt >= 1.2.20 supplies the correct dcPath parameter. If it is available in the libvirt XML, use it, otherwise fall back to the old method of trying to guess it from the vpx:// path. Patches 1, 2 and 4 are just refactoring around this change. Rich.
2003 Sep 10
9
Free World Dialup (FWD).
Hi, Is it possible to use asterisk with Free World Dialup (FWD) ? Did someone manage to make it work? how? Best, -P -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers