search for: overlong

Displaying 20 results from an estimated 29 matches for "overlong".

2019 Jan 28
1
Re: [PATCH 1/2] v2v: fix path to source when copying files from guest tools directory
...if not (is_directory srcdir) then missing () > + let dir = virtio_win // srcdir in > + if not (is_directory dir) then missing () Did this code actually work before? It seems to be checking if literally srcdir (as a directory on the host) exists. But yes, looks good apart from the overlong line. Rich. > else ( > let cmd = sprintf "cd %s && find -L -type f" (quote dir) in > let paths = external_command cmd in > -- > 2.20.1 > > _______________________________________________ > Libguestfs mailing list > Libguestfs@redha...
2001 Sep 21
4
How to change the levels of a variable???
Hi, I have a simple question. I have a variable with 3 levels. Variable A A A A A A B B B B B B C C C C C C I need to make a new vector renaming de levels B and C for D. NewVariable A A A A A A D D D D D D D D D D D D I dont find how to make it in manuals or in this list. Can anyone help-me??? Thank you Ronaldo -- Agnes' Law: Almost everything in life is easier to get into than out of.
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...ine Linux) is not salvageable. The "lib/test-fork-safe-execvpe.sh" script depends on "expr" being functional under the name "f". And yes I want "f" to be a single-character filename; otherwise the nice tabular formatting of the script falls apart (or produces overlong lines). As last step, I learned about ci/skipped_tests, and used it to disable the test on alpine linux. The latest pipeline passed: <https://gitlab.com/nbdkit/libnbd/-/pipelines/813280321>. Either way, I wanted to highlight the following commits on the list: 1 b29ff42e5d00 lib: account...
2008 Jun 22
0
PHP Markdown 1.0.1m & Extra 1.2.2
...context-dependent composition of a regular expression for matching allowed emphasis tokens, and PHP code to generate proper emphasis elements from the tokens. 1.0.1m: * Lists can now have empty items. * Rewrote the emphasis and strong emphasis parser to fix some issues with odly placed and overlong markers. Extra 1.2.2: * Fixed a problem where abbreviation definitions, footnote definitions and link references were stripped inside fenced code blocks. * Fixed a bug where characters such as `"` in abbreviation definitions weren't properly encoded to HTML entities. * Fixed a bug...
2008 Aug 31
1
ezstream build failure and AC_LIB_PREPARE_PREFIX
Hello there, First of all, is this the right place to ask about ezstream? I couldn't find a better one. I wanted to tinker a bit with ezstream, so I checked the Subversion head out (by the way, the ezstream page on icecast.org does not list the Subversion URI, so I figured http://svn.xiph.org/trunk/ezstream/ will do). However, I couldn't compile it, because autogen.sh said this:
2009 Feb 28
1
Thank you and patch line length
Peter, looking back at recent commits, I noticed that you updated doc/comboot.txt to reflect that the new COMBOOT calls for directories are officially to be included into version 3.74. Thank you and I hope that this functionality provides benefit for others. I also noticed that a part of that commit was to rework the line length. What is your preferred line length within the documentation and
2007 Feb 20
0
Tipping Point IPS blocking Asterisk SIP quaility messages
...ase from the PROTOS SIP testing suite. PROTOS test suites are designed to "fizz" popular protocols to discover weaknesses in particular implementation. The PROTOS SIP test suite fuzzes SIP INVITE messages by sending several thousand combinations of illegal, abnormal, and overlong values for a variety of SIP INVITE message parameters. The results of these results range from unexpected responses to denial of service conditions to classic buffer overvlow error conditions. Vendor Site: http://wwww.eee.oulu.fi/research/ouspq/protos/ It seems to be &quot...
2013 Jan 07
0
v2.1.13 released
http://dovecot.org/releases/2.1/dovecot-2.1.13.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.13.tar.gz.sig - Some fixes to cache file changes in v2.1.11. - fts-solr: Overlong UTF8 sequences in mails were rejected by Solr and caused the mails to not be indexed. - virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
2013 Jan 07
0
v2.1.13 released
http://dovecot.org/releases/2.1/dovecot-2.1.13.tar.gz http://dovecot.org/releases/2.1/dovecot-2.1.13.tar.gz.sig - Some fixes to cache file changes in v2.1.11. - fts-solr: Overlong UTF8 sequences in mails were rejected by Solr and caused the mails to not be indexed. - virtual storage: Sorting mailbox by from/to/cc/bcc didn't work.
1997 Jan 02
2
Re: libc bugs (was Re: Distributions...)
...are more : (different) fixes in 5.4.18 (check h_length against sizeof(sin_addr) : in inet/rcmd.c and inet/rexec.c). : + { : + syslog(LOG_NOTICE|LOG_AUTH, : + "Attempt to feed me an overlong A record. Probably a breakin attempt."); : + host.h_length=4; : + } This came from the linux-server list. But reminded me of a something I wanted to know about. Is there a standard for people to syslog possible security vio...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...lvageable. The > "lib/test-fork-safe-execvpe.sh" script depends on "expr" being > functional under the name "f". And yes I want "f" to be a > single-character filename; otherwise the nice tabular formatting of the > script falls apart (or produces overlong lines). > > As last step, I learned about ci/skipped_tests, and used it to disable > the test on alpine linux. > > The latest pipeline passed: > <https://gitlab.com/nbdkit/libnbd/-/pipelines/813280321>. > > Either way, I wanted to highlight the following commits on...
2019 Apr 24
0
Re: [PATCH nbdkit v5 FINAL 14/19] data, memory: Implement extents.
...|& grep Extents 2019-04-24 11:12:25.664206 connection=1 Extents id=2 offset=0x0 count=0x200 req_one=1 ... 2019-04-24 11:12:25.664302 connection=1 ...Extents id=2 extents=[{ offset=0x0, length=0x200, hole=0, zero=0 }] return=0 Therefore I'll declare that in this case the problem above of overlong extents information is fixed. I believe that was fixed when we rewrote nbdkit_extents_new to take an ‘end’ parameter in the final version of commit 4ca66f70a5. > > This doesn't matter for qemu which appears to ignore the extra > > information, but it causes a bug if we place the t...
2023 Jan 30
11
[p2v PATCH 00/11] Expose virt-v2v's "-oo"; re-enable openstack
...sing "-oo" options to virt-v2v Laszlo Ersek (10): test-virt-p2v-cmdline: turn option list into a shell array guestfs-utils: import guestfs_int_join_strings() gui: factor out entry_text_dup() gui: factor out tgl_btn_is_act() gui: flatten get_phys_topo_from_conv_dlg() gui: wrap overlong function declaration lines gui: wrap string literals gui: expose "p2v.output.misc" (-oo) Reenable the OpenStack output mode make-kickstart: add URLs for RHEL-9 conversion.c | 9 ++ generate-p2v-config.pl | 10 ++ gui.c | 168 ++++++++++++...
2005 Mar 18
0
ISDN phone Hold-Problem connected to QuadBRI/Zap
Folks, (sorry for overlong lines) I have recently configured one port on my QuadBRI card to work in NT mode with NET signalling configured so that I can use an ISDN telephone on it. I have set up a separate group in zapata.conf and can call the phone and place calls from it like a charm. No problems at all. Problems came u...
2023 Mar 21
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...lvageable. The > "lib/test-fork-safe-execvpe.sh" script depends on "expr" being > functional under the name "f". And yes I want "f" to be a > single-character filename; otherwise the nice tabular formatting of the > script falls apart (or produces overlong lines). > > As last step, I learned about ci/skipped_tests, and used it to disable > the test on alpine linux. That works, but is not always my favorite: it fixes CI, but does not help any developer on a similar platform. I probably would have tried this in the test itself (untested her...
2023 Jun 20
8
[Bug 3581] New: ssh-keyscan fails with `fdlim_get: bad value` with large file descriptor limit due to type confusion
https://bugzilla.mindrot.org/show_bug.cgi?id=3581 Bug ID: 3581 Summary: ssh-keyscan fails with `fdlim_get: bad value` with large file descriptor limit due to type confusion Product: Portable OpenSSH Version: 9.3p1 Hardware: ARM64 OS: Mac OS X Status: NEW Severity: enhancement
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...ux-ng mount prog in mount.cifs. o Volker Lendecke <vl@samba.org> * BUG 5691: Fig smbd panic on Solaris. * BUG 5778: Check if strlcpy and strlcat are already defined. * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights". * BUG 5860: Fix nasty error message for overlong strings in safe_strcpy. * Fix a potential NULL deref in found by the IBM Checker. * Fix an uninitialized variable found by the IBM Checker. * Fix an unlikely memleak found by the IBM Checker. * Fix some missing error handlings. * Add workaround for domain joins using a netbios n...
2008 Dec 10
3
[ANNOUNCE] Samba 3.2.6 Available for Download
...ux-ng mount prog in mount.cifs. o Volker Lendecke <vl@samba.org> * BUG 5691: Fig smbd panic on Solaris. * BUG 5778: Check if strlcpy and strlcat are already defined. * BUG 5840: Fix segfault in "rpcclient lsaaddacctrights". * BUG 5860: Fix nasty error message for overlong strings in safe_strcpy. * Fix a potential NULL deref in found by the IBM Checker. * Fix an uninitialized variable found by the IBM Checker. * Fix an unlikely memleak found by the IBM Checker. * Fix some missing error handlings. * Add workaround for domain joins using a netbios n...
2009 Mar 30
0
pgmm (Blundell-Bond) sample needed)
...case where simpler models are trickier than more complicated ones! For the benefit of other GMM people on this list, here's a brief r?sum? of our rather long private mail exchange of these days, answering to some other pgmm()-related posts which have appeared on this list lately. Sorry for the overlong posting but it might be worth the space. I will refer to the very good Stata tutorial by David Roodman that Ivo himself pointed me to, which gives a nice (and free) theoretical intro as well. Please (the others) find it here: http://repec.org/nasug2006/howtodoxtabond2.cgdev.pdf. As far as textbook...
2023 Mar 22
1
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...gt;> "lib/test-fork-safe-execvpe.sh" script depends on "expr" being >> functional under the name "f". And yes I want "f" to be a >> single-character filename; otherwise the nice tabular formatting of the >> script falls apart (or produces overlong lines). >> >> As last step, I learned about ci/skipped_tests, and used it to disable >> the test on alpine linux. >> >> The latest pipeline passed: >> <https://gitlab.com/nbdkit/libnbd/-/pipelines/813280321>. >> >> Either way, I wanted to highli...