Displaying 10 results from an estimated 10 matches for "beej".
Did you mean:
bee
2007 Mar 02
2
[Bug 1290] sshd dies if passed host key with relative path on command line
...Product: Portable OpenSSH
Version: 4.5p1
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: bugzilla.midrot.org at beej.org
the following works fine on linux:
root at ubuntu1:/test# /usr/sbin/sshd -D -h ssh_host_dsa_key -p 6789
on FreeBSD and OSX, once a client connects, the server exits.
changing the path for the host key to an absolute one allows the server
to function normally:
beejmacbook:/test beej$ /opt/loc...
2023 Jun 09
1
inconsistency in mclapply.....
...;re comfortable with).
a) Is 100% of the CPU being used? 100% of one core? Is system mostly
idle?
b) Can you find the child processes launched by pbmclapply?
c) Write down the PID of the child process and attach a debugger to
it (If you're on RHEL, try following this guide:
<https://beej.us/guide/bggdb/#attach>. If GDB asks you to install
additional debug symbols by running debuginfo-install, follow its
guidance and then restart GDB.) and obtain a backtrace. (In GDB, the
command to obtain a backtrace is "backtrace".) Which function is the
child process stuck in?
-...
2023 Aug 12
2
R-4.3 version list.files function could not work correctly in chinese
...e off-list, if there's
interest.)
Unless Tomas Kalibera is able to deduce the root cause from the
observed symptoms, someone who can reproduce the problem will have to
investigate further.
--
Best regards,
Ivan
[*] https://cran.r-project.org/bin/windows/base/howto-R-devel.html
[**] https://beej.us/guide/bggdb/
2016 Feb 26
0
[Bug 1479] only ssh and sshd show version numbers
https://bugzilla.mindrot.org/show_bug.cgi?id=1479
--- Comment #3 from Marc Bejarano <bugzilla.mindrot.org at beej.org> ---
certainly the an option for each program isn't necessary, but a better
question is "Is an option for each program useful?".
what makes it more useful for ssh and sshd than for the others?
i don't purposefully mix and match installed versions of OpenSSH
components, bu...
2007 Mar 05
0
[Bug 1292] add ssh's -V functionality to other executables
...Product: Portable OpenSSH
Version: 4.5p1
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: bugzilla.mindrot.org at beej.org
openssh's ssh executable has a -V option to display the version number.
other executables that come with the openssh distribution (e.g. sshd)
don't. it would be nice if they were to.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are wa...
2007 Mar 05
0
[Bug 1293] sshd's -r option undocumented
...Product: Portable OpenSSH
Version: 4.5p1
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Documentation
AssignedTo: bitbucket at mindrot.org
ReportedBy: bugzilla.mindrot.org at beej.org
the man page for sshd fails to document the -r option
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2016 Feb 26
3
[Bug 2545] New: reverse DNS lookups shouldn't block login
...Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: bugzilla.mindrot.org at beej.org
sshd currently blocks on doing a reverse DNS lookup during login when
UseDNS is yes. this normally doesn't present a problem, but broken or
misconfigured resolvers and servers can cause a 20-second penalty to
sshd users.
sshd should do the name resolution in a non-blocking way.
see http...
2023 Jun 09
2
inconsistency in mclapply.....
Dear members,
I am using pbmcapply to parellise my code. But the following code doesn't work:
> LYG <- pbmclapply(LYGH,FUN = arfima,mc.cores = 2,mc.preschedule = FALSE)
| | 0%, ETA NA^
It just hangs.
But the
2023 Feb 15
2
Question on non-blocking socket
Hi,
December 27, 2021 I started a thread asking for help troubleshooting
non-blocking sockets.
While developing the RBaseX client, I had issues with the authentication
process. It eventually turned out that a short break had to be inserted
in this process between sending the credentials to the server and
requesting the status. Tomas Kalibera put me on the right track by
drawing my attention
2023 Aug 12
2
R-4.3 version list.files function could not work correctly in chinese
Yes, I participated in the discussion. Basically dir() failed to list all
files since R 4.3.0 when filenames start with Chinese characters. I don't
have a Windows machine to test it, but this might be a minimal reproducible
example:
file.create("????.R")
dir()
The OP said dir() would return "????.R" in R.4.2.2 but not in R 4.3.0. In
the same discussion another person