Displaying 20 results from an estimated 7000 matches similar to: "[Bug 1679] New: chroot and shell check ambiguity"
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2010 Jan 14
9
[Bug 1698] New: Connection stalls on PTY allocation failure
https://bugzilla.mindrot.org/show_bug.cgi?id=1698
Summary: Connection stalls on PTY allocation failure
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2018 Nov 08
8
[nbdkit PATCH v2 0/5] log appends
v2 turned out to be much more involved, as I ended up fixing
several things along the way that I noticed while debugging a
feature addition.
Eric Blake (5):
maint: Improve ./nbdkit option parsing
main: Saner newline printing during --help
utils: Add nbdkit_parse_bool
main: Use new bool parser for --tls
log: Allow user option of appending to log
docs/nbdkit-plugin.pod | 11
2018 Jan 24
3
SSH cert extensions and authz key options
Damien,
your advice is appreciated.
Damien Miller wrote:
> On Fri, 12 Jan 2018, Michael Str?der wrote:
>> I'm looking at sshd(8), section AUTHORIZED_KEYS FILE FORMAT and
>> description for CLI arg -O in ssh-keygen(1).
>>
>> It seems to me that there could be a 1:1 mapping between SSH cert
>> extensions and authz key options by just adding prefix
2010 Apr 09
2
[PATCH] gfxboot: support MENU LABEL statement
The config file parser now accepts MENU LABEL. Also, make config statements
case-insensitive.
Signed-off-by: Steffen Winterfeldt <wfeldt at opensuse.org>
---
com32/gfxboot/gfxboot.c | 69 ++++++++++++++++++++++++++++++++++-------------
1 files changed, 50 insertions(+), 19 deletions(-)
diff --git a/com32/gfxboot/gfxboot.c b/com32/gfxboot/gfxboot.c
index bfdd8cc..640422b 100644
---
2006 Oct 09
1
patch: mailboxcasecmp()
Here is a patch which adds mailboxcmp() and mailboxcasecmp() functions,
similar to mailbox_equals(). Names were chosen to match strcmp() and
strcasecmp(). I needed this for Johaness Berg's dspam plugin. It
watches a folder "SPAM" and forcing this to be uppercase is unacceptable
for me. (I also had to modify the plugin to use the new routine.)
It's against dovecot-1.0.beta8
2020 Sep 08
3
ssh: case insensitive fingerprint validation
Hello!
I noticed the ssh client now allows you to paste a fingerprint at the
host key verification question which I thought was pretty cool and a
welcome feature.
When testing it out I discovered it did not care about the case of the
entered hash, and looking at sshconnect.c I see strcasecmp() is
used which explains why.
I'm just curious if this was a deliberate decision or if it would make
2006 Sep 28
1
creat isn't exported
Hello,
klibc-1.4 and klibc-1.4.29 don't export the creat function:
$ klcc -static -s -Wall rtfs.c -o rtfs
rtfs.c: In function 'move_ent':
rtfs.c:318: warning: implicit declaration of function 'creat'
rtfs.o: In function `move_ent':
rtfs.c:318: undefined reference to `creat'
$ grep creat\\b /usr/lib/klibc/include/ -r
/usr/lib/klibc/include/zlib.h: descriptors are
2004 May 24
3
Meetme Options (new one)
Is it possible to select the audio stream that's played as a user enters
a meetme conference?
If you could, it would be very simple to record a users name, and then
play that as the greeting to other attendees as they join the
conference.
If not, could someone tell me how hard it would be to modify the source?
I presume at the moment the file to be played it stored in a var
somewhere,
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it
can be useful sometimes, even though I'd prefer this to be done using a
trivial shell wrapper, which would be the UNIX way of doing things.
Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in
the way when having to maintain two versions of ssh in parallel because the
``ssh ->
2006 Jan 29
3
Mail merging and printing decent documents? how?
Im just about to convert an access based system to ROR. But i have no
idea how i would print out documents/letters from within ROR.
Does anyone have any ideas how to mail merge my database into documents
and then print them?? Is there an easy solution?
Any help is appreciated as i''m kindof stuck
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2013 Feb 01
1
stable/9: Force ada1 to UDMA-33
Hello,
I've got a (P)ATA disk in a special frame. The disk itself
supports UDMA-100 (and has an 80-ribbon cable), but the
frame isn't compatible with that. By default, FreeBSD
negotiates UDMA-100, and the console starts to fill with
ICRC errors.
In the past, I used a patch to ata-all.c that enabled the
following entry in loader.conf to force the disk to UDMA-33,
so it worked fine:
2012 Jul 06
1
Problem using Lag on time series
I'm trying to duplicate something in Excel, where it is easy to reference the previous row in formula. Have been stuck on this for ages trying to achieve the same result in R. I've managed to do it with a loop but it takes ages on a large data set.
What I want to do is create a new variable in a matrix that will refer to it's previous value if the ifelse statements aren't met.
2003 Nov 06
2
this is the code that breaks outgoing calls on grandstream
Here is the diff from chan_sip.c 15 days ago and 16 days ago. 15 days ago is the point outgoing calls made via grandstream budgetone stopped working.
Any help on why it breaks? Any possible fix?
/tmp# diff asterisk/channels/chan_sip.c asterisk.works/channels/chan_sip.c
289d288
< int capability;
3921,3922d3919
< p->capability = user->capability;
2020 Feb 06
3
Call for testing: OpenSSH 8.2
On 2020-02-06 at 13:28 +1100, Darren Tucker wrote:
> Like this.
> --- a/sshd_config.5
> +++ b/sshd_config.5
The ssh_config.5 also has a copy of this and presumably needs the same
change, unless I've misunderstood.
-Phil
2003 Nov 24
1
[PATCH] library functions
Hi,
Here are some new library functions for klibc. Some of them are
required for udev, which currently has a klibc_fixups.c file that
implements these functions.
mh
--
Martin Hicks Wild Open Source Inc.
mort@wildopensource.com 613-266-2296
# This is a BitKeeper generated patch for the following project:
# Project Name: The kernel C library
# This patch format is intended
2020 May 20
2
rotatestrategy = none not working
Hi Steve,
Thanks for the answer. Since that's what we already have configured, any
idea why it wouldn't work? As I said, when "asterisk -rx 'logger reload'"
is run it still rotates the log file.
On Wed, 20 May 2020 at 18:37, Steve Edwards <asterisk.org at sedwards.com>
wrote:
> On Wed, 20 May 2020, David Cunningham wrote:
>
> > We have an Asterisk
2020 Mar 02
4
Question about host key algorithms
$ ssh -Q HostKeyAlgorithms
Unsupported query "HostKeyAlgorithms"
$ ssh -V
OpenSSH_7.4p1, OpenSSL 1.0.2u 20 Dec 2019
On Mon, Mar 2, 2020 at 2:24 PM Christian Hesse <list at eworm.de> wrote:
> Luveh Keraph <1.41421 at gmail.com> on Mon, 2020/03/02 14:07:
> > When I do ssh -Q key, where ssh is the OpenSSH 7.4p1 client, I get the
> > following output:
> >
2006 Apr 28
1
Documentation for ACL support
Hi,
the changelog of beta4 suggested that ACL support was added but I couldn't find
any documentation for it neither in the tarball nor in the wiki.
Timo, do you already have some writeups regarding the ACLs or do I have to RTFS?
best regards,
Michael
2000 Mar 01
1
Post-compile RSA error with 1.2.2, Solaris 7, OpenSSL 0.9.5
I've been happily using the pre-packaged OpenSSH on my Debian systems
for several weeks. Yesterday I finally started the process of getting
OpenSSH up and running on all our Solaris boxes, to replace the
existing (patched) 1.2.27 non-free version. (Our in-house patches to
1.2.27 include generation of kernel-level audit data for both IRIX and
Solaris, and I want to port/contribute that code