Displaying 20 results from an estimated 2000 matches similar to: "[Bug 937] ssh2 pubkey auth broken by user:style syntax"
2023 Oct 15
2
Create new data frame with conditional sums
Under the hood, sapply() is also a loop (at the interpreted level). As
is lapply(), etc.
-- Bert
On Sun, Oct 15, 2023 at 2:34?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote:
>
> That's very helpful and instructive, thank you!
>
> Jason Stout, MD, MHS
> Box 102359-DUMC
> Durham, NC 27710
> FAX 919-681-7494
> ________________________________
> From: John
2023 Oct 14
1
Create new data frame with conditional sums
That's very helpful and instructive, thank you!
Jason Stout, MD, MHS
Box 102359-DUMC
Durham, NC 27710
FAX 919-681-7494
________________________________
From: John Fox <jfox at mcmaster.ca>
Sent: Saturday, October 14, 2023 10:13 AM
To: Jason Stout, M.D. <jason.stout at duke.edu>
Cc: r-help at r-project.org <r-help at r-project.org>
Subject: Re: [R] Create new data frame with
2004 Sep 30
0
[Bug 937] ssh2 pubkey auth broken by user:style syntax
http://bugzilla.mindrot.org/show_bug.cgi?id=937
Summary: ssh2 pubkey auth broken by user:style syntax
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: OpenBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2015 Aug 11
0
[Bug 937] ssh2 pubkey auth broken by user:style syntax
https://bugzilla.mindrot.org/show_bug.cgi?id=937
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Damien Miller <djm at mindrot.org> ---
Set all RESOLVED bugs to CLOSED with release
2023 Oct 14
2
Create new data frame with conditional sums
Well, here's one way to do it:
(dat is your example data frame)
Cutoff <- seq(0, .15, .01)
Pop <- with(dat, sapply(Cutoff, \(p)sum(Totpop[Pct >= p])))
I think there must be a more efficient way to do it with cumsum(), though.
Cheers,
Bert
On Sat, Oct 14, 2023 at 12:53?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote:
>
> This seems like it should be simple but I
2013 Apr 25
1
Assigning a variable value based on multiple columns
Hi All,
I'm hoping someone can help me with a relatively simple problem. Take the following dataset:
ID Diabetes ESRD HIV Contact
1 0 0 NA 0
2 1 0 NA 0
3 NA 1 0 0
4 0 NA 0 1
5 1 1 1 0
I want to generate a
2013 Aug 29
3
Force user permission in specific folders
Hi,
It's not that often that I'm messing around with Samba but I have a dilemma
that I need some help with.
I have a share called "common", users can create folders and files just
fine but I'm wondering if it's possible to force folders/files to be
created with certain user/group owner in just that specific folder.
I not I can force so that everything is created with a
2023 Oct 13
1
Create new data frame with conditional sums
This seems like it should be simple but I can't get it to work properly. I'm starting with a data frame like this:
Tract Pct Totpop
1 0.05 4000
2 0.03 3500
3 0.01 4500
4 0.12 4100
5 0.21 3900
6 0.04 4250
7 0.07 5100
8 0.09
2013 Aug 30
1
Share stuff that located on another server
Hi,
I have a server with www-content. I don't want Samba installed on this host
as I have another server already acting as Samba host, sharing different
things.
My question is, what is the best way for the Samba-server to share the
www-content that's on the other server?
If I mount the www-content using NFS on the Samba-server there will be
permission problems, unless there's a way
2014 May 07
1
Corrupted mailbox, how to fix?
>From my log:
May 06 16:26:49 imap(loginname): Error: zlib.read(/var/mail/loginname/mdbox/storage/m.94): gz trailer has wrong CRC value at 2412347
May 06 16:26:49 imap(loginname): Error: read() failed: Invalid argument (FETCH for mailbox INBOX UID 3434)
How do I fix that?
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin
2010 Jun 22
1
Outlook problem
Hi,
I have some problems that every time I start Outlook and retrieve my
e-mails and then later tries to do it on my iPhone for example, I get
some sort of problem that I can't get the mails.
I searched around on the wiki and found the "outlook-no-nuls" and
"outlook-idle" options, but where am I suppose to add them?
I only have "pop3_uidl_format = %08Xu%08Xv"
2003 Oct 23
2
IAX peers and NAT
Help, I'm stuck. Lost in the woods.
I have one Asterisk running on FreeBSD outside on the Wild Internet.
One on the safe inside, behind a NAT firewall.
The inside server registers with IAX to the outer one and can place calls.
The outside one can't register to the one on the inside, since it can't be reached
on the private network.
Now to my problem:
* How do I dial from outside to
2010 Dec 28
1
VMware ESX 4.0 won't reboot guests.
Hi,
I just compiled libvirt with ESX support. I can login just fine, list
all the guests/domains but when I try to reboot or shutdown one of my
guests/domains I get this error:
virsh # reboot dbcluster1
error: Failed to reboot domain dbcluster1
error: internal error HTTP response code 500 for call to 'RebootGuest'.
Fault: ServerFaultCode - fault.RestrictedVersion.summary
And nothing
2006 Apr 06
9
How to get Form values in RubyOnRails
Hi
I want the FORM values on my controller.i.e. I want the values of login_loginname(Form variable) and login_password(Form variable) on login_controller.rb
How can i do that?
Table Name is: logins
Model:: Login.rb
Controller:: login_controller.rb
Below is my test form
loginname
password
Hoping for reply
Regards
Parikshit
2006 Aug 21
2
Dovecot SSL issue on Solaris 10 x64 (64-bit)
I'm having an issue with Thunderbird (and Opera) and Dovecot SSL on a
Solaris 10.
My OS is Solaris 10 6/06 x86 (running in 64-bit mode) using ZFS (disk
mirror) as the
filesystem for my users. Dovecot version is 1.0rc7 (logs below are from
1.0rc6).
First the connection asks if the SSL-certificate should be accepted,
accepting it
seems to work but then nothing happens. Thunderbird is
2006 Apr 06
2
how we can GET and POST values
hi all
how we can do get and post value.
i made one form and in this form their is two field loginname and password.and when i click on submit button than i t should verify from database and than the next page will arrive .how i can do that.
how i can post value and than get it from that from and check .plese tell me yhis all in rubyon rails.
hope for reply
bye
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
When we installed OpenSSH 2.1.1p4 on our Solaris systems, our users
noticed that it did not honor password expiration consistently with
other Solaris login services.
The patch below is against OpenSSH 2.2.0p1 and adds support for PAM
password changes on expiration via pam_chauthtok(). A brief summary of
changes:
auth-pam.c:
* change declaration of pamh to "static pam_handle_t *pamh",
2011 Sep 26
2
How does wine "detect" graphicscard-hardware
Hi,
To clarify, when I run World of Warcraft and go into Options to change the graphics settings I get this message on some options: "Unsupported for graphics related reasons".
So I was wondering if wine "detects" the graphics hardware and make some kind of registry entry with that information of some sort? Or how does that work?
Is it possible to change that information so
2008 Nov 29
2
Loginname - mapping
Hi!
I have a server with a few thousand mailboxes (for a few hundred
domains) on it. The usernames are following several naming conventions:
username_domain
domain_username
username_domain.tld
username-domain
domain.username
The reason for this chaos is that the accounts were set up on different
mailservers, some imail, some linux, some with virtualmin and some
manually and
2008 Aug 01
4
1.1.2: imap crash with SIGSEGV
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as