similar to: Does ssh need sendfd in pledge() call?

Displaying 20 results from an estimated 500 matches similar to: "Does ssh need sendfd in pledge() call?"

2016 Aug 17
4
[Portable OpenSSH] hang up during login after OpenSSH 7.3 upgrade
Hello to everyone, and thank for your job. I am reporting here about a problem I am experiencing with portable SSH client, version 7.3p1. My client is an Archlinux system. I am connecting to an Ubuntu server, which provides SSH with some patches (see below). It worked until the upgrade to 7.3p1. This is the produced debug output. Command line: ssh -v -v -v -v -v -v username at 10.196.37.5
2010 Aug 19
1
odd situation slightly off topic (sending file descriptors to another process)
I have coded up the standard sendfd() and recvfd() for linux to send and recv file descriptors. seems to work (http://book.chinaunix.net/special/ebook/addisonWesley/APUE2/0201433079/ch17lev1sec4.html) however when I recvfd() my number of open file descriptors bumps by 2 and not 1. (using lsof -p X | wc -l) I am not sure why the count jumps by 2 and not 1. The sendfd() is just sending a socket
2010 Jun 17
1
Small bug in mux_master_read_cb()
I'm looking at the code from CVS as of May 21. The statement to allocate the mux state is allocating the size of a pointer, instead of the size of the struct being pointed to. The bug is benign in the original code because the struct has only an int element inside it, but it would corrupt memory if the struct were to be extended. Simple fix here: diff --git a/mux.c b/mux.c index
2020 Sep 21
4
Call for testing: OpenSSH 8.4
On Mon, 21 Sep 2020 at 09:53, Hisashi T Fujinaka <htodd at twofifty.com> wrote: > OK, NetBSD-current amd64, NetBSD-9-amd64, and NetBSD-9-i386 all pass all > tests. MacOS, well, I always try it but it has problems. What's the problem on OS X? We test on it regularly (El Capitan and High Sierra) and the only problem I'm aware of is that the native libcrypto on High Sierra is
2003 Apr 12
1
Fails test 8 of smb diag proc
"net view \\slack1" command on Win98 client returns "Error 86: The specified network password is not correct." The samba server (slack1) appears in Network Neighborhood. But I can't logon. Resource: \\SLACK1\IPC$ Password: Password is incorrect. The installation passes tests 1-7 of Samba Diagnosis Procedure. Same Win98 client passes all tests on a RedHat 6.2
2016 Jul 22
2
SSH crash on OpenBSD (pledge related?)
Hello, I just ran upon this problem and couldn't find it in bugzilla. SSH crashes (abort trap) if all of the following conditions are met: (a) option -f is used (crash happens when going to background), (b) reverse port forwarding is set up (option -R), (c) option ExitOnForwardFailure is enabled, (d) there are no actual port-forwarding failures. The problem can be reproduced by
2002 Feb 19
1
Domain Help
Hello List, My environment is Tru64 version 4.0f Unix. The domain is Win 2k. I am having 2 problems: 1) # smbclient -L epicprod added interface ip=10.9.244.211 bcast=10.9.255.255 nmask=255.255.0.0 Got a positive name query response from 10.9.244.46 ( 10.9.244.211 ) Password: Domain=[NMFF-NET] OS=[Unix] Server=[Samba 2.2.2] Sharename Type Comment ---------
2006 Jul 15
3
vif/network-bridge and SNAT ?
Has anyone managed to combine bridged network model and SNAT? I have a machine that just ssh''s into other boxes and updates via rsync a copy of their filesystems. I figured I could stage a xen VM for this server with a private IP address and do SNAT and "routing" via the dom0 box, but I get a wierd "Performing cross-bridge DNAT requires IP forwarding to be enabled"
2000 Feb 09
0
A different Win98 password problem
I can not get a laptop to running Win98 to mount samba shares on a Linux box, and I don't think it's the normal encrypted password problem. Here's the setup: Linux box has a class B ethernet connection to the internet and a class C connection to the laptop. +-------------------+ | Linux |--eth0--1.2.3.4---->internet | box
2004 Feb 11
6
Unable to join ADS domain
I've installed Samba 3.0.2 (from the source) on a SuSE 8.2 system with MIT Kerberos 1.3.1 (I uninstalled the Heimdal code) and the OpenLDAP 2.1.27 development libraries installed on it. I want to make this system a domain member of a Win2K native-mode ADS domain but can't get "net ads join" to work. I've run "kinit myid@MYDOMAIN.COM" and I get at ticket, but when
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
2023 Feb 01
16
[Bug 3531] New: Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen.
https://bugzilla.mindrot.org/show_bug.cgi?id=3531 Bug ID: 3531 Summary: Ssh will not exit when it receives SIGTERM before calling poll in client_wait_until_can_do_something until some events happen. Product: Portable OpenSSH Version: 9.1p1 Hardware: Other OS: Linux Status:
2005 Aug 03
0
Re: [Xen-users] Sharing filesystems between VMs.
Tom Brown pointed out a typo I''d made - thanks Tom! > > Basically, because the FS layer usually expects only one kernel to access > > a filesystem, one writer and multiple readers will cause confusion, > > multiple readers will hose your filesystem pretty quickly. > > didn''t you mean "multiple writers" there? Yeah, sorry :-) What I meant was:
1999 May 24
1
Testparm fails
Dear Staff: I get the following error when I run testparm. server# testparm Load smb config files from /usr/local/etc/smb.conf Get_Hostbyname: Unknown host server.tutor.com Failed to get my hostname. server# Tom Brown The Computer Tutor tbrown@michiana.org
2010 Jan 14
1
ssh(1) multiplexing rewrite
Hi, At the n2k10 OpenBSD network hackathon, I finally got some time to clean up and rewrite the ssh(1) client multiplexing code. The attached diffs (one for portable OpenSSH, one for OpenBSD) are the result, and they need some testing. The revised multiplexing code uses a better protocol between the master and slave processes and I even bothered to write it up :) It tracks the control sockets
2007 Jun 14
1
Connection-Problems to servers of my domain (2)
Hello people, i asked for help due to connection problems to servers installed in my "xendbsrv00" domain. the problem still exists even if iptables and ip6tables are disabled on both sides. the connection to the sshd on my domain works perfectly. I still was not able to figure out why i can connect to sshd, but not the the installed mysqld and postgres daemons. Greetings thomas
2005 Dec 09
0
RE: (3ware) xen 3.0 amd64 crash... seems to be tied intodisk i/o, > 4 gig ram
> I got a response back from 3ware, as I forwarded Ian''s note to them... > My card(s) is(are) an 8506-4LP I''m not sure about the newer controllers, but the older generation certainly couldn''t do DMA above 4GB, and relied on bounce buffers or GART support. To try and recreate your setup we put an old 3ware controller in a machine with 6GB and have been hitting it
2020 Jun 30
7
[Bug 3189] New: channel mux_ctx memory leak
https://bugzilla.mindrot.org/show_bug.cgi?id=3189 Bug ID: 3189 Summary: channel mux_ctx memory leak Product: Portable OpenSSH Version: 8.3p1 Hardware: ix86 OS: Linux Status: NEW Severity: critical Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2007 Oct 11
13
ANNOUNCE: Xen 3.1.1 released!
I''m pleased to announce the availability of Xen 3.1.1 -- a bugfix release in the Xen 3.1 series. Many bugs, large and small, are fixed by this release and we recommend that all users and vendors upgrade. The source repository is available using mercurial from: http://xenbits.xensource.com/xen-3.1-testing.hg Binary packages have not yet been prepared for this release. Thanks to
2007 Oct 11
13
ANNOUNCE: Xen 3.1.1 released!
I''m pleased to announce the availability of Xen 3.1.1 -- a bugfix release in the Xen 3.1 series. Many bugs, large and small, are fixed by this release and we recommend that all users and vendors upgrade. The source repository is available using mercurial from: http://xenbits.xensource.com/xen-3.1-testing.hg Binary packages have not yet been prepared for this release. Thanks to